changeset 3:d40860663861 draft

planemo upload commit 1a35e82b210719d58263c618f9a67801db26d391
author nathandunn
date Sat, 02 Dec 2017 16:41:34 -0500
parents 88e1bd76b069
children 49b46f044d48
files bioentityset-overrepresentation.xml test-data/associations-for-variant.json test-data/between-associations.json test-data/bioentity-associations-for-disease.json test-data/bioentity-object-for-disease.json test-data/bioentity-object-for-gene.json test-data/bioentity-object-for-genotype.json test-data/bioentityset-overrepresentation.json test-data/diseases-for-gene.json test-data/diseases-for-genotype.json test-data/femur-search-term.json test-data/find-associations-for-subject.json test-data/from-associations-for-subject.json test-data/function-for-gene.json test-data/genes-for-disease.json test-data/genes-for-genotype.json test-data/genes-for-variant.json test-data/genotypes-for-genotype.json test-data/genotypes-for-variant.json test-data/homologs-for-gene.json test-data/interactions-for-gene.json test-data/models-for-disease.json test-data/parkinson-search-term.json test-data/phenotype-for-phenotype-and-taxon.json test-data/phenotypes-for-disease.json test-data/phenotypes-for-gene.json test-data/phenotypes-for-genotype.json test-data/phenotypes-for-variant.json test-data/ssh-search-term.json test-data/to-associations-for-object.json
diffstat 30 files changed, 98 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bioentityset-overrepresentation.xml	Sat Dec 02 16:41:34 2017 -0500
@@ -0,0 +1,69 @@
+<tool id="monarch-bioentityset-overrepresentation" name="Bioentity Set Get Over Representation" version="0.1.0">
+	<macros>
+		<import>macros.xml</import>
+	</macros>
+	<expand macro="frontmatter" />
+	<command><![CDATA[
+#*
+curl --silent -X GET --header 'Accept: application/json' 'https://api-dev.monarchinitiative.org/api/bioentityset/overrepresentation/?object_category=phenotype&subject=NCBIGene%3A6295&subject=NCBIGene%3A1258&subject=NCBIGene%3A3614&subject=NCBIGene%3A26121&subject=NCBIGene%3A7275&subject=NCBIGene%3A55857&subject=NCBIGene%3A79797&subject=NCBIGene%3A10594&subject=NCBIGene%3A64218&subject=NCBIGene%3A7401&ontology=hp&subject_category=gene&taxon=NCBITaxon%3A9606&object_category=phenotype&max_p_value=0.05' > $output
+*#
+#set $subject_string = ''
+#set $subject = $subject.replace(' ', '')
+#set $subject = $subject.replace(',', ' ')
+#for $word in $subject.split(' ')
+#set $subject_string += '&subject='+str($word)
+#end for
+
+#set $background_string = ''
+#set $background = $background.replace(' ', '')
+#set $background = $background.replace(',', ' ')
+#for $word in $background.split(' ')
+#set $background_string += '&background='+str($word)
+#end for
+
+curl --silent -X GET --header 'Accept: application/json' 'https://api-dev.monarchinitiative.org/api/bioentityset/overrepresentation/?object_category=$object_category$subject_string&background=$background_string&ontology=$ontology&subject_category=$subject_category&taxon=$taxon&object_category=$object_category&max_p_value=$max_p_value' > $output
+	]]></command>
+	<inputs>
+		<param  name="object_category" type="text" format="txt" multiple="false" label="CATEGORY of entity at link OBJECT (target), e.g. function, phenotype, disease" />
+		<param  name="subject" type="text" format="txt" multiple="true" label="Entity ids to be examined, e.g. NCBIGene:6295,NCBIGene:1258 ,NCBIGene:3614 ,NCBIGene:26121 ,NCBIGene:7275 ,NCBIGene:55857 ,NCBIGene:79797 ,NCBIGene:10594 ,NCBIGene:64218 ,NCBIGene:7401"
+        />
+		<param  name="background" type="text" format="txt" multiple="true" label="Entity ids in background set, e.g. NCBIGene:84570, NCBIGene:3630; used in over-representation tests" />
+		<param  name="ontology" type="text" format="txt" multiple="false" value="hp" label="ontology id. Must be obo id. Examples: go, mp, hp, uberon (optional: will be inferred if left blank)" />
+		<param  name="subject_category" type="text" format="txt" multiple="false" label="Other types may be used e.g. disease but statistics may not make sense" value="gene"/>
+		<param  name="taxon" type="text" format="txt" multiple="true" label="must be NCBITaxon CURIE. Example: NCBITaxon:9606" />
+		<param  name="object_category" type="text" format="txt" multiple="false" label="E.g. phenotype, function" value="phenotype" />
+		<param name="max_p_value" type="text" format="txt" multiple="false" value="0.05" label="Exclude results with p-value greater than this"/>
+	</inputs>
+	<expand macro="outputs" />
+	<tests>
+		<!--emulate: https://api-dev.monarchinitiative.org/api/bioentityset/overrepresentation/
+		?object_category=phenotype
+subject=NCBIGene%3A6295
+subject=NCBIGene%3A1258
+subject=NCBIGene%3A3614
+subject=NCBIGene%3A26121
+subject=NCBIGene%3A7275
+subject=NCBIGene%3A55857
+subject=NCBIGene%3A79797
+subject=NCBIGene%3A10594
+subject=NCBIGene%3A64218
+subject=NCBIGene%3A7401
+ontology=hp
+subject_category=gene
+taxon=NCBITaxon%3A9606
+object_category=phenotype
+max_p_value=0.05-->
+		<test>
+			<param name="object_category" value="phenotype"/>
+			<param name="subject" value="NCBIGene%3A6295,NCBIGene%3A1258,NCBIGene%3A3614,NCBIGene%3A26121,NCBIGene%3A7275,NCBIGene%3A55857,NCBIGene%3A79797,NCBIGene%3A10594,NCBIGene%3A64218,NCBIGene%3A7401"/>
+			<param name="ontology" value="hp"/>
+			<param name="subject_category" value="gene"/>
+			<param name="taxon" value="NCBITaxon:9606"/>
+			<param name="object_category" value="phenotype"/>
+			<param name="max_p_value" value="0.05"/>
+			<output name="output" file="bioentityset-overrepresentation.json"/>
+		</test>
+	</tests>
+	<expand macro="citations" />
+</tool>
+
--- a/test-data/associations-for-variant.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/associations-for-variant.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-25704", "description": null, "consider": null}, "id": "3fe46d0c-e666-48fd-a95e-7b3591d40f57", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-25704"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-25704", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-25704", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-25704"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-19342", "description": null, "consider": null}, "id": "ea094031-5086-478a-baf1-3297c258a429", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "id": "ZFIN:ZDB-FISH-150901-19342"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-19342", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12204", "description": null, "consider": null}, "id": "c0883e4f-2925-478f-bfae-621a2164fff5", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-10317", "description": null, "consider": null}, "id": "d52846ef-ed3b-4277-bdc6-dc572d335e5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-26139", "description": null, "consider": null}, "id": "8e3af780-f8ee-4466-a97e-6038f6ddd12a", "type": null, "evidence_graph": {"nodes": [{"lbl": "shha<tbx392>/shha<tbx392> [TU]", "id": "ZFIN:ZDB-FISH-150901-26139"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-26139", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-26139", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-26139"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-13014", "description": null, "consider": null}, "id": "1aaef52e-c661-4846-a0d3-89e8350978a1", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "id": "ZFIN:ZDB-FISH-150901-13014"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-13014", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-28202", "description": null, "consider": null}, "id": "3c3bfa4c-c6d7-4407-86ec-b4471fbd7130", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "id": "ZFIN:ZDB-FISH-150901-28202"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-28202", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6333", "description": null, "consider": null}, "id": "8e0c33d0-e480-41bb-a064-45e14b087daf", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12093", "description": null, "consider": null}, "id": "6a9d4b88-19e0-4b2d-9b61-7797aa36aa1f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [AB]", "id": "ZFIN:ZDB-FISH-150901-12093"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-24810", "description": null, "consider": null}, "id": "a5c971c7-4ae4-4837-9669-509e563186c7", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "id": "ZFIN:ZDB-FISH-150901-24810"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-24810", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-8451", "description": null, "consider": null}, "id": "308bdeaa-edac-4978-9e3f-155489e1d677", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "id": "ZFIN:ZDB-FISH-150901-8451"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-8451", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<+> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-7624", "description": null, "consider": null}, "id": "b63b2d9a-153a-4923-b07b-c0d1a9bb6881", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "id": "f23b7d30-4fd1-476d-9f7d-8ac0e6906ef5", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-20836", "description": null, "consider": null}, "id": "e71ac8ee-3390-46b2-884a-901dbcef09bd", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-20836"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-20836", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-20836"}, {"sub": "ZFIN:ZDB-FISH-150901-20836", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha", "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "description": null, "consider": null}, "id": "1fe9d9fe-25b3-42ab-8f1d-b28eac33a432", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha", "id": "ZFIN:ZDB-GENE-980526-166"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000408", "obj": "ZFIN:ZDB-GENE-980526-166"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is_allele_of", "deprecated": null, "id": "GENO:0000408", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain development phenotype", "deprecated": null, "id": "GO:0030900PHENOTYPE", "description": null, "consider": null}, "id": "ddcfd499-6cd9-4182-a359-18e8364b784a", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "forebrain development phenotype", "id": "GO:0030900PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864", "id": "PMID:16452095"}, {"lbl": null, "id": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030900PHENOTYPE"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_object", "obj": "GO:0030900PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "66d0ac43-67a7-466c-9408-bb30fb6103c2", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) U-shaped somite", "deprecated": null, "id": "ZP:0001461", "description": null, "consider": null}, "id": "6aeb102a-1292-41d9-a0d9-608ed2724001", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"lbl": null, "id": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6"}, {"lbl": "abnormal(ly) U-shaped somite", "id": "ZP:0001461"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_object", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain development phenotype", "deprecated": null, "id": "GO:0030900PHENOTYPE", "description": null, "consider": null}, "id": "848514e8-3f11-4af1-89ad-bc614bc7623f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "forebrain development phenotype", "id": "GO:0030900PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864", "id": "PMID:16452095"}, {"lbl": null, "id": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030900PHENOTYPE"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_object", "obj": "GO:0030900PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality myoseptum", "deprecated": null, "id": "ZP:0003289", "description": null, "consider": null}, "id": "161d4472-1926-4514-af77-4179ef51ba48", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality myoseptum", "id": "ZP:0003289"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003289"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_object", "obj": "ZP:0003289"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality myoseptum", "deprecated": null, "id": "ZP:0003289", "description": null, "consider": null}, "id": "cc494018-da16-4d29-bb44-bbd1af5d7066", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality myoseptum", "id": "ZP:0003289"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003289"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_object", "obj": "ZP:0003289"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "f30c88f2-3e26-4314-ad82-867ec7bafd97", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality myoseptum", "deprecated": null, "id": "ZP:0003289", "description": null, "consider": null}, "id": "44243de9-3747-4b0b-abf8-d442c0d6038f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality myoseptum", "id": "ZP:0003289"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003289"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_object", "obj": "ZP:0003289"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "glomerulus development phenotype", "deprecated": null, "id": "GO:0032835PHENOTYPE", "description": null, "consider": null}, "id": "5fe56b48-1d19-47bd-9c09-62e99a42ca46", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "glomerulus development phenotype", "id": "GO:0032835PHENOTYPE"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "GO:0032835PHENOTYPE"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "OBAN:association_has_object", "obj": "GO:0032835PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "dc:source", "obj": "PMID:10885753"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted cell migration involved in kidney development", "deprecated": null, "id": "ZP:0006912", "description": null, "consider": null}, "id": "cc5ad4e0-522a-4e84-8c10-ed6841bafe28", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted cell migration involved in kidney development", "id": "ZP:0006912"}, {"lbl": null, "id": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": null, "id": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "OBAN:association_has_object", "obj": "ZP:0006912"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "OBAN:association_has_object", "obj": "ZP:0006912"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0006912"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "8f5d7d03-6189-4ae8-ac47-7474999464b8", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) U-shaped somite", "deprecated": null, "id": "ZP:0001461", "description": null, "consider": null}, "id": "030d67c2-59d7-418b-acb7-f01de1465d47", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"lbl": null, "id": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6"}, {"lbl": "abnormal(ly) U-shaped somite", "id": "ZP:0001461"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_object", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) mislocalised laterally pronephric glomerulus", "deprecated": null, "id": "ZP:0012534", "description": null, "consider": null}, "id": "8b837f78-1be4-45e3-a8ea-1b7a41709ab2", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) mislocalised laterally pronephric glomerulus", "id": "ZP:0012534"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}, {"lbl": null, "id": "MONARCH:761955494e597e9910c79de39439aa3151c3382f"}], "edges": [{"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0012534"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "deprecated": null, "id": "ZP:0001487", "description": null, "consider": null}, "id": "2413e589-95a5-47d6-aa92-e42dc005406b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality skeletal muscle fiber development", "id": "ZP:0001487"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef"}], "edges": [{"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0001487"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain development phenotype", "deprecated": null, "id": "GO:0030900PHENOTYPE", "description": null, "consider": null}, "id": "9868ab46-67bb-48aa-8ad0-53b2fd469b6c", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "forebrain development phenotype", "id": "GO:0030900PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864", "id": "PMID:16452095"}, {"lbl": null, "id": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030900PHENOTYPE"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_object", "obj": "GO:0030900PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9655820", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted retina development in camera-type eye", "deprecated": null, "id": "ZP:0000941", "description": null, "consider": null}, "id": "7f2bd0d3-a55b-41f3-8c37-b4f9b7764971", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted retina development in camera-type eye", "id": "ZP:0000941"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993", "id": "PMID:9655820"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_object", "obj": "ZP:0000941"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0000941"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "dc:source", "obj": "PMID:9655820"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain development phenotype", "deprecated": null, "id": "GO:0030900PHENOTYPE", "description": null, "consider": null}, "id": "1261faf8-816c-4889-8a83-4fa204c4fc6d", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "forebrain development phenotype", "id": "GO:0030900PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864", "id": "PMID:16452095"}, {"lbl": null, "id": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030900PHENOTYPE"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_object", "obj": "GO:0030900PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality myoseptum", "deprecated": null, "id": "ZP:0003289", "description": null, "consider": null}, "id": "df0594f9-99a6-4346-a86b-b3cec9f1b183", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality myoseptum", "id": "ZP:0003289"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003289"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_object", "obj": "ZP:0003289"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "5240f41b-32c6-44be-8dbc-6f56253d4b58", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) U-shaped somite", "deprecated": null, "id": "ZP:0001461", "description": null, "consider": null}, "id": "1a5689f1-1b70-47ca-8fa6-3d8bada5104c", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"lbl": null, "id": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6"}, {"lbl": "abnormal(ly) U-shaped somite", "id": "ZP:0001461"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_object", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) mislocalised laterally pronephric glomerulus", "deprecated": null, "id": "ZP:0012534", "description": null, "consider": null}, "id": "36f26657-4c0a-4c26-aa7b-747732d9db02", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) mislocalised laterally pronephric glomerulus", "id": "ZP:0012534"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}, {"lbl": null, "id": "MONARCH:761955494e597e9910c79de39439aa3151c3382f"}], "edges": [{"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0012534"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) U-shaped somite", "deprecated": null, "id": "ZP:0001461", "description": null, "consider": null}, "id": "fde5985e-e885-410a-bdb5-de3e12034700", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"lbl": null, "id": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6"}, {"lbl": "abnormal(ly) U-shaped somite", "id": "ZP:0001461"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_object", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) mislocalised laterally pronephric glomerulus", "deprecated": null, "id": "ZP:0012534", "description": null, "consider": null}, "id": "27227179-061b-4712-bfe8-9d507a33ad4a", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) mislocalised laterally pronephric glomerulus", "id": "ZP:0012534"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}, {"lbl": null, "id": "MONARCH:761955494e597e9910c79de39439aa3151c3382f"}], "edges": [{"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0012534"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "deprecated": null, "id": "ZP:0005693", "description": null, "consider": null}, "id": "35756fa0-6f7a-4258-b02f-284740c1c8e8", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell", "id": "ZP:0005693"}, {"lbl": null, "id": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0005693"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_object", "obj": "ZP:0005693"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted skeletal muscle tissue development", "deprecated": null, "id": "ZP:0000659", "description": null, "consider": null}, "id": "d56beef8-44f4-4d3c-84c9-4264854e058d", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "abnormal(ly) disrupted skeletal muscle tissue development", "id": "ZP:0000659"}, {"lbl": null, "id": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0000659"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_object", "obj": "ZP:0000659"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality striated muscle cell differentiation", "deprecated": null, "id": "ZP:0009616", "description": null, "consider": null}, "id": "dbf85ac1-8158-498b-9864-e7c13c39b173", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality striated muscle cell differentiation", "id": "ZP:0009616"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "OBAN:association_has_object", "obj": "ZP:0009616"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009616"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0009616"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_object", "obj": "ZP:0009616"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "dc:source", "obj": "PMID:11456450"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9655820", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted retina development in camera-type eye", "deprecated": null, "id": "ZP:0000941", "description": null, "consider": null}, "id": "e6796bfe-8450-4013-823d-bb7941ae0287", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted retina development in camera-type eye", "id": "ZP:0000941"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993", "id": "PMID:9655820"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_object", "obj": "ZP:0000941"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0000941"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "dc:source", "obj": "PMID:9655820"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) increased size liver", "deprecated": null, "id": "ZP:0003191", "description": null, "consider": null}, "id": "5f6d6325-8b07-4dd7-b880-b12e6d005709", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47"}, {"lbl": null, "id": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) increased size liver", "id": "ZP:0003191"}], "edges": [{"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003191"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "OBAN:association_has_object", "obj": "ZP:0003191"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "OBAN:association_has_object", "obj": "ZP:0003191"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "dc:source", "obj": "PMID:12618131"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "dc:source", "obj": "PMID:12618131"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "deprecated": null, "id": "ZP:0005693", "description": null, "consider": null}, "id": "67f1bfeb-0e33-4af4-94c5-f7fdde0343dd", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell", "id": "ZP:0005693"}, {"lbl": null, "id": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0005693"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_object", "obj": "ZP:0005693"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "deprecated": null, "id": "ZP:0001487", "description": null, "consider": null}, "id": "247ba446-8f15-4f95-b252-d6009181a2f6", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality skeletal muscle fiber development", "id": "ZP:0001487"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef"}], "edges": [{"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0001487"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) irregular spatial pattern retinal cone cell", "deprecated": null, "id": "ZP:0009625", "description": null, "consider": null}, "id": "975e2e80-616f-4c00-9288-ff411dd5f527", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640", "id": "PMID:18502998"}, {"lbl": "abnormal(ly) irregular spatial pattern retinal cone cell", "id": "ZP:0009625"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "OBAN:association_has_object", "obj": "ZP:0009625"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "dc:source", "obj": "PMID:18502998"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "ZP:0009625"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "photoreceptor cell maintenance phenotype", "deprecated": null, "id": "GO:0045494PHENOTYPE", "description": null, "consider": null}, "id": "4f5629d4-555f-42c9-9ce8-570f2db65d56", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "photoreceptor cell maintenance phenotype", "id": "GO:0045494PHENOTYPE"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640", "id": "PMID:18502998"}, {"lbl": null, "id": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "GO:0045494PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "OBAN:association_has_object", "obj": "GO:0045494PHENOTYPE"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "dc:source", "obj": "PMID:18502998"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "dc:source", "obj": "PMID:18502998"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality myoseptum", "deprecated": null, "id": "ZP:0003289", "description": null, "consider": null}, "id": "757d8d82-1171-4d05-9cb6-b56f85a4cc81", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality myoseptum", "id": "ZP:0003289"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003289"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:cce3096585b88a54d6a86b378d2e9398c9aba4f0", "pred": "OBAN:association_has_object", "obj": "ZP:0003289"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "deprecated": null, "id": "ZP:0005693", "description": null, "consider": null}, "id": "92f1dac0-87b1-485b-a01d-6c4a0b29338c", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell", "id": "ZP:0005693"}, {"lbl": null, "id": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0005693"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_object", "obj": "ZP:0005693"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) absent adaxial cell", "deprecated": null, "id": "ZP:0005692", "description": null, "consider": null}, "id": "83d63309-b7b9-4744-bdaa-e1653a190e5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) absent adaxial cell", "id": "ZP:0005692"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:62e0f08aec4fae3b844ba7087c71c50fe37062eb"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "id": "ZFIN:ZDB-FISH-150901-8451"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:62e0f08aec4fae3b844ba7087c71c50fe37062eb", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-8451"}, {"sub": "ZFIN:ZDB-FISH-150901-8451", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-8451", "pred": "RO:0002200", "obj": "ZP:0005692"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:62e0f08aec4fae3b844ba7087c71c50fe37062eb", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "MONARCH:62e0f08aec4fae3b844ba7087c71c50fe37062eb", "pred": "OBAN:association_has_object", "obj": "ZP:0005692"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:62e0f08aec4fae3b844ba7087c71c50fe37062eb", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased size fin", "deprecated": null, "id": "ZP:0003190", "description": null, "consider": null}, "id": "bc3ef04b-28ab-415e-9e5f-5700ba021d4a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97853bc8b90b620271878f41df2ed5011d0b88db"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) decreased size fin", "id": "ZP:0003190"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:97853bc8b90b620271878f41df2ed5011d0b88db", "pred": "OBAN:association_has_object", "obj": "ZP:0003190"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003190"}, {"sub": "MONARCH:97853bc8b90b620271878f41df2ed5011d0b88db", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:97853bc8b90b620271878f41df2ed5011d0b88db", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:97853bc8b90b620271878f41df2ed5011d0b88db", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) aplastic floor plate", "deprecated": null, "id": "ZP:0000613", "description": null, "consider": null}, "id": "c75c653b-d346-46de-8ecb-d78bf030cf03", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) aplastic floor plate", "id": "ZP:0000613"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:44982c4477a7ca83bc75e977fd575afd0185d9fb"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:44982c4477a7ca83bc75e977fd575afd0185d9fb", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:44982c4477a7ca83bc75e977fd575afd0185d9fb", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0000613"}, {"sub": "MONARCH:44982c4477a7ca83bc75e977fd575afd0185d9fb", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:44982c4477a7ca83bc75e977fd575afd0185d9fb", "pred": "OBAN:association_has_object", "obj": "ZP:0000613"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "deprecated": null, "id": "ZP:0009619", "description": null, "consider": null}, "id": "5389dc17-f421-4f32-a6d7-8c2df3c2f085", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c"}, {"lbl": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "id": "ZP:0009619"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "OBAN:association_has_object", "obj": "ZP:0009619"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009619"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) delayed skeletal muscle tissue development", "deprecated": null, "id": "ZP:0000658", "description": null, "consider": null}, "id": "f76c5922-de72-40d9-b94c-44dc823502b8", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "id": "ZFIN:ZDB-FISH-150901-13014"}, {"lbl": "abnormal(ly) delayed skeletal muscle tissue development", "id": "ZP:0000658"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:5a6c357f159e831903e0406dcad069013d12fb0a"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-13014", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:5a6c357f159e831903e0406dcad069013d12fb0a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-13014"}, {"sub": "ZFIN:ZDB-FISH-150901-13014", "pred": "RO:0002200", "obj": "ZP:0000658"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0000658"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "OBAN:association_has_object", "obj": "ZP:0000658"}, {"sub": "MONARCH:5a6c357f159e831903e0406dcad069013d12fb0a", "pred": "OBAN:association_has_object", "obj": "ZP:0000658"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:5a6c357f159e831903e0406dcad069013d12fb0a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:5a6c357f159e831903e0406dcad069013d12fb0a", "pred": "dc:source", "obj": "PMID:21147088"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "deprecated": null, "id": "ZP:0001487", "description": null, "consider": null}, "id": "4e70c1e5-59ef-4168-9280-4f91b07260ef", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality skeletal muscle fiber development", "id": "ZP:0001487"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef"}], "edges": [{"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0001487"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16452095", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain development phenotype", "deprecated": null, "id": "GO:0030900PHENOTYPE", "description": null, "consider": null}, "id": "c4295a58-3077-4378-97f2-021d54782440", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "forebrain development phenotype", "id": "GO:0030900PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864", "id": "PMID:16452095"}, {"lbl": null, "id": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030900PHENOTYPE"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "OBAN:association_has_object", "obj": "GO:0030900PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:32cb3136f7e4bc4d2a5cf01366748aa753ec2c32", "pred": "dc:source", "obj": "PMID:16452095"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) U-shaped somite", "deprecated": null, "id": "ZP:0001461", "description": null, "consider": null}, "id": "8c3ded91-2540-4511-942e-df06af8dcd70", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"lbl": null, "id": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6"}, {"lbl": "abnormal(ly) U-shaped somite", "id": "ZP:0001461"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_object", "obj": "ZP:0001461"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:0ade9b3405cef5c32a37b76aea87d0720367b1f6", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "e8fea8b1-fc03-4c36-95fe-ce34de0e6875", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) mislocalised laterally pronephric glomerulus", "deprecated": null, "id": "ZP:0012534", "description": null, "consider": null}, "id": "9d1e1014-81e5-4c58-8dd2-072e896caf63", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) mislocalised laterally pronephric glomerulus", "id": "ZP:0012534"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}, {"lbl": null, "id": "MONARCH:761955494e597e9910c79de39439aa3151c3382f"}], "edges": [{"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0012534"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "OBAN:association_has_object", "obj": "ZP:0012534"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:761955494e597e9910c79de39439aa3151c3382f", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:f5ae6261e40c5260b13cacb4b67c5bfd23705b8a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9655820", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted retina development in camera-type eye", "deprecated": null, "id": "ZP:0000941", "description": null, "consider": null}, "id": "f264f014-f465-455d-bc0a-bf58207b7301", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted retina development in camera-type eye", "id": "ZP:0000941"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993", "id": "PMID:9655820"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_object", "obj": "ZP:0000941"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0000941"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "dc:source", "obj": "PMID:9655820"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:e034d23fe02b1ed4f7646743eb027c098e93ea82", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) absent muscle pioneer", "deprecated": null, "id": "ZP:0004204", "description": null, "consider": null}, "id": "9844a441-8d15-456d-a01d-272e4c656883", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "abnormal(ly) absent muscle pioneer", "id": "ZP:0004204"}, {"lbl": null, "id": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0004204"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "OBAN:association_has_object", "obj": "ZP:0004204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "photoreceptor cell maintenance phenotype", "deprecated": null, "id": "GO:0045494PHENOTYPE", "description": null, "consider": null}, "id": "fa0ec86a-8044-42c1-9e6e-e3b3f23feda7", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "photoreceptor cell maintenance phenotype", "id": "GO:0045494PHENOTYPE"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640", "id": "PMID:18502998"}, {"lbl": null, "id": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "GO:0045494PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "OBAN:association_has_object", "obj": "GO:0045494PHENOTYPE"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "dc:source", "obj": "PMID:18502998"}, {"sub": "MONARCH:0b14c5c0b52ba187df03c526b3f3a2d8ad8e83c1", "pred": "dc:source", "obj": "PMID:18502998"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted cell migration involved in kidney development", "deprecated": null, "id": "ZP:0006912", "description": null, "consider": null}, "id": "cb1d6da0-7724-42ea-96fd-9ec43e6f34d3", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted cell migration involved in kidney development", "id": "ZP:0006912"}, {"lbl": null, "id": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": null, "id": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "OBAN:association_has_object", "obj": "ZP:0006912"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "OBAN:association_has_object", "obj": "ZP:0006912"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0006912"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:920dfa4a5fd5117eb4025fee5fcb9fc0ec918db3", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "MONARCH:e4899d7348230948a5f01ea15862ced03102617a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "glomerulus development phenotype", "deprecated": null, "id": "GO:0032835PHENOTYPE", "description": null, "consider": null}, "id": "c5fbdf18-ebf2-4c2a-877c-893892798381", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "glomerulus development phenotype", "id": "GO:0032835PHENOTYPE"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "GO:0032835PHENOTYPE"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "OBAN:association_has_object", "obj": "GO:0032835PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:355a334db02cafc28553e026e8beae6cdce66dbe", "pred": "dc:source", "obj": "PMID:10885753"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) irregular spatial pattern retinal cone cell", "deprecated": null, "id": "ZP:0009625", "description": null, "consider": null}, "id": "d430ebcb-a09c-4886-ae4d-bbf73c177061", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640", "id": "PMID:18502998"}, {"lbl": "abnormal(ly) irregular spatial pattern retinal cone cell", "id": "ZP:0009625"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "OBAN:association_has_object", "obj": "ZP:0009625"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "dc:source", "obj": "PMID:18502998"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "ZP:0009625"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:7d2e52db4e0881dafe225ecc84cdf1e68f7978cd", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted skeletal muscle tissue development", "deprecated": null, "id": "ZP:0000659", "description": null, "consider": null}, "id": "f8d9ab8a-0247-46d5-ba13-3f44532a5c8e", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "abnormal(ly) disrupted skeletal muscle tissue development", "id": "ZP:0000659"}, {"lbl": null, "id": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0000659"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_object", "obj": "ZP:0000659"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality striated muscle cell differentiation", "deprecated": null, "id": "ZP:0009616", "description": null, "consider": null}, "id": "d2f59767-de5e-4193-a5f0-c560d6b1fe7f", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality striated muscle cell differentiation", "id": "ZP:0009616"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "OBAN:association_has_object", "obj": "ZP:0009616"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009616"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0009616"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_object", "obj": "ZP:0009616"}, {"sub": "MONARCH:c6b0af5326f3de6f8d4010125189629c4faab8ce", "pred": "dc:source", "obj": "PMID:11456450"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) increased size liver", "deprecated": null, "id": "ZP:0003191", "description": null, "consider": null}, "id": "4b06de14-4100-4e31-9038-401280973dc6", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47"}, {"lbl": null, "id": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) increased size liver", "id": "ZP:0003191"}], "edges": [{"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0003191"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "OBAN:association_has_object", "obj": "ZP:0003191"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "OBAN:association_has_object", "obj": "ZP:0003191"}, {"sub": "MONARCH:088d84ffad3e7aca9f0eaa0b42be35fa4eb33c13", "pred": "dc:source", "obj": "PMID:12618131"}, {"sub": "MONARCH:9d7540b141769fd596e6434252b56e14a4631b47", "pred": "dc:source", "obj": "PMID:12618131"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality somite", "deprecated": null, "id": "ZP:0000011", "description": null, "consider": null}, "id": "fe722174-d9ba-482d-a61f-0dc90fc23a19", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:1c39b933073f30745c6c0289fbd55943c6675cdf"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality somite", "id": "ZP:0000011"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000011"}, {"sub": "MONARCH:1c39b933073f30745c6c0289fbd55943c6675cdf", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:1c39b933073f30745c6c0289fbd55943c6675cdf", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:1c39b933073f30745c6c0289fbd55943c6675cdf", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:1c39b933073f30745c6c0289fbd55943c6675cdf", "pred": "OBAN:association_has_object", "obj": "ZP:0000011"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality surface structure", "deprecated": null, "id": "ZP:0000049", "description": null, "consider": null}, "id": "5dedff64-9c40-461d-a9f8-c15c5aa2e3fa", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "abnormal(ly) quality surface structure", "id": "ZP:0000049"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": null, "id": "MONARCH:b9af593cec0cde522c0b4d959c76cb4adb3d210f"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:b9af593cec0cde522c0b4d959c76cb4adb3d210f", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:b9af593cec0cde522c0b4d959c76cb4adb3d210f", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b9af593cec0cde522c0b4d959c76cb4adb3d210f", "pred": "OBAN:association_has_object", "obj": "ZP:0000049"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000049"}, {"sub": "MONARCH:b9af593cec0cde522c0b4d959c76cb4adb3d210f", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) absent primary islet", "deprecated": null, "id": "ZP:0012371", "description": null, "consider": null}, "id": "fabbd36a-6f15-4be3-b8a1-018ccbb45a35", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:582967f76e21cb927cb966b74c4263460c692d9c"}, {"lbl": "abnormal(ly) absent primary islet", "id": "ZP:0012371"}, {"lbl": null, "id": "MONARCH:d9eb641affe32bbf2023a1360d38062da7460295"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:582967f76e21cb927cb966b74c4263460c692d9c", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:d9eb641affe32bbf2023a1360d38062da7460295", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0012371"}, {"sub": "MONARCH:d9eb641affe32bbf2023a1360d38062da7460295", "pred": "OBAN:association_has_object", "obj": "ZP:0012371"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:582967f76e21cb927cb966b74c4263460c692d9c", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:582967f76e21cb927cb966b74c4263460c692d9c", "pred": "OBAN:association_has_object", "obj": "ZP:0012371"}, {"sub": "MONARCH:d9eb641affe32bbf2023a1360d38062da7460295", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:d9eb641affe32bbf2023a1360d38062da7460295", "pred": "dc:source", "obj": "PMID:12618131"}, {"sub": "MONARCH:582967f76e21cb927cb966b74c4263460c692d9c", "pred": "dc:source", "obj": "PMID:12618131"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9007258", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality larval locomotory behavior", "deprecated": null, "id": "ZP:0002588", "description": null, "consider": null}, "id": "364255ab-c384-46a0-9ed2-ef064c7bf8df", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) process quality larval locomotory behavior", "id": "ZP:0002588"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413", "id": "PMID:9007258"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "dc:source", "obj": "PMID:9007258"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "OBAN:association_has_object", "obj": "ZP:0002588"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002588"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17046741", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17046741", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "muscle organ development phenotype", "deprecated": null, "id": "GO:0007517PHENOTYPE", "description": null, "consider": null}, "id": "20bf4d9b-e2df-432f-a1c5-a4cc5d20ef17", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [AB]", "id": "ZFIN:ZDB-FISH-150901-12093"}, {"lbl": null, "id": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746", "id": "PMID:17046741"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "muscle organ development phenotype", "id": "GO:0007517PHENOTYPE"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04", "pred": "dc:source", "obj": "PMID:17046741"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04", "pred": "OBAN:association_has_object", "obj": "GO:0007517PHENOTYPE"}, {"sub": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "RO:0002200", "obj": "GO:0007517PHENOTYPE"}, {"sub": "MONARCH:e61f9f3b8736df1797604abdefee483d8927eb04", "pred": "dc:source", "obj": "PMID:17046741"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) delayed striated muscle cell differentiation", "deprecated": null, "id": "ZP:0009615", "description": null, "consider": null}, "id": "42f07e59-a85c-411a-a089-4107456f22b3", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) delayed striated muscle cell differentiation", "id": "ZP:0009615"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009615"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "OBAN:association_has_object", "obj": "ZP:0009615"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) increased amount pronephric glomerulus", "deprecated": null, "id": "ZP:0012532", "description": null, "consider": null}, "id": "d8c886ae-8bf8-4cb2-ba38-6c46f3758d56", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:a25c0a31ecdee0a2e8071cba62cbd5d051271c9b"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) increased amount pronephric glomerulus", "id": "ZP:0012532"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": null, "id": "MONARCH:fe4947742188d459ec9ea905b4eadc6fc3810eb9"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:a25c0a31ecdee0a2e8071cba62cbd5d051271c9b", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0012532"}, {"sub": "MONARCH:a25c0a31ecdee0a2e8071cba62cbd5d051271c9b", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:a25c0a31ecdee0a2e8071cba62cbd5d051271c9b", "pred": "OBAN:association_has_object", "obj": "ZP:0012532"}, {"sub": "MONARCH:a25c0a31ecdee0a2e8071cba62cbd5d051271c9b", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:fe4947742188d459ec9ea905b4eadc6fc3810eb9", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:fe4947742188d459ec9ea905b4eadc6fc3810eb9", "pred": "OBAN:association_has_object", "obj": "ZP:0012532"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:fe4947742188d459ec9ea905b4eadc6fc3810eb9", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:fe4947742188d459ec9ea905b4eadc6fc3810eb9", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality heart", "deprecated": null, "id": "ZP:0000044", "description": null, "consider": null}, "id": "92f3ce6a-559c-4261-bcab-ebd50f2e5e89", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality heart", "id": "ZP:0000044"}, {"lbl": null, "id": "MONARCH:e9ff86eb4e0a2585b2e6e3b06ec1732c94c914b7"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:e9ff86eb4e0a2585b2e6e3b06ec1732c94c914b7", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000044"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:e9ff86eb4e0a2585b2e6e3b06ec1732c94c914b7", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:e9ff86eb4e0a2585b2e6e3b06ec1732c94c914b7", "pred": "OBAN:association_has_object", "obj": "ZP:0000044"}, {"sub": "MONARCH:e9ff86eb4e0a2585b2e6e3b06ec1732c94c914b7", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disorganized esophageal epithelium", "deprecated": null, "id": "ZP:0012369", "description": null, "consider": null}, "id": "9daec9ed-4bb2-420b-8347-dee3551e3840", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:a17d9a7d01cbe9077bccc9ce7eb40d81f263706a"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disorganized esophageal epithelium", "id": "ZP:0012369"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:a17d9a7d01cbe9077bccc9ce7eb40d81f263706a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:a17d9a7d01cbe9077bccc9ce7eb40d81f263706a", "pred": "OBAN:association_has_object", "obj": "ZP:0012369"}, {"sub": "MONARCH:a17d9a7d01cbe9077bccc9ce7eb40d81f263706a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0012369"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:a17d9a7d01cbe9077bccc9ce7eb40d81f263706a", "pred": "dc:source", "obj": "PMID:12618131"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) arrested skeletal muscle tissue development", "deprecated": null, "id": "ZP:0009715", "description": null, "consider": null}, "id": "25e8b769-f765-4563-902e-10661d187089", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) arrested skeletal muscle tissue development", "id": "ZP:0009715"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "id": "ZFIN:ZDB-FISH-150901-19342"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:ae286bd24c0a7e77763b11beabe07a307040bd14"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "id": "ZFIN:ZDB-FISH-150901-24810"}, {"lbl": null, "id": "MONARCH:524d14e4b93dd67e49f0f2baba5290eaded49b25"}], "edges": [{"sub": "MONARCH:ae286bd24c0a7e77763b11beabe07a307040bd14", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:524d14e4b93dd67e49f0f2baba5290eaded49b25", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-24810"}, {"sub": "MONARCH:ae286bd24c0a7e77763b11beabe07a307040bd14", "pred": "OBAN:association_has_object", "obj": "ZP:0009715"}, {"sub": "MONARCH:524d14e4b93dd67e49f0f2baba5290eaded49b25", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:524d14e4b93dd67e49f0f2baba5290eaded49b25", "pred": "OBAN:association_has_object", "obj": "ZP:0009715"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-24810", "pred": "RO:0002200", "obj": "ZP:0009715"}, {"sub": "ZFIN:ZDB-FISH-150901-19342", "pred": "RO:0002200", "obj": "ZP:0009715"}, {"sub": "MONARCH:ae286bd24c0a7e77763b11beabe07a307040bd14", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-19342"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-24810", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-19342", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:524d14e4b93dd67e49f0f2baba5290eaded49b25", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:ae286bd24c0a7e77763b11beabe07a307040bd14", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17046741", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased occurrence muscle cell differentiation", "deprecated": null, "id": "ZP:0009614", "description": null, "consider": null}, "id": "05f2a2e5-b82b-4a06-a513-5d4a8e98f3f0", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [AB]", "id": "ZFIN:ZDB-FISH-150901-12093"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746", "id": "PMID:17046741"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:233689fb7b20bf711f434efceb7ce7973184f7fa"}, {"lbl": "abnormal(ly) decreased occurrence muscle cell differentiation", "id": "ZP:0009614"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:233689fb7b20bf711f434efceb7ce7973184f7fa", "pred": "dc:source", "obj": "PMID:17046741"}, {"sub": "MONARCH:233689fb7b20bf711f434efceb7ce7973184f7fa", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "RO:0002200", "obj": "ZP:0009614"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "MONARCH:233689fb7b20bf711f434efceb7ce7973184f7fa", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:233689fb7b20bf711f434efceb7ce7973184f7fa", "pred": "OBAN:association_has_object", "obj": "ZP:0009614"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17046741", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) has extra parts of type somite towards muscle precursor cell", "deprecated": null, "id": "ZP:0009618", "description": null, "consider": null}, "id": "26162a9b-82b3-47dd-8176-d5cddda641fe", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1091a56d850f2beb04dcdf4b6f57a723584ea83e"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [AB]", "id": "ZFIN:ZDB-FISH-150901-12093"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746", "id": "PMID:17046741"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) has extra parts of type somite towards muscle precursor cell", "id": "ZP:0009618"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:1091a56d850f2beb04dcdf4b6f57a723584ea83e", "pred": "OBAN:association_has_object", "obj": "ZP:0009618"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:1091a56d850f2beb04dcdf4b6f57a723584ea83e", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:1091a56d850f2beb04dcdf4b6f57a723584ea83e", "pred": "dc:source", "obj": "PMID:17046741"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "RO:0002200", "obj": "ZP:0009618"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "MONARCH:1091a56d850f2beb04dcdf4b6f57a723584ea83e", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18502998", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism retinal cone cell", "deprecated": null, "id": "ZP:0000505", "description": null, "consider": null}, "id": "4a29ce6f-8542-47ec-b657-fdbd19825808", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640", "id": "PMID:18502998"}, {"lbl": null, "id": "MONARCH:8c1ca635608056e2a107e049b1e631fc36403d5d"}, {"lbl": "abnormal(ly) present in fewer numbers in organism retinal cone cell", "id": "ZP:0000505"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:8c1ca635608056e2a107e049b1e631fc36403d5d", "pred": "OBAN:association_has_object", "obj": "ZP:0000505"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "ZP:0000505"}, {"sub": "MONARCH:8c1ca635608056e2a107e049b1e631fc36403d5d", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:8c1ca635608056e2a107e049b1e631fc36403d5d", "pred": "dc:source", "obj": "PMID:18502998"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:8c1ca635608056e2a107e049b1e631fc36403d5d", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10885753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pronephros development phenotype", "deprecated": null, "id": "GO:0048793PHENOTYPE", "description": null, "consider": null}, "id": "521a2fbc-c895-4b1d-99fa-3603c0facce9", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:db2032335525e6916778bb618a540fef756bb50b"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "pronephros development phenotype", "id": "GO:0048793PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157", "id": "PMID:10885753"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:db2032335525e6916778bb618a540fef756bb50b", "pred": "OBAN:association_has_object", "obj": "GO:0048793PHENOTYPE"}, {"sub": "MONARCH:db2032335525e6916778bb618a540fef756bb50b", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:db2032335525e6916778bb618a540fef756bb50b", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "GO:0048793PHENOTYPE"}, {"sub": "MONARCH:db2032335525e6916778bb618a540fef756bb50b", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:db2032335525e6916778bb618a540fef756bb50b", "pred": "dc:source", "obj": "PMID:10885753"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality pectoral fin", "deprecated": null, "id": "ZP:0000055", "description": null, "consider": null}, "id": "8162ed20-1c4a-4b5b-81c1-a96b515fae24", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:7548a3aec3c2c2dfe94f134f671c8ab1ebb29047"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality pectoral fin", "id": "ZP:0000055"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7548a3aec3c2c2dfe94f134f671c8ab1ebb29047", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7548a3aec3c2c2dfe94f134f671c8ab1ebb29047", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000055"}, {"sub": "MONARCH:7548a3aec3c2c2dfe94f134f671c8ab1ebb29047", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "MONARCH:7548a3aec3c2c2dfe94f134f671c8ab1ebb29047", "pred": "OBAN:association_has_object", "obj": "ZP:0000055"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10694427", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10694427", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "floor plate development phenotype", "deprecated": null, "id": "GO:0033504PHENOTYPE", "description": null, "consider": null}, "id": "7a797b6a-fcc0-448b-b598-ae97c4b9712a", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41"}, {"lbl": "Odenthal et al; Two distinct cell populations in the floor plate of the zebrafish are induced by different pathways; Developmental Biology; 2000; 219(2); 350-363", "id": "PMID:10694427"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "floor plate development phenotype", "id": "GO:0033504PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "dc:source", "obj": "PMID:10694427"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "OBAN:association_has_object", "obj": "GO:0033504PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "dc:source", "obj": "PMID:10694427"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "GO:0033504PHENOTYPE"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23123778", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism diencephalon dopaminergic neuron", "deprecated": null, "id": "ZP:0001115", "description": null, "consider": null}, "id": "94aa23c7-dbdd-47ee-a89a-9861843051f5", "type": null, "evidence_graph": {"nodes": [{"lbl": "Lo et al; Heterozygous mutations in the FGF8, SHH and nodal/transforming growth factor beta pathways do not confer increased dopaminergic neuron vulnerability-A zebrafish study; Neuroscience letters; 2013; 532; 55-58", "id": "PMID:23123778"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) present in fewer numbers in organism diencephalon dopaminergic neuron", "id": "ZP:0001115"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:6a9c3911c5ab9598d7ac60b6d2d49055b7ec8462"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:6a9c3911c5ab9598d7ac60b6d2d49055b7ec8462", "pred": "dc:source", "obj": "PMID:23123778"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "MONARCH:6a9c3911c5ab9598d7ac60b6d2d49055b7ec8462", "pred": "OBAN:association_has_object", "obj": "ZP:0001115"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "RO:0002200", "obj": "ZP:0001115"}, {"sub": "MONARCH:6a9c3911c5ab9598d7ac60b6d2d49055b7ec8462", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": "MONARCH:6a9c3911c5ab9598d7ac60b6d2d49055b7ec8462", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted esophageal epithelium epithelial cell differentiation", "deprecated": null, "id": "ZP:0012370", "description": null, "consider": null}, "id": "29ac5c13-a9b5-4051-ae7f-b5d40c28c463", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) disrupted esophageal epithelium epithelial cell differentiation", "id": "ZP:0012370"}, {"lbl": null, "id": "MONARCH:feea5cff315aa2a5ee769713db7c0695b2cc9cb7"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:feea5cff315aa2a5ee769713db7c0695b2cc9cb7", "pred": "OBAN:association_has_object", "obj": "ZP:0012370"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0012370"}, {"sub": "MONARCH:feea5cff315aa2a5ee769713db7c0695b2cc9cb7", "pred": "dc:source", "obj": "PMID:12618131"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:feea5cff315aa2a5ee769713db7c0695b2cc9cb7", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:feea5cff315aa2a5ee769713db7c0695b2cc9cb7", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16580747", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16580747", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "embryonic viscerocranium morphogenesis phenotype", "deprecated": null, "id": "GO:0048703PHENOTYPE", "description": null, "consider": null}, "id": "7e7e7abb-97d9-4850-9804-255dc314318e", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Teraoka et al; Impairment of lower jaw growth in developing zebrafish exposed to 2,3,7,8-tetrachlorodibenzo-p-dioxin and reduced hedgehog expression; Aquatic toxicology (Amsterdam, Netherlands); 2006; 78(2); 103-113", "id": "PMID:16580747"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "embryonic viscerocranium morphogenesis phenotype", "id": "GO:0048703PHENOTYPE"}, {"lbl": null, "id": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3", "pred": "dc:source", "obj": "PMID:16580747"}, {"sub": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3", "pred": "OBAN:association_has_object", "obj": "GO:0048703PHENOTYPE"}, {"sub": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:5b8b61e6b5729f0a1be5321ce46e967dc53954b3", "pred": "dc:source", "obj": "PMID:16580747"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0048703PHENOTYPE"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9655820", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted retinal ganglion cell axon guidance", "deprecated": null, "id": "ZP:0000029", "description": null, "consider": null}, "id": "78618a5b-5edb-4cd7-a191-eee87220482a", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) disrupted retinal ganglion cell axon guidance", "id": "ZP:0000029"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:39c9d1c3917f0fede08400b6a5282334fb34402c"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993", "id": "PMID:9655820"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0000029"}, {"sub": "MONARCH:39c9d1c3917f0fede08400b6a5282334fb34402c", "pred": "dc:source", "obj": "PMID:9655820"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:39c9d1c3917f0fede08400b6a5282334fb34402c", "pred": "OBAN:association_has_object", "obj": "ZP:0000029"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:39c9d1c3917f0fede08400b6a5282334fb34402c", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:39c9d1c3917f0fede08400b6a5282334fb34402c", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12606279", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12606279", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "adenohypophysis development phenotype", "deprecated": null, "id": "GO:0021984PHENOTYPE", "description": null, "consider": null}, "id": "118949a0-701e-4ae1-94b2-2c2f0586af4d", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "adenohypophysis development phenotype", "id": "GO:0021984PHENOTYPE"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Sbrogna et al; Multiple roles for Hedgehog signaling in zebrafish pituitary development; Developmental Biology; 2003; 254(1); 19-35", "id": "PMID:12606279"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad", "pred": "dc:source", "obj": "PMID:12606279"}, {"sub": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad", "pred": "OBAN:association_has_object", "obj": "GO:0021984PHENOTYPE"}, {"sub": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad", "pred": "dc:source", "obj": "PMID:12606279"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0021984PHENOTYPE"}, {"sub": "MONARCH:456b21524d9c0fadd1d717a091fb3f5cf247f9ad", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality sensory system", "deprecated": null, "id": "ZP:0000406", "description": null, "consider": null}, "id": "2aac4214-95a2-401b-b874-48a0a934bb00", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) quality sensory system", "id": "ZP:0000406"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:4df04b047ffca185db46c50dcf578df43b5a1a92"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000406"}, {"sub": "MONARCH:4df04b047ffca185db46c50dcf578df43b5a1a92", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:4df04b047ffca185db46c50dcf578df43b5a1a92", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:4df04b047ffca185db46c50dcf578df43b5a1a92", "pred": "OBAN:association_has_object", "obj": "ZP:0000406"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:4df04b047ffca185db46c50dcf578df43b5a1a92", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) quality post-vent region", "deprecated": null, "id": "ZP:0000018", "description": null, "consider": null}, "id": "6e6e2eb7-dd58-4245-873c-b6649768d27e", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:7bf6d4ec68578a965dc7383381026c79a65a6de9"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}, {"lbl": "abnormal(ly) quality post-vent region", "id": "ZP:0000018"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:7bf6d4ec68578a965dc7383381026c79a65a6de9", "pred": "OBAN:association_has_object", "obj": "ZP:0000018"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7bf6d4ec68578a965dc7383381026c79a65a6de9", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:7bf6d4ec68578a965dc7383381026c79a65a6de9", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000018"}, {"sub": "MONARCH:7bf6d4ec68578a965dc7383381026c79a65a6de9", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) shape whole organism", "deprecated": null, "id": "ZP:0000159", "description": null, "consider": null}, "id": "803fa987-d33b-49db-a571-a48b244ae18e", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:d3913d820e7623ef4d1c7247eb83109c846a5e0d"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "abnormal(ly) shape whole organism", "id": "ZP:0000159"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000159"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:d3913d820e7623ef4d1c7247eb83109c846a5e0d", "pred": "OBAN:association_has_object", "obj": "ZP:0000159"}, {"sub": "MONARCH:d3913d820e7623ef4d1c7247eb83109c846a5e0d", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:d3913d820e7623ef4d1c7247eb83109c846a5e0d", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:d3913d820e7623ef4d1c7247eb83109c846a5e0d", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9007258", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased behavioural activity whole organism", "deprecated": null, "id": "ZP:0002590", "description": null, "consider": null}, "id": "79c53cc8-b6b4-4b35-b1bb-8a0c59366bf9", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413", "id": "PMID:9007258"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "abnormal(ly) decreased behavioural activity whole organism", "id": "ZP:0002590"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002590"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "dc:source", "obj": "PMID:9007258"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "OBAN:association_has_object", "obj": "ZP:0002590"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased amount slow muscle cell", "deprecated": null, "id": "ZP:0002066", "description": null, "consider": null}, "id": "877d8893-53d8-4e5e-a8d1-70f9f51f2209", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": null, "id": "MONARCH:70d059e7b83e10fdb535b07b0d04dbe6d796a8f2"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "abnormal(ly) decreased amount slow muscle cell", "id": "ZP:0002066"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002066"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "OBAN:association_has_object", "obj": "ZP:0002066"}, {"sub": "MONARCH:70d059e7b83e10fdb535b07b0d04dbe6d796a8f2", "pred": "OBAN:association_has_object", "obj": "ZP:0002066"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:70d059e7b83e10fdb535b07b0d04dbe6d796a8f2", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "RO:0002200", "obj": "ZP:0002066"}, {"sub": "MONARCH:70d059e7b83e10fdb535b07b0d04dbe6d796a8f2", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:70d059e7b83e10fdb535b07b0d04dbe6d796a8f2", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12618131", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) malformed esophagus", "deprecated": null, "id": "ZP:0012368", "description": null, "consider": null}, "id": "f1d32787-2933-4092-9002-6ab439c9d71c", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29", "id": "PMID:12618131"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:c7dffe228ee6cf08a971b641dac50b1a34022361"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "abnormal(ly) malformed esophagus", "id": "ZP:0012368"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:c7dffe228ee6cf08a971b641dac50b1a34022361", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:c7dffe228ee6cf08a971b641dac50b1a34022361", "pred": "dc:source", "obj": "PMID:12618131"}, {"sub": "MONARCH:c7dffe228ee6cf08a971b641dac50b1a34022361", "pred": "OBAN:association_has_object", "obj": "ZP:0012368"}, {"sub": "MONARCH:c7dffe228ee6cf08a971b641dac50b1a34022361", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0012368"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) immature adaxial cell", "deprecated": null, "id": "ZP:0009617", "description": null, "consider": null}, "id": "c241bd2c-d0a3-4e1c-8ff1-bd1f01c5d890", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10"}, {"lbl": "abnormal(ly) immature adaxial cell", "id": "ZP:0009617"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009617"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "OBAN:association_has_object", "obj": "ZP:0009617"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9655820", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted motor neuron axon guidance", "deprecated": null, "id": "ZP:0003135", "description": null, "consider": null}, "id": "41418a58-c055-4498-8173-e7136014951d", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:7e607fe89685fc69706c65ada760cd2edbe4e37c"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}, {"lbl": "abnormal(ly) disrupted motor neuron axon guidance", "id": "ZP:0003135"}, {"lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993", "id": "PMID:9655820"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7e607fe89685fc69706c65ada760cd2edbe4e37c", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "MONARCH:7e607fe89685fc69706c65ada760cd2edbe4e37c", "pred": "OBAN:association_has_object", "obj": "ZP:0003135"}, {"sub": "MONARCH:7e607fe89685fc69706c65ada760cd2edbe4e37c", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"sub": "MONARCH:7e607fe89685fc69706c65ada760cd2edbe4e37c", "pred": "dc:source", "obj": "PMID:9655820"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "RO:0002200", "obj": "ZP:0003135"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased size eye", "deprecated": null, "id": "ZP:0000043", "description": null, "consider": null}, "id": "c975bcdf-4d9f-42a0-8a4f-bf7f65395b80", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) decreased size eye", "id": "ZP:0000043"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:ab9de5bf3bed07d9bfb727ea385dd5f45461ce6e"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "ZFIN:ZDB-PUB-060503-2"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:ab9de5bf3bed07d9bfb727ea385dd5f45461ce6e", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:ab9de5bf3bed07d9bfb727ea385dd5f45461ce6e", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "ZP:0000043"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:ab9de5bf3bed07d9bfb727ea385dd5f45461ce6e", "pred": "OBAN:association_has_object", "obj": "ZP:0000043"}, {"sub": "MONARCH:ab9de5bf3bed07d9bfb727ea385dd5f45461ce6e", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15281067", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15281067", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "hindbrain development phenotype", "deprecated": null, "id": "GO:0030902PHENOTYPE", "description": null, "consider": null}, "id": "cde90d26-2aa6-4e51-9ea0-cf3ff4f01293", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "Teraoka et al; Hedgehog and Fgf signaling pathways regulate the development of tphR-expressing serotonergic raphe neurons in zebrafish embryos; Journal of neurobiology; 2004; 60(3); 275-288", "id": "PMID:15281067"}, {"lbl": "hindbrain development phenotype", "id": "GO:0030902PHENOTYPE"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": null, "id": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8", "pred": "OBAN:association_has_object", "obj": "GO:0030902PHENOTYPE"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8", "pred": "dc:source", "obj": "PMID:15281067"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "RO:0002200", "obj": "GO:0030902PHENOTYPE"}, {"sub": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8", "pred": "dc:source", "obj": "PMID:15281067"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "MONARCH:766a700ddeb299f3c5ffb8018b633ae44cc21db8", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl", "http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["GO:0007517PHENOTYPE", "GO:0021984PHENOTYPE", "GO:0030900PHENOTYPE", "GO:0030902PHENOTYPE", "GO:0032835PHENOTYPE", "GO:0033504PHENOTYPE", "GO:0045494PHENOTYPE", "GO:0048703PHENOTYPE", "GO:0048793PHENOTYPE", "ZFIN:ZDB-FISH-150901-10317", "ZFIN:ZDB-FISH-150901-12093", "ZFIN:ZDB-FISH-150901-12204", "ZFIN:ZDB-FISH-150901-13014", "ZFIN:ZDB-FISH-150901-19342", "ZFIN:ZDB-FISH-150901-20836", "ZFIN:ZDB-FISH-150901-24810", "ZFIN:ZDB-FISH-150901-25704", "ZFIN:ZDB-FISH-150901-26139", "ZFIN:ZDB-FISH-150901-28202", "ZFIN:ZDB-FISH-150901-6333", "ZFIN:ZDB-FISH-150901-6607", "ZFIN:ZDB-FISH-150901-7624", "ZFIN:ZDB-FISH-150901-8451", "ZFIN:ZDB-GENE-980526-166", "ZP:0000011", "ZP:0000018", "ZP:0000029", "ZP:0000043", "ZP:0000044", "ZP:0000049", "ZP:0000055", "ZP:0000159", "ZP:0000406", "ZP:0000505", "ZP:0000613", "ZP:0000658", "ZP:0000659", "ZP:0000941", "ZP:0001115", "ZP:0001461", "ZP:0001487", "ZP:0002066", "ZP:0002588", "ZP:0002590", "ZP:0003135", "ZP:0003190", "ZP:0003191", "ZP:0003289", "ZP:0004204", "ZP:0005692", "ZP:0005693", "ZP:0006099", "ZP:0006912", "ZP:0009614", "ZP:0009615", "ZP:0009616", "ZP:0009617", "ZP:0009618", "ZP:0009619", "ZP:0009625", "ZP:0009715", "ZP:0012368", "ZP:0012369", "ZP:0012370", "ZP:0012371", "ZP:0012532", "ZP:0012534"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"CL:0000000PHENOTYPE": 30, "BFO:0000020": 84, "owl:Thing": 99, "UBERON:0005423PHENOTYPE": 29, "HP:0000118": 69, "MP:0000001": 43, "HP:0000001": 69, "IAO:0000144": 43, "BFO:0000002": 99, "UBERON:0013701PHENOTYPE": 44, "ZP:0000001": 48, "GO:0008150PHENOTYPE": 41, "GO:0044699PHENOTYPE": 41, "UPHENO:0001002": 69, "SEPIO:0000013": 43, "IAO:0000300": 43, "BFO:0000031": 58, "BFO:0000001": 99, "UBERON:0002100PHENOTYPE": 35, "GO:0044767PHENOTYPE": 38, "UPHENO:0001001": 84, "UBERON:0013702PHENOTYPE": 43, "UBERON:0004120PHENOTYPE": 40, "IAO:0000030": 57, "SEPIO:0000129": 43}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:355a334db02cafc2", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:355a334db02cafc2", "obj": "PMID:10885753"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": "GO:0032835PHENOTYPE"}, {"pred": "RO:0002558", "sub": "MONARCH:355a334db02cafc2", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:355a334db02cafc2", "obj": "PMID:10885753"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:355a334db02cafc2", "obj": "GO:0032835PHENOTYPE"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "PMID:10885753", "lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "GO:0032835PHENOTYPE", "lbl": "glomerulus development phenotype"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:355a334db02cafc2", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10885753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0032835PHENOTYPE", "replaced_by": null, "consider": null, "label": "glomerulus development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b920285-fc5f-4b81-935e-c13bf63b72dd", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:920dfa4a5fd5117e", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e4899d7348230948", "obj": "ZP:0006912"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "RO:0002558", "sub": "MONARCH:920dfa4a5fd5117e", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:e4899d7348230948", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e4899d7348230948", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:920dfa4a5fd5117e", "obj": "ZP:0006912"}, {"pred": "dc:source", "sub": "MONARCH:920dfa4a5fd5117e", "obj": "PMID:10885753"}, {"pred": "dc:source", "sub": "MONARCH:e4899d7348230948", "obj": "PMID:10885753"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0006912"}], "nodes": [{"id": "MONARCH:e4899d7348230948", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "ZP:0006912", "lbl": "abnormal(ly) disrupted cell migration involved in kidney development"}, {"id": "PMID:10885753", "lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:920dfa4a5fd5117e", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10885753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0006912", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted cell migration involved in kidney development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a9c941dd-bffc-4d3c-921b-26bc83e7c0ef", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6a9c3911c5ab9598", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZP:0001115"}, {"pred": "dc:source", "sub": "MONARCH:6a9c3911c5ab9598", "obj": "PMID:23123778"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6a9c3911c5ab9598", "obj": "ZP:0001115"}, {"pred": "RO:0002558", "sub": "MONARCH:6a9c3911c5ab9598", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "MONARCH:6a9c3911c5ab9598", "lbl": null}, {"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": "PMID:23123778", "lbl": "Lo et al; Heterozygous mutations in the FGF8, SHH and nodal/transforming growth factor beta pathways do not confer increased dopaminergic neuron vulnerability-A zebrafish study; Neuroscience letters; 2013; 532; 55-58"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}, {"id": "ZFIN:ZDB-FISH-150901-7624", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": "ZP:0001115", "lbl": "abnormal(ly) present in fewer numbers in organism diencephalon dopaminergic neuron"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23123778", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0001115", "replaced_by": null, "consider": null, "label": "abnormal(ly) present in fewer numbers in organism diencephalon dopaminergic neuron", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0540ff59-31c2-4796-956c-e3084c78de7e", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": "GO:0048703PHENOTYPE"}, {"pred": "dc:source", "sub": "MONARCH:5b8b61e6b5729f0a", "obj": "PMID:16580747"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:5b8b61e6b5729f0a", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5b8b61e6b5729f0a", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5b8b61e6b5729f0a", "obj": "GO:0048703PHENOTYPE"}, {"pred": "dc:source", "sub": "MONARCH:5b8b61e6b5729f0a", "obj": "PMID:16580747"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "PMID:16580747", "lbl": "Teraoka et al; Impairment of lower jaw growth in developing zebrafish exposed to 2,3,7,8-tetrachlorodibenzo-p-dioxin and reduced hedgehog expression; Aquatic toxicology (Amsterdam, Netherlands); 2006; 78(2); 103-113"}, {"id": "MONARCH:5b8b61e6b5729f0a", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "GO:0048703PHENOTYPE", "lbl": "embryonic viscerocranium morphogenesis phenotype"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16580747", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0048703PHENOTYPE", "replaced_by": null, "consider": null, "label": "embryonic viscerocranium morphogenesis phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4cd24bb8-6ebf-4aef-b2e8-2b463e0cd2a1", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:7bf6d4ec68578a96", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:7bf6d4ec68578a96", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7bf6d4ec68578a96", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7bf6d4ec68578a96", "obj": "ZP:0000018"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000018"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:7bf6d4ec68578a96", "lbl": null}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0000018", "lbl": "abnormal(ly) quality post-vent region"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000018", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality post-vent region", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8b894fdb-67aa-458e-b6a0-7507ca18c304", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:d3913d820e7623ef", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d3913d820e7623ef", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "dc:source", "sub": "MONARCH:d3913d820e7623ef", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000159"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d3913d820e7623ef", "obj": "ZP:0000159"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "MONARCH:d3913d820e7623ef", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0000159", "lbl": "abnormal(ly) shape whole organism"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000159", "replaced_by": null, "consider": null, "label": "abnormal(ly) shape whole organism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "970e82d7-728e-4c2f-84c8-be39fc94df63", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:56acd3fd2f629496", "obj": "PMID:10694427"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:56acd3fd2f629496", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "RO:0002558", "sub": "MONARCH:56acd3fd2f629496", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:56acd3fd2f629496", "obj": "PMID:10694427"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:56acd3fd2f629496", "obj": "GO:0033504PHENOTYPE"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": "GO:0033504PHENOTYPE"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "GO:0033504PHENOTYPE", "lbl": "floor plate development phenotype"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "MONARCH:56acd3fd2f629496", "lbl": null}, {"id": "PMID:10694427", "lbl": "Odenthal et al; Two distinct cell populations in the floor plate of the zebrafish are induced by different pathways; Developmental Biology; 2000; 219(2); 350-363"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10694427", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0033504PHENOTYPE", "replaced_by": null, "consider": null, "label": "floor plate development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0c1bde51-bfc8-405f-89ec-4c672c2708c4", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3f260026d412e4df", "obj": "PMID:21147088"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:3f260026d412e4df", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009619"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3f260026d412e4df", "obj": "ZP:0009619"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3f260026d412e4df", "obj": "ZFIN:ZDB-FISH-150901-6607"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0009619", "lbl": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell"}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:3f260026d412e4df", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009619", "replaced_by": null, "consider": null, "label": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e0caa2a8-d0c6-47b0-9b32-560aeb989382", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9896ef1d90850b02", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9896ef1d90850b02", "obj": "ZP:0000658"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-13014", "obj": "ZP:0000658"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-13014", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "dc:source", "sub": "MONARCH:5a6c357f159e8319", "obj": "PMID:21147088"}, {"pred": "RO:0002558", "sub": "MONARCH:5a6c357f159e8319", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:9896ef1d90850b02", "obj": "PMID:21147088"}, {"pred": "RO:0002558", "sub": "MONARCH:9896ef1d90850b02", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5a6c357f159e8319", "obj": "ZFIN:ZDB-FISH-150901-13014"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0000658"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5a6c357f159e8319", "obj": "ZP:0000658"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "MONARCH:9896ef1d90850b02", "lbl": null}, {"id": "MONARCH:5a6c357f159e8319", "lbl": null}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-13014", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZP:0000658", "lbl": "abnormal(ly) delayed skeletal muscle tissue development"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000658", "replaced_by": null, "consider": null, "label": "abnormal(ly) delayed skeletal muscle tissue development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9cd387bb-86cd-4547-8dc7-cb3e8fbd66dc", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009615"}, {"pred": "dc:source", "sub": "MONARCH:0c8636d0378f4286", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:0c8636d0378f4286", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0c8636d0378f4286", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0c8636d0378f4286", "obj": "ZP:0009615"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "MONARCH:0c8636d0378f4286", "lbl": null}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZP:0009615", "lbl": "abnormal(ly) delayed striated muscle cell differentiation"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009615", "replaced_by": null, "consider": null, "label": "abnormal(ly) delayed striated muscle cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18f5660c-c251-4e9c-882a-5279014d81e5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002588"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:42fce7595b1d50f9", "obj": "PMID:9007258"}, {"pred": "RO:0002558", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ZP:0002588"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0002588", "lbl": "abnormal(ly) process quality larval locomotory behavior"}, {"id": "MONARCH:42fce7595b1d50f9", "lbl": null}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:9007258", "lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9007258", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002588", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality larval locomotory behavior", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "08f959a8-3bc4-48dc-88dc-66f173811e19", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:db2032335525e691", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": "GO:0048793PHENOTYPE"}, {"pred": "RO:0002558", "sub": "MONARCH:db2032335525e691", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:db2032335525e691", "obj": "PMID:10885753"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:db2032335525e691", "obj": "GO:0048793PHENOTYPE"}, {"pred": "dc:source", "sub": "MONARCH:db2032335525e691", "obj": "PMID:10885753"}], "nodes": [{"id": "MONARCH:db2032335525e691", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "PMID:10885753", "lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "GO:0048793PHENOTYPE", "lbl": "pronephros development phenotype"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10885753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0048793PHENOTYPE", "replaced_by": null, "consider": null, "label": "pronephros development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0b3f6ba2-fbde-4a3a-939f-2523cd6ee241", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "dc:source", "sub": "MONARCH:2cfadb2ab89341da", "obj": "PMID:11456450"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ZP:0009617"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002558", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009617"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0009617", "lbl": "abnormal(ly) immature adaxial cell"}, {"id": "MONARCH:2cfadb2ab89341da", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009617", "replaced_by": null, "consider": null, "label": "abnormal(ly) immature adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cd13f400-d2a1-4c69-a4da-29054b0f785d", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:70d059e7b83e10fd", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:70d059e7b83e10fd", "obj": "ZP:0002066"}, {"pred": "dc:source", "sub": "MONARCH:141c8d50fc042c2c", "obj": "PMID:11456450"}, {"pred": "dc:source", "sub": "MONARCH:70d059e7b83e10fd", "obj": "PMID:11456450"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002066"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ZP:0002066"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:70d059e7b83e10fd", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}, {"pred": "RO:0002558", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZP:0002066"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0002066", "lbl": "abnormal(ly) decreased amount slow muscle cell"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:141c8d50fc042c2c", "lbl": null}, {"id": "MONARCH:70d059e7b83e10fd", "lbl": null}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002066", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased amount slow muscle cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a21a5361-6a82-493b-9ab0-1c7e74ee27f3", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:761955494e597e99", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f5ae6261e40c5260", "obj": "ZP:0012534"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:761955494e597e99", "obj": "ZP:0012534"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0012534"}, {"pred": "RO:0002558", "sub": "MONARCH:761955494e597e99", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f5ae6261e40c5260", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "dc:source", "sub": "MONARCH:761955494e597e99", "obj": "PMID:10885753"}, {"pred": "RO:0002558", "sub": "MONARCH:f5ae6261e40c5260", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:f5ae6261e40c5260", "obj": "PMID:10885753"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:761955494e597e99", "lbl": null}, {"id": "PMID:10885753", "lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:f5ae6261e40c5260", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZP:0012534", "lbl": "abnormal(ly) mislocalised laterally pronephric glomerulus"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10885753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012534", "replaced_by": null, "consider": null, "label": "abnormal(ly) mislocalised laterally pronephric glomerulus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e1e726b1-68ac-4a29-bebb-ef35f8a892a6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0005693"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "PMID:21147088"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ZP:0005693"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZP:0005693", "lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:9056613c9b2bbf8b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0005693", "replaced_by": null, "consider": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b3c33547-c88a-481f-b636-7f7a07468e6a", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0000941"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:e034d23fe02b1ed4", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "dc:source", "sub": "MONARCH:e034d23fe02b1ed4", "obj": "PMID:9655820"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e034d23fe02b1ed4", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e034d23fe02b1ed4", "obj": "ZP:0000941"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000941", "lbl": "abnormal(ly) disrupted retina development in camera-type eye"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:e034d23fe02b1ed4", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:9655820", "lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9655820", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000941", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted retina development in camera-type eye", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3c77a522-f775-4088-bc81-affba5269975", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0001487"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ZP:0001487"}, {"pred": "dc:source", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "PMID:11456450"}, {"pred": "dc:source", "sub": "MONARCH:50452b3a44ff4b13", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ZP:0001487"}, {"pred": "RO:0002558", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002558", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0001487", "lbl": "abnormal(ly) process quality skeletal muscle fiber development"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:24b1e2585ed74a6d", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:50452b3a44ff4b13", "lbl": null}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0001487", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "40558a92-b812-485f-9ca5-b4c25df35eb6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000408", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-GENE-980526-166"}], "nodes": [{"id": "ZFIN:ZDB-GENE-980526-166", "lbl": "shha"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "GENO:0000408", "replaced_by": null, "consider": null, "label": "is_allele_of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "replaced_by": null, "consider": null, "label": "shha", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "071214d7-abc9-49b7-9848-0a57b5f1e677", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-20836", "obj": "ZFIN:ZDB-GENO-080328-1"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080328-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-20836", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-GENO-080328-1", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-20836", "replaced_by": null, "consider": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5bc7d50-4a4b-445f-a134-e68ae4481fd1", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070215-11", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a3b604b4-5573-469e-9568-7450e25bf7cb", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c6b0af5326f3de6f", "obj": "ZP:0009616"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "dc:source", "sub": "MONARCH:7b4f55371d477334", "obj": "PMID:11456450"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c6b0af5326f3de6f", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"pred": "dc:source", "sub": "MONARCH:c6b0af5326f3de6f", "obj": "PMID:11456450"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009616"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7b4f55371d477334", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7b4f55371d477334", "obj": "ZP:0009616"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:7b4f55371d477334", "obj": "ECO:0000059"}, {"pred": "RO:0002558", "sub": "MONARCH:c6b0af5326f3de6f", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZP:0009616"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:7b4f55371d477334", "lbl": null}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}, {"id": "ZP:0009616", "lbl": "abnormal(ly) process quality striated muscle cell differentiation"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:c6b0af5326f3de6f", "lbl": null}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009616", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality striated muscle cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "23abc355-998f-4926-b532-fd71f8f39904", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:0b14c5c0b52ba187", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0b14c5c0b52ba187", "obj": "GO:0045494PHENOTYPE"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:0b14c5c0b52ba187", "obj": "PMID:18502998"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0b14c5c0b52ba187", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "dc:source", "sub": "MONARCH:0b14c5c0b52ba187", "obj": "PMID:18502998"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": "GO:0045494PHENOTYPE"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": "GO:0045494PHENOTYPE", "lbl": "photoreceptor cell maintenance phenotype"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:0b14c5c0b52ba187", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:18502998", "lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18502998", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0045494PHENOTYPE", "replaced_by": null, "consider": null, "label": "photoreceptor cell maintenance phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "54e31fa9-13cf-4d38-8311-d86c4a551493", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:088d84ffad3e7aca", "obj": "ZP:0003191"}, {"pred": "dc:source", "sub": "MONARCH:088d84ffad3e7aca", "obj": "PMID:12618131"}, {"pred": "RO:0002558", "sub": "MONARCH:088d84ffad3e7aca", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:9d7540b141769fd5", "obj": "PMID:12618131"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9d7540b141769fd5", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "RO:0002558", "sub": "MONARCH:9d7540b141769fd5", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0003191"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9d7540b141769fd5", "obj": "ZP:0003191"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:088d84ffad3e7aca", "obj": "ZFIN:ZDB-FISH-150901-6333"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0003191", "lbl": "abnormal(ly) increased size liver"}, {"id": "MONARCH:9d7540b141769fd5", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:12618131", "lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:088d84ffad3e7aca", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12618131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0003191", "replaced_by": null, "consider": null, "label": "abnormal(ly) increased size liver", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "62ff68d5-162a-4ca2-a8d7-03370aebd193", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ZP:0000659"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0000659"}, {"pred": "dc:source", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "PMID:21147088"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:7f9cac3d7c5ede18", "lbl": null}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000659", "lbl": "abnormal(ly) disrupted skeletal muscle tissue development"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000659", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted skeletal muscle tissue development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "316ff5dd-d209-472f-aa65-c5ce4b148da7", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-12", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-12", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070215-12", "replaced_by": null, "consider": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "849aa524-9d84-465e-b63b-362f93dbbafe", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6333", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a3428459-fa56-4e1a-ba06-a7aa1421a916", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-080804-4", "replaced_by": null, "consider": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b493ebca-923b-41e4-9e13-b088476e77f4", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZFIN:ZDB-GENO-070228-3"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12093", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12093", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8063bee5-e7e8-4fa6-b194-cb1063009d40", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-010427-4", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dc62be0f-7f86-4064-b6e4-38ac7b53ad48", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070228-3", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9d9d403c-687e-4195-b315-20be691ce532", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-7624", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-7624", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<+> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e764305-a846-43b9-bfc6-bccd0f3d755c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}], "nodes": [{"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-10317", "replaced_by": null, "consider": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "563f90ba-c7be-430b-85be-5f86b36c5ea3", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-28202", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-28202", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-28202", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b96f8ce1-77ae-4752-a832-dc1ee463f379", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "32c13955-3922-4d51-86ba-ab8c68158401", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080328-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080328-1", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-080328-1", "replaced_by": null, "consider": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c0483d6f-4e7f-49a8-8dc3-4191abbf690c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-19342", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-19342", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-19342", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "65581d08-16ac-4466-959a-b982763af904", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-25704", "obj": "ZFIN:ZDB-GENO-070215-12"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-12", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-12", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-25704", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-25704", "replaced_by": null, "consider": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "48f8a43e-c8f2-4e6b-b74d-b8772117e286", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-13014", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-13014", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-13014", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "53ea9b3a-beae-4238-a7eb-749cbe2d8d32", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-120522-18", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-120522-18", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-120522-18", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "58a569a3-3362-4329-b28b-4c6f0df8e91a", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-8451", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-8451", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-8451", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e292368e-6095-49a4-bd7c-5a0b7c450538", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-24810", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-24810", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-24810", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ad5a66ff-7229-42ea-820b-0ecfeebccd97", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-091027-2", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<+> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "39bb4494-de39-4302-ae71-a7f43ecfcb59", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12204", "replaced_by": null, "consider": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0cdf8daf-7472-48a1-a81a-c59fa03dbca2", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-120522-18", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-26139", "obj": "ZFIN:ZDB-GENO-120522-18"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-26139", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": "ZFIN:ZDB-GENO-120522-18", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-26139", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f5a6c654-2443-4c8b-96c9-e47bdc4f4f9c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-100910-1", "replaced_by": null, "consider": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "13d04057-a6e6-42bb-80eb-b5a0be164933", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0003289"}, {"pred": "dc:source", "sub": "MONARCH:cce3096585b88a54", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cce3096585b88a54", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "RO:0002558", "sub": "MONARCH:cce3096585b88a54", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cce3096585b88a54", "obj": "ZP:0003289"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ZP:0003289", "lbl": "abnormal(ly) quality myoseptum"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:cce3096585b88a54", "lbl": null}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0003289", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality myoseptum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "14c9cef2-379c-4274-bd0d-506e262a7e9c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:456b21524d9c0fad", "obj": "PMID:12606279"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": "GO:0021984PHENOTYPE"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:456b21524d9c0fad", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:456b21524d9c0fad", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:456b21524d9c0fad", "obj": "GO:0021984PHENOTYPE"}, {"pred": "dc:source", "sub": "MONARCH:456b21524d9c0fad", "obj": "PMID:12606279"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:456b21524d9c0fad", "lbl": null}, {"id": "PMID:12606279", "lbl": "Sbrogna et al; Multiple roles for Hedgehog signaling in zebrafish pituitary development; Developmental Biology; 2003; 254(1); 19-35"}, {"id": "GO:0021984PHENOTYPE", "lbl": "adenohypophysis development phenotype"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12606279", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0021984PHENOTYPE", "replaced_by": null, "consider": null, "label": "adenohypophysis development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f2a27100-fa6b-482a-888f-6f8dd05aeccb", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:c7dffe228ee6cf08", "obj": "ZP:0012368"}, {"pred": "RO:0002558", "sub": "MONARCH:c7dffe228ee6cf08", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0012368"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c7dffe228ee6cf08", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:c7dffe228ee6cf08", "obj": "PMID:12618131"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:c7dffe228ee6cf08", "lbl": null}, {"id": "ZP:0012368", "lbl": "abnormal(ly) malformed esophagus"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:12618131", "lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12618131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012368", "replaced_by": null, "consider": null, "label": "abnormal(ly) malformed esophagus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f9d74c2b-294a-40e3-a4a9-e1f93b855d13", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7e607fe89685fc69", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "RO:0002558", "sub": "MONARCH:7e607fe89685fc69", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7e607fe89685fc69", "obj": "ZP:0003135"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0003135"}, {"pred": "dc:source", "sub": "MONARCH:7e607fe89685fc69", "obj": "PMID:9655820"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "ZP:0003135", "lbl": "abnormal(ly) disrupted motor neuron axon guidance"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:9655820", "lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993"}, {"id": "MONARCH:7e607fe89685fc69", "lbl": null}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9655820", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0003135", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted motor neuron axon guidance", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2da88ac0-4515-475d-87e3-f2644dfadbbd", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:d9eb641affe32bbf", "obj": "PMID:12618131"}, {"pred": "dc:source", "sub": "MONARCH:582967f76e21cb92", "obj": "PMID:12618131"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d9eb641affe32bbf", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:d9eb641affe32bbf", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:582967f76e21cb92", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0012371"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d9eb641affe32bbf", "obj": "ZP:0012371"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:582967f76e21cb92", "obj": "ZP:0012371"}, {"pred": "RO:0002558", "sub": "MONARCH:582967f76e21cb92", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:582967f76e21cb92", "lbl": null}, {"id": "MONARCH:d9eb641affe32bbf", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:12618131", "lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZP:0012371", "lbl": "abnormal(ly) absent primary islet"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12618131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012371", "replaced_by": null, "consider": null, "label": "abnormal(ly) absent primary islet", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2735e961-8a0d-4ae4-b5eb-b2ac42e689bb", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:766a700ddeb299f3", "obj": "PMID:15281067"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:766a700ddeb299f3", "obj": "PMID:15281067"}, {"pred": "RO:0002558", "sub": "MONARCH:766a700ddeb299f3", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:766a700ddeb299f3", "obj": "GO:0030902PHENOTYPE"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": "GO:0030902PHENOTYPE"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:766a700ddeb299f3", "obj": "ZFIN:ZDB-GENO-010427-4"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "GO:0030902PHENOTYPE", "lbl": "hindbrain development phenotype"}, {"id": "MONARCH:766a700ddeb299f3", "lbl": null}, {"id": "PMID:15281067", "lbl": "Teraoka et al; Hedgehog and Fgf signaling pathways regulate the development of tphR-expressing serotonergic raphe neurons in zebrafish embryos; Journal of neurobiology; 2004; 60(3); 275-288"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15281067", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0030902PHENOTYPE", "replaced_by": null, "consider": null, "label": "hindbrain development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6b632655-e3f7-4836-a25f-6bcfabe32625", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:ab9de5bf3bed07d9", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ab9de5bf3bed07d9", "obj": "ZP:0000043"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000043"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:ab9de5bf3bed07d9", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:ab9de5bf3bed07d9", "obj": "ZFIN:ZDB-PUB-060503-2"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "MONARCH:ab9de5bf3bed07d9", "lbl": null}, {"id": "ZP:0000043", "lbl": "abnormal(ly) decreased size eye"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000043", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased size eye", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "90807837-2abf-4e61-96b9-1f117cad07bc", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ZP:0002590"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "PMID:9007258"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002590"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0002590", "lbl": "abnormal(ly) decreased behavioural activity whole organism"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:1fb4c9ead583c8b5", "lbl": null}, {"id": "PMID:9007258", "lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9007258", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002590", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased behavioural activity whole organism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2bfeab2c-462c-44df-a5be-7f53e7044281", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:44982c4477a7ca83", "obj": "ZP:0000613"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZP:0000613"}, {"pred": "dc:source", "sub": "MONARCH:44982c4477a7ca83", "obj": "PMID:11456450"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:44982c4477a7ca83", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"pred": "RO:0002558", "sub": "MONARCH:44982c4477a7ca83", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:44982c4477a7ca83", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZP:0000613", "lbl": "abnormal(ly) aplastic floor plate"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000613", "replaced_by": null, "consider": null, "label": "abnormal(ly) aplastic floor plate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0f582968-3f59-4be9-b564-fa686de1b46f", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:e61f9f3b8736df17", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e61f9f3b8736df17", "obj": "ZFIN:ZDB-GENO-070228-3"}, {"pred": "dc:source", "sub": "MONARCH:e61f9f3b8736df17", "obj": "PMID:17046741"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e61f9f3b8736df17", "obj": "GO:0007517PHENOTYPE"}, {"pred": "dc:source", "sub": "MONARCH:e61f9f3b8736df17", "obj": "PMID:17046741"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": "GO:0007517PHENOTYPE"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "GO:0007517PHENOTYPE", "lbl": "muscle organ development phenotype"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": "PMID:17046741", "lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:e61f9f3b8736df17", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17046741", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0007517PHENOTYPE", "replaced_by": null, "consider": null, "label": "muscle organ development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d1a97762-9ebe-49fa-8581-ec8800fbf542", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:1c39b933073f3074", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000011"}, {"pred": "RO:0002558", "sub": "MONARCH:1c39b933073f3074", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1c39b933073f3074", "obj": "ZP:0000011"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1c39b933073f3074", "obj": "ZFIN:ZDB-FISH-150901-6333"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "MONARCH:1c39b933073f3074", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000011", "lbl": "abnormal(ly) quality somite"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000011", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality somite", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f1a5814b-05d4-4ca4-a0f2-4ae45f0092f3", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a25c0a31ecdee0a2", "obj": "ZP:0012532"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fe4947742188d459", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0012532"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:fe4947742188d459", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a25c0a31ecdee0a2", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "dc:source", "sub": "MONARCH:a25c0a31ecdee0a2", "obj": "PMID:10885753"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fe4947742188d459", "obj": "ZP:0012532"}, {"pred": "RO:0002558", "sub": "MONARCH:a25c0a31ecdee0a2", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:fe4947742188d459", "obj": "PMID:10885753"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:fe4947742188d459", "lbl": null}, {"id": "PMID:10885753", "lbl": "Majumdar et al; The zebrafish floating head mutant demonstrates podocytes play an important role in directing glomerular differentiation; Developmental Biology; 2000; 222(1); 147-157"}, {"id": "ZP:0012532", "lbl": "abnormal(ly) increased amount pronephric glomerulus"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "MONARCH:a25c0a31ecdee0a2", "lbl": null}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10885753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012532", "replaced_by": null, "consider": null, "label": "abnormal(ly) increased amount pronephric glomerulus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "259de9a0-423a-4e1a-ade2-770ed71e1bb0", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:7d2e52db4e0881da", "obj": "PMID:18502998"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZP:0009625"}, {"pred": "RO:0002558", "sub": "MONARCH:7d2e52db4e0881da", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d2e52db4e0881da", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d2e52db4e0881da", "obj": "ZP:0009625"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": "ZP:0009625", "lbl": "abnormal(ly) irregular spatial pattern retinal cone cell"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:7d2e52db4e0881da", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:18502998", "lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}, {"id": "ZFIN:ZDB-FISH-150901-7624", "lbl": "shha<tbx392>/shha<+> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18502998", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009625", "replaced_by": null, "consider": null, "label": "abnormal(ly) irregular spatial pattern retinal cone cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5d7dc772-1114-422f-a5d9-f213a5ce3606", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0004204"}, {"pred": "dc:source", "sub": "MONARCH:8431bfb8812490d5", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8431bfb8812490d5", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8431bfb8812490d5", "obj": "ZP:0004204"}, {"pred": "RO:0002558", "sub": "MONARCH:8431bfb8812490d5", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0004204", "lbl": "abnormal(ly) absent muscle pioneer"}, {"id": "MONARCH:8431bfb8812490d5", "lbl": null}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0004204", "replaced_by": null, "consider": null, "label": "abnormal(ly) absent muscle pioneer", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "11ee7cbb-397b-4a98-96e6-a4a3f540aa99", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1091a56d850f2beb", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:1091a56d850f2beb", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:1091a56d850f2beb", "obj": "PMID:17046741"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZP:0009618"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1091a56d850f2beb", "obj": "ZP:0009618"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZFIN:ZDB-GENO-070228-3"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": "PMID:17046741", "lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746"}, {"id": "ZP:0009618", "lbl": "abnormal(ly) has extra parts of type somite towards muscle precursor cell"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:1091a56d850f2beb", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12093", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17046741", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009618", "replaced_by": null, "consider": null, "label": "abnormal(ly) has extra parts of type somite towards muscle precursor cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "01b67292-3f34-43a5-9bf2-40b6531796ab", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000055"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:7548a3aec3c2c2df", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7548a3aec3c2c2df", "obj": "ZP:0000055"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7548a3aec3c2c2df", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "RO:0002558", "sub": "MONARCH:7548a3aec3c2c2df", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0000055", "lbl": "abnormal(ly) quality pectoral fin"}, {"id": "MONARCH:7548a3aec3c2c2df", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000055", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality pectoral fin", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "284d15c3-8af9-4404-9486-ce1d93cdf29d", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:233689fb7b20bf71", "obj": "PMID:17046741"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZFIN:ZDB-GENO-070228-3"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:233689fb7b20bf71", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZP:0009614"}, {"pred": "RO:0002558", "sub": "MONARCH:233689fb7b20bf71", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:233689fb7b20bf71", "obj": "ZP:0009614"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": "PMID:17046741", "lbl": "Feng et al; Hedgehog acts directly on the zebrafish dermomyotome to promote myogenic differentiation; Developmental Biology; 2006; 300(2); 736-746"}, {"id": "MONARCH:233689fb7b20bf71", "lbl": null}, {"id": "ZP:0009614", "lbl": "abnormal(ly) decreased occurrence muscle cell differentiation"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12093", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17046741", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009614", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased occurrence muscle cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "097262ef-fb9d-43a4-8253-3e7283de1ef7", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:8c1ca635608056e2", "obj": "PMID:18502998"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:8c1ca635608056e2", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZP:0000505"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8c1ca635608056e2", "obj": "ZP:0000505"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8c1ca635608056e2", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0000505", "lbl": "abnormal(ly) present in fewer numbers in organism retinal cone cell"}, {"id": "MONARCH:8c1ca635608056e2", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:18502998", "lbl": "Stenkamp et al; Age-Related Cone Abnormalities in Zebrafish with Genetic Lesions in Sonic Hedgehog; Investigative ophthalmology & visual science; 2008; 49(10); 4631-4640"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}, {"id": "ZFIN:ZDB-FISH-150901-7624", "lbl": "shha<tbx392>/shha<+> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18502998", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000505", "replaced_by": null, "consider": null, "label": "abnormal(ly) present in fewer numbers in organism retinal cone cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a690077a-b550-4b58-87f6-5bbdbd12bf69", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:524d14e4b93dd67e", "obj": "ZFIN:ZDB-FISH-150901-24810"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-19342", "obj": "ZP:0009715"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-24810", "obj": "ZP:0009715"}, {"pred": "RO:0002558", "sub": "MONARCH:ae286bd24c0a7e77", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:ae286bd24c0a7e77", "obj": "PMID:21147088"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ae286bd24c0a7e77", "obj": "ZFIN:ZDB-FISH-150901-19342"}, {"pred": "dc:source", "sub": "MONARCH:524d14e4b93dd67e", "obj": "PMID:21147088"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ae286bd24c0a7e77", "obj": "ZP:0009715"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:524d14e4b93dd67e", "obj": "ZP:0009715"}, {"pred": "RO:0002558", "sub": "MONARCH:524d14e4b93dd67e", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-19342", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-24810", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-FISH-150901-19342", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>"}, {"id": "MONARCH:ae286bd24c0a7e77", "lbl": null}, {"id": "MONARCH:524d14e4b93dd67e", "lbl": null}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0009715", "lbl": "abnormal(ly) arrested skeletal muscle tissue development"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZFIN:ZDB-FISH-150901-24810", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009715", "replaced_by": null, "consider": null, "label": "abnormal(ly) arrested skeletal muscle tissue development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "22f023e5-bd04-43d0-98a5-8dcb763319ed", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000044"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e9ff86eb4e0a2585", "obj": "ZP:0000044"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e9ff86eb4e0a2585", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "dc:source", "sub": "MONARCH:e9ff86eb4e0a2585", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "RO:0002558", "sub": "MONARCH:e9ff86eb4e0a2585", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "MONARCH:e9ff86eb4e0a2585", "lbl": null}, {"id": "ZP:0000044", "lbl": "abnormal(ly) quality heart"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000044", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality heart", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "06995b39-90c5-4bc5-8e3d-5d66495d09b5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0012369"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a17d9a7d01cbe907", "obj": "ZP:0012369"}, {"pred": "dc:source", "sub": "MONARCH:a17d9a7d01cbe907", "obj": "PMID:12618131"}, {"pred": "RO:0002558", "sub": "MONARCH:a17d9a7d01cbe907", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a17d9a7d01cbe907", "obj": "ZFIN:ZDB-FISH-150901-6333"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZP:0012369", "lbl": "abnormal(ly) disorganized esophageal epithelium"}, {"id": "MONARCH:a17d9a7d01cbe907", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:12618131", "lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12618131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012369", "replaced_by": null, "consider": null, "label": "abnormal(ly) disorganized esophageal epithelium", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a134a7b6-b8ea-44d9-98c9-2c8bd5fb3257", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl", "https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:32cb3136f7e4bc4d", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:32cb3136f7e4bc4d", "obj": "GO:0030900PHENOTYPE"}, {"pred": "RO:0002558", "sub": "MONARCH:32cb3136f7e4bc4d", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": "GO:0030900PHENOTYPE"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:32cb3136f7e4bc4d", "obj": "PMID:16452095"}, {"pred": "dc:source", "sub": "MONARCH:32cb3136f7e4bc4d", "obj": "PMID:16452095"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:32cb3136f7e4bc4d", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:16452095", "lbl": "Scholpp et al; Hedgehog signalling from the zona limitans intrathalamica orchestrates patterning of the zebrafish diencephalon; Development (Cambridge, England); 2006; 133(5); 855-864"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "GO:0030900PHENOTYPE", "lbl": "forebrain development phenotype"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16452095", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0030900PHENOTYPE", "replaced_by": null, "consider": null, "label": "forebrain development phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "97f54680-8aad-446a-a482-87ae540824a2", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0006099"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ZP:0006099"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:84100363ec6ec0d2", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ZP:0006099"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:b71c8507e8e85eb4", "lbl": null}, {"id": "ZP:0006099", "lbl": "abnormal(ly) physical object quality adaxial cell"}, {"id": "MONARCH:84100363ec6ec0d2", "lbl": null}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0006099", "replaced_by": null, "consider": null, "label": "abnormal(ly) physical object quality adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "76ca24f0-5f8a-4f2a-9be1-5a618de0195e", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:97853bc8b90b6202", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97853bc8b90b6202", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97853bc8b90b6202", "obj": "ZP:0003190"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0003190"}, {"pred": "dc:source", "sub": "MONARCH:97853bc8b90b6202", "obj": "ZFIN:ZDB-PUB-060503-2"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ZP:0003190", "lbl": "abnormal(ly) decreased size fin"}, {"id": "MONARCH:97853bc8b90b6202", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0003190", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased size fin", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f4606803-5aed-4ab0-aa23-518b67f43d10", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:0ade9b3405cef5c3", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZP:0001461"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0ade9b3405cef5c3", "obj": "ZP:0001461"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0ade9b3405cef5c3", "obj": "ZFIN:ZDB-FISH-150901-12204"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}, {"pred": "dc:source", "sub": "MONARCH:0ade9b3405cef5c3", "obj": "PMID:11456450"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:0ade9b3405cef5c3", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZP:0001461", "lbl": "abnormal(ly) U-shaped somite"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0001461", "replaced_by": null, "consider": null, "label": "abnormal(ly) U-shaped somite", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e36fab98-ebe9-474b-b295-a355ee104751", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b9af593cec0cde52", "obj": "ZP:0000049"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9af593cec0cde52", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000049"}, {"pred": "dc:source", "sub": "MONARCH:b9af593cec0cde52", "obj": "ZFIN:ZDB-PUB-060503-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002558", "sub": "MONARCH:b9af593cec0cde52", "obj": "ECO:0000059"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:b9af593cec0cde52", "lbl": null}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000049", "lbl": "abnormal(ly) quality surface structure"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000049", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality surface structure", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "07686e52-e31e-42d3-87e4-6c5b4ad8c596", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62e0f08aec4fae3b", "obj": "ZFIN:ZDB-FISH-150901-8451"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-8451", "obj": "ZP:0005692"}, {"pred": "dc:source", "sub": "MONARCH:62e0f08aec4fae3b", "obj": "PMID:21147088"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-8451", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "RO:0002558", "sub": "MONARCH:62e0f08aec4fae3b", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62e0f08aec4fae3b", "obj": "ZP:0005692"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "MONARCH:62e0f08aec4fae3b", "lbl": null}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-8451", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZP:0005692", "lbl": "abnormal(ly) absent adaxial cell"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0005692", "replaced_by": null, "consider": null, "label": "abnormal(ly) absent adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf0ae36a-8f47-4e79-918c-f1787a3b6346", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:feea5cff315aa2a5", "obj": "ECO:0000059"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:feea5cff315aa2a5", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:feea5cff315aa2a5", "obj": "PMID:12618131"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0012370"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:feea5cff315aa2a5", "obj": "ZP:0012370"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:12618131", "lbl": "Wallace et al; Unique and conserved aspects of gut development in zebrafish; Developmental Biology; 2003; 255(1); 12-29"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "MONARCH:feea5cff315aa2a5", "lbl": null}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0012370", "lbl": "abnormal(ly) disrupted esophageal epithelium epithelial cell differentiation"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12618131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0012370", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted esophageal epithelium epithelial cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d683cd80-7a03-4ad0-80d8-1f2fb5e653d6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4df04b047ffca185", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"pred": "RO:0002558", "sub": "MONARCH:4df04b047ffca185", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZP:0000406"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4df04b047ffca185", "obj": "ZP:0000406"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:4df04b047ffca185", "obj": "ZFIN:ZDB-PUB-060503-2"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-PUB-060503-2", "lbl": null}, {"id": "ZP:0000406", "lbl": "abnormal(ly) quality sensory system"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:4df04b047ffca185", "lbl": null}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-060503-2", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000406", "replaced_by": null, "consider": null, "label": "abnormal(ly) quality sensory system", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ecd05018-9b25-46c0-8dae-1293f756bdcb", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "dc:source", "sub": "MONARCH:39c9d1c3917f0fed", "obj": "PMID:9655820"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZP:0000029"}, {"pred": "RO:0002558", "sub": "MONARCH:39c9d1c3917f0fed", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:39c9d1c3917f0fed", "obj": "ZFIN:ZDB-FISH-150901-10317"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:39c9d1c3917f0fed", "obj": "ZP:0000029"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000029", "lbl": "abnormal(ly) disrupted retinal ganglion cell axon guidance"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "PMID:9655820", "lbl": "Schauerte et al; Sonic hedgehog is not required for the induction of medial floor plate cells in the zebrafish; Development (Cambridge, England); 1998; 125; 2983-2993"}, {"id": "MONARCH:39c9d1c3917f0fed", "lbl": null}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9655820", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000029", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted retinal ganglion cell axon guidance", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a854e48d-318d-4620-bcba-6ed9d747fcb5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["GO:0007517PHENOTYPE", "GO:0021984PHENOTYPE", "GO:0030900PHENOTYPE", "GO:0030902PHENOTYPE", "GO:0032835PHENOTYPE", "GO:0033504PHENOTYPE", "GO:0045494PHENOTYPE", "GO:0048703PHENOTYPE", "GO:0048793PHENOTYPE", "ZFIN:ZDB-FISH-150901-10317", "ZFIN:ZDB-FISH-150901-12093", "ZFIN:ZDB-FISH-150901-12204", "ZFIN:ZDB-FISH-150901-13014", "ZFIN:ZDB-FISH-150901-19342", "ZFIN:ZDB-FISH-150901-20836", "ZFIN:ZDB-FISH-150901-24810", "ZFIN:ZDB-FISH-150901-25704", "ZFIN:ZDB-FISH-150901-26139", "ZFIN:ZDB-FISH-150901-28202", "ZFIN:ZDB-FISH-150901-6333", "ZFIN:ZDB-FISH-150901-6607", "ZFIN:ZDB-FISH-150901-7624", "ZFIN:ZDB-FISH-150901-8451", "ZFIN:ZDB-GENE-980526-166", "ZFIN:ZDB-GENO-010427-4", "ZFIN:ZDB-GENO-070215-11", "ZFIN:ZDB-GENO-070215-12", "ZFIN:ZDB-GENO-070228-3", "ZFIN:ZDB-GENO-080328-1", "ZFIN:ZDB-GENO-080804-4", "ZFIN:ZDB-GENO-091027-2", "ZFIN:ZDB-GENO-100910-1", "ZFIN:ZDB-GENO-120522-18", "ZP:0000011", "ZP:0000018", "ZP:0000029", "ZP:0000043", "ZP:0000044", "ZP:0000049", "ZP:0000055", "ZP:0000159", "ZP:0000406", "ZP:0000505", "ZP:0000613", "ZP:0000658", "ZP:0000659", "ZP:0000941", "ZP:0001115", "ZP:0001461", "ZP:0001487", "ZP:0002066", "ZP:0002588", "ZP:0002590", "ZP:0003135", "ZP:0003190", "ZP:0003191", "ZP:0003289", "ZP:0004204", "ZP:0005692", "ZP:0005693", "ZP:0006099", "ZP:0006912", "ZP:0009614", "ZP:0009615", "ZP:0009616", "ZP:0009617", "ZP:0009618", "ZP:0009619", "ZP:0009625", "ZP:0009715", "ZP:0012368", "ZP:0012369", "ZP:0012370", "ZP:0012371", "ZP:0012532", "ZP:0012534"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"GENO:0000778": 23, "GO:0008150PHENOTYPE": 24, "HP:0000001": 43, "GENO:0000525": 14, "HP:0000118": 43, "BFO:0000002": 76, "BFO:0000031": 50, "GO:0044699PHENOTYPE": 18, "UPHENO:0001002": 43, "UBERON:0013702PHENOTYPE": 22, "UBERON:0002100PHENOTYPE": 17, "CL:0000000PHENOTYPE": 19, "MP:0000001": 26, "GO:0044767PHENOTYPE": 18, "UBERON:0013701PHENOTYPE": 23, "BFO:0000020": 52, "UBERON:0004120PHENOTYPE": 15, "IAO:0000030": 49, "owl:Thing": 76, "BFO:0000001": 76, "GENO:0000536": 23, "UPHENO:0001001": 52, "IAO:0000300": 26, "ZP:0000001": 29, "IAO:0000144": 26}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/between-associations.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/between-associations.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "ca7ace53-38d3-4c74-b0b2-eb88c705650b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "deprecated": null, "id": "MGI:5559585", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e53397f9-c522-4043-9cf3-d595659a1633", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "deprecated": null, "id": "MGI:4844283", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "0fa6d096-8478-4908-8538-4265bdb90260", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "deprecated": null, "id": "MGI:5613997", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "863d58d4-bb56-44e2-8983-0fa0bb79b45b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "da33d2d3-9046-437e-8d96-1cf7aaaf93ea", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "6975627b-d5a4-4e25-816f-c89537c1c49d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "520e3a34-a705-47b3-940f-6c9e578aee9f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "2c2ff33a-5061-4244-a021-a37bf43b67ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "eb909729-65f8-4ceb-9619-363668a572b0", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "8aed359b-6be9-4c40-aad2-92df6b8a07f1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "4af6241e-6d8b-4e53-ab5e-416c25089c94", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "a3d2ce05-8ad3-4b9c-b262-604fe43152de", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3f5ccda0-e645-43d0-a896-75e773fad34b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fdc2550e-c4d4-48bf-986c-52bdca3eb289", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "ad4faa49-2e24-4345-ad02-c5f3d6e47026", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>", "deprecated": null, "id": "MGI:2183917", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e0ba5baf-c57c-4f71-8823-cc85eb1bac59", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Scrib", "id": "MGI:2145950"}, {"lbl": null, "id": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65"}], "edges": [{"sub": "MGI:2145950", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_subject", "obj": "MGI:2145950"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib", "deprecated": null, "id": "MGI:2145950", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "81c573ce-3586-47ce-81e8-fb8edafc04a4", "type": null, "evidence_graph": {"nodes": [{"lbl": "Msx2", "id": "MGI:97169"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": null, "id": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_subject", "obj": "MGI:97169"}, {"sub": "MGI:97169", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MGI:1926381", "pred": "GENO:0000408", "obj": "MGI:97169"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2", "deprecated": null, "id": "MGI:97169", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fdb9f128-c0e2-4775-a5f2-8345fc3e7477", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": null, "id": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4", "id": "MGI:1342287"}], "edges": [{"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MGI:1342287", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_subject", "obj": "MGI:1342287"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4", "deprecated": null, "id": "MGI:1342287", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3543c040-b4e9-4ade-a066-7c5bfb73efa2", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65"}], "edges": [{"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:24095903", "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "0936ab2a-d067-4478-acde-3dd661d62352", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:22503753", "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "b3614ce6-ca13-41b2-bc43-c32539c7fa01", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "34ec2156-7bad-4dd9-a59c-14d2f9f8e749", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:17060454"}, {"lbl": null, "id": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}], "edges": [{"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:17060454", "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fa9fc5c7-be58-418e-96c0-2fb0bcda32e4", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "06b1c54a-f024-47c8-848a-e8bdc79490d5", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3fb3429e-5b79-4045-ac4d-9cf204785749", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:10742104", "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "cd7249ca-ec38-4574-9ec8-9be35b439c9c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>", "deprecated": null, "id": "MGI:2183917", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "6588155f-306e-4b75-a956-aed292204158", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr", "id": "MGI:3045749"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85486"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88835"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": ":.well-known/genid/mgivslckey85486", "pred": "GENO:0000382", "obj": "MGI:3045749"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88835", "pred": "GENO:0000382", "obj": "MGI:3045749"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Tg(Pax6-cre,GFP)1Pgr", "deprecated": null, "id": "MGI:3045749", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e9a5315e-bd72-4cb3-a52c-e7278b540999", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib<tm1.1Cj>", "deprecated": null, "id": "MGI:5559569", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "11c8c1a8-2f50-4ed3-81bd-7f4d4e96223f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tm1Rilm", "id": ":.well-known/genid/mgiseqaltkey2891"}, {"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MGI:1926381", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey2891"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Rilm", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey2891", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": null, "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Mus musculus": 14}, "object_closure": {"BFO:0000020": 29, "HP:0000525": 29, "MP:0001322": 29, "HP:0000118": 29, "MP:0000001": 29, "HP:0000001": 29, "HP:0000478": 29, "HP:0000234": 29, "IAO:0000144": 29, "MP:0005194": 29, "BFO:0000002": 29, "MP:0005197": 29, "MP:0000432": 29, "BFO:0000031": 29, "HP:0004328": 29, "HP:0000271": 29, "HP:0000553": 29, "MP:0005193": 29, "IAO:0000300": 29, "BFO:0000001": 29, "HP:0000152": 29, "HP:0012374": 29, "IAO:0000030": 29, "HP:0012372": 29, "MP:0002092": 29}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85485"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485", "obj": "MGI:5559569"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": ":.well-known/genid/mgivslckey85485", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MGI:5559569", "lbl": "Scrib<tm1.1Cj>"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ba543b3-8823-45d6-8225-0a084796113b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5559569", "replaced_by": null, "consider": null, "label": "Scrib<tm1.1Cj>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:62c1679c5ce72dea", "obj": "PMID:22503753"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:62c1679c5ce72dea", "lbl": null}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "PMID:22503753", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0712bf87-26e0-4fe1-9094-68c07b78c682", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": "PMID:22503753", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:4844283", "obj": ":.well-known/genid/mgivslckey63458"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey63458", "obj": "MGI:1926381"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}, {"id": ":.well-known/genid/mgivslckey63458", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7a7c19e5-cfd3-48b6-9757-bbf9ba612a2a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1926381", "replaced_by": null, "consider": null, "label": "Msx2<tm1Rilm>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:61214eee4928ce46", "obj": "PMID:24095903"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:61214eee4928ce46", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MONARCH:61214eee4928ce46", "lbl": null}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4c8cb766-8a62-41fe-9ede-b43ba33acec0", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": "PMID:24095903", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "PMID:10742104", "lbl": null}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9487705a-5f17-4ce7-86b7-bc6aea889e7f", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": "PMID:10742104", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "PMID:17060454"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:3fcb577cbfaa4242", "lbl": null}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "36c72869-944b-4659-a360-bb39fe991fdf", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": "PMID:17060454", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834", "obj": "MGI:2183917"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88834"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:2183917", "lbl": "Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5d4f11bf-3674-4ba6-b554-6f2cd8ae644c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:2183917", "replaced_by": null, "consider": null, "label": "Klf4<tm1Khk>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ae18493b-caf3-4471-bb09-83910800500d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5559585", "replaced_by": null, "consider": null, "label": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "265ae8f5-6608-400d-9701-e025baa95719", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:4844283", "replaced_by": null, "consider": null, "label": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:1342287", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MGI:1342287"}, {"pred": "dc:source", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "PMID:17060454"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MGI:1342287", "lbl": "Klf4"}, {"id": "MONARCH:3fcb577cbfaa4242", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:17060454", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5c77bf0a-4e8d-4a0b-98da-80349b6c0b04", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1342287", "replaced_by": null, "consider": null, "label": "Klf4", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88835", "obj": "MGI:3045749"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85486", "obj": "MGI:3045749"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88835"}, {"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85486"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": ":.well-known/genid/mgivslckey88835", "lbl": "Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}, {"id": "MGI:3045749", "lbl": "Tg(Pax6-cre,GFP)1Pgr"}, {"id": ":.well-known/genid/mgivslckey85486", "lbl": "Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ca2f506-4667-4f2a-bc79-c5a6c6e13724", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:3045749", "replaced_by": null, "consider": null, "label": "Tg(Pax6-cre,GFP)1Pgr", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": "MGI:2183917", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834", "obj": "MGI:2183917"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88834"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:2183917", "lbl": "Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgiseqaltkey7826", "lbl": "tm1Khk"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2dde576d-a6db-478a-bf16-8ad03c5b1b9b", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "replaced_by": null, "consider": null, "label": "tm1Khk", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:5559569", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85485"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485", "obj": "MGI:5559569"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": ":.well-known/genid/mgivslckey85485", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MGI:5559569", "lbl": "Scrib<tm1.1Cj>"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": ":.well-known/genid/mgiseqaltkey842077", "lbl": "tm1.1Cj"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6971a20d-7caa-4acc-9056-6a255e1bb960", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "replaced_by": null, "consider": null, "label": "tm1.1Cj", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:4844283", "obj": ":.well-known/genid/mgivslckey63458"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:1926381", "obj": ":.well-known/genid/mgiseqaltkey2891"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey63458", "obj": "MGI:1926381"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": ":.well-known/genid/mgiseqaltkey2891", "lbl": "tm1Rilm"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}, {"id": ":.well-known/genid/mgivslckey63458", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "91543303-0dd1-4b62-8328-1d82effb6268", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey2891", "replaced_by": null, "consider": null, "label": "tm1Rilm", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:62c1679c5ce72dea", "obj": "PMID:22503753"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MGI:97169"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:62c1679c5ce72dea", "obj": "ECO:0000059"}, {"pred": "GENO:0000408", "sub": "MGI:1926381", "obj": "MGI:97169"}, {"pred": "RO:0002200", "sub": "MGI:97169", "obj": "MP:0013765"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:62c1679c5ce72dea", "lbl": null}, {"id": "PMID:22503753", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MGI:97169", "lbl": "Msx2"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b59f8b2b-7900-47ca-95b3-18fe7d5fee17", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:97169", "replaced_by": null, "consider": null, "label": "Msx2", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "55352f61-de1c-4d84-b2e0-efa84cfa40f7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5613997", "replaced_by": null, "consider": null, "label": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:61214eee4928ce46", "obj": "MGI:2145950"}, {"pred": "RO:0002200", "sub": "MGI:2145950", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:61214eee4928ce46", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:61214eee4928ce46", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:61214eee4928ce46", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:61214eee4928ce46", "lbl": null}, {"id": "MGI:2145950", "lbl": "Scrib"}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "41a65810-638f-4db7-bc2b-6948c0a6a56f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:2145950", "replaced_by": null, "consider": null, "label": "Scrib", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": null, "numFound": null, "start": null, "facet_counts": {"object_closure": {"HP:0012372": 17, "MP:0005193": 17, "HP:0004328": 17, "HP:0000001": 17, "MP:0002092": 17, "HP:0000118": 17, "HP:0000478": 17, "BFO:0000002": 17, "HP:0000234": 17, "BFO:0000001": 17, "IAO:0000300": 17, "IAO:0000144": 17, "HP:0000271": 17, "HP:0012374": 17, "MP:0005194": 17, "MP:0000001": 17, "MP:0001322": 17, "HP:0000152": 17, "BFO:0000020": 17, "MP:0005197": 17, "IAO:0000030": 17, "HP:0000553": 17, "BFO:0000031": 17, "HP:0000525": 17, "MP:0000432": 17}, "subject_taxon_label": {"Mus musculus": 10}}, "facet_pivot": null}
--- a/test-data/bioentity-associations-for-disease.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/bioentity-associations-for-disease.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Lewy bodies", "deprecated": null, "id": "HP:0100315", "description": null, "consider": null}, "id": "5f306069-7da3-416d-a229-fc4bc5a619d3", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Lewy bodies", "id": "HP:0100315"}, {"lbl": null, "id": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0100315"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_object", "obj": "HP:0100315"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dementia", "deprecated": null, "id": "HP:0000726", "description": null, "consider": null}, "id": "444414be-eff3-4d70-839d-c116cb73663e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": "Dementia", "id": "HP:0000726"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_object", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paranoia", "deprecated": null, "id": "HP:0011999", "description": null, "consider": null}, "id": "ee2409d2-7b59-42aa-b1b7-101aae9d84fb", "type": null, "evidence_graph": {"nodes": [{"lbl": "Paranoia", "id": "HP:0011999"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_object", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinsonism", "deprecated": null, "id": "HP:0001300", "description": null, "consider": null}, "id": "70623f77-a5ca-4d78-8ec2-d74d9e9aa74a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Parkinsonism", "id": "HP:0001300"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": null, "id": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b"}], "edges": [{"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_object", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Weight loss", "deprecated": null, "id": "HP:0001824", "description": null, "consider": null}, "id": "8cb86486-d40c-4b7f-842d-214adbcf8140", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879"}, {"lbl": "Weight loss", "id": "HP:0001824"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_object", "obj": "HP:0001824"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001824"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dysautonomia", "deprecated": null, "id": "HP:0002459", "description": null, "consider": null}, "id": "fb9bc291-2991-4f88-9f14-a9611d80ec5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a"}, {"lbl": "Dysautonomia", "id": "HP:0002459"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_object", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hallucinations", "deprecated": null, "id": "HP:0000738", "description": null, "consider": null}, "id": "da72dd2a-94ec-4c6f-aedd-dfda1a14c34c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6"}, {"lbl": "Hallucinations", "id": "HP:0000738"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_object", "obj": "HP:0000738"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000738"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Orthostatic hypotension", "deprecated": null, "id": "HP:0001278", "description": null, "consider": null}, "id": "ba91e9de-ba70-4797-bdff-71638d7080a9", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Orthostatic hypotension", "id": "HP:0001278"}, {"lbl": null, "id": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001278"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_object", "obj": "HP:0001278"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"HP:0000707": 7, "BFO:0000020": 8, "owl:Thing": 8, "HP:0000118": 8, "SEPIO:0000129": 8, "MP:0000001": 8, "HP:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "IAO:0000144": 8, "MP:0004924": 3, "BFO:0000002": 8, "MP:0005386": 3, "GO:0008150PHENOTYPE": 4, "BFO:0000031": 8, "SEPIO:0000013": 8, "GO:0007610PHENOTYPE": 3, "IAO:0000300": 8, "UPHENO:0001002": 8, "HP:0000708": 3, "BFO:0000001": 8, "UPHENO:0001001": 8, "HP:0012638": 6, "MP:0003633": 6, "IAO:0000030": 8, "MP:0003631": 7}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "HP:0001300"}, {"pred": "RO:0002558", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:14d4d1612da3d9bb", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0001300", "lbl": "Parkinsonism"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001300", "replaced_by": null, "consider": null, "label": "Parkinsonism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7821d98c-7884-44ed-95b2-1e35f5b9ddc5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "OMIM:605543"}], "nodes": [{"id": "HP:0001824", "lbl": "Weight loss"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:09b7a86aa40ad31d", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001824", "replaced_by": null, "consider": null, "label": "Weight loss", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7186b48b-1bc6-49d7-95be-066622da0a0c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:2216fc77f599a464", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2216fc77f599a464", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0002459"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2216fc77f599a464", "obj": "HP:0002459"}], "nodes": [{"id": "HP:0002459", "lbl": "Dysautonomia"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:2216fc77f599a464", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002459", "replaced_by": null, "consider": null, "label": "Dysautonomia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3cf231c5-9d43-44cc-8227-593e30e3751b", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:3c85131657aa47e5", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:3c85131657aa47e5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0100315"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3c85131657aa47e5", "obj": "HP:0100315"}], "nodes": [{"id": "MONARCH:3c85131657aa47e5", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0100315", "lbl": "Lewy bodies"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100315", "replaced_by": null, "consider": null, "label": "Lewy bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0257c60e-278a-43fd-ac9d-b16b4b4c5e96", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001278"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:41c427683fc3ff16", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:41c427683fc3ff16", "obj": "HP:0001278"}, {"pred": "RO:0002558", "sub": "MONARCH:41c427683fc3ff16", "obj": "ECO:0000304"}], "nodes": [{"id": "HP:0001278", "lbl": "Orthostatic hypotension"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:41c427683fc3ff16", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001278", "replaced_by": null, "consider": null, "label": "Orthostatic hypotension", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64c7a537-bb94-4bb5-b6d4-5377151cabce", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1f875b902a02caea", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f875b902a02caea", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:1f875b902a02caea", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:1f875b902a02caea", "lbl": null}, {"id": "HP:0000738", "lbl": "Hallucinations"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000738", "replaced_by": null, "consider": null, "label": "Hallucinations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0aa8534-7698-43bd-9508-15f0ab9d80c9", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:125e3c726176c0d3", "obj": "HP:0000726"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:125e3c726176c0d3", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:125e3c726176c0d3", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000726"}], "nodes": [{"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000726", "lbl": "Dementia"}, {"id": "MONARCH:125e3c726176c0d3", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000726", "replaced_by": null, "consider": null, "label": "Dementia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e4dbfac5-106a-49b0-8c2f-0b2b705b6914", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0011999"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "HP:0011999"}, {"pred": "RO:0002558", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "OMIM:605543"}], "nodes": [{"id": "MONARCH:c8d987bf12fdbfe4", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0011999", "lbl": "Paranoia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011999", "replaced_by": null, "consider": null, "label": "Paranoia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c9593ca8-b396-41d3-88f2-c696fe6aa8f6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"HP:0012638": 6, "GO:0008150PHENOTYPE": 4, "NBO:0000313PHENOTYPE": 3, "MP:0003633": 6, "HP:0000707": 7, "HP:0000001": 8, "UPHENO:0001001": 8, "HP:0000118": 8, "BFO:0000002": 8, "BFO:0000031": 8, "IAO:0000300": 8, "IAO:0000144": 8, "GO:0003008PHENOTYPE": 2, "MP:0004924": 3, "MP:0000001": 8, "BFO:0000020": 8, "MP:0003631": 7, "IAO:0000030": 8, "owl:Thing": 8, "MP:0005386": 3, "BFO:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "GO:0007610PHENOTYPE": 3, "HP:0000708": 3, "UPHENO:0001002": 8}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/bioentity-object-for-disease.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/bioentity-object-for-disease.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Lewy bodies", "deprecated": null, "id": "HP:0100315", "description": null, "consider": null}, "id": "5f306069-7da3-416d-a229-fc4bc5a619d3", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Lewy bodies", "id": "HP:0100315"}, {"lbl": null, "id": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0100315"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_object", "obj": "HP:0100315"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dementia", "deprecated": null, "id": "HP:0000726", "description": null, "consider": null}, "id": "444414be-eff3-4d70-839d-c116cb73663e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": "Dementia", "id": "HP:0000726"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_object", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paranoia", "deprecated": null, "id": "HP:0011999", "description": null, "consider": null}, "id": "ee2409d2-7b59-42aa-b1b7-101aae9d84fb", "type": null, "evidence_graph": {"nodes": [{"lbl": "Paranoia", "id": "HP:0011999"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_object", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinsonism", "deprecated": null, "id": "HP:0001300", "description": null, "consider": null}, "id": "70623f77-a5ca-4d78-8ec2-d74d9e9aa74a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Parkinsonism", "id": "HP:0001300"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": null, "id": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b"}], "edges": [{"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_object", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Weight loss", "deprecated": null, "id": "HP:0001824", "description": null, "consider": null}, "id": "8cb86486-d40c-4b7f-842d-214adbcf8140", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879"}, {"lbl": "Weight loss", "id": "HP:0001824"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_object", "obj": "HP:0001824"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001824"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dysautonomia", "deprecated": null, "id": "HP:0002459", "description": null, "consider": null}, "id": "fb9bc291-2991-4f88-9f14-a9611d80ec5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a"}, {"lbl": "Dysautonomia", "id": "HP:0002459"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_object", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hallucinations", "deprecated": null, "id": "HP:0000738", "description": null, "consider": null}, "id": "da72dd2a-94ec-4c6f-aedd-dfda1a14c34c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6"}, {"lbl": "Hallucinations", "id": "HP:0000738"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_object", "obj": "HP:0000738"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000738"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Orthostatic hypotension", "deprecated": null, "id": "HP:0001278", "description": null, "consider": null}, "id": "ba91e9de-ba70-4797-bdff-71638d7080a9", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Orthostatic hypotension", "id": "HP:0001278"}, {"lbl": null, "id": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001278"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_object", "obj": "HP:0001278"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"HP:0000707": 7, "BFO:0000020": 8, "owl:Thing": 8, "HP:0000118": 8, "SEPIO:0000129": 8, "MP:0000001": 8, "HP:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "IAO:0000144": 8, "MP:0004924": 3, "BFO:0000002": 8, "MP:0005386": 3, "GO:0008150PHENOTYPE": 4, "BFO:0000031": 8, "SEPIO:0000013": 8, "GO:0007610PHENOTYPE": 3, "IAO:0000300": 8, "UPHENO:0001002": 8, "HP:0000708": 3, "BFO:0000001": 8, "UPHENO:0001001": 8, "HP:0012638": 6, "MP:0003633": 6, "IAO:0000030": 8, "MP:0003631": 7}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "HP:0001300"}, {"pred": "RO:0002558", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:14d4d1612da3d9bb", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0001300", "lbl": "Parkinsonism"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001300", "replaced_by": null, "consider": null, "label": "Parkinsonism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7821d98c-7884-44ed-95b2-1e35f5b9ddc5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "OMIM:605543"}], "nodes": [{"id": "HP:0001824", "lbl": "Weight loss"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:09b7a86aa40ad31d", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001824", "replaced_by": null, "consider": null, "label": "Weight loss", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7186b48b-1bc6-49d7-95be-066622da0a0c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:2216fc77f599a464", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2216fc77f599a464", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0002459"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2216fc77f599a464", "obj": "HP:0002459"}], "nodes": [{"id": "HP:0002459", "lbl": "Dysautonomia"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:2216fc77f599a464", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002459", "replaced_by": null, "consider": null, "label": "Dysautonomia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3cf231c5-9d43-44cc-8227-593e30e3751b", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:3c85131657aa47e5", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:3c85131657aa47e5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0100315"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3c85131657aa47e5", "obj": "HP:0100315"}], "nodes": [{"id": "MONARCH:3c85131657aa47e5", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0100315", "lbl": "Lewy bodies"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100315", "replaced_by": null, "consider": null, "label": "Lewy bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0257c60e-278a-43fd-ac9d-b16b4b4c5e96", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001278"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:41c427683fc3ff16", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:41c427683fc3ff16", "obj": "HP:0001278"}, {"pred": "RO:0002558", "sub": "MONARCH:41c427683fc3ff16", "obj": "ECO:0000304"}], "nodes": [{"id": "HP:0001278", "lbl": "Orthostatic hypotension"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:41c427683fc3ff16", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001278", "replaced_by": null, "consider": null, "label": "Orthostatic hypotension", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64c7a537-bb94-4bb5-b6d4-5377151cabce", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1f875b902a02caea", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f875b902a02caea", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:1f875b902a02caea", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:1f875b902a02caea", "lbl": null}, {"id": "HP:0000738", "lbl": "Hallucinations"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000738", "replaced_by": null, "consider": null, "label": "Hallucinations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0aa8534-7698-43bd-9508-15f0ab9d80c9", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:125e3c726176c0d3", "obj": "HP:0000726"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:125e3c726176c0d3", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:125e3c726176c0d3", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000726"}], "nodes": [{"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000726", "lbl": "Dementia"}, {"id": "MONARCH:125e3c726176c0d3", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000726", "replaced_by": null, "consider": null, "label": "Dementia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e4dbfac5-106a-49b0-8c2f-0b2b705b6914", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0011999"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "HP:0011999"}, {"pred": "RO:0002558", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "OMIM:605543"}], "nodes": [{"id": "MONARCH:c8d987bf12fdbfe4", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0011999", "lbl": "Paranoia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011999", "replaced_by": null, "consider": null, "label": "Paranoia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c9593ca8-b396-41d3-88f2-c696fe6aa8f6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"HP:0012638": 6, "GO:0008150PHENOTYPE": 4, "NBO:0000313PHENOTYPE": 3, "MP:0003633": 6, "HP:0000707": 7, "HP:0000001": 8, "UPHENO:0001001": 8, "HP:0000118": 8, "BFO:0000002": 8, "BFO:0000031": 8, "IAO:0000300": 8, "IAO:0000144": 8, "GO:0003008PHENOTYPE": 2, "MP:0004924": 3, "MP:0000001": 8, "BFO:0000020": 8, "MP:0003631": 7, "IAO:0000030": 8, "owl:Thing": 8, "MP:0005386": 3, "BFO:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "GO:0007610PHENOTYPE": 3, "HP:0000708": 3, "UPHENO:0001002": 8}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/bioentity-object-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/bioentity-object-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane retraction syndrome", "deprecated": null, "id": "DOID:12557", "description": null, "consider": null}, "id": "5a292625-da8a-45de-8f87-1c7dd3b63d74", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "deprecated": null, "id": "OMIM:616219", "description": null, "consider": null}, "id": "b131fb75-c18e-4b3c-843e-cfd402496552", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882"}, {"lbl": "some variant of no KO assigned | (RefSeq) COL25A1", "id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "RO:0002607", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21688384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "schizophrenia", "deprecated": null, "id": "EFO:0000692", "description": null, "consider": null}, "id": "0a82f5bb-f678-4699-9a68-0089f6e55ecc", "type": null, "evidence_graph": {"nodes": [{"lbl": "rs17039583-?", "id": "dbSNP:rs17039583"}, {"lbl": "schizophrenia", "id": "EFO:0000692"}, {"lbl": null, "id": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c"}, {"lbl": "combinatorial evidence used in automatic assertion", "id": "ECO:0000213"}, {"lbl": null, "id": "PMID:21688384"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_object", "obj": "EFO:0000692"}, {"sub": "dbSNP:rs17039583", "pred": "RO:0002326", "obj": "EFO:0000692"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "dc:source", "obj": "PMID:21688384"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_subject", "obj": "dbSNP:rs17039583"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "RO:0002558", "obj": "ECO:0000213"}, {"sub": "dbSNP:rs17039583", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PTOS1", "deprecated": null, "id": "OMIM:178300", "description": null, "consider": null}, "id": "fd880883-5777-46ae-a909-16724fce815a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "3b280c11-dc4a-421b-895b-8e193e88a64a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "c9c4e456-d851-4a1c-a793-ea62b20f9365", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "ec5a6c20-8d22-4d1c-b7ca-a725ef205a6d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Extracellular matrix organization", "deprecated": null, "id": "REACT:118779", "description": null, "consider": null}, "id": "f9901aa4-f590-4490-a58a-660d4db52d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": ":.well-known/genid/NCBIGene84570product"}, {"lbl": "Extracellular matrix organization", "id": "REACT:118779"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002205", "obj": ":.well-known/genid/NCBIGene84570product"}, {"sub": ":.well-known/genid/NCBIGene84570product", "pred": "RO:0002331", "obj": "REACT:118779"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15615705", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15215182", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "beta-amyloid binding", "deprecated": null, "id": "GO:0001540", "description": null, "consider": null}, "id": "25214fbf-44fd-47be-96d7-e4941e1c4639", "type": null, "evidence_graph": {"nodes": [{"lbl": "beta-amyloid binding", "id": "GO:0001540"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": null, "id": "PMID:15215182"}, {"lbl": null, "id": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:15615705"}], "edges": [{"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15615705"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15215182"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_object", "obj": "GO:0001540"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0001540"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "4128419b-dfc6-4d91-b2fd-cc1d5f073695", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2022073", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-8944250", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endoplasmic reticulum lumen", "deprecated": null, "id": "GO:0005788", "description": null, "consider": null}, "id": "28ea727b-8ec1-4ac3-9683-dcf4f6af95ea", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d"}, {"lbl": "endoplasmic reticulum lumen", "id": "GO:0005788"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-8944250"}, {"lbl": null, "id": "REACT:R-HSA-2022073"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2022073"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_object", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-8944250"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000107", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "axonogenesis involved in innervation", "deprecated": null, "id": "GO:0060385", "description": null, "consider": null}, "id": "53b111fb-9d04-49af-a220-79c2dbccac79", "type": null, "evidence_graph": {"nodes": [{"lbl": "axonogenesis involved in innervation", "id": "GO:0060385"}, {"lbl": null, "id": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000107"}], "edges": [{"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_object", "obj": "GO:0060385"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0060385"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "dc:source", "obj": "GO_REF:0000107"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular region", "deprecated": null, "id": "GO:0005576", "description": null, "consider": null}, "id": "f496b607-b2ea-4013-a29a-fb56a28cc94c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "extracellular region", "id": "GO:0005576"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_object", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of membrane", "deprecated": null, "id": "GO:0016021", "description": null, "consider": null}, "id": "6b5357b4-8e6f-4dbc-ae15-51fe5473a752", "type": null, "evidence_graph": {"nodes": [{"lbl": "integral component of membrane", "id": "GO:0016021"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "non-traceable author statement used in manual assertion", "id": "ECO:0000303"}, {"lbl": null, "id": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "RO:0002558", "obj": "ECO:0000303"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_object", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "dc:source", "obj": "PMID:11927537"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "49ea36e0-d21c-4db2-8e23-4f78a80ae959", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen catabolic process", "deprecated": null, "id": "GO:0030574", "description": null, "consider": null}, "id": "d0c98dde-e1b1-42d8-bcf1-0a0be7e93ae8", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "collagen catabolic process", "id": "GO:0030574"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f"}], "edges": [{"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "dc:source", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_object", "obj": "GO:0030574"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0030574"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "plasma membrane", "deprecated": null, "id": "GO:0005886", "description": null, "consider": null}, "id": "ae4128d8-c1d7-4316-b376-82c3862bdd82", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f"}, {"lbl": "plasma membrane", "id": "GO:0005886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_object", "obj": "GO:0005886"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005886"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular space", "deprecated": null, "id": "GO:0005615", "description": null, "consider": null}, "id": "50c29cf2-6c9e-4dd9-b346-ab3c679608d0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": "extracellular space", "id": "GO:0005615"}, {"lbl": null, "id": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_object", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000037", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen trimer", "deprecated": null, "id": "GO:0005581", "description": null, "consider": null}, "id": "9f848aee-0078-4a7b-ad04-86cb484f8dd0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e"}, {"lbl": "collagen trimer", "id": "GO:0005581"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000037"}], "edges": [{"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_object", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "dc:source", "obj": "GO_REF:0000037"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of plasma membrane", "deprecated": null, "id": "GO:0005887", "description": null, "consider": null}, "id": "4213bf26-a8bf-4de6-88de-854d9ff29969", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "integral component of plasma membrane", "id": "GO:0005887"}], "edges": [{"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_object", "obj": "GO:0005887"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005887"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "RO:0002558", "obj": "ECO:0000314"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "6afae437-0ec4-41b0-afbf-840cc3b83a3d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cerebral cortex", "deprecated": null, "id": "UBERON:0000956", "description": null, "consider": null}, "id": "30ac8c64-68c7-47d2-8e99-2e3ffb363b42", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705"}, {"lbl": "cerebral cortex", "id": "UBERON:0000956"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_object", "obj": "UBERON:0000956"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000956"}, {"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pancreas", "deprecated": null, "id": "UBERON:0001264", "description": null, "consider": null}, "id": "502b95e5-f257-47b0-b022-37af6c88ffc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "pancreas", "id": "UBERON:0001264"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524"}], "edges": [{"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_object", "obj": "UBERON:0001264"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001264"}, {"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "female gonad", "deprecated": null, "id": "UBERON:0000992", "description": null, "consider": null}, "id": "26df1b3b-0d20-4543-a924-b4be43e952ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "female gonad", "id": "UBERON:0000992"}, {"lbl": null, "id": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000992"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000992"}, {"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "subcutaneous adipose tissue", "deprecated": null, "id": "UBERON:0002190", "description": null, "consider": null}, "id": "528137e1-e4ae-4c5d-af96-cd50e1d893d6", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3"}, {"lbl": "subcutaneous adipose tissue", "id": "UBERON:0002190"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_object", "obj": "UBERON:0002190"}, {"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002190"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "blood", "deprecated": null, "id": "UBERON:0000178", "description": null, "consider": null}, "id": "a1e678af-eb25-4fbf-9341-c748095dcfc8", "type": null, "evidence_graph": {"nodes": [{"lbl": "blood", "id": "UBERON:0000178"}, {"lbl": null, "id": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "heparin binding", "deprecated": null, "id": "GO:0008201", "description": null, "consider": null}, "id": "4de23742-d921-4ae9-9628-1f7b9a87b396", "type": null, "evidence_graph": {"nodes": [{"lbl": "heparin binding", "id": "GO:0008201"}, {"lbl": null, "id": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_object", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "dc:source", "obj": "PMID:15522881"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "parietal pleura", "deprecated": null, "id": "UBERON:0002400", "description": null, "consider": null}, "id": "daead4a8-1ace-4b3d-91ee-1feb1845264f", "type": null, "evidence_graph": {"nodes": [{"lbl": "parietal pleura", "id": "UBERON:0002400"}, {"lbl": null, "id": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002400"}, {"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_object", "obj": "UBERON:0002400"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "medial globus pallidus", "deprecated": null, "id": "UBERON:0002477", "description": null, "consider": null}, "id": "f71bf9a5-314d-4017-b26d-38bbe9873e7d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "medial globus pallidus", "id": "UBERON:0002477"}], "edges": [{"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002477"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002477"}, {"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "mammary duct", "deprecated": null, "id": "UBERON:0001765", "description": null, "consider": null}, "id": "492810dc-955e-493d-98a8-eb3c3824f63d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "mammary duct", "id": "UBERON:0001765"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_object", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "anatomical system", "deprecated": null, "id": "UBERON:0000467", "description": null, "consider": null}, "id": "f17ae424-146c-45dc-ae68-e6240377e200", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "anatomical system", "id": "UBERON:0000467"}], "edges": [{"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_object", "obj": "UBERON:0000467"}, {"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000467"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain", "deprecated": null, "id": "UBERON:0001890", "description": null, "consider": null}, "id": "4cf9199a-5dc3-4540-84be-7a43a38115e1", "type": null, "evidence_graph": {"nodes": [{"lbl": "forebrain", "id": "UBERON:0001890"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_object", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "retina", "deprecated": null, "id": "UBERON:0000966", "description": null, "consider": null}, "id": "c9dcf6f7-459f-4661-9f93-ddd6e8c49f06", "type": null, "evidence_graph": {"nodes": [{"lbl": "retina", "id": "UBERON:0000966"}, {"lbl": null, "id": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000966"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_object", "obj": "UBERON:0000966"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "vagina", "deprecated": null, "id": "UBERON:0000996", "description": null, "consider": null}, "id": "5e13596d-2102-4e6f-bb2c-05bf8f5f0f21", "type": null, "evidence_graph": {"nodes": [{"lbl": "vagina", "id": "UBERON:0000996"}, {"lbl": null, "id": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000996"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_object", "obj": "UBERON:0000996"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "testis", "deprecated": null, "id": "UBERON:0000473", "description": null, "consider": null}, "id": "36c2dced-1fa3-4046-99be-b2128c877191", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b"}, {"lbl": "testis", "id": "UBERON:0000473"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_object", "obj": "UBERON:0000473"}, {"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000473"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endometrium", "deprecated": null, "id": "UBERON:0001295", "description": null, "consider": null}, "id": "2c0f6eaf-fcf1-474b-b695-ba5fe0b41920", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d58cbcc4429380b4f917105d848de010185556db"}, {"lbl": "endometrium", "id": "UBERON:0001295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_object", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "duodenum", "deprecated": null, "id": "UBERON:0002114", "description": null, "consider": null}, "id": "ba8a29a2-e155-4b13-b3eb-78f757714d03", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a"}, {"lbl": "duodenum", "id": "UBERON:0002114"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002114"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002114"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "omental fat pad", "deprecated": null, "id": "UBERON:0010414", "description": null, "consider": null}, "id": "88a9db76-a6bc-4246-9b9a-6d1bebcce429", "type": null, "evidence_graph": {"nodes": [{"lbl": "omental fat pad", "id": "UBERON:0010414"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_object", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "buccal mucosa cell", "deprecated": null, "id": "CL:0002336", "description": null, "consider": null}, "id": "e69179cb-277e-434b-827e-0075e52916cb", "type": null, "evidence_graph": {"nodes": [{"lbl": "buccal mucosa cell", "id": "CL:0002336"}, {"lbl": null, "id": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0002336"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_object", "obj": "CL:0002336"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "sperm", "deprecated": null, "id": "CL:0000019", "description": null, "consider": null}, "id": "05dc2e61-449a-44e2-a6ed-f9972c145d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b"}, {"lbl": "sperm", "id": "CL:0000019"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_object", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "skeletal muscle organ", "deprecated": null, "id": "UBERON:0014892", "description": null, "consider": null}, "id": "2079c56e-f02a-4017-933e-151f470c54a6", "type": null, "evidence_graph": {"nodes": [{"lbl": "skeletal muscle organ", "id": "UBERON:0014892"}, {"lbl": null, "id": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0014892"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_object", "obj": "UBERON:0014892"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cartilage tissue", "deprecated": null, "id": "UBERON:0002418", "description": null, "consider": null}, "id": "d2642316-093b-4028-ad41-9e2d59ea1c9d", "type": null, "evidence_graph": {"nodes": [{"lbl": "cartilage tissue", "id": "UBERON:0002418"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002418"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_object", "obj": "UBERON:0002418"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL2A1", "deprecated": null, "id": "NCBIGene:1280", "description": null, "consider": null}, "id": "c69c61d4-bad7-4041-82ca-4ca75756170b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL2A1", "id": "NCBIGene:1280"}, {"lbl": null, "id": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col25a1", "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "description": null, "consider": null}, "id": "772f254e-03aa-4311-b9c8-86bfa22cc886", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "ZFIN:ZDB-PUB-030905-1"}, {"lbl": "protein BLAST evidence used in manual assertion", "id": "ECO:0000031"}, {"lbl": "sequence similarity evidence", "id": "ECO:0000044"}, {"lbl": "col25a1", "id": "ZFIN:ZDB-GENE-130530-720"}, {"lbl": null, "id": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "ZFIN:ZDB-GENE-130530-720", "pred": "RO:HOM0000017", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000031"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000044"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL16A1", "deprecated": null, "id": "NCBIGene:1307", "description": null, "consider": null}, "id": "34cd6926-42c0-4752-8101-21796321c149", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL16A1", "id": "NCBIGene:1307"}, {"lbl": null, "id": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1307"}, {"sub": "NCBIGene:1307", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF7", "deprecated": null, "id": "NCBIGene:114905", "description": null, "consider": null}, "id": "32a73b9e-95bc-40d0-b05e-b11fe6c44dc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF7", "id": "NCBIGene:114905"}, {"lbl": null, "id": "MONARCH:564487bce517c2be897c73406c7d59c50f418426"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114905"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114905"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A3", "deprecated": null, "id": "NCBIGene:1285", "description": null, "consider": null}, "id": "fcbfb264-97d8-46fa-9b86-dc98f3215b73", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A3", "id": "NCBIGene:1285"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94"}], "edges": [{"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1285"}, {"sub": "NCBIGene:1285", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QC", "deprecated": null, "id": "NCBIGene:714", "description": null, "consider": null}, "id": "feee795d-22c0-4cf5-95d4-c45204589d33", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "C1QC", "id": "NCBIGene:714"}], "edges": [{"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_object", "obj": "NCBIGene:714"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:714"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL13A1", "deprecated": null, "id": "NCBIGene:1305", "description": null, "consider": null}, "id": "5176894a-14f1-4fe2-acd1-f7e2c129d440", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04"}, {"lbl": "COL13A1", "id": "NCBIGene:1305"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1305"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1305"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL26A1", "deprecated": null, "id": "NCBIGene:136227", "description": null, "consider": null}, "id": "4e2e4372-90f0-4758-954f-f51819168187", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL26A1", "id": "NCBIGene:136227"}], "edges": [{"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:136227"}, {"sub": "NCBIGene:136227", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL15A1", "deprecated": null, "id": "NCBIGene:1306", "description": null, "consider": null}, "id": "4ffd1f46-e2fb-4aa1-a395-66c70fd01d7e", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL15A1", "id": "NCBIGene:1306"}, {"lbl": null, "id": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1306"}, {"sub": "NCBIGene:1306", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MSR1", "deprecated": null, "id": "NCBIGene:4481", "description": null, "consider": null}, "id": "c498a3d5-feea-4fb4-8b50-4b6406abb292", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "MSR1", "id": "NCBIGene:4481"}, {"lbl": null, "id": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188"}], "edges": [{"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:4481", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4481"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL10A1", "deprecated": null, "id": "NCBIGene:1300", "description": null, "consider": null}, "id": "c32afb05-9760-4869-8e77-6e20f69adff1", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL10A1", "id": "NCBIGene:1300"}, {"lbl": null, "id": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1300", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1300"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A2", "deprecated": null, "id": "NCBIGene:1302", "description": null, "consider": null}, "id": "a9ab300a-45e1-493b-8521-209433b6e05b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A2", "id": "NCBIGene:1302"}, {"lbl": null, "id": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1302"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1302"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A1", "deprecated": null, "id": "NCBIGene:1282", "description": null, "consider": null}, "id": "454b37bf-3aeb-4424-9915-5ddd7b2c15c7", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A1", "id": "NCBIGene:1282"}, {"lbl": null, "id": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1282"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1282", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA3", "deprecated": null, "id": "NCBIGene:51435", "description": null, "consider": null}, "id": "33ecca93-9a4a-425f-86b6-e4b65e8ef2c3", "type": null, "evidence_graph": {"nodes": [{"lbl": "SCARA3", "id": "NCBIGene:51435"}, {"lbl": null, "id": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:51435", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:51435"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "OTOL1", "deprecated": null, "id": "NCBIGene:131149", "description": null, "consider": null}, "id": "a087bcfa-43e3-4d69-afdb-b83f8928b703", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4"}, {"lbl": "OTOL1", "id": "NCBIGene:131149"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:131149", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:131149"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A2", "deprecated": null, "id": "NCBIGene:1284", "description": null, "consider": null}, "id": "de38078f-fbb4-47d0-a40b-25c1fad2b3df", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A2", "id": "NCBIGene:1284"}, {"lbl": null, "id": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1284", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1284"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-86", "deprecated": null, "id": "NCBIGene:190749", "description": null, "consider": null}, "id": "c47bb215-68f0-49be-b15e-f06616be80b3", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "col-86", "id": "NCBIGene:190749"}], "edges": [{"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:190749"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:190749"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A4", "deprecated": null, "id": "NCBIGene:1286", "description": null, "consider": null}, "id": "a7873753-b1e0-450b-9e3e-bc26a8b431af", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A4", "id": "NCBIGene:1286"}, {"lbl": null, "id": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:1286", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1286"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A6", "deprecated": null, "id": "NCBIGene:1288", "description": null, "consider": null}, "id": "70c17ecc-442f-4efe-8734-630ba1c74249", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A6", "id": "NCBIGene:1288"}, {"lbl": null, "id": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1288", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1288"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9B", "deprecated": null, "id": "NCBIGene:387911", "description": null, "consider": null}, "id": "ee7a9628-834d-4f40-8412-b44abc189ca6", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9B", "id": "NCBIGene:387911"}, {"lbl": null, "id": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:387911"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_object", "obj": "NCBIGene:387911"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA5", "deprecated": null, "id": "NCBIGene:286133", "description": null, "consider": null}, "id": "6bd46f4b-dc7a-4403-abf6-726bae17cd2f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d"}, {"lbl": "SCARA5", "id": "NCBIGene:286133"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:286133"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:286133", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A2", "deprecated": null, "id": "NCBIGene:1292", "description": null, "consider": null}, "id": "1e26b99c-fb05-4d74-a375-e6bc75485492", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A2", "id": "NCBIGene:1292"}, {"lbl": null, "id": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1292"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "MGI:1924268", "description": null, "consider": null}, "id": "3ab96dd1-91f0-400c-b64b-b3c406e5447e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f"}, {"lbl": "Col25a1", "id": "MGI:1924268"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "MGI:1924268"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_object", "obj": "MGI:1924268"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A2", "deprecated": null, "id": "NCBIGene:1290", "description": null, "consider": null}, "id": "e3bf1757-ac8e-4dcb-98d3-5c9f55d622d9", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A2", "id": "NCBIGene:1290"}, {"lbl": null, "id": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1290", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1290"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ADIPOQ", "deprecated": null, "id": "NCBIGene:9370", "description": null, "consider": null}, "id": "0b29c708-fd43-4329-a818-aa1034642d29", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59"}, {"lbl": "ADIPOQ", "id": "NCBIGene:9370"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:9370"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:9370", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "AMACR", "deprecated": null, "id": "NCBIGene:23600", "description": null, "consider": null}, "id": "ff07847b-1284-4cb1-a184-00fcea99951a", "type": null, "evidence_graph": {"nodes": [{"lbl": "AMACR", "id": "NCBIGene:23600"}, {"lbl": null, "id": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_object", "obj": "NCBIGene:23600"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:23600"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A2", "deprecated": null, "id": "NCBIGene:1298", "description": null, "consider": null}, "id": "c56808fe-7add-4a14-bd40-23f1f6f7460f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL9A2", "id": "NCBIGene:1298"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1298"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1298"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A3", "deprecated": null, "id": "NCBIGene:50509", "description": null, "consider": null}, "id": "aa37ecf3-9cdd-48f1-a927-342f5873881d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL5A3", "id": "NCBIGene:50509"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:50509"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:50509"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A1", "deprecated": null, "id": "NCBIGene:1277", "description": null, "consider": null}, "id": "c8c91211-784c-4b6d-b215-ad82814f5e5f", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL1A1", "id": "NCBIGene:1277"}, {"lbl": null, "id": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1277"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1277"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL22A1", "deprecated": null, "id": "NCBIGene:169044", "description": null, "consider": null}, "id": "45ad6c6a-019b-4b10-9fd6-3037b00fea86", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e888862458c194248c3725efacaec612b380f0f2"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL22A1", "id": "NCBIGene:169044"}], "edges": [{"sub": "NCBIGene:169044", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:169044"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL23A1", "deprecated": null, "id": "NCBIGene:91522", "description": null, "consider": null}, "id": "45f09a3f-4336-4cab-a62f-c3dacfaf53b9", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL23A1", "id": "NCBIGene:91522"}, {"lbl": null, "id": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401"}], "edges": [{"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_object", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A2", "deprecated": null, "id": "NCBIGene:1296", "description": null, "consider": null}, "id": "e702938b-8c0c-4953-b430-82a4fe6d6461", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL8A2", "id": "NCBIGene:1296"}], "edges": [{"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1296", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1296"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Rattus norvegicus", "id": "NCBITaxon:10116"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "NCBIGene:687064", "description": null, "consider": null}, "id": "1783ce18-6f47-4a56-891b-b1ed820cb489", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e"}, {"lbl": "Col25a1", "id": "NCBIGene:687064"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:687064"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:687064"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL27A1", "deprecated": null, "id": "NCBIGene:85301", "description": null, "consider": null}, "id": "c870fb03-1acd-4f65-a5ef-af3da662136e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9"}, {"lbl": "COL27A1", "id": "NCBIGene:85301"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:85301", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:85301"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9", "deprecated": null, "id": "NCBIGene:338872", "description": null, "consider": null}, "id": "1b562f59-16db-4bd7-b301-ac5345843e96", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9", "id": "NCBIGene:338872"}, {"lbl": null, "id": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:338872"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:338872"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL18A1", "deprecated": null, "id": "NCBIGene:80781", "description": null, "consider": null}, "id": "79fe9bb4-782a-4fc3-834f-dade8287838f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6"}, {"lbl": "COL18A1", "id": "NCBIGene:80781"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:80781"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:80781"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-75", "deprecated": null, "id": "NCBIGene:186968", "description": null, "consider": null}, "id": "f67cc1a7-ebb5-4345-b7cc-62d719f7cc36", "type": null, "evidence_graph": {"nodes": [{"lbl": "col-75", "id": "NCBIGene:186968"}, {"lbl": null, "id": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Macaca mulatta", "id": "NCBITaxon:9544"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:697122", "description": null, "consider": null}, "id": "c5281fa8-68a6-4c95-a31c-0d1c0bed2850", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be"}, {"lbl": "COL25A1", "id": "NCBIGene:697122"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_object", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL28A1", "deprecated": null, "id": "NCBIGene:340267", "description": null, "consider": null}, "id": "3033e01d-83a5-44b9-b87d-703c9afd2553", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe"}, {"lbl": "COL28A1", "id": "NCBIGene:340267"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:340267", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:340267"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLEC12", "deprecated": null, "id": "NCBIGene:81035", "description": null, "consider": null}, "id": "7bb5c557-a408-4bec-8541-3017e8f3641d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1"}, {"lbl": "COLEC12", "id": "NCBIGene:81035"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:81035", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:81035"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR3606", "deprecated": null, "id": "NCBIGene:100500837", "description": null, "consider": null}, "id": "7306f776-7a8c-4b5e-9996-a09d295a29ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75"}, {"lbl": "MIR3606", "id": "NCBIGene:100500837"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL19A1", "deprecated": null, "id": "NCBIGene:1310", "description": null, "consider": null}, "id": "b610c426-a663-4786-8a5f-23eed0fbe8f4", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL19A1", "id": "NCBIGene:1310"}, {"lbl": null, "id": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF5", "deprecated": null, "id": "NCBIGene:114902", "description": null, "consider": null}, "id": "2ff2f867-9945-45f9-b6ec-60b0bccf64a3", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF5", "id": "NCBIGene:114902"}, {"lbl": null, "id": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114902"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114902"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A1", "deprecated": null, "id": "NCBIGene:1289", "description": null, "consider": null}, "id": "7e457f72-43bf-4e11-924f-2c436311c577", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A1", "id": "NCBIGene:1289"}, {"lbl": null, "id": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1289"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1289"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "id": "11ea71f2-7a4d-490c-ba1b-84d4238ab317", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR936", "deprecated": null, "id": "NCBIGene:100126326", "description": null, "consider": null}, "id": "6ee55033-c9b2-4ac2-8391-164d3bf0522a", "type": null, "evidence_graph": {"nodes": [{"lbl": "MIR936", "id": "NCBIGene:100126326"}, {"lbl": null, "id": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:100126326"}, {"sub": "NCBIGene:100126326", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF2", "deprecated": null, "id": "NCBIGene:114898", "description": null, "consider": null}, "id": "d9a616a7-3685-47c2-a689-cc0b36e8f5a4", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4"}, {"lbl": "C1QTNF2", "id": "NCBIGene:114898"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QB", "deprecated": null, "id": "NCBIGene:713", "description": null, "consider": null}, "id": "8d62712c-ae7e-4ca7-89ce-0b7b94128e78", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QB", "id": "NCBIGene:713"}, {"lbl": null, "id": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_object", "obj": "NCBIGene:713"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:713"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SUGCT", "deprecated": null, "id": "NCBIGene:79783", "description": null, "consider": null}, "id": "bf1b040e-5cad-4780-89f0-9d6c3e9aa06f", "type": null, "evidence_graph": {"nodes": [{"lbl": "SUGCT", "id": "NCBIGene:79783"}, {"lbl": null, "id": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:79783", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:79783"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A1", "deprecated": null, "id": "NCBIGene:1297", "description": null, "consider": null}, "id": "297180cb-f6f5-4ee2-9469-eb9b9aa66c43", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58"}, {"lbl": "COL9A1", "id": "NCBIGene:1297"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1297"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1297", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PELP1", "deprecated": null, "id": "NCBIGene:27043", "description": null, "consider": null}, "id": "ab89a615-a295-4f07-8cd4-2818598f4da2", "type": null, "evidence_graph": {"nodes": [{"lbl": "PELP1", "id": "NCBIGene:27043"}, {"lbl": null, "id": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:27043"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:27043", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A5", "deprecated": null, "id": "NCBIGene:1287", "description": null, "consider": null}, "id": "fb1a3103-18bb-48a2-ba3e-88923ff7ccad", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f"}, {"lbl": "COL4A5", "id": "NCBIGene:1287"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22525168", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16989758", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abducens palsy", "deprecated": null, "id": "HP:0011349", "description": null, "consider": null}, "id": "8da167dc-18a2-4249-bc41-bb980971144f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:16989758"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Abducens palsy", "id": "HP:0011349"}, {"lbl": null, "id": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:22525168"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:22525168"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_object", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:16989758"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Seizures", "deprecated": null, "id": "HP:0001250", "description": null, "consider": null}, "id": "a46a384b-2f3b-4c97-a347-9e0e2a5e4593", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Seizures", "id": "HP:0001250"}, {"lbl": null, "id": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_object", "obj": "HP:0001250"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001250"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aniridia", "deprecated": null, "id": "HP:0000526", "description": null, "consider": null}, "id": "1905ad88-fb36-4c17-afa1-ba20dbe0878b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Aniridia", "id": "HP:0000526"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_object", "obj": "HP:0000526"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000526"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6480241", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18691219", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hearing impairment", "deprecated": null, "id": "HP:0000365", "description": null, "consider": null}, "id": "5a492155-7cd2-4985-b056-7b439aeaac88", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "PMID:6480241"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add"}, {"lbl": null, "id": "PMID:18691219"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "Hearing impairment", "id": "HP:0000365"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:6480241"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_object", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:18691219"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10809934", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18404116", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital strabismus", "deprecated": null, "id": "HP:0000487", "description": null, "consider": null}, "id": "7542e732-52b4-44f8-b5c0-4cb9d8eee340", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:18404116"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital strabismus", "id": "HP:0000487"}, {"lbl": null, "id": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": null, "id": "PMID:10809934"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:11960793"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000487"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:10809934"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_object", "obj": "HP:0000487"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:18404116"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplastic iris stroma", "deprecated": null, "id": "HP:0007990", "description": null, "consider": null}, "id": "0d0ed88a-470a-465b-81a4-faf07e31f559", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Hypoplastic iris stroma", "id": "HP:0007990"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_object", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aplasia/Hypoplasia of the thumb", "deprecated": null, "id": "HP:0009601", "description": null, "consider": null}, "id": "255dbec3-8555-4a00-bda9-dbde4902a715", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Aplasia/Hypoplasia of the thumb", "id": "HP:0009601"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f"}], "edges": [{"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009601"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_object", "obj": "HP:0009601"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8839346", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Gustatory lacrimation", "deprecated": null, "id": "HP:0100274", "description": null, "consider": null}, "id": "d5ac4c29-2bc5-4fec-bca2-aedc044cb1aa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398"}, {"lbl": null, "id": "PMID:12133390"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Gustatory lacrimation", "id": "HP:0100274"}, {"lbl": null, "id": "PMID:8839346"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_object", "obj": "HP:0100274"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100274"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:8839346"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Wide nasal bridge", "deprecated": null, "id": "HP:0000431", "description": null, "consider": null}, "id": "d960b130-da77-4add-9cf4-9b7fb0d64786", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Wide nasal bridge", "id": "HP:0000431"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_object", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Iris coloboma", "deprecated": null, "id": "HP:0000612", "description": null, "consider": null}, "id": "de4f17c1-bec8-452f-b5e3-38af44dc3e79", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Iris coloboma", "id": "HP:0000612"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_object", "obj": "HP:0000612"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000612"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4050857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3877101", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16411190", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial asymmetry", "deprecated": null, "id": "HP:0000324", "description": null, "consider": null}, "id": "71435dee-8d55-4718-80d6-aecbc233ca5e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16411190"}, {"lbl": null, "id": "PMID:3877101"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "Facial asymmetry", "id": "HP:0000324"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:4050857"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:4050857"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:3877101"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:16411190"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "RO:0002558", "obj": "ECO:0000246"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor nerve palsy", "deprecated": null, "id": "HP:0012246", "description": null, "consider": null}, "id": "5ce0f8ef-96ea-48aa-88ec-f5ff4fc16d00", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Oculomotor nerve palsy", "id": "HP:0012246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_object", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal form of the vertebral bodies", "deprecated": null, "id": "HP:0003312", "description": null, "consider": null}, "id": "b411456c-ac2c-4013-9f4f-16c0a55f1f7b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormal form of the vertebral bodies", "id": "HP:0003312"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9a62c5992b74d951f8678f26731330789328677b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_object", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal vertebral segmentation and fusion", "deprecated": null, "id": "HP:0005640", "description": null, "consider": null}, "id": "c77bdf23-ea39-4d16-9038-f12269bc1ef1", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormal vertebral segmentation and fusion", "id": "HP:0005640"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0005640"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_object", "obj": "HP:0005640"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10202298", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3958872", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Amblyopia", "deprecated": null, "id": "HP:0000646", "description": null, "consider": null}, "id": "f9d8a25f-9d54-46e3-a635-0570deaf76ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:10202298"}, {"lbl": null, "id": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Amblyopia", "id": "HP:0000646"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:3958872"}], "edges": [{"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:10202298"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:3958872"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7498569", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15279427", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20865239", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Deeply set eye", "deprecated": null, "id": "HP:0000490", "description": null, "consider": null}, "id": "b6c77f4d-667d-403d-9e06-22d5f81d6514", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20865239"}, {"lbl": null, "id": "PMID:15279427"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7498569"}, {"lbl": "Deeply set eye", "id": "HP:0000490"}], "edges": [{"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:7498569"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:15279427"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20865239"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11600883", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital fibrosis of extraocular muscles", "deprecated": null, "id": "HP:0001491", "description": null, "consider": null}, "id": "1f2b1f4f-e1ec-4d27-9232-eb9d2a4daf5f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b"}, {"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11600883"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Congenital fibrosis of extraocular muscles", "id": "HP:0001491"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_object", "obj": "HP:0001491"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001491"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11600883"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11960793"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Talipes equinovarus", "deprecated": null, "id": "HP:0001762", "description": null, "consider": null}, "id": "2a4b6daf-6f65-47cf-af6a-ee4ed0300e1d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Talipes equinovarus", "id": "HP:0001762"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_object", "obj": "HP:0001762"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001762"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2139048", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10577917", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22370672", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10530982", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Palpebral fissure narrowing on adduction", "deprecated": null, "id": "HP:0000661", "description": null, "consider": null}, "id": "f3e7ad82-df05-479d-b198-1a559c85ca1b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:2139048"}, {"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb"}, {"lbl": null, "id": "PMID:10577917"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Palpebral fissure narrowing on adduction", "id": "HP:0000661"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:22370672"}, {"lbl": null, "id": "PMID:10530982"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_object", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:2139048"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10577917"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:22370672"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10530982"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Plagiocephaly", "deprecated": null, "id": "HP:0001357", "description": null, "consider": null}, "id": "eb0d8e71-f267-4632-affb-bee47aab9646", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Plagiocephaly", "id": "HP:0001357"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001357"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_object", "obj": "HP:0001357"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Everted lower lip vermilion", "deprecated": null, "id": "HP:0000232", "description": null, "consider": null}, "id": "220e2469-f29c-4887-a9de-c634e9debd3b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Everted lower lip vermilion", "id": "HP:0000232"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_object", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Stenosis of the external auditory canal", "deprecated": null, "id": "HP:0000402", "description": null, "consider": null}, "id": "6e9138f2-74f8-4093-8cdd-9d2ec391e561", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Stenosis of the external auditory canal", "id": "HP:0000402"}], "edges": [{"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000402"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_object", "obj": "HP:0000402"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6703002", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23654011", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17701102", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21850174", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypermetropia", "deprecated": null, "id": "HP:0000540", "description": null, "consider": null}, "id": "c311f133-0943-4baa-8e48-c3f63e00f878", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypermetropia", "id": "HP:0000540"}, {"lbl": null, "id": "PMID:23654011"}, {"lbl": null, "id": "PMID:6703002"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033"}, {"lbl": null, "id": "PMID:17701102"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:21850174"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_object", "obj": "HP:0000540"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:6703002"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:23654011"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000540"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:17701102"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:21850174"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor apraxia", "deprecated": null, "id": "HP:0000657", "description": null, "consider": null}, "id": "2fd443a5-4d34-4f47-a761-8bb42b83178c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Oculomotor apraxia", "id": "HP:0000657"}, {"lbl": null, "id": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_object", "obj": "HP:0000657"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000657"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anteverted nares", "deprecated": null, "id": "HP:0000463", "description": null, "consider": null}, "id": "ce6f03f0-a474-41a3-adea-3e727fba2933", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Anteverted nares", "id": "HP:0000463"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc"}], "edges": [{"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_object", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6645274", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9717759", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Strabismus", "deprecated": null, "id": "HP:0000486", "description": null, "consider": null}, "id": "3774b2de-1607-4367-96c3-5294e7416950", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038"}, {"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:6645274"}, {"lbl": null, "id": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:9717759"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Strabismus", "id": "HP:0000486"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:6645274"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:9717759"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8749054", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20534924", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2037260", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8687351", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short stature", "deprecated": null, "id": "HP:0004322", "description": null, "consider": null}, "id": "807c77f9-b706-4302-aa4d-3dc64aacb594", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": "Short stature", "id": "HP:0004322"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:20534924"}, {"lbl": null, "id": "PMID:2037260"}, {"lbl": null, "id": "PMID:8749054"}, {"lbl": null, "id": "PMID:8687351"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_object", "obj": "HP:0004322"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8749054"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0004322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:20534924"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:2037260"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8687351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Narrow internal auditory canal", "deprecated": null, "id": "HP:0011386", "description": null, "consider": null}, "id": "bae31cbd-a1e4-4c3d-8038-eb825c25f13d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Narrow internal auditory canal", "id": "HP:0011386"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011386"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_object", "obj": "HP:0011386"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A1", "deprecated": null, "id": "NCBIGene:1295", "description": null, "consider": null}, "id": "7ad2c4b8-18fe-43c0-9cb4-b399279ab4b7", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL8A1", "id": "NCBIGene:1295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1295", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1295"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A1", "deprecated": null, "id": "NCBIGene:1301", "description": null, "consider": null}, "id": "57c6575e-58c4-4a2d-8ef1-3c6c4400798c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A1", "id": "NCBIGene:1301"}, {"lbl": null, "id": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "APP", "deprecated": null, "id": "NCBIGene:351", "description": null, "consider": null}, "id": "0d65317f-8571-41c1-bb40-f793c0f91a7d", "type": null, "evidence_graph": {"nodes": [{"lbl": "imaging assay evidence", "id": "ECO:0000324"}, {"lbl": null, "id": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "APP", "id": "NCBIGene:351"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": null, "id": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969"}, {"lbl": null, "id": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:351"}, {"sub": "NCBIGene:351", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "NCBIGene:84570", "pred": "RO:0002325", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "RO:0002558", "obj": "ECO:0000324"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:351"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLQ", "deprecated": null, "id": "NCBIGene:8292", "description": null, "consider": null}, "id": "db5045d4-e0fd-425a-a14a-f44a729ac712", "type": null, "evidence_graph": {"nodes": [{"lbl": "COLQ", "id": "NCBIGene:8292"}, {"lbl": null, "id": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:8292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8292"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anorectal anomaly", "deprecated": null, "id": "HP:0012732", "description": null, "consider": null}, "id": "4c51c055-619f-4662-b5b3-c4372796c5ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Anorectal anomaly", "id": "HP:0012732"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_object", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short palpebral fissure", "deprecated": null, "id": "HP:0012745", "description": null, "consider": null}, "id": "ec29958e-5210-45ee-9709-fdb971377c4e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short palpebral fissure", "id": "HP:0012745"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_object", "obj": "HP:0012745"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012745"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11304819", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Diplopia", "deprecated": null, "id": "HP:0000651", "description": null, "consider": null}, "id": "52e6a619-dcda-483b-9b64-89a06a6cd7cb", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:11304819"}, {"lbl": "Diplopia", "id": "HP:0000651"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_object", "obj": "HP:0000651"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:11304819"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000651"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15492742", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7234921", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2919045", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital exotropia", "deprecated": null, "id": "HP:0008033", "description": null, "consider": null}, "id": "880f7ea0-8360-4b41-b96c-5d64733aefc1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7234921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:2919045"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8"}, {"lbl": "Congenital exotropia", "id": "HP:0008033"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15492742"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:15492742"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:7234921"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_object", "obj": "HP:0008033"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:2919045"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008033"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Patchy hypopigmentation of hair", "deprecated": null, "id": "HP:0011365", "description": null, "consider": null}, "id": "0a19364d-3965-47bc-a659-9248712b1002", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Patchy hypopigmentation of hair", "id": "HP:0011365"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011365"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_object", "obj": "HP:0011365"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A2", "deprecated": null, "id": "NCBIGene:1278", "description": null, "consider": null}, "id": "c959e26d-1cb0-40b4-b851-e0793da35d11", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL1A2", "id": "NCBIGene:1278"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A3", "deprecated": null, "id": "NCBIGene:1299", "description": null, "consider": null}, "id": "44ecb7f3-1060-4b14-956f-8f200f09d6dc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0"}, {"lbl": "COL9A3", "id": "NCBIGene:1299"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1299"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1299"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A1", "deprecated": null, "id": "NCBIGene:1291", "description": null, "consider": null}, "id": "97b2523a-c757-499c-afeb-2be435e5e15a", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A1", "id": "NCBIGene:1291"}, {"lbl": null, "id": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1291"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1291"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19038376", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2004723", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16024848", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10773809", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cranial nerve paralysis", "deprecated": null, "id": "HP:0006824", "description": null, "consider": null}, "id": "257e7444-aee2-4f06-b355-020c4688a101", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b736d1824502d6af606b7b82f842381567328868"}, {"lbl": null, "id": "PMID:19038376"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10773809"}, {"lbl": null, "id": "PMID:16024848"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:2004723"}, {"lbl": "Cranial nerve paralysis", "id": "HP:0006824"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006824"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_object", "obj": "HP:0006824"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:19038376"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:2004723"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:16024848"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:10773809"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Triphalangeal thumb", "deprecated": null, "id": "HP:0001199", "description": null, "consider": null}, "id": "c1ceffea-fd81-4a8a-a540-95d804bab9e6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Triphalangeal thumb", "id": "HP:0001199"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001199"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_object", "obj": "HP:0001199"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6947592", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12736629", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:845747", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Exotropia", "deprecated": null, "id": "HP:0000577", "description": null, "consider": null}, "id": "1b673791-753e-4381-88c4-18f95e0685a1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Exotropia", "id": "HP:0000577"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1"}, {"lbl": null, "id": "PMID:845747"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:6947592"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:12736629"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:6947592"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:12736629"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:845747"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_object", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22932093", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19791724", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18055799", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the musculature", "deprecated": null, "id": "HP:0009004", "description": null, "consider": null}, "id": "88c338af-8ced-4cdc-b922-adc030b1eee9", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:22932093"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18055799"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Hypoplasia of the musculature", "id": "HP:0009004"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19791724"}], "edges": [{"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:22932093"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:19791724"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:18055799"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009004"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_object", "obj": "HP:0009004"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21680214", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the palpebral fissures", "deprecated": null, "id": "HP:0008050", "description": null, "consider": null}, "id": "2c9e5cb8-60cf-4a0c-94f7-1c949d2c8321", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:21680214"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the palpebral fissures", "id": "HP:0008050"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:21680214"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_object", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Webbed neck", "deprecated": null, "id": "HP:0000465", "description": null, "consider": null}, "id": "b35b0b86-6388-4b56-960c-6d4c9382e4cf", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Webbed neck", "id": "HP:0000465"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_object", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18653847", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22912401", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12395297", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of movement", "deprecated": null, "id": "HP:0100022", "description": null, "consider": null}, "id": "ee55665d-54de-4e1a-9790-7d7485be1d8d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:22912401"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of movement", "id": "HP:0100022"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18653847"}, {"lbl": null, "id": "PMID:12395297"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:18653847"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100022"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_object", "obj": "HP:0100022"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:22912401"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:12395297"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11162999", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11404742", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Esotropia", "deprecated": null, "id": "HP:0000565", "description": null, "consider": null}, "id": "2cf9fd28-349e-429a-b710-c395327bb9ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Esotropia", "id": "HP:0000565"}, {"lbl": null, "id": "PMID:11162999"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11404742"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11162999"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_object", "obj": "HP:0000565"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000565"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11404742"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4094734", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic nerve coloboma", "deprecated": null, "id": "HP:0000588", "description": null, "consider": null}, "id": "5c44fef9-88a9-48af-8801-10773e048de1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Optic nerve coloboma", "id": "HP:0000588"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:4094734"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:4094734"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_object", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short neck", "deprecated": null, "id": "HP:0000470", "description": null, "consider": null}, "id": "dc932512-2cd4-4a9e-995a-c16826782c9f", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Short neck", "id": "HP:0000470"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000470"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_object", "obj": "HP:0000470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "External ear malformation", "deprecated": null, "id": "HP:0008572", "description": null, "consider": null}, "id": "64afbabf-66e5-4831-ad38-dd5fc21d928b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "External ear malformation", "id": "HP:0008572"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008572"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_object", "obj": "HP:0008572"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypopigmented skin patches", "deprecated": null, "id": "HP:0001053", "description": null, "consider": null}, "id": "668cc4f4-a13b-49c7-be1d-7c604d445cb7", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypopigmented skin patches", "id": "HP:0001053"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_object", "obj": "HP:0001053"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001053"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of cardiovascular system morphology", "deprecated": null, "id": "HP:0030680", "description": null, "consider": null}, "id": "c58a5e20-19f9-440b-bc79-50c17a988212", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormality of cardiovascular system morphology", "id": "HP:0030680"}, {"lbl": null, "id": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_object", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ectopic kidney", "deprecated": null, "id": "HP:0000086", "description": null, "consider": null}, "id": "063a3179-d85b-4248-8209-53ae038613f2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Ectopic kidney", "id": "HP:0000086"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000086"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_object", "obj": "HP:0000086"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic disc hypoplasia", "deprecated": null, "id": "HP:0007766", "description": null, "consider": null}, "id": "e63300fb-9169-4837-a961-d9e538d0dbae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Optic disc hypoplasia", "id": "HP:0007766"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_object", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Irregular hyperpigmentation", "deprecated": null, "id": "HP:0007400", "description": null, "consider": null}, "id": "579cd576-dc33-426e-81be-9ecf15a5db30", "type": null, "evidence_graph": {"nodes": [{"lbl": "Irregular hyperpigmentation", "id": "HP:0007400"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_object", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Epibulbar dermoid", "deprecated": null, "id": "HP:0001140", "description": null, "consider": null}, "id": "1d882e85-b33a-4b97-8cde-319bedf6d6ff", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "Epibulbar dermoid", "id": "HP:0001140"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_object", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:16814183"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3397857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the head", "deprecated": null, "id": "HP:0000234", "description": null, "consider": null}, "id": "0da122b8-8eea-45c4-9a07-162a14b08d7c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of the head", "id": "HP:0000234"}, {"lbl": null, "id": "PMID:3397857"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:3397857"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_object", "obj": "HP:0000234"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000234"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9695089", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital nystagmus", "deprecated": null, "id": "HP:0006934", "description": null, "consider": null}, "id": "905e84ed-5cc5-40e4-9a12-3821b6ba9c5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Congenital nystagmus", "id": "HP:0006934"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:9695089"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006934"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:9695089"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_object", "obj": "HP:0006934"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preaxial hand polydactyly", "deprecated": null, "id": "HP:0001177", "description": null, "consider": null}, "id": "01e4ad85-2f26-4fcf-9098-0aab86c67cea", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Preaxial hand polydactyly", "id": "HP:0001177"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001177"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_object", "obj": "HP:0001177"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Low posterior hairline", "deprecated": null, "id": "HP:0002162", "description": null, "consider": null}, "id": "177d3c81-f58e-40a9-a2ab-307616c41716", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:277b15ce6349fee1b7884686da8828f427854094"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Low posterior hairline", "id": "HP:0002162"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_object", "obj": "HP:0002162"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002162"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Mixed hearing impairment", "deprecated": null, "id": "HP:0000410", "description": null, "consider": null}, "id": "31adca12-1fde-4c62-b0c7-bf4c80c7708a", "type": null, "evidence_graph": {"nodes": [{"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Mixed hearing impairment", "id": "HP:0000410"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000410"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_object", "obj": "HP:0000410"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cleft palate", "deprecated": null, "id": "HP:0000175", "description": null, "consider": null}, "id": "b0d0f949-f1a8-42f3-b56c-3c7bd77239bd", "type": null, "evidence_graph": {"nodes": [{"lbl": "Cleft palate", "id": "HP:0000175"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000175"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000175"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preauricular skin tag", "deprecated": null, "id": "HP:0000384", "description": null, "consider": null}, "id": "ed88232b-2979-4b13-a464-5821db002bf1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Preauricular skin tag", "id": "HP:0000384"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_object", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2641083", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7295131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20535495", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Nystagmus", "deprecated": null, "id": "HP:0000639", "description": null, "consider": null}, "id": "335ca26c-36f2-425b-906c-7b26c8bd31fe", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20535495"}, {"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:7295131"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Nystagmus", "id": "HP:0000639"}, {"lbl": null, "id": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "PMID:2641083"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:2641083"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:7295131"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:20535495"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Absent radius", "deprecated": null, "id": "HP:0003974", "description": null, "consider": null}, "id": "63524779-1cb2-4e70-851e-5212b205c9ba", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Absent radius", "id": "HP:0003974"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003974"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_object", "obj": "HP:0003974"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9781021", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7710257", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17322606", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Intellectual disability", "deprecated": null, "id": "HP:0001249", "description": null, "consider": null}, "id": "28bc6bf0-6c25-490d-9b77-f18f967e3e60", "type": null, "evidence_graph": {"nodes": [{"lbl": "Intellectual disability", "id": "HP:0001249"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17322606"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:9781021"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7710257"}, {"lbl": null, "id": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:9781021"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:7710257"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:17322606"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_object", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11495312", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8350229", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Sensorineural hearing impairment", "deprecated": null, "id": "HP:0000407", "description": null, "consider": null}, "id": "ce3d30b8-6720-48a6-8e3a-c5b5fed7a086", "type": null, "evidence_graph": {"nodes": [{"lbl": "Sensorineural hearing impairment", "id": "HP:0000407"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652"}, {"lbl": null, "id": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:11495312"}, {"lbl": null, "id": "PMID:20227628"}, {"lbl": null, "id": "PMID:8350229"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:11495312"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:8350229"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Camptodactyly", "deprecated": null, "id": "HP:0012385", "description": null, "consider": null}, "id": "501b24bb-6e86-44c1-bfef-15ffed76f88b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Camptodactyly", "id": "HP:0012385"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_object", "obj": "HP:0012385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012385"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital ptosis", "deprecated": null, "id": "HP:0007970", "description": null, "consider": null}, "id": "fef5810a-d833-4119-b1e4-6bf23fe207d8", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f"}, {"lbl": "Congenital ptosis", "id": "HP:0007970"}, {"lbl": null, "id": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "RO:0002558", "obj": "ECO:0000501"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609386", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6739039", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paralysis", "deprecated": null, "id": "HP:0003470", "description": null, "consider": null}, "id": "6fc15b0e-1c82-4c20-a4d3-3f57c921ba4c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": null, "id": "PMID:6739039"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "Paralysis", "id": "HP:0003470"}, {"lbl": null, "id": "PMID:7609386"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964"}], "edges": [{"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_object", "obj": "HP:0003470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609386"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003470"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:6739039"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcornea", "deprecated": null, "id": "HP:0000482", "description": null, "consider": null}, "id": "8bdd438d-298e-4f95-a714-450825be7528", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946"}, {"lbl": "Microcornea", "id": "HP:0000482"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_object", "obj": "HP:0000482"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000482"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MARCO", "deprecated": null, "id": "NCBIGene:8685", "description": null, "consider": null}, "id": "63bd7954-d396-4044-97b1-858b39099291", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MARCO", "id": "NCBIGene:8685"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3"}], "edges": [{"sub": "NCBIGene:8685", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8685"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Brachydactyly syndrome", "deprecated": null, "id": "HP:0001156", "description": null, "consider": null}, "id": "169956cf-41cc-4c9e-89fc-4122ebe09377", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Brachydactyly syndrome", "id": "HP:0001156"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_object", "obj": "HP:0001156"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001156"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17515303", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane anomaly", "deprecated": null, "id": "HP:0009921", "description": null, "consider": null}, "id": "add615b9-5df2-41c3-9b0c-12769b1f1fd1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "Duane anomaly", "id": "HP:0009921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:17515303"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17515303"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009921"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_object", "obj": "HP:0009921"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11240932", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal posturing", "deprecated": null, "id": "HP:0002533", "description": null, "consider": null}, "id": "32cfb5e1-9506-442f-a7a1-3da3af140683", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:11240932"}, {"lbl": "Abnormal posturing", "id": "HP:0002533"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2"}], "edges": [{"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_object", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:11240932"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609384"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Skeletal muscle atrophy", "deprecated": null, "id": "HP:0003202", "description": null, "consider": null}, "id": "ddd0b73a-1172-4664-9230-dabf9b146bc2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46"}, {"lbl": "Skeletal muscle atrophy", "id": "HP:0003202"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003202"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_object", "obj": "HP:0003202"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL24A1", "deprecated": null, "id": "NCBIGene:255631", "description": null, "consider": null}, "id": "6b247c97-8e43-4a10-9da7-4f5ecccd531c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL24A1", "id": "NCBIGene:255631"}, {"lbl": null, "id": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:255631", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:255631"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QA", "deprecated": null, "id": "NCBIGene:712", "description": null, "consider": null}, "id": "102ddac3-bd69-4d6a-9221-f09ab2343d6e", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QA", "id": "NCBIGene:712"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad"}], "edges": [{"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:712"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:712", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "EMID1", "deprecated": null, "id": "NCBIGene:129080", "description": null, "consider": null}, "id": "65725219-c4ce-4c80-838d-674340689a94", "type": null, "evidence_graph": {"nodes": [{"lbl": "EMID1", "id": "NCBIGene:129080"}, {"lbl": null, "id": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:129080"}, {"sub": "NCBIGene:129080", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Spina bifida occulta", "deprecated": null, "id": "HP:0003298", "description": null, "consider": null}, "id": "086a4ae4-6937-46f9-8396-435149fdf7c6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Spina bifida occulta", "id": "HP:0003298"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003298"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_object", "obj": "HP:0003298"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7394038", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ptosis", "deprecated": null, "id": "HP:0000508", "description": null, "consider": null}, "id": "be171b19-1214-46bd-8f4d-cd50f96103ee", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": null, "id": "PMID:7394038"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Ptosis", "id": "HP:0000508"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": null, "id": "MONARCH:2836bfabbacf84918af027ce382737970d427e68"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "OMIM:616219", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:7394038"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_subject", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4039894", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16283882", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharophimosis", "deprecated": null, "id": "HP:0000581", "description": null, "consider": null}, "id": "d59dc5ff-3d56-4b20-a233-7d415dd6bca1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566"}, {"lbl": null, "id": "PMID:4039894"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Blepharophimosis", "id": "HP:0000581"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:16283882"}, {"lbl": null, "id": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341"}], "edges": [{"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4039894"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:16283882"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharospasm", "deprecated": null, "id": "HP:0000643", "description": null, "consider": null}, "id": "8f527b9a-4654-4e0d-816a-b31bb75296de", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Blepharospasm", "id": "HP:0000643"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_object", "obj": "HP:0000643"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000643"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcephaly", "deprecated": null, "id": "HP:0000252", "description": null, "consider": null}, "id": "b59bfd99-52a2-431d-9b4a-3ce934f0a68b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Microcephaly", "id": "HP:0000252"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_object", "obj": "HP:0000252"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000252"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micrognathia", "deprecated": null, "id": "HP:0000347", "description": null, "consider": null}, "id": "ca179e89-7ca0-4848-9254-f4b37aa89c27", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Micrognathia", "id": "HP:0000347"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_object", "obj": "HP:0000347"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000347"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10942112", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16121554", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of eye movement", "deprecated": null, "id": "HP:0000496", "description": null, "consider": null}, "id": "d49bb12c-bac2-4999-b98c-8da2fa4c16d1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:12133390"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": null, "id": "PMID:16121554"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of eye movement", "id": "HP:0000496"}, {"lbl": null, "id": "PMID:10942112"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:10942112"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:16121554"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_object", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Central heterochromia", "deprecated": null, "id": "HP:0007818", "description": null, "consider": null}, "id": "23fe48f9-f7e7-4a1d-903b-063a40fa83d2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Central heterochromia", "id": "HP:0007818"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_object", "obj": "HP:0007818"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007818"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the pupil", "deprecated": null, "id": "HP:0000615", "description": null, "consider": null}, "id": "5ff5829c-b030-4bf0-8633-7dc8bd0dd680", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the pupil", "id": "HP:0000615"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000615"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_object", "obj": "HP:0000615"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20933218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11955935", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Global developmental delay", "deprecated": null, "id": "HP:0001263", "description": null, "consider": null}, "id": "bcef8e5e-b4bd-4ecd-92ee-24861e0a3dbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20933218"}, {"lbl": null, "id": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc"}, {"lbl": "Global developmental delay", "id": "HP:0001263"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11955935"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:20933218"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:11955935"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17564942", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8333272", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microphthalmia", "deprecated": null, "id": "HP:0000568", "description": null, "consider": null}, "id": "f76364c1-b189-4a19-acb7-0180f81d773c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17564942"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "Microphthalmia", "id": "HP:0000568"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:8333272"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:b991d94546f318317de75309209201a042c6c8b7"}, {"lbl": null, "id": "PMID:16814183"}], "edges": [{"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:17564942"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:8333272"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_object", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Chorioretinal coloboma", "deprecated": null, "id": "HP:0000567", "description": null, "consider": null}, "id": "8d9129c9-eb43-4470-9c19-418fe8154b32", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Chorioretinal coloboma", "id": "HP:0000567"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000567"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_object", "obj": "HP:0000567"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23710497", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15512995", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital cataract", "deprecated": null, "id": "HP:0000519", "description": null, "consider": null}, "id": "93fa8e3f-7cb2-4039-bc9f-d9431f29acbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:15512995"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital cataract", "id": "HP:0000519"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:23710497"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:23710497"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15512995"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:11641645"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17280850", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21158364", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19277226", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial palsy", "deprecated": null, "id": "HP:0010628", "description": null, "consider": null}, "id": "b3ba378c-8d6a-4e60-be4b-7a104efdc4fa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6"}, {"lbl": null, "id": "PMID:21158364"}, {"lbl": null, "id": "PMID:17280850"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19277226"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Facial palsy", "id": "HP:0010628"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_object", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:17280850"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:21158364"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:19277226"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL21A1", "deprecated": null, "id": "NCBIGene:81578", "description": null, "consider": null}, "id": "76d61d15-3c45-4316-8de2-67a2684ef949", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL21A1", "id": "NCBIGene:81578"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e"}], "edges": [{"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the radius", "deprecated": null, "id": "HP:0002984", "description": null, "consider": null}, "id": "d7cbdd79-8364-4740-89ba-6ef259a76b4d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Hypoplasia of the radius", "id": "HP:0002984"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_object", "obj": "HP:0002984"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002984"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["CL:0000019", "CL:0002336", "DOID:12557", "EFO:0000692", "GO:0001540", "GO:0005576", "GO:0005581", "GO:0005615", "GO:0005788", "GO:0005886", "GO:0005887", "GO:0008201", "GO:0016021", "GO:0030574", "GO:0060385", "HP:0000086", "HP:0000175", "HP:0000232", "HP:0000234", "HP:0000252", "HP:0000324", "HP:0000347", "HP:0000365", "HP:0000384", "HP:0000402", "HP:0000407", "HP:0000410", "HP:0000431", "HP:0000463", "HP:0000465", "HP:0000470", "HP:0000482", "HP:0000486", "HP:0000487", "HP:0000490", "HP:0000496", "HP:0000508", "HP:0000519", "HP:0000526", "HP:0000540", "HP:0000565", "HP:0000567", "HP:0000568", "HP:0000577", "HP:0000581", "HP:0000588", "HP:0000612", "HP:0000615", "HP:0000639", "HP:0000643", "HP:0000646", "HP:0000651", "HP:0000657", "HP:0000661", "HP:0001053", "HP:0001140", "HP:0001156", "HP:0001177", "HP:0001199", "HP:0001249", "HP:0001250", "HP:0001263", "HP:0001357", "HP:0001491", "HP:0001762", "HP:0002162", "HP:0002533", "HP:0002984", "HP:0003202", "HP:0003298", "HP:0003312", "HP:0003470", "HP:0003974", "HP:0004322", "HP:0005640", "HP:0006824", "HP:0006934", "HP:0007400", "HP:0007766", "HP:0007818", "HP:0007970", "HP:0007990", "HP:0008033", "HP:0008050", "HP:0008572", "HP:0009004", "HP:0009601", "HP:0009921", "HP:0010628", "HP:0011349", "HP:0011365", "HP:0011386", "HP:0012246", "HP:0012385", "HP:0012732", "HP:0012745", "HP:0030680", "HP:0100022", "HP:0100274", "MGI:1924268", "NCBIGene:100126326", "NCBIGene:100500837", "NCBIGene:114898", "NCBIGene:114902", "NCBIGene:114905", "NCBIGene:1277", "NCBIGene:1278", "NCBIGene:1280", "NCBIGene:1282", "NCBIGene:1284", "NCBIGene:1285", "NCBIGene:1286", "NCBIGene:1287", "NCBIGene:1288", "NCBIGene:1289", "NCBIGene:1290", "NCBIGene:129080", "NCBIGene:1291", "NCBIGene:1292", "NCBIGene:1295", "NCBIGene:1296", "NCBIGene:1297", "NCBIGene:1298", "NCBIGene:1299", "NCBIGene:1300", "NCBIGene:1301", "NCBIGene:1302", "NCBIGene:1305", "NCBIGene:1306", "NCBIGene:1307", "NCBIGene:1310", "NCBIGene:131149", "NCBIGene:136227", "NCBIGene:169044", "NCBIGene:186968", "NCBIGene:190749", "NCBIGene:23600", "NCBIGene:255631", "NCBIGene:27043", "NCBIGene:286133", "NCBIGene:338872", "NCBIGene:340267", "NCBIGene:351", "NCBIGene:387911", "NCBIGene:4481", "NCBIGene:50509", "NCBIGene:51435", "NCBIGene:687064", "NCBIGene:697122", "NCBIGene:712", "NCBIGene:713", "NCBIGene:714", "NCBIGene:79783", "NCBIGene:80781", "NCBIGene:81035", "NCBIGene:81578", "NCBIGene:8292", "NCBIGene:84570", "NCBIGene:85301", "NCBIGene:8685", "NCBIGene:91522", "NCBIGene:9370", "OMIM:178300", "OMIM:616219", "REACT:118779", "REACT:R-HSA-1442490", "REACT:R-HSA-1650814", "REACT:R-HSA-8948216", "UBERON:0000178", "UBERON:0000467", "UBERON:0000473", "UBERON:0000956", "UBERON:0000966", "UBERON:0000992", "UBERON:0000996", "UBERON:0001264", "UBERON:0001295", "UBERON:0001765", "UBERON:0001890", "UBERON:0002114", "UBERON:0002190", "UBERON:0002400", "UBERON:0002418", "UBERON:0002477", "UBERON:0010414", "UBERON:0014892", "ZFIN:ZDB-GENE-130530-720"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 190}, "object_closure": {"BFO:0000020": 90, "owl:Thing": 190, "SO:0000110": 64, "HP:0000118": 84, "SO:0001411": 64, "BFO:0000002": 183, "MP:0000001": 83, "HP:0000001": 84, "IAO:0000144": 83, "SO:0001217": 63, "GENO:0000701": 64, "UBERON:0013701PHENOTYPE": 59, "BFO:0000031": 149, "SEPIO:0000013": 83, "IAO:0000300": 83, "UPHENO:0001002": 84, "GENO:0000014": 64, "BFO:0000001": 190, "UBERON:0000153PHENOTYPE": 66, "MP:0005378": 60, "SO:0000704": 64, "UPHENO:0001001": 84, "SO:0000001": 64, "IAO:0000030": 85, "SEPIO:0000129": 83}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1290"}, {"pred": "RO:0002434", "sub": "NCBIGene:1290", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1290", "lbl": "COL5A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1290", "replaced_by": null, "consider": null, "label": "COL5A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5339e6c3-40f7-477c-a688-a39953937cc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "RO:0002558", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:f11341d1c9dcc38f", "lbl": null}, {"id": "ZFIN:ZDB-GENE-070705-543", "lbl": "si:dkeyp-44a8.4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-070705-543", "replaced_by": null, "consider": null, "label": "si:dkeyp-44a8.4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0109d0b1-5f1c-4159-bff8-82fc0ba6b290", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1292", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1292"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1292", "lbl": "COL6A2"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1292", "replaced_by": null, "consider": null, "label": "COL6A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9e2bde6d-3db3-4855-a986-dda3bd075a84", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1294"}, {"pred": "RO:0002434", "sub": "NCBIGene:1294", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1294", "lbl": "COL7A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1294", "replaced_by": null, "consider": null, "label": "COL7A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4f855986-cc7e-421f-a6e2-20a1c893e7fd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:340267"}, {"pred": "RO:0002434", "sub": "NCBIGene:340267", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:340267", "lbl": "COL28A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:340267", "replaced_by": null, "consider": null, "label": "COL28A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "916c3302-1a60-4f52-bef0-2c37506c7407", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl", "https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:f8bef00ad70ee777", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5351"}, {"pred": "RO:0002558", "sub": "MONARCH:f8bef00ad70ee777", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:5351"}, {"pred": "RO:0002434", "sub": "NCBIGene:5351", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5351", "lbl": "PLOD1"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:f8bef00ad70ee777", "lbl": null}, {"id": "PMID:28514442", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5351", "replaced_by": null, "consider": null, "label": "PLOD1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8a5b0905-46a2-47b4-bebf-a2ce2777033e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5045"}, {"pred": "RO:0002434", "sub": "NCBIGene:5045", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5045", "lbl": "FURIN"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5045", "replaced_by": null, "consider": null, "label": "FURIN", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "757daf00-c34c-49e7-8fde-6bb9360e20d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:50509", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:50509"}], "nodes": [{"id": "NCBIGene:50509", "lbl": "COL5A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:50509", "replaced_by": null, "consider": null, "label": "COL5A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a200b40c-67bc-49f1-91aa-077b99438320", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:131873"}, {"pred": "RO:0002434", "sub": "NCBIGene:131873", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:131873", "lbl": "COL6A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:131873", "replaced_by": null, "consider": null, "label": "COL6A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efcbb4be-0920-4d68-baab-1db59ff08fd8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2598361df009584b", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007990"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2598361df009584b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2598361df009584b", "obj": "HP:0007990"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2598361df009584b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0007990", "lbl": "Hypoplastic iris stroma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007990", "replaced_by": null, "consider": null, "label": "Hypoplastic iris stroma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b800fda6-b37a-4c39-8410-590e26cc4077", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e4380d71ba3a9721", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:23654011"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:21850174"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e4380d71ba3a9721", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:6703002"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000540"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e4380d71ba3a9721", "obj": "HP:0000540"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:17701102"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:23654011", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000540", "lbl": "Hypermetropia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21850174", "lbl": null}, {"id": "PMID:17701102", "lbl": null}, {"id": "MONARCH:e4380d71ba3a9721", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:6703002", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23654011", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17701102", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21850174", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6703002", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000540", "replaced_by": null, "consider": null, "label": "Hypermetropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44d63d06-b275-426b-89cd-ca18ac966f76", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:659585b637f5ec60", "obj": "HP:0004322"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0004322"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8687351"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:20534924"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:659585b637f5ec60", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8749054"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:2037260"}, {"pred": "RO:0002558", "sub": "MONARCH:659585b637f5ec60", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:659585b637f5ec60", "lbl": null}, {"id": "PMID:8687351", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8749054", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0004322", "lbl": "Short stature"}, {"id": "PMID:20534924", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:2037260", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2037260", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8687351", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8749054", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20534924", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004322", "replaced_by": null, "consider": null, "label": "Short stature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf8226e1-a48e-4895-9eff-5e23d67288d7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:93919a6e08a01a91", "obj": "HP:0000612"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000612"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:93919a6e08a01a91", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:93919a6e08a01a91", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:93919a6e08a01a91", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000612", "lbl": "Iris coloboma"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000612", "replaced_by": null, "consider": null, "label": "Iris coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ee97d7c1-934e-466b-ad69-49a26f948cc3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:1d42c7330db2fe19", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d42c7330db2fe19", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:21680214"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1d42c7330db2fe19", "obj": "HP:0008050"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:11705140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008050"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:1d42c7330db2fe19", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0008050", "lbl": "Abnormality of the palpebral fissures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:21680214", "lbl": null}, {"id": "PMID:11705140", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21680214", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008050", "replaced_by": null, "consider": null, "label": "Abnormality of the palpebral fissures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b0b2d5f4-a5aa-4c70-b444-6bb7526015b3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "HP:0000465"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000465"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000465", "lbl": "Webbed neck"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:e5a91bc2bdbedffe", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000465", "replaced_by": null, "consider": null, "label": "Webbed neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "32bdb02d-6e72-4cc8-a5e9-6b2f7ad53aa2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1291"}, {"pred": "RO:0002434", "sub": "NCBIGene:1291", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1291", "lbl": "COL6A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1291", "replaced_by": null, "consider": null, "label": "COL6A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e11d66ce-a5c1-454c-a1a5-bc679f691060", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:871", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:871"}], "nodes": [{"id": "NCBIGene:871", "lbl": "SERPINH1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:871", "replaced_by": null, "consider": null, "label": "SERPINH1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f3e76741-960b-41ca-8591-04b367d73fe4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1293", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1293"}], "nodes": [{"id": "NCBIGene:1293", "lbl": "COL6A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1293", "replaced_by": null, "consider": null, "label": "COL6A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac4b6bec-d203-4154-a65f-455e8779e6c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:351"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:85905b125a1a6c0e", "obj": "ECO:0000085"}, {"pred": "dc:source", "sub": "MONARCH:85905b125a1a6c0e", "obj": "PMID:15522881"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:351"}, {"pred": "RO:0002434", "sub": "NCBIGene:351", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000006"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:6aa9a1661ccb1f48", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:85905b125a1a6c0e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "667f4c9e-4f70-449f-83e1-6508fd1b6460", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2e32b27186069bee", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2e32b27186069bee", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2e32b27186069bee", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:2e32b27186069bee", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000232", "lbl": "Everted lower lip vermilion"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000232", "replaced_by": null, "consider": null, "label": "Everted lower lip vermilion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0897685f-586e-4509-9504-7ac900e78fc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:12133390"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:8839346"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3917d385165411c6", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3917d385165411c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:3917d385165411c6", "obj": "ECO:0000246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:12133390", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:8839346", "lbl": null}, {"id": "HP:0100274", "lbl": "Gustatory lacrimation"}, {"id": "MONARCH:3917d385165411c6", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8839346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100274", "replaced_by": null, "consider": null, "label": "Gustatory lacrimation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "931e28c1-06db-4393-ad50-ae65e31c9152", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:be4f583b00a121ab", "obj": "HP:0009601"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:be4f583b00a121ab", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009601"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:be4f583b00a121ab", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0009601", "lbl": "Aplasia/Hypoplasia of the thumb"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:be4f583b00a121ab", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009601", "replaced_by": null, "consider": null, "label": "Aplasia/Hypoplasia of the thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d549778e-214f-480c-ac24-cdae3da69ebe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "RGD:1590105"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c65c21c583cad9e", "obj": "RGD:1590105"}, {"pred": "RO:0002558", "sub": "MONARCH:7c65c21c583cad9e", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c65c21c583cad9e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "RGD:1590105", "lbl": "Col25a1"}, {"id": "MONARCH:7c65c21c583cad9e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10116", "label": "Rattus norvegicus"}, "xrefs": null, "deprecated": null, "id": "RGD:1590105", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e29df174-4463-477a-913d-e8e6bb2cdaed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:80781", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:80781"}], "nodes": [{"id": "NCBIGene:80781", "lbl": "COL18A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:80781", "replaced_by": null, "consider": null, "label": "COL18A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d9f7d228-fe57-4f21-af8e-e2de4b77500d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10491"}, {"pred": "RO:0002434", "sub": "NCBIGene:10491", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:10491", "lbl": "CRTAP"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10491", "replaced_by": null, "consider": null, "label": "CRTAP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "87df9c00-5802-4d1b-bbe0-37f857b3cf04", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1300", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1300"}], "nodes": [{"id": "NCBIGene:1300", "lbl": "COL10A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1300", "replaced_by": null, "consider": null, "label": "COL10A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9c01dbb6-85d7-4fd9-8713-ad24ddcf93e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:57642", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:57642"}], "nodes": [{"id": "NCBIGene:57642", "lbl": "COL20A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57642", "replaced_by": null, "consider": null, "label": "COL20A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b5ab0bd-1eee-4e4f-96fd-a63e4f9aa562", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001177"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eed466b1a0aaefba", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eed466b1a0aaefba", "obj": "HP:0001177"}, {"pred": "RO:0002558", "sub": "MONARCH:eed466b1a0aaefba", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0001177", "lbl": "Preaxial hand polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:eed466b1a0aaefba", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001177", "replaced_by": null, "consider": null, "label": "Preaxial hand polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "da9f2c94-d48e-45f0-91d0-398027fa505b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:19038376"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b736d1824502d6af", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b736d1824502d6af", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b736d1824502d6af", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:16024848"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:2004723"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:10773809"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:2004723", "lbl": null}, {"id": "PMID:10773809", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0006824", "lbl": "Cranial nerve paralysis"}, {"id": "MONARCH:b736d1824502d6af", "lbl": null}, {"id": "PMID:19038376", "lbl": null}, {"id": "PMID:16024848", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10773809", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16024848", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2004723", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19038376", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006824", "replaced_by": null, "consider": null, "label": "Cranial nerve paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d50d4237-79e9-4169-872e-e40e595abd40", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:79709"}, {"pred": "RO:0002434", "sub": "NCBIGene:79709", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:79709", "lbl": "COLGALT1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:79709", "replaced_by": null, "consider": null, "label": "COLGALT1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1583a290-7b03-454c-82e5-84d9f9c73338", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1288", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1288"}], "nodes": [{"id": "NCBIGene:1288", "lbl": "COL4A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1288", "replaced_by": null, "consider": null, "label": "COL4A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0430f376-15f1-4ec8-9294-2c3597bbedc1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:16736738"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7425127cd202168f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:2377353"}, {"pred": "RO:0002558", "sub": "MONARCH:7425127cd202168f", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7425127cd202168f", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:21204225"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000410", "lbl": "Mixed hearing impairment"}, {"id": "PMID:2377353", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:7425127cd202168f", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000410", "replaced_by": null, "consider": null, "label": "Mixed hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f6eb9cc5-844c-4fc1-b2a8-d257e554b509", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "MGI:1924268"}, {"pred": "RO:0002558", "sub": "MONARCH:2d92eff41199b2c4", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2d92eff41199b2c4", "obj": "MGI:1924268"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2d92eff41199b2c4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:2d92eff41199b2c4", "lbl": null}, {"id": "MGI:1924268", "lbl": "Col25a1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1924268", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dec7ece8-f226-46dd-bc0f-d155b2e34ebd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:697122"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "NCBIGene:697122"}, {"pred": "RO:0002558", "sub": "MONARCH:b9c6a0701992f541", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b9c6a0701992f541", "lbl": null}, {"id": "NCBIGene:697122", "lbl": "COL25A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9544", "label": "Macaca mulatta"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:697122", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d5281c71-5436-4549-a652-70d7693b560d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1308"}, {"pred": "RO:0002434", "sub": "NCBIGene:1308", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1308", "lbl": "COL17A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1308", "replaced_by": null, "consider": null, "label": "COL17A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "45aa057d-b9ed-400f-81a6-2b0539e2bfac", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1282", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1282"}], "nodes": [{"id": "NCBIGene:1282", "lbl": "COL4A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1282", "replaced_by": null, "consider": null, "label": "COL4A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b508da53-ac2d-4713-a3ec-ef1a3d4f0228", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1306", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1306"}], "nodes": [{"id": "NCBIGene:1306", "lbl": "COL15A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1306", "replaced_by": null, "consider": null, "label": "COL15A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "470bfffa-2c21-4870-b919-566db031e7d3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5033"}, {"pred": "RO:0002434", "sub": "NCBIGene:5033", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5033", "lbl": "P4HA1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5033", "replaced_by": null, "consider": null, "label": "P4HA1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "92fe4a76-900a-42c7-b636-3d349408e9fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "CL:0002336"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0002336"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:97eeb685a7d07ae6", "lbl": null}, {"id": "CL:0002336", "lbl": "buccal mucosa cell"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0002336", "replaced_by": null, "consider": null, "label": "buccal mucosa cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "69f165e2-639b-4c90-85d6-34ff411e07a0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:8985", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8985"}], "nodes": [{"id": "NCBIGene:8985", "lbl": "PLOD3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8985", "replaced_by": null, "consider": null, "label": "PLOD3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71da1da5-582d-491a-aa05-54c178e97b9c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:19005989"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15646492"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:23710497"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15512995"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "HP:0000519"}, {"pred": "RO:0002558", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000519"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15512995", "lbl": null}, {"id": "PMID:23710497", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:019f7e8fc5de4cb7", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "HP:0000519", "lbl": "Congenital cataract"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23710497", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15512995", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000519", "replaced_by": null, "consider": null, "label": "Congenital cataract", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fb281adf-4599-4183-969b-fff59c5097ef", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62ad106d452cb058", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:19277226"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62ad106d452cb058", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:21158364"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:62ad106d452cb058", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:16736738"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:17280850"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:20227628"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0010628", "lbl": "Facial palsy"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:17280850", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21158364", "lbl": null}, {"id": "MONARCH:62ad106d452cb058", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:19277226", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19277226", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21158364", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17280850", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010628", "replaced_by": null, "consider": null, "label": "Facial palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6e0cee0-2ceb-4d4e-b12e-593ae88c1fe8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:4057901"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:22950449"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7474fd090928e292", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17515303"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17216607"}, {"pred": "RO:0002558", "sub": "MONARCH:7474fd090928e292", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7474fd090928e292", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:7474fd090928e292", "lbl": null}, {"id": "PMID:17515303", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0009921", "lbl": "Duane anomaly"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17515303", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009921", "replaced_by": null, "consider": null, "label": "Duane anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "674a04f3-4102-4d4f-971d-c88fc46c97cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609385"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002533"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:11240932"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "HP:0002533"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:c0db1cb7420cfa20", "lbl": null}, {"id": "PMID:11240932", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "HP:0002533", "lbl": "Abnormal posturing"}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11240932", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002533", "replaced_by": null, "consider": null, "label": "Abnormal posturing", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "08cf5ccc-236a-471a-85fd-0a4099de1bfd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e77005e0a1a66326", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e77005e0a1a66326", "obj": "HP:0003202"}, {"pred": "RO:0002558", "sub": "MONARCH:e77005e0a1a66326", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003202"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003202", "lbl": "Skeletal muscle atrophy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:e77005e0a1a66326", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003202", "replaced_by": null, "consider": null, "label": "Skeletal muscle atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8fc2fadf-66de-4459-9e4b-9038c023abc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:81578"}, {"pred": "RO:0002434", "sub": "NCBIGene:81578", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:81578", "lbl": "COL21A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:81578", "replaced_by": null, "consider": null, "label": "COL21A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78665149-f3c2-4057-acc0-9527eb08285f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:55214", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:55214"}], "nodes": [{"id": "NCBIGene:55214", "lbl": "P3H2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:55214", "replaced_by": null, "consider": null, "label": "P3H2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ec7fe5e-8519-44d2-abff-557382c560f0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5479"}, {"pred": "RO:0002434", "sub": "NCBIGene:5479", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5479", "lbl": "PPIB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5479", "replaced_by": null, "consider": null, "label": "PPIB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "54d0b155-f8e4-4fa1-a103-113d324beee4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1295", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1295"}], "nodes": [{"id": "NCBIGene:1295", "lbl": "COL8A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1295", "replaced_by": null, "consider": null, "label": "COL8A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8a3c75e-7862-48f3-ba0d-854a54c4a157", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:255631"}, {"pred": "RO:0002434", "sub": "NCBIGene:255631", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:255631", "lbl": "COL24A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:255631", "replaced_by": null, "consider": null, "label": "COL24A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "63d9910b-17a4-4172-9847-2d50a40921a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:d3f7c717d2912915", "obj": "PMID:21688384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d3f7c717d2912915", "obj": "dbSNP:rs17039583"}, {"pred": "GENO:0000418", "sub": "dbSNP:rs17039583", "obj": "NCBIGene:84570"}, {"pred": "RO:0002326", "sub": "dbSNP:rs17039583", "obj": "EFO:0000692"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d3f7c717d2912915", "obj": "EFO:0000692"}, {"pred": "RO:0002558", "sub": "MONARCH:d3f7c717d2912915", "obj": "ECO:0000213"}], "nodes": [{"id": "EFO:0000692", "lbl": "schizophrenia"}, {"id": "MONARCH:d3f7c717d2912915", "lbl": null}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "dbSNP:rs17039583", "lbl": "rs17039583-?"}, {"id": "PMID:21688384", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21688384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:0000692", "replaced_by": null, "consider": null, "label": "schizophrenia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "396381bc-1547-456a-b17c-63183bff65ec", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "KEGG-ds:H00838"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5f4ab821c0672cca", "obj": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5f4ab821c0672cca", "obj": "KEGG-ds:H00838"}], "nodes": [{"id": "MONARCH:5f4ab821c0672cca", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1 that is associated with Congenital fibrosis of the extraocular muscles (CFEOM)"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "KEGG-ds:H00838", "lbl": "Congenital fibrosis of the extraocular muscles (CFEOM)"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "KEGG-ds:H00838", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of the extraocular muscles (CFEOM)", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b927f4d-e73d-4fcb-88b1-b8b2ad50f4cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "dbSNP:rs144998240", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "dbSNP:rs144998240"}, {"pred": "RO:0002558", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "ECO:0000213"}, {"pred": "dc:source", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "PMID:27770636"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "EFO:1001870"}, {"pred": "RO:0002326", "sub": "dbSNP:rs144998240", "obj": "EFO:1001870"}], "nodes": [{"id": "PMID:27770636", "lbl": null}, {"id": "EFO:1001870", "lbl": "late-onset Alzheimers disease"}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:08a2d7e27eabd84c", "lbl": null}, {"id": "dbSNP:rs144998240", "lbl": "rs144998240-A"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27770636", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:1001870", "replaced_by": null, "consider": null, "label": "late-onset Alzheimers disease", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9039b7fa-8e3d-43f6-b4e7-8fcdbbc8275e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}], "nodes": [{"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "OMIM:178300", "lbl": "PTOS1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:178300", "replaced_by": null, "consider": null, "label": "PTOS1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b00ac68-0f2e-464f-a292-2c4a5caa6729", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "DOID:12557", "replaced_by": null, "consider": null, "label": "Duane retraction syndrome", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b9fdcb9e-172e-467f-8984-5213743d3ba6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}], "nodes": [{"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1"}, {"id": "PMID:25500261", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "MONARCH:74ad9f8e9f8c3594", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:616219", "replaced_by": null, "consider": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "469ba88f-0937-4cef-a8f3-fa29b9ff82dd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9f6e47b9-f0bd-48ea-9960-adb5e62a3811", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "GO:0005576"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "REACT:R-HSA-2471842"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005576"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "PMID:11927537"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005576", "lbl": "extracellular region"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:5fcbbd622a045f1a", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005576", "replaced_by": null, "consider": null, "label": "extracellular region", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bcad5c06-ede2-4dcc-a808-54c40a560a5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "670906be-ba50-4ba9-8813-ff168215b976", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005887"}, {"pred": "dc:source", "sub": "MONARCH:df3e92c827f66ed0", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:df3e92c827f66ed0", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df3e92c827f66ed0", "obj": "GO:0005887"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df3e92c827f66ed0", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005887", "lbl": "integral component of plasma membrane"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:df3e92c827f66ed0", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005887", "replaced_by": null, "consider": null, "label": "integral component of plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b7f1c505-e68b-4d39-a8ca-387904af7896", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "aa0e7e3c-cacc-433b-a2ea-eb45d666ef99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474290"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474290", "lbl": "Collagen formation"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474290", "replaced_by": null, "consider": null, "label": "Collagen formation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89ab7c76-4afe-4337-83e6-58a6153ea7a1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474228"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474228", "lbl": "Degradation of the extracellular matrix"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474228", "replaced_by": null, "consider": null, "label": "Degradation of the extracellular matrix", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "951d8ef1-ed3b-4140-a19b-46236a22ac12", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e2605925-8b7f-43da-9548-8e0383e9547e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474244"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474244", "lbl": "Extracellular matrix organization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474244", "replaced_by": null, "consider": null, "label": "Extracellular matrix organization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d75cd6b6-f63c-47a9-b135-a2f4333bfc7d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7a022e7abd49303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0060385"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO:0060385"}, {"pred": "RO:0002558", "sub": "MONARCH:b7a022e7abd49303", "obj": "ECO:0000501"}, {"pred": "dc:source", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO_REF:0000107"}], "nodes": [{"id": "GO:0060385", "lbl": "axonogenesis involved in innervation"}, {"id": "MONARCH:b7a022e7abd49303", "lbl": null}, {"id": "GO_REF:0000107", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000107", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0060385", "replaced_by": null, "consider": null, "label": "axonogenesis involved in innervation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8183fde2-9405-41b6-be73-7b253bb74a44", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "ECO:0000501"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005581"}, {"pred": "dc:source", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO_REF:0000037"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO:0005581"}], "nodes": [{"id": "GO:0005581", "lbl": "collagen trimer"}, {"id": "MONARCH:251ecf0f9c4ec77b", "lbl": null}, {"id": "GO_REF:0000037", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000037", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005581", "replaced_by": null, "consider": null, "label": "collagen trimer", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eff4e13-579f-4293-88e1-6e2891cff20c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e28318f-276c-4087-b70f-03d720a0a519", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d58cbcc4429380b4", "obj": "UBERON:0001295"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001295"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d58cbcc4429380b4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0001295", "lbl": "endometrium"}, {"id": "MONARCH:d58cbcc4429380b4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001295", "replaced_by": null, "consider": null, "label": "endometrium", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efe5e751-1aa2-4da1-bd8f-d1f996706c45", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a559340d28515bac", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000996"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a559340d28515bac", "obj": "UBERON:0000996"}], "nodes": [{"id": "MONARCH:a559340d28515bac", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0000996", "lbl": "vagina"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000996", "replaced_by": null, "consider": null, "label": "vagina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3caa94c5-5588-458e-9b75-18fea7aaf206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:622988bb658bcf3e", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:622988bb658bcf3e", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:622988bb658bcf3e", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:622988bb658bcf3e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:622988bb658bcf3e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "GO:0030574", "lbl": "collagen catabolic process"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0030574", "replaced_by": null, "consider": null, "label": "collagen catabolic process", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "00e5ede8-8b28-4716-817d-8d6650da063a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000992"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "UBERON:0000992"}], "nodes": [{"id": "UBERON:0000992", "lbl": "female gonad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d1a4c74c4fb8a36e", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000992", "replaced_by": null, "consider": null, "label": "female gonad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c6d79aa0-7a31-49be-a1c2-8201511744ee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:807aeae4996e0338", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:807aeae4996e0338", "obj": "UBERON:0002477"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002477"}], "nodes": [{"id": "UBERON:0002477", "lbl": "medial globus pallidus"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:807aeae4996e0338", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002477", "replaced_by": null, "consider": null, "label": "medial globus pallidus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e801b87-9c34-4ccd-b42c-c2655123fe42", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000473", "lbl": "testis"}, {"id": "MONARCH:6d47a06f1ba7175d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000473", "replaced_by": null, "consider": null, "label": "testis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cb90f2e4-5f07-4c78-bee3-91c2e752cfe3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0014892"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2197b6ed3e976064", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2197b6ed3e976064", "obj": "UBERON:0014892"}], "nodes": [{"id": "UBERON:0014892", "lbl": "skeletal muscle organ"}, {"id": "MONARCH:2197b6ed3e976064", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0014892", "replaced_by": null, "consider": null, "label": "skeletal muscle organ", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "002c257b-010b-4e98-8700-7e3ee96068e1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "GO:0001540"}, {"pred": "RO:0002558", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:11927537"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "NCBIGene:84570"}, {"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0001540"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15615705"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15215182"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "PMID:15215182", "lbl": null}, {"id": "MONARCH:2baac2d98bebfe6d", "lbl": null}, {"id": "PMID:15615705", "lbl": null}, {"id": "GO:0001540", "lbl": "amyloid-beta binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15615705", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15215182", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0001540", "replaced_by": null, "consider": null, "label": "amyloid-beta binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2e9b6e26-5561-47df-9e44-a1335430a484", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:10536", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10536"}], "nodes": [{"id": "NCBIGene:10536", "lbl": "P3H3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10536", "replaced_by": null, "consider": null, "label": "P3H3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0155c01-28af-4acd-87f8-03430a8e2f2d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:db0e9165c4aa55be", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:db0e9165c4aa55be", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:db0e9165c4aa55be", "lbl": null}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "af71f255-26e6-48d8-b0ce-0a14be0a2a16", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1289", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1289"}], "nodes": [{"id": "NCBIGene:1289", "lbl": "COL5A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1289", "replaced_by": null, "consider": null, "label": "COL5A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bb4d83ed-3f61-4e75-8f06-01551ac72992", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:1d08a88b524213e7", "obj": "GO:0005788"}, {"pred": "RO:0002558", "sub": "MONARCH:1d08a88b524213e7", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2022073"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2152276"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-8944250"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005788"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d08a88b524213e7", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005788", "lbl": "endoplasmic reticulum lumen"}, {"id": "MONARCH:1d08a88b524213e7", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8944250", "lbl": null}, {"id": "REACT:R-HSA-2022073", "lbl": null}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2022073", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-8944250", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005788", "replaced_by": null, "consider": null, "label": "endoplasmic reticulum lumen", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ec2801c4-c2d2-4f90-9910-e4b6d9b34181", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:32d650b3579b0996", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:32d650b3579b0996", "obj": "UBERON:0001765"}], "nodes": [{"id": "UBERON:0001765", "lbl": "mammary duct"}, {"id": "MONARCH:32d650b3579b0996", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001765", "replaced_by": null, "consider": null, "label": "mammary duct", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e427ef90-22e7-4a5f-b6aa-71a9d88b7002", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1285", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1285"}], "nodes": [{"id": "NCBIGene:1285", "lbl": "COL4A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1285", "replaced_by": null, "consider": null, "label": "COL4A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c2371a06-7a35-4d34-b55f-bc73e343f59f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1287"}, {"pred": "RO:0002434", "sub": "NCBIGene:1287", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1287", "lbl": "COL4A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1287", "replaced_by": null, "consider": null, "label": "COL4A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1417125a-6267-4d70-b1ce-9578caf099d9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f661d55bbc62118", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f661d55bbc62118", "obj": "UBERON:0001264"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001264"}], "nodes": [{"id": "MONARCH:4f661d55bbc62118", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0001264", "lbl": "pancreas"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001264", "replaced_by": null, "consider": null, "label": "pancreas", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b6737d3a-c052-4a9b-a9b8-e0940d44d853", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:15424fd4e2f4c281", "obj": "UBERON:0000966"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:15424fd4e2f4c281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000966"}], "nodes": [{"id": "MONARCH:15424fd4e2f4c281", "lbl": null}, {"id": "UBERON:0000966", "lbl": "retina"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000966", "replaced_by": null, "consider": null, "label": "retina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c7a10a25-7008-4db0-a1d2-4b891ee2ae5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "UBERON:0002418"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002418"}], "nodes": [{"id": "UBERON:0002418", "lbl": "cartilage tissue"}, {"id": "MONARCH:cc8eea22ca5c71a4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002418", "replaced_by": null, "consider": null, "label": "cartilage tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b67ce591-d8e6-4aae-9526-8f4934fe9879", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:256076", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:256076"}], "nodes": [{"id": "NCBIGene:256076", "lbl": "COL6A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:256076", "replaced_by": null, "consider": null, "label": "COL6A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "549a8693-d14e-4ba7-b6db-ee6fb4fce91e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "UBERON:0000956"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000956"}], "nodes": [{"id": "MONARCH:7200ef7cfe0d5638", "lbl": null}, {"id": "UBERON:0000956", "lbl": "cerebral cortex"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000956", "replaced_by": null, "consider": null, "label": "cerebral cortex", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5bc7a743-4f8d-4c5c-9d60-ed8fd9e204c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7de05a22172b0281", "obj": "UBERON:0000178"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000178"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7de05a22172b0281", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000178", "lbl": "blood"}, {"id": "MONARCH:7de05a22172b0281", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000178", "replaced_by": null, "consider": null, "label": "blood", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "919fe7cb-e7d9-451b-98b1-6e3b188ffa46", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0008201"}, {"pred": "dc:source", "sub": "MONARCH:fbec05c106f7bd79", "obj": "PMID:15522881"}, {"pred": "RO:0002558", "sub": "MONARCH:fbec05c106f7bd79", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fbec05c106f7bd79", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fbec05c106f7bd79", "obj": "GO:0008201"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:fbec05c106f7bd79", "lbl": null}, {"id": "GO:0008201", "lbl": "heparin binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0008201", "replaced_by": null, "consider": null, "label": "heparin binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f4282f04-aa44-4a84-ae21-c67220509f81", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:bceb014d1d76a1b8", "lbl": null}, {"id": "UBERON:0002114", "lbl": "duodenum"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002114", "replaced_by": null, "consider": null, "label": "duodenum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b218031d-ea70-44bd-a353-6ae896ef08d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002400"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "UBERON:0002400"}], "nodes": [{"id": "UBERON:0002400", "lbl": "parietal pleura"}, {"id": "MONARCH:7c19c09ac8a1ec28", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002400", "replaced_by": null, "consider": null, "label": "parietal pleura", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c96ea36b-979e-4acc-9303-78ca34c2f78e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:9a52a40bf12edb39", "obj": "ECO:0000303"}, {"pred": "dc:source", "sub": "MONARCH:9a52a40bf12edb39", "obj": "PMID:11927537"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0016021"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a52a40bf12edb39", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a52a40bf12edb39", "obj": "GO:0016021"}], "nodes": [{"id": "ECO:0000303", "lbl": "non-traceable author statement used in manual assertion"}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0016021", "lbl": "integral component of membrane"}, {"id": "MONARCH:9a52a40bf12edb39", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0016021", "replaced_by": null, "consider": null, "label": "integral component of membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89aaa643-e88e-422e-a8f8-f6d118bf6eff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:23127", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:23127"}], "nodes": [{"id": "NCBIGene:23127", "lbl": "COLGALT2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:23127", "replaced_by": null, "consider": null, "label": "COLGALT2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a7f2e8ff-515f-4b0a-81ab-07266bcf8065", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:85301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:85301"}], "nodes": [{"id": "NCBIGene:85301", "lbl": "COL27A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:85301", "replaced_by": null, "consider": null, "label": "COL27A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "13a44b65-132d-4217-b556-ab35aac096cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:feead5432a76b90c", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:feead5432a76b90c", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:feead5432a76b90c", "obj": "HP:0011365"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011365", "lbl": "Patchy hypopigmentation of hair"}, {"id": "MONARCH:feead5432a76b90c", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011365", "replaced_by": null, "consider": null, "label": "Patchy hypopigmentation of hair", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "27dc378a-1a73-4f92-8c33-9c0cd81cdc09", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000234"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9468ccc32079a2a9", "obj": "HP:0000234"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:9468ccc32079a2a9", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:3397857"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7956685"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9468ccc32079a2a9", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000234", "lbl": "Abnormality of the head"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:3397857", "lbl": null}, {"id": "MONARCH:9468ccc32079a2a9", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3397857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000234", "replaced_by": null, "consider": null, "label": "Abnormality of the head", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f4bffd6-319d-4d38-b4af-87594d85821a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001053", "lbl": "Hypopigmented skin patches"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:e2eb6c487666d1f7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001053", "replaced_by": null, "consider": null, "label": "Hypopigmented skin patches", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a756b73-6f78-45c2-a33a-9b470277a434", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:81dc234c0d672974", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000086"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:81dc234c0d672974", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:81dc234c0d672974", "obj": "HP:0000086"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:81dc234c0d672974", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000086", "lbl": "Ectopic kidney"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000086", "replaced_by": null, "consider": null, "label": "Ectopic kidney", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5b7f0a6d-b4ee-4dfb-8faa-29fd1d8c5eee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:19005989"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:16814183"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e11c077d9840ff74", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e11c077d9840ff74", "obj": "HP:0001140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001140"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e11c077d9840ff74", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001140", "lbl": "Epibulbar dermoid"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:e11c077d9840ff74", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001140", "replaced_by": null, "consider": null, "label": "Epibulbar dermoid", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d28c15ff-24f6-4474-a37b-b8833cf61e8d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6a535885bdb1386b", "obj": "HP:0030680"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6a535885bdb1386b", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6a535885bdb1386b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0030680"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:6a535885bdb1386b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0030680", "lbl": "Abnormality of cardiovascular system morphology"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030680", "replaced_by": null, "consider": null, "label": "Abnormality of cardiovascular system morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6a1fda3b-80d9-4f98-a478-08518c9eb7b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09e88d238ec07e99", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:09e88d238ec07e99", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007766"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09e88d238ec07e99", "obj": "HP:0007766"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:09e88d238ec07e99", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0007766", "lbl": "Optic disc hypoplasia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007766", "replaced_by": null, "consider": null, "label": "Optic disc hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2426f588-7b46-4305-90d1-cabcda9a19db", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609385"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000565"}, {"pred": "RO:0002558", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "HP:0000565"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609384"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11404742"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609383"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11162999"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7609383", "lbl": null}, {"id": "PMID:11162999", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000565", "lbl": "Esotropia"}, {"id": "PMID:11404742", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:40cdd2f6e45affc7", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11404742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11162999", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000565", "replaced_by": null, "consider": null, "label": "Esotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ef846580-1a33-4de1-b3cd-8788090b32d5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1278"}, {"pred": "RO:0002434", "sub": "NCBIGene:1278", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1278", "lbl": "COL1A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1278", "replaced_by": null, "consider": null, "label": "COL1A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6b26a0c6-7304-4f98-a6d0-3c679bcfc905", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000431"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9ec78262adafbd69", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9ec78262adafbd69", "obj": "HP:0000431"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9ec78262adafbd69", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0000431", "lbl": "Wide nasal bridge"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:9ec78262adafbd69", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000431", "replaced_by": null, "consider": null, "label": "Wide nasal bridge", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d276f08f-90e7-4668-90ad-bcdec2750edf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000470"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ef1667a5725607ed", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ef1667a5725607ed", "obj": "HP:0000470"}, {"pred": "RO:0002558", "sub": "MONARCH:ef1667a5725607ed", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000470", "lbl": "Short neck"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:ef1667a5725607ed", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000470", "replaced_by": null, "consider": null, "label": "Short neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7f7731c4-bc72-4017-861a-b113cd75c47f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:16814183"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:4094734"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0671c596ad2a0b40", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:0671c596ad2a0b40", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0671c596ad2a0b40", "obj": "HP:0000588"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000588"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:0671c596ad2a0b40", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:4094734", "lbl": null}, {"id": "HP:0000588", "lbl": "Optic nerve coloboma"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4094734", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000588", "replaced_by": null, "consider": null, "label": "Optic nerve coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ff11159-6538-4b92-a083-df033ee852f3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "HP:0008572"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008572"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:f62ed98569a8fd2f", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0008572", "lbl": "External ear malformation"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008572", "replaced_by": null, "consider": null, "label": "External ear malformation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b7ce6b7-081a-4a58-aa89-a1ad32b6356d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1299"}, {"pred": "RO:0002434", "sub": "NCBIGene:1299", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1299", "lbl": "COL9A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1299", "replaced_by": null, "consider": null, "label": "COL9A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52565934-b4e7-4522-bc8d-44632d7c4135", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:5352", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5352"}], "nodes": [{"id": "NCBIGene:5352", "lbl": "PLOD2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5352", "replaced_by": null, "consider": null, "label": "PLOD2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "893597af-b222-4d73-9a2d-8f337c562a91", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1297", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1297"}], "nodes": [{"id": "NCBIGene:1297", "lbl": "COL9A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1297", "replaced_by": null, "consider": null, "label": "COL9A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "83022e4e-e9fb-46b2-8207-e0c157c0d331", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:3877101"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:b810b7e333850095", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0651b70d76e36f03", "obj": "HP:0000324"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0651b70d76e36f03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "RO:0002558", "sub": "MONARCH:0651b70d76e36f03", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:4050857"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b810b7e333850095", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:10165103"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:16411190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b810b7e333850095", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:0651b70d76e36f03", "lbl": null}, {"id": "PMID:3877101", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4050857", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:b810b7e333850095", "lbl": null}, {"id": "HP:0000324", "lbl": "Facial asymmetry"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16411190", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10165103", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16411190", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3877101", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4050857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000324", "replaced_by": null, "consider": null, "label": "Facial asymmetry", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "baef2a91-be8c-4d12-bc76-745654cf2495", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "HP:0000643"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000643"}], "nodes": [{"id": "HP:0000643", "lbl": "Blepharospasm"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:efa4077fc5ff3cfe", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000643", "replaced_by": null, "consider": null, "label": "Blepharospasm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5fddd443-e9c3-4312-b56e-c483c44854ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000567", "lbl": "Chorioretinal coloboma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7d656a633ca0a2ea", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000567", "replaced_by": null, "consider": null, "label": "Chorioretinal coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d4b5c80c-6c10-48ed-b9f0-663dc2507b99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:78e32a6faac3e046", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78e32a6faac3e046", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78e32a6faac3e046", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000252", "lbl": "Microcephaly"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:78e32a6faac3e046", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000252", "replaced_by": null, "consider": null, "label": "Microcephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8d09dcef-f440-4b1a-a06c-0d2db25a40ed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "HP:0000639"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:7295131"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e444b27757d8a2a5", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:10711888"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:11641645"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:2641083"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e444b27757d8a2a5", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:20535495"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "RO:0002558", "sub": "MONARCH:e444b27757d8a2a5", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:e444b27757d8a2a5", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:20535495", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7295131", "lbl": null}, {"id": "HP:0000639", "lbl": "Nystagmus"}, {"id": "MONARCH:abd6e88a26e3d42d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2641083", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20535495", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7295131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2641083", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000639", "replaced_by": null, "consider": null, "label": "Nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2cd09bc2-ab1d-4e3a-8b53-d1584cc51da2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed8351a5142f81c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed8351a5142f81c", "obj": "HP:0000407"}, {"pred": "RO:0002558", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:20227628"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "HP:0000407"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:8350229"}, {"pred": "RO:0002558", "sub": "MONARCH:bed8351a5142f81c", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:11495312"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:17216607"}], "nodes": [{"id": "MONARCH:91dcd7d4a4d81465", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8350229", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:bed8351a5142f81c", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:11495312", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "HP:0000407", "lbl": "Sensorineural hearing impairment"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8350229", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11495312", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000407", "replaced_by": null, "consider": null, "label": "Sensorineural hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86ff69a4-4335-4e58-acba-48baf0fc64cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2210fd99edc1fac4", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2210fd99edc1fac4", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2210fd99edc1fac4", "obj": "HP:0003974"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003974"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003974", "lbl": "Absent radius"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2210fd99edc1fac4", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003974", "replaced_by": null, "consider": null, "label": "Absent radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d8f8db05-9976-46c6-a882-ead3b42bc9e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007818"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "HP:0007818"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:eb0f027ef9dac6e0", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0007818", "lbl": "Central heterochromia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007818", "replaced_by": null, "consider": null, "label": "Central heterochromia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d12858ca-fa6d-4e8a-af0b-c53bddaaea71", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:7710257"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:9781021"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001249"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:caed020087a85119", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:22258531"}, {"pred": "RO:0002558", "sub": "MONARCH:caed020087a85119", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:20227628"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:caed020087a85119", "obj": "HP:0001249"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:17322606"}], "nodes": [{"id": "PMID:9781021", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:17322606", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:7710257", "lbl": null}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:20227628", "lbl": null}, {"id": "MONARCH:caed020087a85119", "lbl": null}, {"id": "HP:0001249", "lbl": "Intellectual disability"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7710257", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17322606", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9781021", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001249", "replaced_by": null, "consider": null, "label": "Intellectual disability", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6882c4d1-1eb7-4716-ac2e-4083f3bb081f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "HP:0000384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000384", "lbl": "Preauricular skin tag"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:d7b502cf9ec881ca", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000384", "replaced_by": null, "consider": null, "label": "Preauricular skin tag", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a5b9b364-cac1-440d-9ca8-c2bba19b66d2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000175"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74a34612cab7deff", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:74a34612cab7deff", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74a34612cab7deff", "obj": "HP:0000175"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:74a34612cab7deff", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000175", "lbl": "Cleft palate"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000175", "replaced_by": null, "consider": null, "label": "Cleft palate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a52a491-fee6-469a-8f81-c659e087a6ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:277b15ce6349fee1", "obj": "HP:0002162"}, {"pred": "RO:0002558", "sub": "MONARCH:277b15ce6349fee1", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:277b15ce6349fee1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002162"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002162", "lbl": "Low posterior hairline"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:277b15ce6349fee1", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002162", "replaced_by": null, "consider": null, "label": "Low posterior hairline", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0406ef9f-ed7d-4158-8dca-431f197ff785", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:13054c0e2b6613b8", "obj": "HP:0007970"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f0a3f47978f02f51", "obj": "OMIM:178300"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f0a3f47978f02f51", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "RO:0002558", "sub": "MONARCH:13054c0e2b6613b8", "obj": "ECO:0000501"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:13054c0e2b6613b8", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:f0a3f47978f02f51", "obj": "ECO:0000501"}], "nodes": [{"id": "MONARCH:f0a3f47978f02f51", "lbl": null}, {"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "HP:0007970", "lbl": "Congenital ptosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:13054c0e2b6613b8", "lbl": null}, {"id": "OMIM:178300", "lbl": "PTOS1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007970", "replaced_by": null, "consider": null, "label": "Congenital ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86abcdcd-7fc1-4271-a85c-739e0377e6fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609386"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:05d471bbfc2dd302", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:23237754"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:05d471bbfc2dd302", "obj": "HP:0003470"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003470"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:6739039"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:10165103"}, {"pred": "RO:0002558", "sub": "MONARCH:05d471bbfc2dd302", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:05d471bbfc2dd302", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0003470", "lbl": "Paralysis"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7609386", "lbl": null}, {"id": "PMID:10165103", "lbl": null}, {"id": "PMID:6739039", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6739039", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609386", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003470", "replaced_by": null, "consider": null, "label": "Paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64730770-e203-4ea8-9c15-7fade8a75f41", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:a5ca9119821d53a9", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1cdbada97cdfee63", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1cdbada97cdfee63", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4039894"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:20046701"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:17126050"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4057901"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:16283882"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a5ca9119821d53a9", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:1cdbada97cdfee63", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a5ca9119821d53a9", "obj": "HP:0000581"}], "nodes": [{"id": "MONARCH:a5ca9119821d53a9", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000581", "lbl": "Blepharophimosis"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4039894", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16283882", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:1cdbada97cdfee63", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16283882", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4039894", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000581", "replaced_by": null, "consider": null, "label": "Blepharophimosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6cbaab91-e755-4583-a13b-4bccae721145", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1286", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1286"}], "nodes": [{"id": "NCBIGene:1286", "lbl": "COL4A4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1286", "replaced_by": null, "consider": null, "label": "COL4A4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "36ba26f2-6b19-484f-9b58-0e210bcc850e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000496"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:16121554"}, {"pred": "RO:0002558", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:12133390"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "HP:0000496"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:11705140"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:10942112"}], "nodes": [{"id": "PMID:16121554", "lbl": null}, {"id": "PMID:12133390", "lbl": null}, {"id": "MONARCH:004fbf87bbb0dd3c", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000496", "lbl": "Abnormality of eye movement"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11705140", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10942112", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16121554", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10942112", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000496", "replaced_by": null, "consider": null, "label": "Abnormality of eye movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d3c786e3-2a0e-40d8-a58e-497f4106c48f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9a62c5992b74d951", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a62c5992b74d951", "obj": "HP:0003312"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003312"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a62c5992b74d951", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003312", "lbl": "Abnormal form of the vertebral bodies"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:9a62c5992b74d951", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003312", "replaced_by": null, "consider": null, "label": "Abnormal form of the vertebral bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4e090c20-e923-4c8b-b1fb-1c7d78f75f73", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50547cd61f40a328", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50547cd61f40a328", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50547cd61f40a328", "obj": "HP:0012246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:50547cd61f40a328", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012246", "lbl": "Oculomotor nerve palsy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012246", "replaced_by": null, "consider": null, "label": "Oculomotor nerve palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cde7ef54-0e09-4434-b693-9956fc9f03cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b991d94546f31831", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:19005989"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b991d94546f31831", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:17564942"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:8333272"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b991d94546f31831", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:2377353"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:16814183"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:8333272", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:b991d94546f31831", "lbl": null}, {"id": "PMID:17564942", "lbl": null}, {"id": "PMID:2377353", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000568", "lbl": "Microphthalmia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17564942", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8333272", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000568", "replaced_by": null, "consider": null, "label": "Microphthalmia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "85ef607b-8602-4817-86ca-1dc2538b4db6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "HP:0000347"}, {"pred": "RO:0002558", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000347"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000347", "lbl": "Micrognathia"}, {"id": "MONARCH:7e620c056ed9fbb1", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000347", "replaced_by": null, "consider": null, "label": "Micrognathia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6c5a9d7-2817-4b2a-ad5b-deb844dde37e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "HP:0001156"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001156", "lbl": "Brachydactyly"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:d6cfdb81c3cf9232", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001156", "replaced_by": null, "consider": null, "label": "Brachydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9d50b080-1f3d-4604-81e2-f6c324f30788", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0005640"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:0ac436e1e7075aae", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0ac436e1e7075aae", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0ac436e1e7075aae", "obj": "HP:0005640"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0005640", "lbl": "Abnormal vertebral segmentation and fusion"}, {"id": "MONARCH:0ac436e1e7075aae", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005640", "replaced_by": null, "consider": null, "label": "Abnormal vertebral segmentation and fusion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3ee29fdb-f21d-4a28-9c52-6ddcc6dc44ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50b30b6df0088864", "obj": "HP:0001491"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001491"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11600883"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50b30b6df0088864", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50b30b6df0088864", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11960793"}], "nodes": [{"id": "PMID:11600883", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001491", "lbl": "Congenital fibrosis of extraocular muscles"}, {"id": "PMID:21774381", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:50b30b6df0088864", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11600883", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001491", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of extraocular muscles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d96aca63-21a0-49b9-9f19-efa1a6e07d79", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:7956685"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:20736120"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:cca4cbfdb942e119", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c1e294c5664fe32", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:6645274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c1e294c5664fe32", "obj": "HP:0000486"}, {"pred": "RO:0002558", "sub": "MONARCH:5c1e294c5664fe32", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cca4cbfdb942e119", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cca4cbfdb942e119", "obj": "HP:0000486"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:23237754"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:9717759"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}], "nodes": [{"id": "HP:0000486", "lbl": "Strabismus"}, {"id": "MONARCH:5c1e294c5664fe32", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9717759", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:6645274", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:cca4cbfdb942e119", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6645274", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9717759", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000486", "replaced_by": null, "consider": null, "label": "Strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9addb590-81e8-4f7a-9e55-acb321ebbdbc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:034ba4c49c158a33", "obj": "HP:0000508"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:034ba4c49c158a33", "obj": "DOID:12557"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2836bfabbacf8491", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:7394038"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:69fd66921e8bc683", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:034ba4c49c158a33", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2836bfabbacf8491", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "RO:0002558", "sub": "MONARCH:2836bfabbacf8491", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:15607218"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:21774381"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:1816462"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:69fd66921e8bc683", "obj": "ECO:0000501"}, {"pred": "RO:0002200", "sub": "OMIM:616219", "obj": "HP:0000508"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:69fd66921e8bc683", "obj": "HP:0000508"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7394038", "lbl": null}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:034ba4c49c158a33", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "HP:0000508", "lbl": "Ptosis"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "PMID:25500261", "lbl": null}, {"id": "MONARCH:69fd66921e8bc683", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "PMID:21774381", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "MONARCH:2836bfabbacf8491", "lbl": null}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7394038", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000508", "replaced_by": null, "consider": null, "label": "Ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0a95eb16-6f2c-4b22-980c-c3a6abe5cef3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d557e724d2cc585f", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d557e724d2cc585f", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d557e724d2cc585f", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0003298", "lbl": "Spina bifida occulta"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:d557e724d2cc585f", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003298", "replaced_by": null, "consider": null, "label": "Spina bifida occulta", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6f2b1b3-813f-4856-b3c2-b33c12445513", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "HP:0000615"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000615"}, {"pred": "RO:0002558", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5399b3a0f2edbf94", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000615", "lbl": "Abnormality of the pupil"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000615", "replaced_by": null, "consider": null, "label": "Abnormality of the pupil", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba863d37-a73e-468a-b99d-eb66ef89b4cd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000482"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "HP:0000482"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:c3f21ee8d66ed9b5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000482", "lbl": "Microcornea"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000482", "replaced_by": null, "consider": null, "label": "Microcornea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "119d911f-10ad-4a5b-a8e5-90d04107034a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22258531"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:20933218"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:11955935"}, {"pred": "RO:0002558", "sub": "MONARCH:0d032f1f6402a96b", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0d032f1f6402a96b", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:21204225"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:189bedee51feeadc", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:189bedee51feeadc", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:189bedee51feeadc", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0d032f1f6402a96b", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001263", "lbl": "Global developmental delay"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11955935", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:189bedee51feeadc", "lbl": null}, {"id": "PMID:22950449", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:0d032f1f6402a96b", "lbl": null}, {"id": "PMID:20933218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11955935", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20933218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001263", "replaced_by": null, "consider": null, "label": "Global developmental delay", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac0c3da6-5aeb-49d0-8461-4af2823ed162", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b77dae23c9ce213e", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b77dae23c9ce213e", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b77dae23c9ce213e", "obj": "HP:0001199"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001199"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:b77dae23c9ce213e", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0001199", "lbl": "Triphalangeal thumb"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001199", "replaced_by": null, "consider": null, "label": "Triphalangeal thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e5cb1ce-ab35-44e3-b359-c4b2c7a704ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000577"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:12736629"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "HP:0000577"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609383"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:845747"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:6947592"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:12736629", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:845747", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:1e005d4ed31e0e89", "lbl": null}, {"id": "PMID:7609383", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:6947592", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000577", "lbl": "Exotropia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:845747", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12736629", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6947592", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000577", "replaced_by": null, "consider": null, "label": "Exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6717fbc-b34e-4ab6-97b8-12babe887eae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012385"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fea781b9be79dc43", "obj": "HP:0012385"}, {"pred": "RO:0002558", "sub": "MONARCH:fea781b9be79dc43", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fea781b9be79dc43", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0012385", "lbl": "Camptodactyly"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:fea781b9be79dc43", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012385", "replaced_by": null, "consider": null, "label": "Camptodactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "82640ad6-df71-4a9a-ba79-cfa57504f3c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7cfdba3362b4f440", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7cfdba3362b4f440", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7cfdba3362b4f440", "obj": "HP:0006934"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:9695089"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:1816462"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006934"}], "nodes": [{"id": "HP:0006934", "lbl": "Congenital nystagmus"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21774381", "lbl": null}, {"id": "PMID:9695089", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "MONARCH:7cfdba3362b4f440", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9695089", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006934", "replaced_by": null, "consider": null, "label": "Congenital nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8130fd77-9a45-46b0-9fe7-25c5cd4d4d01", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "HP:0002984"}, {"pred": "RO:0002558", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002984"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002984", "lbl": "Hypoplasia of the radius"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:660f2807c8ac9b3b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002984", "replaced_by": null, "consider": null, "label": "Hypoplasia of the radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "81affef3-dc27-40fb-a1ae-a2e8176b54bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:aa8ef1db2a851009", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007400"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:aa8ef1db2a851009", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:aa8ef1db2a851009", "obj": "HP:0007400"}], "nodes": [{"id": "HP:0007400", "lbl": "Irregular hyperpigmentation"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:aa8ef1db2a851009", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007400", "replaced_by": null, "consider": null, "label": "Irregular hyperpigmentation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8311b429-42fe-4b0f-bf58-a459d2836dd0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1284", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1284"}], "nodes": [{"id": "NCBIGene:1284", "lbl": "COL4A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1284", "replaced_by": null, "consider": null, "label": "COL4A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eb8f2e4-0187-47ed-88ea-93a5c6ddf6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1280"}, {"pred": "RO:0002434", "sub": "NCBIGene:1280", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1280", "lbl": "COL2A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1280", "replaced_by": null, "consider": null, "label": "COL2A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1c8a0328-5c96-455c-b22e-6fa396c158e8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1296", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1296"}], "nodes": [{"id": "NCBIGene:1296", "lbl": "COL8A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1296", "replaced_by": null, "consider": null, "label": "COL8A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ea31712-28dd-4e05-8c74-866ec2075d9a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:91522"}, {"pred": "RO:0002434", "sub": "NCBIGene:91522", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:91522", "lbl": "COL23A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:91522", "replaced_by": null, "consider": null, "label": "COL23A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "22f9c40d-457c-413f-a70e-41132629a6c2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1298", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1298"}], "nodes": [{"id": "NCBIGene:1298", "lbl": "COL9A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1298", "replaced_by": null, "consider": null, "label": "COL9A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "521e3782-5922-49aa-a5a3-d680d680074e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:169044"}, {"pred": "RO:0002434", "sub": "NCBIGene:169044", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:169044", "lbl": "COL22A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:169044", "replaced_by": null, "consider": null, "label": "COL22A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b5183f8-ca81-4c6a-90bb-cf7876f7336a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1277"}, {"pred": "RO:0002434", "sub": "NCBIGene:1277", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1277", "lbl": "COL1A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1277", "replaced_by": null, "consider": null, "label": "COL1A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b2051a3-e9b0-40c1-855d-dab53cbf7508", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ceaf098e680c3317", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"pred": "RO:HOM0000017", "sub": "ZFIN:ZDB-GENE-130530-720", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000044"}, {"pred": "dc:source", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000031"}], "nodes": [{"id": "ZFIN:ZDB-GENE-130530-720", "lbl": "col25a1"}, {"id": "ECO:0000031", "lbl": "protein BLAST evidence used in manual assertion"}, {"id": "ECO:0000044", "lbl": "sequence similarity evidence"}, {"id": "MONARCH:ceaf098e680c3317", "lbl": null}, {"id": "ZFIN:ZDB-PUB-030905-1", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000017", "replaced_by": null, "consider": null, "label": "in orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "replaced_by": null, "consider": null, "label": "col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf224bdf-b70e-4dc4-a74b-b7cc2d604fbe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:351"}, {"pred": "RO:0002558", "sub": "MONARCH:ca07706810c16869", "obj": "ECO:0000324"}, {"pred": "dc:source", "sub": "MONARCH:ca07706810c16869", "obj": "PMID:11927537"}, {"pred": "RO:0002325", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "ECO:0000324", "lbl": "imaging assay evidence"}, {"id": "MONARCH:ca07706810c16869", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}]}, "relation": {"deprecated": null, "id": "RO:0002325", "replaced_by": null, "consider": null, "label": "colocalizes with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f572df1-8291-48ed-ab7b-4ad12d9e88f2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5034"}, {"pred": "RO:0002434", "sub": "NCBIGene:5034", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5034", "lbl": "P4HB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5034", "replaced_by": null, "consider": null, "label": "P4HB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6982d32c-be8e-4af6-931c-b9ae51029be5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1301"}], "nodes": [{"id": "NCBIGene:1301", "lbl": "COL11A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1301", "replaced_by": null, "consider": null, "label": "COL11A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ea4dbaaf-6ab3-48c0-8ce8-e91402ed14bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "UBERON:0000467"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000467"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000467", "lbl": "anatomical system"}, {"id": "MONARCH:e8b8b46a71cd9243", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000467", "replaced_by": null, "consider": null, "label": "anatomical system", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6670b9d0-b599-4ce8-8f35-1fef50e2ef85", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:7373"}, {"pred": "RO:0002434", "sub": "NCBIGene:7373", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:7373", "lbl": "COL14A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7373", "replaced_by": null, "consider": null, "label": "COL14A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6f8f7dad-2a98-46e5-96c2-25680a0e95c5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:283208", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:283208"}], "nodes": [{"id": "NCBIGene:283208", "lbl": "P4HA3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:283208", "replaced_by": null, "consider": null, "label": "P4HA3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a237d1e-9dde-4397-beb6-d2a99f1e982a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:22932093"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:19791724"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:18055799"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009004"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "HP:0009004"}], "nodes": [{"id": "PMID:18055799", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:f63e29e1e4c35e5a", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0009004", "lbl": "Hypoplasia of the musculature"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:19791724", "lbl": null}, {"id": "PMID:22932093", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22932093", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19791724", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18055799", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009004", "replaced_by": null, "consider": null, "label": "Hypoplasia of the musculature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b57a3b3d-d296-49b3-bd53-ea7c72ded4e4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:ba857c0ab3a57611", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000526"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba857c0ab3a57611", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba857c0ab3a57611", "obj": "HP:0000526"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:ba857c0ab3a57611", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000526", "lbl": "Aniridia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000526", "replaced_by": null, "consider": null, "label": "Aniridia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ed17dc6-7977-43e3-9ef7-ae26f5090bb3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:17605266"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15607218"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d9747d2614154526", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d9747d2614154526", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d9747d2614154526", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:11304819"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15646492"}], "nodes": [{"id": "PMID:11304819", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000651", "lbl": "Diplopia"}, {"id": "PMID:17605266", "lbl": null}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:d9747d2614154526", "lbl": null}, {"id": "PMID:7956685", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11304819", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000651", "replaced_by": null, "consider": null, "label": "Diplopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0fc633b9-cdd3-4ae7-bf51-5d1a913e8d1b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5277f8dda712a861", "obj": "HP:0012745"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012745"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5277f8dda712a861", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5277f8dda712a861", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5277f8dda712a861", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012745", "lbl": "Short palpebral fissure"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012745", "replaced_by": null, "consider": null, "label": "Short palpebral fissure", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8193e0e-a60e-4b16-91ed-ce9d7a94e2fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "HP:0001250"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001250"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:5b7a67a5aaff725c", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001250", "lbl": "Seizures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001250", "replaced_by": null, "consider": null, "label": "Seizures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dd0a0a33-7c9f-4d0e-a5c9-381d9c32537d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001357"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20ca37450ceaa402", "obj": "HP:0001357"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:20ca37450ceaa402", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20ca37450ceaa402", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001357", "lbl": "Plagiocephaly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:20ca37450ceaa402", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001357", "replaced_by": null, "consider": null, "label": "Plagiocephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f8a82bc8-0011-4f21-90f0-0e3bf9a8e659", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:669a4a0127bbeafe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:16989758"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:9642311"}, {"pred": "RO:0002558", "sub": "MONARCH:669a4a0127bbeafe", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11835823"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:669a4a0127bbeafe", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:22525168"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:669a4a0127bbeafe", "lbl": null}, {"id": "HP:0011349", "lbl": "Abducens palsy"}, {"id": "PMID:11835823", "lbl": null}, {"id": "PMID:22525168", "lbl": null}, {"id": "PMID:16989758", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22525168", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16989758", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011349", "replaced_by": null, "consider": null, "label": "Abducens palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba23ac92-1101-4881-8957-64b27cf33eb9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:22912401"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:370e129fb75a8aa6", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:17126050"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100022"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:12395297"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:18653847"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:370e129fb75a8aa6", "obj": "HP:0100022"}, {"pred": "RO:0002558", "sub": "MONARCH:370e129fb75a8aa6", "obj": "ECO:0000246"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:370e129fb75a8aa6", "lbl": null}, {"id": "PMID:22912401", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0100022", "lbl": "Abnormality of movement"}, {"id": "PMID:12395297", "lbl": null}, {"id": "PMID:18653847", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22912401", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18653847", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12395297", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100022", "replaced_by": null, "consider": null, "label": "Abnormality of movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d83af1e7-da13-4e2e-9be6-f1859a7b09fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9678f1a3-30d9-4adb-80ee-e79f9c392206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005886"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "GO:0005886"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2471842"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2152276"}], "nodes": [{"id": "MONARCH:467bd2ba9db2e7aa", "lbl": null}, {"id": "GO:0005886", "lbl": "plasma membrane"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005886", "replaced_by": null, "consider": null, "label": "plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "20c07144-6c36-4506-8175-6fc563ce0c4d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1303"}], "nodes": [{"id": "NCBIGene:1303", "lbl": "COL12A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1303", "replaced_by": null, "consider": null, "label": "COL12A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78355d93-f754-4c9e-abf1-5c3871c767bf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:012d427a72514be8", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:012d427a72514be8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:012d427a72514be8", "lbl": null}, {"id": "UBERON:0002190", "lbl": "subcutaneous adipose tissue"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002190", "replaced_by": null, "consider": null, "label": "subcutaneous adipose tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8960d04a-340a-4951-806e-f8b8f0d0e26e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:9dcd41dd508c9321", "obj": "UBERON:0010414"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9dcd41dd508c9321", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0010414"}], "nodes": [{"id": "MONARCH:9dcd41dd508c9321", "lbl": null}, {"id": "UBERON:0010414", "lbl": "omental fat pad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0010414", "replaced_by": null, "consider": null, "label": "omental fat pad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3f615d42-9d97-4ffc-8168-411f7b7f2c0b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "GO:0005615"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "NCBIGene:84570"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005615"}, {"pred": "dc:source", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "PMID:11927537"}], "nodes": [{"id": "MONARCH:d4e432fbabbae4cd", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005615", "lbl": "extracellular space"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005615", "replaced_by": null, "consider": null, "label": "extracellular space", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f7cf4839-3903-4481-8ee4-4fcec28c716e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1305", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1305"}], "nodes": [{"id": "NCBIGene:1305", "lbl": "COL13A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1305", "replaced_by": null, "consider": null, "label": "COL13A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52350bb3-7a61-43a3-8f5c-dba3960dd1cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "CL:0000019"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0000019"}], "nodes": [{"id": "MONARCH:cf7e9f1090b8c515", "lbl": null}, {"id": "CL:0000019", "lbl": "sperm"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0000019", "replaced_by": null, "consider": null, "label": "sperm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9b33a6ea-89a9-4081-a432-7dd25e5d5bdd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c75c02421cf1592", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001890"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c75c02421cf1592", "obj": "UBERON:0001890"}], "nodes": [{"id": "UBERON:0001890", "lbl": "forebrain"}, {"id": "MONARCH:5c75c02421cf1592", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001890", "replaced_by": null, "consider": null, "label": "forebrain", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b0b320d-a951-4e39-8531-243c7fc9b6c9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1307", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1307"}], "nodes": [{"id": "NCBIGene:1307", "lbl": "COL16A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1307", "replaced_by": null, "consider": null, "label": "COL16A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7d164383-466d-4dda-a887-a1afcb06607a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:64175"}, {"pred": "RO:0002434", "sub": "NCBIGene:64175", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:64175", "lbl": "P3H1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:64175", "replaced_by": null, "consider": null, "label": "P3H1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f78e60e0-6f6c-4753-a38a-f728b2e4ef19", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1281"}], "nodes": [{"id": "NCBIGene:1281", "lbl": "COL3A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1281", "replaced_by": null, "consider": null, "label": "COL3A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "40525872-ed03-4610-91b0-40e93a0d92fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:2715696"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:18691219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:10711888"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0647097965b693d7", "obj": "HP:0000365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0647097965b693d7", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000365"}, {"pred": "RO:0002558", "sub": "MONARCH:0647097965b693d7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:6480241"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:18691219", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "MONARCH:0647097965b693d7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:6480241", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0000365", "lbl": "Hearing impairment"}, {"id": "PMID:2715696", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18691219", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6480241", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000365", "replaced_by": null, "consider": null, "label": "Hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44dc4307-0000-46b8-9f12-7bf7b4f6f06e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:2715696"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c9c27891a80bf956", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:208d65790486af41", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:15279427"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20046701"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9c27891a80bf956", "obj": "HP:0000490"}, {"pred": "RO:0002558", "sub": "MONARCH:208d65790486af41", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9c27891a80bf956", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:208d65790486af41", "obj": "HP:0000490"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:7498569"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20865239"}], "nodes": [{"id": "HP:0000490", "lbl": "Deeply set eye"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7498569", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15279427", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:208d65790486af41", "lbl": null}, {"id": "PMID:2715696", "lbl": null}, {"id": "MONARCH:c9c27891a80bf956", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "PMID:20865239", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20865239", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15279427", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7498569", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000490", "replaced_by": null, "consider": null, "label": "Deeply set eye", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18dfda57-9271-4989-9002-32d6318079a4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:17605266"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c705b64e8dc2c970", "obj": "HP:0000646"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "HP:0000646"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "RO:0002558", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:c705b64e8dc2c970", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:10202298"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:16814184"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c705b64e8dc2c970", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:3958872"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "PMID:3958872", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:10202298", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17605266", "lbl": null}, {"id": "MONARCH:c705b64e8dc2c970", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000646", "lbl": "Amblyopia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:2cf17bc5d9d508ab", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10202298", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3958872", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000646", "replaced_by": null, "consider": null, "label": "Amblyopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71f4610b-20c4-4f37-b5ea-e666f5185c18", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012732"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f5782afc0829e1c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f5782afc0829e1c6", "obj": "HP:0012732"}, {"pred": "RO:0002558", "sub": "MONARCH:f5782afc0829e1c6", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0012732", "lbl": "Anorectal anomaly"}, {"id": "MONARCH:f5782afc0829e1c6", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012732", "replaced_by": null, "consider": null, "label": "Anorectal anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "373eaab1-0ec9-424c-9621-f90803a6f6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001762"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "HP:0001762"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:08ae1e61c4db1ea2", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001762", "lbl": "Talipes equinovarus"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001762", "replaced_by": null, "consider": null, "label": "Talipes equinovarus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bc175745-a4fa-4761-9d4a-49fe6f931bc6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10530982"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:2139048"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10577917"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:23d2749ec45f58b7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:23d2749ec45f58b7", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:23d2749ec45f58b7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:22370672"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:23d2749ec45f58b7", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10530982", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22370672", "lbl": null}, {"id": "PMID:10577917", "lbl": null}, {"id": "HP:0000661", "lbl": "Palpebral fissure narrowing on adduction"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2139048", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2139048", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22370672", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10530982", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10577917", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000661", "replaced_by": null, "consider": null, "label": "Palpebral fissure narrowing on adduction", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8413da25-cc0a-41d6-a3f3-4348b14ca7a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:16814184"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:10809934"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20b2aa01a60c9230", "obj": "HP:0000487"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20b2aa01a60c9230", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:18404116"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000487"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:11960793"}, {"pred": "RO:0002558", "sub": "MONARCH:20b2aa01a60c9230", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:22258531"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10809934", "lbl": null}, {"id": "MONARCH:20b2aa01a60c9230", "lbl": null}, {"id": "PMID:18404116", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000487", "lbl": "Congenital strabismus"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10809934", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18404116", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000487", "replaced_by": null, "consider": null, "label": "Congenital strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f05653d1-e7dd-47b1-9668-729364dbef8f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:6c7d5ca44f712b05", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011386", "lbl": "Narrow internal auditory canal"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011386", "replaced_by": null, "consider": null, "label": "Narrow internal auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5cd6d63-f2ea-474f-8ca5-93b39156f52c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8974"}, {"pred": "RO:0002434", "sub": "NCBIGene:8974", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:8974", "lbl": "P4HA2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8974", "replaced_by": null, "consider": null, "label": "P4HA2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2b5f5c84-0c9f-4c36-b012-33ca08d56a4f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:15492742"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78c048e6dc5f5925", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78c048e6dc5f5925", "obj": "HP:0008033"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:2919045"}, {"pred": "RO:0002558", "sub": "MONARCH:78c048e6dc5f5925", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:7234921"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008033"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:15492742", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:2919045", "lbl": null}, {"id": "PMID:7234921", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:78c048e6dc5f5925", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0008033", "lbl": "Congenital exotropia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2919045", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7234921", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15492742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008033", "replaced_by": null, "consider": null, "label": "Congenital exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b44c0f9f-ccad-48b9-bfa8-ba9ca1232823", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000657"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "HP:0000657"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:9642311"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11835823"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11835823", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000657", "lbl": "Oculomotor apraxia"}, {"id": "MONARCH:3a5fddc3f3e9b6d7", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000657", "replaced_by": null, "consider": null, "label": "Oculomotor apraxia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4d4179b0-a3f8-45c6-85d4-f8369eaed7b9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:5df480314d95e3cc", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000463"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5df480314d95e3cc", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5df480314d95e3cc", "obj": "HP:0000463"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:5df480314d95e3cc", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000463", "lbl": "Anteverted nares"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000463", "replaced_by": null, "consider": null, "label": "Anteverted nares", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18fc79d4-67c9-4d42-b845-f1fcc4d8e529", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000402"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9c7cc18326210b86", "obj": "HP:0000402"}, {"pred": "RO:0002558", "sub": "MONARCH:9c7cc18326210b86", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9c7cc18326210b86", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000402", "lbl": "Stenosis of the external auditory canal"}, {"id": "MONARCH:9c7cc18326210b86", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000402", "replaced_by": null, "consider": null, "label": "Stenosis of the external auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "380d2984-7b0b-4e11-9208-4fdccbaae1a9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["CL:0000019", "CL:0002336", "DOID:12557", "EFO:0000692", "EFO:1001870", "GO:0001540", "GO:0005576", "GO:0005581", "GO:0005615", "GO:0005788", "GO:0005886", "GO:0005887", "GO:0008201", "GO:0016021", "GO:0030574", "GO:0060385", "HP:0000086", "HP:0000175", "HP:0000232", "HP:0000234", "HP:0000252", "HP:0000324", "HP:0000347", "HP:0000365", "HP:0000384", "HP:0000402", "HP:0000407", "HP:0000410", "HP:0000431", "HP:0000463", "HP:0000465", "HP:0000470", "HP:0000482", "HP:0000486", "HP:0000487", "HP:0000490", "HP:0000496", "HP:0000508", "HP:0000519", "HP:0000526", "HP:0000540", "HP:0000565", "HP:0000567", "HP:0000568", "HP:0000577", "HP:0000581", "HP:0000588", "HP:0000612", "HP:0000615", "HP:0000639", "HP:0000643", "HP:0000646", "HP:0000651", "HP:0000657", "HP:0000661", "HP:0001053", "HP:0001140", "HP:0001156", "HP:0001177", "HP:0001199", "HP:0001249", "HP:0001250", "HP:0001263", "HP:0001357", "HP:0001491", "HP:0001762", "HP:0002162", "HP:0002533", "HP:0002984", "HP:0003202", "HP:0003298", "HP:0003312", "HP:0003470", "HP:0003974", "HP:0004322", "HP:0005640", "HP:0006824", "HP:0006934", "HP:0007400", "HP:0007766", "HP:0007818", "HP:0007970", "HP:0007990", "HP:0008033", "HP:0008050", "HP:0008572", "HP:0009004", "HP:0009601", "HP:0009921", "HP:0010628", "HP:0011349", "HP:0011365", "HP:0011386", "HP:0012246", "HP:0012385", "HP:0012732", "HP:0012745", "HP:0030680", "HP:0100022", "HP:0100274", "KEGG-ds:H00838", "MGI:1924268", "NCBIGene:10491", "NCBIGene:10536", "NCBIGene:1277", "NCBIGene:1278", "NCBIGene:1280", "NCBIGene:1281", "NCBIGene:1282", "NCBIGene:1284", "NCBIGene:1285", "NCBIGene:1286", "NCBIGene:1287", "NCBIGene:1288", "NCBIGene:1289", "NCBIGene:1290", "NCBIGene:1291", "NCBIGene:1292", "NCBIGene:1293", "NCBIGene:1294", "NCBIGene:1295", "NCBIGene:1296", "NCBIGene:1297", "NCBIGene:1298", "NCBIGene:1299", "NCBIGene:1300", "NCBIGene:1301", "NCBIGene:1303", "NCBIGene:1305", "NCBIGene:1306", "NCBIGene:1307", "NCBIGene:1308", "NCBIGene:131873", "NCBIGene:169044", "NCBIGene:23127", "NCBIGene:255631", "NCBIGene:256076", "NCBIGene:283208", "NCBIGene:340267", "NCBIGene:351", "NCBIGene:5033", "NCBIGene:5034", "NCBIGene:5045", "NCBIGene:50509", "NCBIGene:5351", "NCBIGene:5352", "NCBIGene:5479", "NCBIGene:55214", "NCBIGene:57642", "NCBIGene:64175", "NCBIGene:697122", "NCBIGene:7373", "NCBIGene:79709", "NCBIGene:80781", "NCBIGene:81578", "NCBIGene:84570", "NCBIGene:85301", "NCBIGene:871", "NCBIGene:8974", "NCBIGene:8985", "NCBIGene:91522", "OMIM:178300", "OMIM:616219", "REACT:R-HSA-1442490", "REACT:R-HSA-1474228", "REACT:R-HSA-1474244", "REACT:R-HSA-1474290", "REACT:R-HSA-1650814", "REACT:R-HSA-8948216", "RGD:1590105", "UBERON:0000178", "UBERON:0000467", "UBERON:0000473", "UBERON:0000956", "UBERON:0000966", "UBERON:0000992", "UBERON:0000996", "UBERON:0001264", "UBERON:0001295", "UBERON:0001765", "UBERON:0001890", "UBERON:0002114", "UBERON:0002190", "UBERON:0002400", "UBERON:0002418", "UBERON:0002477", "UBERON:0010414", "UBERON:0014892", "ZFIN:ZDB-GENE-070705-543", "ZFIN:ZDB-GENE-130530-720"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"GENO:0000701": 64, "SO:0001411": 64, "HP:0000001": 84, "HP:0000118": 84, "SO:0000001": 64, "BFO:0000002": 187, "SO:0000704": 64, "BFO:0000031": 151, "IAO:0000300": 83, "UPHENO:0001002": 84, "SO:0000110": 64, "MP:0005378": 60, "MP:0000001": 83, "UBERON:0013701PHENOTYPE": 59, "UBERON:0000153PHENOTYPE": 66, "HP:0000152": 58, "BFO:0000020": 92, "IAO:0000030": 87, "owl:Thing": 194, "BFO:0000001": 194, "UPHENO:0001001": 84, "UBERON:0013702PHENOTYPE": 59, "GENO:0000014": 64, "SO:0001217": 63, "IAO:0000144": 83}, "subject_taxon_label": {"Homo sapiens": 194}}, "facet_pivot": null}
--- a/test-data/bioentity-object-for-genotype.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/bioentity-object-for-genotype.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9007258", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality larval locomotory behavior", "deprecated": null, "id": "ZP:0002588", "description": null, "consider": null}, "id": "b7471926-7c27-483d-b50e-fc8f88920268", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) process quality larval locomotory behavior", "id": "ZP:0002588"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849"}, {"lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413", "id": "PMID:9007258"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "dc:source", "obj": "PMID:9007258"}, {"sub": "MONARCH:42fce7595b1d50f9b7458136c5c893cc75ac6849", "pred": "OBAN:association_has_object", "obj": "ZP:0002588"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002588"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9007258", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased behavioural activity whole organism", "deprecated": null, "id": "ZP:0002590", "description": null, "consider": null}, "id": "7d563a81-a58d-4361-b355-eba03613cd47", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8"}, {"lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413", "id": "PMID:9007258"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "abnormal(ly) decreased behavioural activity whole organism", "id": "ZP:0002590"}], "edges": [{"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002590"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "dc:source", "obj": "PMID:9007258"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "OBAN:association_has_object", "obj": "ZP:0002590"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:1fb4c9ead583c8b5192a247bff6399bd148aa8b8", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) physical object quality adaxial cell", "deprecated": null, "id": "ZP:0006099", "description": null, "consider": null}, "id": "4bac5ec8-70d8-4c1d-8cf9-e0c7453e79ab", "type": null, "evidence_graph": {"nodes": [{"lbl": "abnormal(ly) physical object quality adaxial cell", "id": "ZP:0006099"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79"}, {"lbl": null, "id": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0006099"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:b71c8507e8e85eb40d5f13ca62f4cf90107a6b79", "pred": "OBAN:association_has_object", "obj": "ZP:0006099"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:84100363ec6ec0d2bb8d9f87b068fdc9ef25ddf3", "pred": "dc:source", "obj": "PMID:11456450"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha", "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "description": null, "consider": null}, "id": "7f2ab478-845c-4a92-993b-7d66e08ff81d", "type": null, "evidence_graph": {"nodes": [{"lbl": "shha", "id": "ZFIN:ZDB-GENE-980526-166"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000408", "obj": "ZFIN:ZDB-GENE-980526-166"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) delayed skeletal muscle tissue development", "deprecated": null, "id": "ZP:0000658", "description": null, "consider": null}, "id": "1573ff3d-2030-4837-9834-6121d7f1abdc", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a"}, {"lbl": "abnormal(ly) delayed skeletal muscle tissue development", "id": "ZP:0000658"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "OBAN:association_has_object", "obj": "ZP:0000658"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0000658"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9896ef1d90850b026e26416e78c82687e2bb007a", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10694427", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10694427", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "floor plate development phenotype", "deprecated": null, "id": "GO:0033504PHENOTYPE", "description": null, "consider": null}, "id": "8663b023-5634-4302-bfdc-32df58a6a103", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41"}, {"lbl": "Odenthal et al; Two distinct cell populations in the floor plate of the zebrafish are induced by different pathways; Developmental Biology; 2000; 219(2); 350-363", "id": "PMID:10694427"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "floor plate development phenotype", "id": "GO:0033504PHENOTYPE"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "dc:source", "obj": "PMID:10694427"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "OBAN:association_has_object", "obj": "GO:0033504PHENOTYPE"}, {"sub": "MONARCH:56acd3fd2f629496a351482aca49cc301a9b4f41", "pred": "dc:source", "obj": "PMID:10694427"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "GO:0033504PHENOTYPE"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) decreased amount slow muscle cell", "deprecated": null, "id": "ZP:0002066", "description": null, "consider": null}, "id": "98bffedc-751d-4dd2-a5c2-f40fe114960d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "abnormal(ly) decreased amount slow muscle cell", "id": "ZP:0002066"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "OBAN:association_has_object", "obj": "ZP:0002066"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0002066"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:141c8d50fc042c2c5264ed40d2b88231e483b1db", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) immature adaxial cell", "deprecated": null, "id": "ZP:0009617", "description": null, "consider": null}, "id": "ad56a4bc-03ab-46b4-b260-d0fd13683ffe", "type": null, "evidence_graph": {"nodes": [{"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10"}, {"lbl": "abnormal(ly) immature adaxial cell", "id": "ZP:0009617"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009617"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "OBAN:association_has_object", "obj": "ZP:0009617"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:2cfadb2ab89341da943b436c09673b19956bce10", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality striated muscle cell differentiation", "deprecated": null, "id": "ZP:0009616", "description": null, "consider": null}, "id": "37adcdf0-fbed-48eb-b1fd-41da1f8c650e", "type": null, "evidence_graph": {"nodes": [{"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality striated muscle cell differentiation", "id": "ZP:0009616"}, {"lbl": null, "id": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009616"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:7b4f55371d47733426a11a6cda773e28f3a0a4d2", "pred": "OBAN:association_has_object", "obj": "ZP:0009616"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "deprecated": null, "id": "ZP:0005693", "description": null, "consider": null}, "id": "e1ba46e9-161e-44c4-bc18-0a6d6ccb7ccf", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell", "id": "ZP:0005693"}, {"lbl": null, "id": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0005693"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "MONARCH:9056613c9b2bbf8b3fc92cc8e2a979b9c9a6d987", "pred": "OBAN:association_has_object", "obj": "ZP:0005693"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) absent muscle pioneer", "deprecated": null, "id": "ZP:0004204", "description": null, "consider": null}, "id": "dc27535e-e2d5-4b1f-9270-87f48e90a9ea", "type": null, "evidence_graph": {"nodes": [{"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "abnormal(ly) absent muscle pioneer", "id": "ZP:0004204"}, {"lbl": null, "id": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0004204"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:8431bfb8812490d5123826eeddfc978ee15707df", "pred": "OBAN:association_has_object", "obj": "ZP:0004204"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "deprecated": null, "id": "ZP:0001487", "description": null, "consider": null}, "id": "5d63c7b0-78cf-47b5-940a-38fbd9b4b390", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75"}, {"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) process quality skeletal muscle fiber development", "id": "ZP:0001487"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef"}], "edges": [{"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0001487"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_object", "obj": "ZP:0001487"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:24b1e2585ed74a6d08b2be64e532ea52f69b5f75", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:50452b3a44ff4b13e6eb2340387babf01b18c0ef", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "deprecated": null, "id": "ZP:0009619", "description": null, "consider": null}, "id": "41c7eae6-9536-42e6-b85a-78c490ff3f14", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c"}, {"lbl": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "id": "ZP:0009619"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "OBAN:association_has_object", "obj": "ZP:0009619"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009619"}, {"sub": "MONARCH:3f260026d412e4df43198a2b37eb7a6cf44a855c", "pred": "dc:source", "obj": "PMID:21147088"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21147088", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) disrupted skeletal muscle tissue development", "deprecated": null, "id": "ZP:0000659", "description": null, "consider": null}, "id": "e97908b1-bd69-47b2-a922-fa66418453d9", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475", "id": "PMID:21147088"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "abnormal(ly) disrupted skeletal muscle tissue development", "id": "ZP:0000659"}, {"lbl": null, "id": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0"}], "edges": [{"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "dc:source", "obj": "PMID:21147088"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0000659"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "MONARCH:7f9cac3d7c5ede1880dc79bba22aa60abc74bda0", "pred": "OBAN:association_has_object", "obj": "ZP:0000659"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11456450", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "abnormal(ly) delayed striated muscle cell differentiation", "deprecated": null, "id": "ZP:0009615", "description": null, "consider": null}, "id": "ab89b28e-be7c-4365-91e4-ad82da1f3af2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150", "id": "PMID:11456450"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "abnormal(ly) delayed striated muscle cell differentiation", "id": "ZP:0009615"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": null, "id": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970"}], "edges": [{"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "dc:source", "obj": "PMID:11456450"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "RO:0002200", "obj": "ZP:0009615"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "OBAN:association_has_object", "obj": "ZP:0009615"}, {"sub": "MONARCH:0c8636d0378f428688cc6f5b1079ba2d6ccf5970", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-FISH-150901-6607"}]}, "subject": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["GO:0033504PHENOTYPE", "ZFIN:ZDB-GENE-980526-166", "ZP:0000658", "ZP:0000659", "ZP:0001487", "ZP:0002066", "ZP:0002588", "ZP:0002590", "ZP:0004204", "ZP:0005693", "ZP:0006099", "ZP:0009615", "ZP:0009616", "ZP:0009617", "ZP:0009619"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Danio rerio": 15}, "object_closure": {"SEPIO:0000013": 7, "ZP:0013928": 6, "BFO:0000020": 14, "owl:Thing": 15, "HP:0000118": 13, "GO:0061061PHENOTYPE": 5, "MP:0000001": 7, "HP:0000001": 13, "IAO:0000144": 7, "BFO:0000002": 15, "ZP:0000001": 6, "GO:0008150PHENOTYPE": 7, "GO:0044699PHENOTYPE": 7, "UPHENO:0001002": 13, "CL:0000000PHENOTYPE": 9, "IAO:0000300": 7, "BFO:0000031": 8, "BFO:0000001": 15, "GO:0044767PHENOTYPE": 6, "HP:0003011": 5, "UPHENO:0001001": 14, "ZP:0013930": 8, "UBERON:0004120PHENOTYPE": 6, "IAO:0000030": 7, "SEPIO:0000129": 7}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009615"}, {"pred": "dc:source", "sub": "MONARCH:0c8636d0378f4286", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:0c8636d0378f4286", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0c8636d0378f4286", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0c8636d0378f4286", "obj": "ZP:0009615"}], "nodes": [{"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:0c8636d0378f4286", "lbl": null}, {"id": "ZP:0009615", "lbl": "abnormal(ly) delayed striated muscle cell differentiation"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009615", "replaced_by": null, "consider": null, "label": "abnormal(ly) delayed striated muscle cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5feb38cf-cd44-44c1-8a54-e16a78166d14", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0006099"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ZP:0006099"}, {"pred": "dc:source", "sub": "MONARCH:84100363ec6ec0d2", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:b71c8507e8e85eb4", "obj": "PMID:11456450"}, {"pred": "RO:0002558", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ZP:0006099"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:84100363ec6ec0d2", "obj": "ZFIN:ZDB-FISH-150901-6607"}], "nodes": [{"id": "MONARCH:b71c8507e8e85eb4", "lbl": null}, {"id": "ZP:0006099", "lbl": "abnormal(ly) physical object quality adaxial cell"}, {"id": "MONARCH:84100363ec6ec0d2", "lbl": null}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0006099", "replaced_by": null, "consider": null, "label": "abnormal(ly) physical object quality adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "72cea379-f2c9-415a-b4a5-db201b795042", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002588"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:42fce7595b1d50f9", "obj": "PMID:9007258"}, {"pred": "RO:0002558", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:42fce7595b1d50f9", "obj": "ZP:0002588"}], "nodes": [{"id": "ZP:0002588", "lbl": "abnormal(ly) process quality larval locomotory behavior"}, {"id": "MONARCH:42fce7595b1d50f9", "lbl": null}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:9007258", "lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9007258", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002588", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality larval locomotory behavior", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cd26f7bb-1d8d-48b9-bddc-989167f7cdb5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ZP:0002590"}, {"pred": "RO:0002558", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:1fb4c9ead583c8b5", "obj": "PMID:9007258"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002590"}], "nodes": [{"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0002590", "lbl": "abnormal(ly) decreased behavioural activity whole organism"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:1fb4c9ead583c8b5", "lbl": null}, {"id": "PMID:9007258", "lbl": "Granato et al; Genes controlling and mediating locomotion behavior of the zebrafish embryo and larva; Development (Cambridge, England); 1996; 123; 399-413"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9007258", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002590", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased behavioural activity whole organism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4656e004-f611-4432-b168-025b60e9e113", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000408", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-GENE-980526-166"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENE-980526-166", "lbl": "shha"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "replaced_by": null, "consider": null, "label": "shha", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ccf0641-2bcd-4f30-8991-77dd48c1ccb5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:9896ef1d90850b02", "obj": "PMID:21147088"}, {"pred": "RO:0002558", "sub": "MONARCH:9896ef1d90850b02", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9896ef1d90850b02", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0000658"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9896ef1d90850b02", "obj": "ZP:0000658"}], "nodes": [{"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "MONARCH:9896ef1d90850b02", "lbl": null}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0000658", "lbl": "abnormal(ly) delayed skeletal muscle tissue development"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000658", "replaced_by": null, "consider": null, "label": "abnormal(ly) delayed skeletal muscle tissue development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c96f4fe9-703e-456e-8ac7-887fb6fa17eb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0001487"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ZP:0001487"}, {"pred": "dc:source", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "PMID:11456450"}, {"pred": "dc:source", "sub": "MONARCH:50452b3a44ff4b13", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002558", "sub": "MONARCH:50452b3a44ff4b13", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ZP:0001487"}, {"pred": "RO:0002558", "sub": "MONARCH:24b1e2585ed74a6d", "obj": "ECO:0000059"}], "nodes": [{"id": "ZP:0001487", "lbl": "abnormal(ly) process quality skeletal muscle fiber development"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:24b1e2585ed74a6d", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:50452b3a44ff4b13", "lbl": null}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0001487", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality skeletal muscle fiber development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "97a45851-1793-4243-a133-ffa9e973a33c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3f260026d412e4df", "obj": "PMID:21147088"}, {"pred": "RO:0002558", "sub": "MONARCH:3f260026d412e4df", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009619"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3f260026d412e4df", "obj": "ZP:0009619"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3f260026d412e4df", "obj": "ZFIN:ZDB-FISH-150901-6607"}], "nodes": [{"id": "ZP:0009619", "lbl": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell"}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:3f260026d412e4df", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009619", "replaced_by": null, "consider": null, "label": "abnormal(ly) has fewer parts of type segmental plate anterior region towards adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a43dbe3a-e505-4727-b592-fa4751f2c000", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:2cfadb2ab89341da", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ZP:0009617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002558", "sub": "MONARCH:2cfadb2ab89341da", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009617"}], "nodes": [{"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0009617", "lbl": "abnormal(ly) immature adaxial cell"}, {"id": "MONARCH:2cfadb2ab89341da", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009617", "replaced_by": null, "consider": null, "label": "abnormal(ly) immature adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1f1ddc29-c7e4-4a12-8789-43f3d38b71aa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:141c8d50fc042c2c", "obj": "PMID:11456450"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0002066"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ZP:0002066"}, {"pred": "RO:0002558", "sub": "MONARCH:141c8d50fc042c2c", "obj": "ECO:0000059"}], "nodes": [{"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "MONARCH:141c8d50fc042c2c", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0002066", "lbl": "abnormal(ly) decreased amount slow muscle cell"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0002066", "replaced_by": null, "consider": null, "label": "abnormal(ly) decreased amount slow muscle cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "17e62a51-8a23-4a4f-a89b-2057afa1776b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "ZP:0000659"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0000659"}, {"pred": "dc:source", "sub": "MONARCH:7f9cac3d7c5ede18", "obj": "PMID:21147088"}], "nodes": [{"id": "MONARCH:7f9cac3d7c5ede18", "lbl": null}, {"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZP:0000659", "lbl": "abnormal(ly) disrupted skeletal muscle tissue development"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0000659", "replaced_by": null, "consider": null, "label": "abnormal(ly) disrupted skeletal muscle tissue development", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2bca7ef1-254c-4a4c-bb2f-f97f7fa6c886", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7b4f55371d477334", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "dc:source", "sub": "MONARCH:7b4f55371d477334", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7b4f55371d477334", "obj": "ZP:0009616"}, {"pred": "RO:0002558", "sub": "MONARCH:7b4f55371d477334", "obj": "ECO:0000059"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0009616"}], "nodes": [{"id": "ZP:0009616", "lbl": "abnormal(ly) process quality striated muscle cell differentiation"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:7b4f55371d477334", "lbl": null}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0009616", "replaced_by": null, "consider": null, "label": "abnormal(ly) process quality striated muscle cell differentiation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8fb3dace-c522-41c8-8c4f-547a202f905d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0005693"}, {"pred": "RO:0002558", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "PMID:21147088"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9056613c9b2bbf8b", "obj": "ZP:0005693"}], "nodes": [{"id": "PMID:21147088", "lbl": "Osborn et al; Cdkn1c drives muscle differentiation through a positive feedback loop with Myod; Developmental Biology; 2011; 350(2); 464-475"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "ZP:0005693", "lbl": "abnormal(ly) present in fewer numbers in organism adaxial cell"}, {"id": "MONARCH:9056613c9b2bbf8b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21147088", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0005693", "replaced_by": null, "consider": null, "label": "abnormal(ly) present in fewer numbers in organism adaxial cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "59283b58-f77e-4171-ae45-551a77fed719", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZP:0004204"}, {"pred": "dc:source", "sub": "MONARCH:8431bfb8812490d5", "obj": "PMID:11456450"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8431bfb8812490d5", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8431bfb8812490d5", "obj": "ZP:0004204"}, {"pred": "RO:0002558", "sub": "MONARCH:8431bfb8812490d5", "obj": "ECO:0000059"}], "nodes": [{"id": "ZP:0004204", "lbl": "abnormal(ly) absent muscle pioneer"}, {"id": "MONARCH:8431bfb8812490d5", "lbl": null}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:11456450", "lbl": "Coutelle et al; Hedgehog signalling is required for maintenance of myf5 and myoD expression and timely terminal differentiation in zebrafish adaxial myogenesis; Developmental Biology; 2001; 236(1); 136-150"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11456450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZP:0004204", "replaced_by": null, "consider": null, "label": "abnormal(ly) absent muscle pioneer", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "568e26f0-74df-4b8c-94af-13a79deb475e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["ZFIN:ZDB-GENE-980526-166", "ZP:0000658", "ZP:0000659", "ZP:0001487", "ZP:0002066", "ZP:0002588", "ZP:0002590", "ZP:0004204", "ZP:0005693", "ZP:0006099", "ZP:0009615", "ZP:0009616", "ZP:0009617", "ZP:0009619"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"UBERON:0000383PHENOTYPE": 5, "MP:0002108": 5, "GO:0008150PHENOTYPE": 6, "UBERON:0001630PHENOTYPE": 5, "UBERON:0001015PHENOTYPE": 5, "HP:0000001": 13, "HP:0000118": 13, "BFO:0000002": 14, "BFO:0000031": 8, "IAO:0000300": 7, "HP:0003011": 5, "IAO:0000144": 7, "MP:0005369": 5, "CL:0000000PHENOTYPE": 9, "MP:0000001": 7, "BFO:0000020": 13, "IAO:0000030": 7, "owl:Thing": 14, "BFO:0000001": 14, "UPHENO:0001001": 13, "GO:0061061PHENOTYPE": 5, "ZP:0013928": 6, "ZP:0000001": 6, "HP:0011805": 5, "UPHENO:0001002": 13}, "subject_taxon_label": {"Danio rerio": 14}}, "facet_pivot": null}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bioentityset-overrepresentation.json	Sat Dec 02 16:41:34 2017 -0500
@@ -0,0 +1,1 @@
+{"results": [{"p": 6.830958069760975e-17, "p_uncorrected": 2.2250677751664415e-19, "n": "Peripheral retinal degeneration", "c": "HP:0007769"}, {"p": 6.830958069760975e-17, "p_uncorrected": 2.2250677751664415e-19, "n": "Hypoplasia of the retina", "c": "HP:0007770"}, {"p": 7.89829526810427e-17, "p_uncorrected": 2.572734615017678e-19, "n": "Subretinal exudate", "c": "HP:0011532"}, {"p": 7.89829526810427e-17, "p_uncorrected": 2.572734615017678e-19, "n": "Progressive night blindness", "c": "HP:0007675"}, {"p": 7.89829526810427e-17, "p_uncorrected": 2.572734615017678e-19, "n": "Retinal hole", "c": "HP:0011530"}, {"p": 7.89829526810427e-17, "p_uncorrected": 2.572734615017678e-19, "n": "Progressive cone degeneration", "c": "HP:0008020"}, {"p": 1.0494238468181382e-16, "p_uncorrected": 3.418318719277323e-19, "n": "Progressive retinal degeneration", "c": "HP:0007893"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Age-related macular degeneration", "c": "HP:0007868"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Abnormal dark-adapted bright flash electroretinogram", "c": "HP:0030470"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Exudative retinopathy", "c": "HP:0007898"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Severe hearing impairment", "c": "HP:0012714"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Severe sensorineural hearing impairment", "c": "HP:0008625"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Abnormal amplitude of dark-adapted bright flash electroretinogram", "c": "HP:0030478"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Abnormal dark-adapted electroretinogram", "c": "HP:0030469"}, {"p": 1.206054271707303e-16, "p_uncorrected": 3.928515543020531e-19, "n": "Electronegative electroretinogram", "c": "HP:0007984"}, {"p": 1.5839101496752315e-16, "p_uncorrected": 5.159316448453523e-19, "n": "Abetalipoproteinemia", "c": "HP:0008181"}, {"p": 2.0651383842794574e-16, "p_uncorrected": 6.726835127946115e-19, "n": "Mottled pigmentation", "c": "HP:0001070"}, {"p": 2.0651383842794574e-16, "p_uncorrected": 6.726835127946115e-19, "n": "Tapetoretinal degeneration", "c": "HP:0000547"}, {"p": 2.0651383842794574e-16, "p_uncorrected": 6.726835127946115e-19, "n": "Decreased light- and dark-adapted electroretinogram amplitude", "c": "HP:0000654"}, {"p": 3.0355215014437025e-16, "p_uncorrected": 9.887692187113037e-19, "n": "Vitreoretinal degeneration", "c": "HP:0000655"}, {"p": 3.440257701614546e-16, "p_uncorrected": 1.1206051145324254e-18, "n": "Abnormal light- and dark-adapted electroretinogram", "c": "HP:0008323"}, {"p": 4.398497628785198e-16, "p_uncorrected": 1.4327353839691198e-18, "n": "Chorioretinal atrophy", "c": "HP:0000533"}, {"p": 5.5905604395766495e-16, "p_uncorrected": 1.8210294591454885e-18, "n": "Chorioretinal degeneration", "c": "HP:0200065"}, {"p": 5.5905604395766495e-16, "p_uncorrected": 1.8210294591454885e-18, "n": "Pigmentary retinal degeneration", "c": "HP:0001146"}, {"p": 6.289380494506863e-16, "p_uncorrected": 2.0486581415331802e-18, "n": "Abnormal full-field electroretinogram", "c": "HP:0030466"}, {"p": 6.289380494506863e-16, "p_uncorrected": 2.0486581415331802e-18, "n": "Decreased circulating low-density lipoprotein levels", "c": "HP:0003563"}, {"p": 8.882660716055608e-16, "p_uncorrected": 2.893374826076745e-18, "n": "Macular dystrophy", "c": "HP:0007754"}, {"p": 1.382679693118587e-15, "p_uncorrected": 4.503842648594746e-18, "n": "Hypopigmentation of the fundus", "c": "HP:0007894"}, {"p": 1.9031265438999284e-15, "p_uncorrected": 6.1991092635176825e-18, "n": "Undetectable electroretinogram", "c": "HP:0000550"}, {"p": 2.1122613289451027e-15, "p_uncorrected": 6.880330061710433e-18, "n": "Cystoid macular edema", "c": "HP:0011505"}, {"p": 2.3418549516569064e-15, "p_uncorrected": 7.628192024941062e-18, "n": "Macular edema", "c": "HP:0040049"}, {"p": 2.593667312051605e-15, "p_uncorrected": 8.44842772655246e-18, "n": "Hypolipoproteinemia", "c": "HP:0010981"}, {"p": 2.593667312051605e-15, "p_uncorrected": 8.44842772655246e-18, "n": "Retinal exudate", "c": "HP:0001147"}, {"p": 2.593667312051605e-15, "p_uncorrected": 8.44842772655246e-18, "n": "Acanthocytosis", "c": "HP:0001927"}, {"p": 2.8695893665276034e-15, "p_uncorrected": 9.347196633640402e-18, "n": "Macular thickening", "c": "HP:0030498"}, {"p": 3.1716514051110723e-15, "p_uncorrected": 1.0331112068765708e-17, "n": "Aplasia/Hypoplasia of the retina", "c": "HP:0008061"}, {"p": 3.50203175980966e-15, "p_uncorrected": 1.1407269575927232e-17, "n": "Progressive sensorineural hearing impairment", "c": "HP:0000408"}, {"p": 3.50203175980966e-15, "p_uncorrected": 1.1407269575927232e-17, "n": "Congenital blindness", "c": "HP:0007875"}, {"p": 4.25725636613049e-15, "p_uncorrected": 1.3867284580229608e-17, "n": "Keratoconus", "c": "HP:0000563"}, {"p": 4.25725636613049e-15, "p_uncorrected": 1.3867284580229608e-17, "n": "Increased corneal curvature", "c": "HP:0100692"}, {"p": 4.6872822616738014e-15, "p_uncorrected": 1.52680203963316e-17, "n": "Decreased corneal thickness", "c": "HP:0100689"}, {"p": 5.6665065757932175e-15, "p_uncorrected": 1.8457676142648916e-17, "n": "Congenital sensorineural hearing impairment", "c": "HP:0008527"}, {"p": 6.22204643614839e-15, "p_uncorrected": 2.0267252235011042e-17, "n": "Abnormality of corneal thickness", "c": "HP:0011486"}, {"p": 6.22204643614839e-15, "p_uncorrected": 2.0267252235011042e-17, "n": "Constriction of peripheral visual field", "c": "HP:0001133"}, {"p": 6.826128614391264e-15, "p_uncorrected": 2.2234946626681643e-17, "n": "Retinal perforation", "c": "HP:0011958"}, {"p": 9.806380222363747e-15, "p_uncorrected": 3.194260658750406e-17, "n": "Yellow/white lesions of the retina", "c": "HP:0030506"}, {"p": 1.0714378391101258e-14, "p_uncorrected": 3.49002553456067e-17, "n": "Abnormality of the level of lipoprotein cholesterol", "c": "HP:0010979"}, {"p": 1.1697348885694248e-14, "p_uncorrected": 3.810211363418322e-17, "n": "Macular degeneration", "c": "HP:0000608"}, {"p": 1.2760744238882322e-14, "p_uncorrected": 4.156594214619649e-17, "n": "Hyperinsulinemia", "c": "HP:0000842"}, {"p": 1.3910360837022003e-14, "p_uncorrected": 4.531062161896418e-17, "n": "Cone/cone-rod dystrophy", "c": "HP:0000548"}, {"p": 1.5152357340328436e-14, "p_uncorrected": 4.9356212834946045e-17, "n": "Abnormal insulin level", "c": "HP:0040214"}, {"p": 1.5152357340328436e-14, "p_uncorrected": 4.9356212834946045e-17, "n": "Abnormal circulating insulin level", "c": "HP:0040215"}, {"p": 1.9500056883908283e-14, "p_uncorrected": 6.351810059904978e-17, "n": "Progressive hearing impairment", "c": "HP:0001730"}, {"p": 2.4939874038128746e-14, "p_uncorrected": 8.123737471703174e-17, "n": "Nephronophthisis", "c": "HP:0000090"}, {"p": 2.7035661772422384e-14, "p_uncorrected": 8.80640448613107e-17, "n": "Atypical scarring of skin", "c": "HP:0000987"}, {"p": 4.008932828040028e-14, "p_uncorrected": 1.3058413120651556e-16, "n": "Retinal atrophy", "c": "HP:0001105"}, {"p": 1.5770726338521152e-13, "p_uncorrected": 5.137044409941743e-16, "n": "Abnormality of the renal medulla", "c": "HP:0100957"}, {"p": 5.259073285790678e-13, "p_uncorrected": 1.7130531875539669e-15, "n": "Chorioretinal abnormality", "c": "HP:0000532"}, {"p": 6.659349463318531e-13, "p_uncorrected": 2.1691692062926814e-15, "n": "Poikilocytosis", "c": "HP:0004447"}, {"p": 6.659349463318531e-13, "p_uncorrected": 2.1691692062926814e-15, "n": "Nyctalopia", "c": "HP:0000662"}, {"p": 7.058112904256892e-13, "p_uncorrected": 2.299059577933841e-15, "n": "Progressive visual loss", "c": "HP:0000529"}, {"p": 7.478238672358695e-13, "p_uncorrected": 2.4359083623318224e-15, "n": "Type II diabetes mellitus", "c": "HP:0005978"}, {"p": 1.050722902848435e-12, "p_uncorrected": 3.4225501721447396e-15, "n": "Abnormality of the retinal vasculature", "c": "HP:0008046"}, {"p": 1.050722902848435e-12, "p_uncorrected": 3.4225501721447396e-15, "n": "Abnormal electroretinogram", "c": "HP:0000512"}, {"p": 1.050722902848435e-12, "p_uncorrected": 3.4225501721447396e-15, "n": "Abnormality of the choroid", "c": "HP:0000610"}, {"p": 1.1738758145094465e-12, "p_uncorrected": 3.823699721529142e-15, "n": "Aplasia/Hypoplasia affecting the fundus", "c": "HP:0008057"}, {"p": 1.2401964820000423e-12, "p_uncorrected": 4.039727954397532e-15, "n": "Retinal neoplasm", "c": "HP:0012777"}, {"p": 1.2401964820000423e-12, "p_uncorrected": 4.039727954397532e-15, "n": "Retinoblastoma", "c": "HP:0009919"}, {"p": 1.8071448747244773e-12, "p_uncorrected": 5.8864653899820104e-15, "n": "Rod-cone dystrophy", "c": "HP:0000510"}, {"p": 2.4683037784772113e-12, "p_uncorrected": 8.040077454323164e-15, "n": "Neurodegeneration", "c": "HP:0002180"}, {"p": 4.478830903968583e-12, "p_uncorrected": 1.4589025745826002e-14, "n": "Visual field defect", "c": "HP:0001123"}, {"p": 6.241419062480174e-12, "p_uncorrected": 2.0330355252378417e-14, "n": "Photophobia", "c": "HP:0000613"}, {"p": 8.224646178578066e-12, "p_uncorrected": 2.679037843185038e-14, "n": "Neoplasm of the eye", "c": "HP:0100012"}, {"p": 9.414914677027705e-12, "p_uncorrected": 3.0667474518005555e-14, "n": "Abnormal visual electrophysiology", "c": "HP:0030453"}, {"p": 1.1746775963207132e-11, "p_uncorrected": 3.8263113886668185e-14, "n": "Retinal degeneration", "c": "HP:0000546"}, {"p": 1.1746775963207132e-11, "p_uncorrected": 3.8263113886668185e-14, "n": "Abnormality of cholesterol metabolism", "c": "HP:0003107"}, {"p": 1.2271185604454866e-11, "p_uncorrected": 3.99712886138595e-14, "n": "Abnormality of the curvature of the cornea", "c": "HP:0100691"}, {"p": 1.2816571631169346e-11, "p_uncorrected": 4.174779032954184e-14, "n": "Gliosis", "c": "HP:0002171"}, {"p": 1.588495014454129e-11, "p_uncorrected": 5.174250861414101e-14, "n": "Abnormal macular morphology", "c": "HP:0001103"}, {"p": 1.588495014454129e-11, "p_uncorrected": 5.174250861414101e-14, "n": "Conductive hearing impairment", "c": "HP:0000405"}, {"p": 1.802887603054271e-11, "p_uncorrected": 5.872598055551371e-14, "n": "Blindness", "c": "HP:0000618"}, {"p": 2.5076918624406142e-11, "p_uncorrected": 8.168377402086691e-14, "n": "Functional abnormality of the middle ear", "c": "HP:0011452"}, {"p": 3.732511675833473e-11, "p_uncorrected": 1.2158018488056917e-13, "n": "Ophthalmoplegia", "c": "HP:0000602"}, {"p": 4.192831051586348e-11, "p_uncorrected": 1.3657430135460415e-13, "n": "Embryonal neoplasm", "c": "HP:0002898"}, {"p": 7.091426267827702e-11, "p_uncorrected": 2.3099108364259617e-13, "n": "Retinopathy", "c": "HP:0000488"}, {"p": 7.355048062205055e-11, "p_uncorrected": 2.3957811277540893e-13, "n": "Ophthalmoparesis", "c": "HP:0000597"}, {"p": 8.810257081441287e-11, "p_uncorrected": 2.869790580274035e-13, "n": "Pigmentary retinopathy", "c": "HP:0000580"}, {"p": 8.810257081441287e-11, "p_uncorrected": 2.869790580274035e-13, "n": "Polydactyly", "c": "HP:0010442"}, {"p": 1.388190595549975e-10, "p_uncorrected": 4.5217934708468243e-13, "n": "Microphthalmia", "c": "HP:0000568"}, {"p": 1.388190595549975e-10, "p_uncorrected": 4.5217934708468243e-13, "n": "Abnormality of the vasculature of the eye", "c": "HP:0008047"}, {"p": 1.700756278473561e-10, "p_uncorrected": 5.539922731184238e-13, "n": "Upper limb undergrowth", "c": "HP:0009824"}, {"p": 2.075293589422645e-10, "p_uncorrected": 6.759913972060733e-13, "n": "Retinal dystrophy", "c": "HP:0000556"}, {"p": 2.3646302288247017e-10, "p_uncorrected": 7.702378595520201e-13, "n": "Abnormality of globe size", "c": "HP:0100887"}, {"p": 5.981776395427826e-10, "p_uncorrected": 1.9484613665888684e-12, "n": "Abnormality of the glial cells", "c": "HP:0100705"}, {"p": 6.727486481875538e-10, "p_uncorrected": 2.1913636748780254e-12, "n": "Hypogonadism", "c": "HP:0000135"}, {"p": 6.926524543477764e-10, "p_uncorrected": 2.2561969196995973e-12, "n": "Abnormality of circulating hormone level", "c": "HP:0003117"}, {"p": 7.776774899705444e-10, "p_uncorrected": 2.5331514331288093e-12, "n": "Hypoplasia of penis", "c": "HP:0008736"}, {"p": 8.474892365194142e-10, "p_uncorrected": 2.760551259020893e-12, "n": "Neuroepithelial neoplasm", "c": "HP:0030063"}, {"p": 9.228914326532511e-10, "p_uncorrected": 3.0061610184144985e-12, "n": "Neuroectodermal neoplasm", "c": "HP:0030061"}, {"p": 9.228914326532511e-10, "p_uncorrected": 3.0061610184144985e-12, "n": "Nervous tissue neoplasm", "c": "HP:0030060"}, {"p": 1.1543718428324624e-09, "p_uncorrected": 3.760168869161115e-12, "n": "Glaucoma", "c": "HP:0000501"}, {"p": 1.2198554340554865e-09, "p_uncorrected": 3.973470469236112e-12, "n": "Wide nasal bridge", "c": "HP:0000431"}, {"p": 1.3984366259310385e-09, "p_uncorrected": 4.555168162641819e-12, "n": "Visual loss", "c": "HP:0000572"}, {"p": 1.6879988822761898e-09, "p_uncorrected": 5.498367694710716e-12, "n": "Abnormality of lipid metabolism", "c": "HP:0003119"}, {"p": 1.7334975044422942e-09, "p_uncorrected": 5.646571675707799e-12, "n": "Metrorrhagia", "c": "HP:0100608"}, {"p": 1.9779810642388804e-09, "p_uncorrected": 6.4429350626673635e-12, "n": "Scarring", "c": "HP:0100699"}, {"p": 2.0304474054716845e-09, "p_uncorrected": 6.613835196976171e-12, "n": "Abnormality of retinal pigmentation", "c": "HP:0007703"}, {"p": 2.628331383770522e-09, "p_uncorrected": 8.561340012281831e-12, "n": "Limb undergrowth", "c": "HP:0009826"}, {"p": 3.7316154453488525e-09, "p_uncorrected": 1.2155099170517434e-11, "n": "Obesity", "c": "HP:0001513"}, {"p": 3.919340997996726e-09, "p_uncorrected": 1.2766583055363929e-11, "n": "Hypoplastic male external genitalia", "c": "HP:0000050"}, {"p": 6.321359545900789e-09, "p_uncorrected": 2.0590747706517226e-11, "n": "Abnormality of the middle ear", "c": "HP:0000370"}, {"p": 7.098972376183352e-09, "p_uncorrected": 2.3123688521769875e-11, "n": "Anteverted nares", "c": "HP:0000463"}, {"p": 7.433390275858353e-09, "p_uncorrected": 2.4212997641232422e-11, "n": "Aplasia/Hypoplasia affecting the eye", "c": "HP:0008056"}, {"p": 7.433390275858353e-09, "p_uncorrected": 2.4212997641232422e-11, "n": "External genital hypoplasia", "c": "HP:0003241"}, {"p": 8.145089250918333e-09, "p_uncorrected": 2.6531235345010855e-11, "n": "Increased body weight", "c": "HP:0004324"}, {"p": 9.75530240286726e-09, "p_uncorrected": 3.1776229325300524e-11, "n": "Abnormality of the nares", "c": "HP:0005288"}, {"p": 1.6103309897109546e-08, "p_uncorrected": 5.2453778166480606e-11, "n": "Optic atrophy", "c": "HP:0000648"}, {"p": 1.9060793562044177e-08, "p_uncorrected": 6.208727544639797e-11, "n": "Diabetes mellitus", "c": "HP:0000819"}, {"p": 2.987920944013083e-08, "p_uncorrected": 9.732641511443266e-11, "n": "Abnormality of the nasal alae", "c": "HP:0000429"}, {"p": 5.248020807817572e-08, "p_uncorrected": 1.7094530318624013e-10, "n": "Amyotrophic lateral sclerosis", "c": "HP:0007354"}, {"p": 5.658236502116998e-08, "p_uncorrected": 1.8430737791912046e-10, "n": "Abnormality of the menstrual cycle", "c": "HP:0000140"}, {"p": 5.984595800281632e-08, "p_uncorrected": 1.9493797395054177e-10, "n": "Motor neuron atrophy", "c": "HP:0007373"}, {"p": 6.327799953364802e-08, "p_uncorrected": 2.0611726232458636e-10, "n": "Menstrual irregularities", "c": "HP:0000858"}, {"p": 7.198491237736304e-08, "p_uncorrected": 2.3447854194580793e-10, "n": "Abnormal motor neuron morphology", "c": "HP:0002450"}, {"p": 7.466319549291483e-08, "p_uncorrected": 2.4320259118213297e-10, "n": "Abnormal neuron morphology", "c": "HP:0012757"}, {"p": 7.884897789335068e-08, "p_uncorrected": 2.568370615418589e-10, "n": "Abnormality of the optic disc", "c": "HP:0012795"}, {"p": 1.228397756115146e-07, "p_uncorrected": 4.0012956225249056e-10, "n": "Aplasia/hypoplasia involving bones of the upper limbs", "c": "HP:0006496"}, {"p": 1.483975077425636e-07, "p_uncorrected": 4.833795040474385e-10, "n": "Hyperreflexia", "c": "HP:0001347"}, {"p": 1.5352755857272025e-07, "p_uncorrected": 5.00089767337851e-10, "n": "Abnormality of the uvea", "c": "HP:0000553"}, {"p": 1.5352755857272025e-07, "p_uncorrected": 5.00089767337851e-10, "n": "Abnormality of the penis", "c": "HP:0000036"}, {"p": 1.6426921240078137e-07, "p_uncorrected": 5.350788677549882e-10, "n": "Neoplasm by histology", "c": "HP:0011792"}, {"p": 2.25119429172574e-07, "p_uncorrected": 7.332880429074072e-10, "n": "Abnormality of reproductive system physiology", "c": "HP:0000080"}, {"p": 3.0555431964818125e-07, "p_uncorrected": 9.952909434794178e-10, "n": "Abnormality of the cornea", "c": "HP:0000481"}, {"p": 3.2038455159280755e-07, "p_uncorrected": 1.0435978879244546e-09, "n": "Visual impairment", "c": "HP:0000505"}, {"p": 3.9242331225647995e-07, "p_uncorrected": 1.278251831454332e-09, "n": "Aplasia/hypoplasia involving bones of the extremities", "c": "HP:0045060"}, {"p": 4.1098926074512013e-07, "p_uncorrected": 1.3387272336974598e-09, "n": "Peripheral neuropathy", "c": "HP:0009830"}, {"p": 4.238018850191182e-07, "p_uncorrected": 1.3804621661860528e-09, "n": "Cataract", "c": "HP:0000518"}, {"p": 4.78725935631177e-07, "p_uncorrected": 1.5593678685054627e-09, "n": "Abnormality of skin pigmentation", "c": "HP:0001000"}, {"p": 4.78725935631177e-07, "p_uncorrected": 1.5593678685054627e-09, "n": "Abnormality of the optic nerve", "c": "HP:0000587"}, {"p": 5.319518140608289e-07, "p_uncorrected": 1.7327420653447194e-09, "n": "Sensorineural hearing impairment", "c": "HP:0000407"}, {"p": 5.563495931254543e-07, "p_uncorrected": 1.812213658389102e-09, "n": "Abnormality of the external nose", "c": "HP:0010938"}, {"p": 5.647031906221201e-07, "p_uncorrected": 1.8394240736876876e-09, "n": "Abnormality of the lens", "c": "HP:0000517"}, {"p": 5.904457001011749e-07, "p_uncorrected": 1.923275896095032e-09, "n": "Aplasia/hypoplasia of the extremities", "c": "HP:0009815"}, {"p": 7.464471377270939e-07, "p_uncorrected": 2.4314239013911853e-09, "n": "Abnormal glucose homeostasis", "c": "HP:0011014"}, {"p": 8.375817156963961e-07, "p_uncorrected": 2.7282792042227886e-09, "n": "Edema", "c": "HP:0000969"}, {"p": 9.123756391914161e-07, "p_uncorrected": 2.9719076195160134e-09, "n": "Abnormality of the nasal bridge", "c": "HP:0000422"}, {"p": 1.0652736599597843e-06, "p_uncorrected": 3.469946775113304e-09, "n": "Abnormal nasal morphology", "c": "HP:0005105"}, {"p": 1.4816609184875052e-06, "p_uncorrected": 4.826257063477215e-09, "n": "Functional abnormality of the inner ear", "c": "HP:0011389"}, {"p": 1.5018195704310955e-06, "p_uncorrected": 4.891920424856989e-09, "n": "Localized skin lesion", "c": "HP:0011355"}, {"p": 1.8844948396305382e-06, "p_uncorrected": 6.1384196730636424e-09, "n": "Abnormality of the inner ear", "c": "HP:0000359"}, {"p": 1.9348465481391357e-06, "p_uncorrected": 6.302431752896208e-09, "n": "Abnormality of carbohydrate metabolism/homeostasis", "c": "HP:0011013"}, {"p": 2.066065317689044e-06, "p_uncorrected": 6.729854455013172e-09, "n": "Puberty and gonadal disorders", "c": "HP:0008373"}, {"p": 2.1767481626287405e-06, "p_uncorrected": 7.0903848945561585e-09, "n": "Abnormality of female internal genitalia", "c": "HP:0000008"}, {"p": 2.3225926077022225e-06, "p_uncorrected": 7.565448233557727e-09, "n": "Abnormality of fluid regulation", "c": "HP:0011032"}, {"p": 2.5743067328521833e-06, "p_uncorrected": 8.385363950658578e-09, "n": "Abnormality of the testis", "c": "HP:0000035"}, {"p": 2.7438357503096225e-06, "p_uncorrected": 8.937575733907565e-09, "n": "Nystagmus", "c": "HP:0000639"}, {"p": 3.1924265166540625e-06, "p_uncorrected": 1.039878344186991e-08, "n": "Abnormal involuntary eye movements", "c": "HP:0012547"}, {"p": 3.941055199038619e-06, "p_uncorrected": 1.2837313351917324e-08, "n": "Abnormal internal genitalia", "c": "HP:0000812"}, {"p": 4.3982513901891805e-06, "p_uncorrected": 1.4326551759573878e-08, "n": "Abnormality of erythrocytes", "c": "HP:0001877"}, {"p": 4.729009605111635e-06, "p_uncorrected": 1.5403940081796854e-08, "n": "Abnormality of the female genitalia", "c": "HP:0010460"}, {"p": 9.081642576385783e-06, "p_uncorrected": 2.958189764295043e-08, "n": "Ataxia", "c": "HP:0001251"}, {"p": 9.499843448701236e-06, "p_uncorrected": 3.09441154680822e-08, "n": "Abnormal retinal morphology", "c": "HP:0000479"}, {"p": 1.4273095112661205e-05, "p_uncorrected": 4.649216649075311e-08, "n": "Abnormal renal morphology", "c": "HP:0012210"}, {"p": 1.458387749487557e-05, "p_uncorrected": 4.750448695399209e-08, "n": "Abnormality of male external genitalia", "c": "HP:0000032"}, {"p": 1.5888839675674068e-05, "p_uncorrected": 5.17551780966582e-08, "n": "Abnormality of coordination", "c": "HP:0011443"}, {"p": 1.729796819095009e-05, "p_uncorrected": 5.6345173260423745e-08, "n": "Atrophy/Degeneration affecting the central nervous system", "c": "HP:0007367"}, {"p": 1.7854728108751475e-05, "p_uncorrected": 5.8158723481275166e-08, "n": "Abnormal external genitalia", "c": "HP:0000811"}, {"p": 2.2456195406528198e-05, "p_uncorrected": 7.314721630790944e-08, "n": "Abnormality of vision", "c": "HP:0000504"}, {"p": 2.5135309938722395e-05, "p_uncorrected": 8.187397374176675e-08, "n": "Abnormal peripheral nervous system morphology", "c": "HP:0000759"}, {"p": 3.23236138618761e-05, "p_uncorrected": 1.0528864450122508e-07, "n": "Abnormality of the male genitalia", "c": "HP:0010461"}, {"p": 3.2971690409923215e-05, "p_uncorrected": 1.0739964302906584e-07, "n": "Aplasia/hypoplasia involving the skeleton", "c": "HP:0009115"}, {"p": 3.464335079920156e-05, "p_uncorrected": 1.1284479087687803e-07, "n": "Abnormality of digit", "c": "HP:0011297"}, {"p": 6.881496226463522e-05, "p_uncorrected": 2.2415297154604308e-07, "n": "Short stature", "c": "HP:0004322"}, {"p": 7.611517703089195e-05, "p_uncorrected": 2.479321727390617e-07, "n": "Muscle weakness", "c": "HP:0001324"}, {"p": 8.259858594747801e-05, "p_uncorrected": 2.690507685585603e-07, "n": "Abnormality of the anterior segment of the globe", "c": "HP:0004328"}, {"p": 0.0001138007728773714, "p_uncorrected": 3.7068655660381564e-07, "n": "Upper motor neuron dysfunction", "c": "HP:0002493"}, {"p": 0.00011888491829110587, "p_uncorrected": 3.8724729085050773e-07, "n": "Neoplasm by anatomical site", "c": "HP:0011793"}, {"p": 0.00012097516293517722, "p_uncorrected": 3.9405590532631017e-07, "n": "Abnormality of the fundus", "c": "HP:0001098"}, {"p": 0.00012417258265780599, "p_uncorrected": 4.044709532827557e-07, "n": "Abnormality of the posterior segment of the globe", "c": "HP:0004329"}, {"p": 0.00015262060533597588, "p_uncorrected": 4.971355222670225e-07, "n": "Hearing impairment", "c": "HP:0000365"}, {"p": 0.00016059211883394877, "p_uncorrected": 5.231013642799634e-07, "n": "Neoplasm", "c": "HP:0002664"}, {"p": 0.00017325315786960351, "p_uncorrected": 5.643425337772102e-07, "n": "Abnormality of the cerebellum", "c": "HP:0001317"}, {"p": 0.00017618587241738414, "p_uncorrected": 5.738953498937594e-07, "n": "Abnormality of the metencephalon", "c": "HP:0011283"}, {"p": 0.00017618587241738414, "p_uncorrected": 5.738953498937594e-07, "n": "Abnormality of hindbrain morphology", "c": "HP:0011282"}, {"p": 0.00017916319029463729, "p_uncorrected": 5.835934537284602e-07, "n": "Hearing abnormality", "c": "HP:0000364"}, {"p": 0.00018218571347576067, "p_uncorrected": 5.934388061099696e-07, "n": "Abnormality of body height", "c": "HP:0000002"}, {"p": 0.00022960204326684703, "p_uncorrected": 7.478893917486874e-07, "n": "Abnormality of the kidney", "c": "HP:0000077"}, {"p": 0.0002391515950095283, "p_uncorrected": 7.789954234838055e-07, "n": "Abnormality of limb bone morphology", "c": "HP:0002813"}, {"p": 0.00024905713587446506, "p_uncorrected": 8.112610289070523e-07, "n": "Abnormal reproductive system morphology", "c": "HP:0012243"}, {"p": 0.00025312164937551113, "p_uncorrected": 8.245004865651829e-07, "n": "Abnormality of eye movement", "c": "HP:0000496"}, {"p": 0.0002699835132109949, "p_uncorrected": 8.794251244657815e-07, "n": "Abnormality of the upper urinary tract", "c": "HP:0010935"}, {"p": 0.0002721607996075025, "p_uncorrected": 8.865172625651547e-07, "n": "Abnormality of the endocrine system", "c": "HP:0000818"}, {"p": 0.000350750188320614, "p_uncorrected": 1.142508756744671e-06, "n": "Abnormality of the nose", "c": "HP:0000366"}, {"p": 0.0006114146839577272, "p_uncorrected": 1.9915787751066032e-06, "n": "Abnormality of connective tissue", "c": "HP:0003549"}, {"p": 0.0006205299480287158, "p_uncorrected": 2.0212701890186184e-06, "n": "Abnormality of the genital system", "c": "HP:0000078"}, {"p": 0.0008069550626492879, "p_uncorrected": 2.628518119378788e-06, "n": "Abnormality of the upper limb", "c": "HP:0002817"}, {"p": 0.0008921120254797562, "p_uncorrected": 2.905902363126242e-06, "n": "Abnormality of limb bone", "c": "HP:0040068"}, {"p": 0.0009992733379070886, "p_uncorrected": 3.254962012726673e-06, "n": "Abnormality of the orbital region", "c": "HP:0000315"}, {"p": 0.001310620639930439, "p_uncorrected": 4.269122605636609e-06, "n": "Intellectual disability", "c": "HP:0001249"}, {"p": 0.0013287166742452364, "p_uncorrected": 4.32806734281836e-06, "n": "Global developmental delay", "c": "HP:0001263"}, {"p": 0.001393837501355185, "p_uncorrected": 4.540187300831222e-06, "n": "Seizures", "c": "HP:0001250"}, {"p": 0.00144209606825589, "p_uncorrected": 4.697381329823746e-06, "n": "Abnormal appendicular skeleton morphology", "c": "HP:0011844"}, {"p": 0.0015535980630793837, "p_uncorrected": 5.060580010030566e-06, "n": "Behavioral abnormality", "c": "HP:0000708"}, {"p": 0.0015853247689068327, "p_uncorrected": 5.163924328686751e-06, "n": "Abnormality of the vasculature", "c": "HP:0002597"}, {"p": 0.0016953367076601303, "p_uncorrected": 5.522269406059057e-06, "n": "Abnormality of body weight", "c": "HP:0004323"}, {"p": 0.001848609048286737, "p_uncorrected": 6.021527844582205e-06, "n": "Abnormality of blood and blood-forming tissues", "c": "HP:0001871"}, {"p": 0.0020950978592187467, "p_uncorrected": 6.8244229941978716e-06, "n": "Growth delay", "c": "HP:0001510"}, {"p": 0.0030266555423608833, "p_uncorrected": 9.858812841566396e-06, "n": "Bone spicule pigmentation of the retina", "c": "HP:0007737"}, {"p": 0.004174007346542459, "p_uncorrected": 1.3596115135317457e-05, "n": "Abnormality of the urinary system", "c": "HP:0000079"}, {"p": 0.005126939374012541, "p_uncorrected": 1.6700128254112513e-05, "n": "Abnormality of central motor function", "c": "HP:0011442"}, {"p": 0.00540995350440465, "p_uncorrected": 1.76219983856829e-05, "n": "Neurodevelopmental delay", "c": "HP:0012758"}, {"p": 0.00608983167308619, "p_uncorrected": 1.9836585254352408e-05, "n": "Abnormality of skin morphology", "c": "HP:0011121"}, {"p": 0.006688071979710432, "p_uncorrected": 2.178525074824245e-05, "n": "Abnormality of the ear", "c": "HP:0000598"}, {"p": 0.012588335067972373, "p_uncorrected": 4.100434875561034e-05, "n": "Abnormality of limbs", "c": "HP:0040064"}, {"p": 0.013734914174553314, "p_uncorrected": 4.473913411906617e-05, "n": "Abnormality of the skin", "c": "HP:0000951"}, {"p": 0.024146525032660786, "p_uncorrected": 7.86531760021524e-05, "n": "Abnormal eye physiology", "c": "HP:0012373"}, {"p": 0.03252935640175157, "p_uncorrected": 0.00010595881564088459, "n": "Abnormality of the globe", "c": "HP:0012374"}, {"p": 0.03334787037817537, "p_uncorrected": 0.00010862498494519663, "n": "Abnormal eye morphology", "c": "HP:0012372"}, {"p": 0.034524935406332564, "p_uncorrected": 0.00011245907298479663, "n": "Abnormality of the genitourinary system", "c": "HP:0000119"}, {"p": 0.039139246044852014, "p_uncorrected": 0.00012748940079756357, "n": "Undetectable light- and dark-adapted electroretinogram", "c": "HP:0007688"}, {"p": 0.039139246044852014, "p_uncorrected": 0.00012748940079756357, "n": "Peripheral visual field loss", "c": "HP:0007994"}, {"p": 0.043868013802690724, "p_uncorrected": 0.0001428925531032271, "n": "Neurodevelopmental abnormality", "c": "HP:0012759"}, {"p": 0.04946207981041838, "p_uncorrected": 0.0001611142664834475, "n": "Abnormality of muscle physiology", "c": "HP:0011804"}]}
--- a/test-data/diseases-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/diseases-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short-rib thoracic dysplasia 3 with or without polydactyly", "deprecated": null, "id": "OMIM:613091", "description": null, "consider": null}, "id": "fce3ca13-eb68-4182-ae97-2e42af7a4b28", "type": null, "evidence_graph": {"nodes": [{"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short rib-polydactyly syndrome", "deprecated": null, "id": "KEGG-ds:H00511", "description": null, "consider": null}, "id": "42124813-00e2-4be5-89f7-3170687ec42c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Short rib-polydactyly syndrome", "id": "KEGG-ds:H00511"}, {"lbl": null, "id": "MONARCH:e199fb9f97b08b3e52f499869eba0789a15aa2d8"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "some variant of K08857 NIMA (never in mitosis gene a)-related kinase 1/4/5 [EC:2.7.11.1] | (RefSeq) NEK1 that is associated with Short rib-polydactyly syndrome", "id": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL"}], "edges": [{"sub": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL", "pred": "RO:0002607", "obj": "KEGG-ds:H00511"}, {"sub": "MONARCH:e199fb9f97b08b3e52f499869eba0789a15aa2d8", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL"}, {"sub": "MONARCH:e199fb9f97b08b3e52f499869eba0789a15aa2d8", "pred": "OBAN:association_has_object", "obj": "KEGG-ds:H00511"}, {"sub": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "short-rib thoracic dysplasia 6 with or without polydactyly", "deprecated": null, "id": "OMIM:263520", "description": null, "consider": null}, "id": "dc8ebdb0-af8b-4c0d-9207-7b0e6a5332dc", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of K08857 NIMA (never in mitosis gene a)-related kinase 1/4/5 [EC:2.7.11.1] | (RefSeq) NEK1", "id": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": null, "id": "MONARCH:099ef0113c919cb8b8a105f9ea68911791922c1c"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL", "pred": "RO:0002607", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:099ef0113c919cb8b8a105f9ea68911791922c1c", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:099ef0113c919cb8b8a105f9ea68911791922c1c", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26945885", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:27455347", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "amyotrophic lateral sclerosis", "deprecated": null, "id": "DOID:332", "description": null, "consider": null}, "id": "22e102cf-e7d5-4770-a516-d39ebd24f898", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:26945885"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:27455347"}, {"lbl": "traceable author statement", "id": "ECO:0000033"}, {"lbl": "amyotrophic lateral sclerosis", "id": "DOID:332"}, {"lbl": null, "id": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe"}, {"lbl": "some variant of NEK1 that is marker/mechanism for Amyotrophic Lateral Sclerosis", "id": ":.well-known/genid/NCBIGene4750-MESHD000690VL"}], "edges": [{"sub": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe", "pred": "dc:source", "obj": "PMID:26945885"}, {"sub": ":.well-known/genid/NCBIGene4750-MESHD000690VL", "pred": "RO:0002607", "obj": "DOID:332"}, {"sub": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe", "pred": "OBAN:association_has_object", "obj": "DOID:332"}, {"sub": ":.well-known/genid/NCBIGene4750-MESHD000690VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe", "pred": "dc:source", "obj": "PMID:27455347"}, {"sub": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/NCBIGene4750-MESHD000690VL"}, {"sub": "MONARCH:ece9f777ba9bf594477181dd61bdfc45fee070fe", "pred": "RO:0002558", "obj": "ECO:0000033"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21211617", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22499340", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short rib-polydactyly syndrome", "deprecated": null, "id": "Orphanet:1505", "description": null, "consider": null}, "id": "b57279a0-b07c-4ed4-8f97-e05c139070a6", "type": null, "evidence_graph": {"nodes": [{"lbl": "Short rib-polydactyly syndrome", "id": "Orphanet:1505"}, {"lbl": null, "id": "PMID:21211617"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:22499340"}, {"lbl": "traceable author statement", "id": "ECO:0000033"}, {"lbl": null, "id": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f"}, {"lbl": "some variant of NEK1 that is marker/mechanism for Short Rib-Polydactyly Syndrome", "id": ":.well-known/genid/NCBIGene4750-MESHD012779VL"}], "edges": [{"sub": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f", "pred": "OBAN:association_has_object", "obj": "Orphanet:1505"}, {"sub": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/NCBIGene4750-MESHD012779VL"}, {"sub": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f", "pred": "dc:source", "obj": "PMID:21211617"}, {"sub": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f", "pred": "RO:0002558", "obj": "ECO:0000033"}, {"sub": "MONARCH:883edfad4eca0c94a24779aac623a20b78fac30f", "pred": "dc:source", "obj": "PMID:22499340"}, {"sub": ":.well-known/genid/NCBIGene4750-MESHD012779VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/NCBIGene4750-MESHD012779VL", "pred": "RO:0002607", "obj": "Orphanet:1505"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short rib-polydactyly syndrome, Majewski type", "deprecated": null, "id": "Orphanet:93269", "description": null, "consider": null}, "id": "2c56312f-08a8-4c04-bebc-08318d13011c", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Short rib-polydactyly syndrome, Majewski type", "id": "Orphanet:93269"}, {"lbl": null, "id": "MONARCH:e5fa4ac7ef4059ec83803623484741b873b2bb15"}, {"lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Short rib-polydactyly syndrome, Majewski type", "id": ":.well-known/genid/258621-93269VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}], "edges": [{"sub": "MONARCH:e5fa4ac7ef4059ec83803623484741b873b2bb15", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/258621-93269VL", "pred": "RO:0002200", "obj": "Orphanet:93269"}, {"sub": "MONARCH:e5fa4ac7ef4059ec83803623484741b873b2bb15", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/258621-93269VL"}, {"sub": ":.well-known/genid/258621-93269VL", "pred": "GENO:0000408", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e5fa4ac7ef4059ec83803623484741b873b2bb15", "pred": "OBAN:association_has_object", "obj": "Orphanet:93269"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["DOID:332", "KEGG-ds:H00511", "OMIM:263520", "OMIM:613091", "Orphanet:1505", "Orphanet:93269"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 6}, "object_closure": {"DOID:0080015": 4, "BFO:0000020": 6, "owl:Thing": 6, "DOID:0080010": 4, "BFO:0000002": 6, "MESH:D001847": 4, "BFO:0000016": 6, "MESH:D004194": 6, "OBI:1110055": 6, "DOID:4": 6, "DOID:65": 4, "DOID:630": 4, "DOID:0080006": 4, "DOID:7": 5, "DOID:1934": 4, "DOID:17": 4, "DOID:1148": 4, "BFO:0000001": 6, "MESH:D003240": 4, "BFO:0000017": 6, "DOID:0080001": 4, "UMLS:CN200528": 6, "MESH:D001848": 4, "DOID:1579": 4, "UMLS:C0442893": 6}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "GENO:0000840", "replaced_by": null, "consider": null, "label": "pathogenic_for_condition", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:613091", "replaced_by": null, "consider": null, "label": "Short-rib thoracic dysplasia 3 with or without polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d68d423e-246b-4aa4-88dc-58932eea4d15", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/NCBIGene4750-OMIM263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:328c0dd7e35c2fc9", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:099ef0113c919cb8", "obj": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:099ef0113c919cb8", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:328c0dd7e35c2fc9", "obj": "PMID:21211617"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "dc:source", "sub": "MONARCH:328c0dd7e35c2fc9", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/NCBIGene4750-OMIM263520VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:328c0dd7e35c2fc9", "obj": ":.well-known/genid/NCBIGene4750-OMIM263520VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "RO:0002558", "sub": "MONARCH:328c0dd7e35c2fc9", "obj": "ECO:0000033"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": ":.well-known/genid/NCBIGene4750-OMIM263520VL", "lbl": "some variant of NEK1 that is marker/mechanism for Short Rib-Polydactyly Syndrome"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:099ef0113c919cb8", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "MONARCH:328c0dd7e35c2fc9", "lbl": null}, {"id": "ECO:0000033", "lbl": "traceable author statement"}, {"id": ":.well-known/genid/KEGG-hsa4750-OMIM263520VL", "lbl": "some variant of K08857 NIMA (never in mitosis gene a)-related kinase 1/4/5 [EC:2.7.11.1] | (RefSeq) NEK1"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:263520", "replaced_by": null, "consider": null, "label": "short-rib thoracic dysplasia 6 with or without polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0ef08942-bf92-464c-a54e-7147f2f461fc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:e5fa4ac7ef4059ec", "obj": "ECO:0000322"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-93269VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e5fa4ac7ef4059ec", "obj": ":.well-known/genid/258621-93269VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-93269VL", "obj": "Orphanet:93269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e5fa4ac7ef4059ec", "obj": "Orphanet:93269"}], "nodes": [{"id": ":.well-known/genid/258621-93269VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Short rib-polydactyly syndrome, Majewski type"}, {"id": "MONARCH:e5fa4ac7ef4059ec", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "Orphanet:93269", "lbl": "Short rib-polydactyly syndrome, Majewski type"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "Orphanet:93269", "replaced_by": null, "consider": null, "label": "Short rib-polydactyly syndrome, Majewski type", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "819a2931-1fd9-45ea-93a1-9f40dee43deb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:252100", "replaced_by": null, "consider": null, "label": "Orofaciodigital syndrome type 2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "04db019c-1bbf-4e43-9d28-5fa91a810e80", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:e199fb9f97b08b3e", "obj": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL", "obj": "KEGG-ds:H00511"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e199fb9f97b08b3e", "obj": "KEGG-ds:H00511"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": ":.well-known/genid/KEGG-hsa4750-KEGG-dsH00511VL", "lbl": "some variant of K08857 NIMA (never in mitosis gene a)-related kinase 1/4/5 [EC:2.7.11.1] | (RefSeq) NEK1 that is associated with Short rib-polydactyly syndrome"}, {"id": "MONARCH:e199fb9f97b08b3e", "lbl": null}, {"id": "KEGG-ds:H00511", "lbl": "Short rib-polydactyly syndrome"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "KEGG-ds:H00511", "replaced_by": null, "consider": null, "label": "Short rib-polydactyly syndrome", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7794dd43-453b-4a1f-91e8-e878bd5eb23d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/NCBIGene4750-MESHD000690VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:ece9f777ba9bf594", "obj": "ECO:0000033"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ece9f777ba9bf594", "obj": ":.well-known/genid/NCBIGene4750-MESHD000690VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/NCBIGene4750-MESHD000690VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ece9f777ba9bf594", "obj": "PMID:26945885"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ece9f777ba9bf594", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ece9f777ba9bf594", "obj": "PMID:27455347"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "ECO:0000033", "lbl": "traceable author statement"}, {"id": "MONARCH:ece9f777ba9bf594", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:26945885", "lbl": null}, {"id": "PMID:27455347", "lbl": null}, {"id": ":.well-known/genid/NCBIGene4750-MESHD000690VL", "lbl": "some variant of NEK1 that is marker/mechanism for Amyotrophic Lateral Sclerosis"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26945885", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:27455347", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "DOID:332", "replaced_by": null, "consider": null, "label": "amyotrophic lateral sclerosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "62af6574-eb61-4883-9770-ca547c3b10c4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["DOID:332", "KEGG-ds:H00511", "OMIM:252100", "OMIM:263520", "OMIM:613091", "Orphanet:93269"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"MESH:D003240": 4, "MESH:D009140": 4, "MESH:D030342": 4, "BFO:0000016": 6, "BFO:0000002": 6, "MESH:D009139": 4, "BFO:0000001": 6, "DOID:65": 4, "BFO:0000017": 6, "MESH:D004413": 4, "DOID:4": 6, "DOID:0080006": 4, "DOID:0080010": 4, "BFO:0000020": 6, "DOID:630": 4, "MESH:D001848": 4, "MESH:D004194": 6, "owl:Thing": 6, "DOID:7": 5, "DOID:0080001": 4, "DOID:1934": 4, "MESH:D001847": 4, "Orphanet:139012": 4, "OBI:1110055": 6, "DOID:17": 4}, "subject_taxon_label": {"Homo sapiens": 6}}, "facet_pivot": null}
--- a/test-data/diseases-for-genotype.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/diseases-for-genotype.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Breast-Ovarian Cancer, Familial, Susceptibility To, 1", "deprecated": null, "id": "OMIM:604370", "description": null, "consider": null}, "id": "f29a7b3f-b587-4133-9459-5a51a0a07097", "type": null, "evidence_graph": {"nodes": [{"lbl": "BRCA1(ARG1443TER) [GM14637]", "id": "dbSNPIndividual:12141"}, {"lbl": null, "id": "MONARCH:60c9082f6214355293ebe52575d8952c8c61cc7e"}, {"lbl": "affected female proband with Breast cancer information core (bic) brca1/brca2 mutation panel dna samples", "id": ":.well-known/genid/person-GM14637"}, {"lbl": "Breast-Ovarian Cancer, Familial, Susceptibility To, 1", "id": "OMIM:604370"}], "edges": [{"sub": ":.well-known/genid/person-GM14637", "pred": "RO:0002200", "obj": "OMIM:604370"}, {"sub": ":.well-known/genid/person-GM14637", "pred": "GENO:0000222", "obj": "dbSNPIndividual:12141"}, {"sub": "MONARCH:60c9082f6214355293ebe52575d8952c8c61cc7e", "pred": "OBAN:association_has_object", "obj": "OMIM:604370"}, {"sub": "MONARCH:60c9082f6214355293ebe52575d8952c8c61cc7e", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/person-GM14637"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "BRCA1(ARG1443TER) [GM14637]", "deprecated": null, "id": "dbSNPIndividual:12141", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/coriell.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["OMIM:604370"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 1}, "object_closure": {"BFO:0000020": 1, "DOID:162": 1, "DOID:229": 1, "DOID:0050736": 1, "DOID:16": 1, "DOID:193": 1, "DOID:0050739": 1, "DOID:120": 1, "DOID:0050686": 1, "BFO:0000016": 1, "DOID:14566": 1, "BFO:0000002": 1, "DOID:15": 1, "DOID:0060118": 1, "DOID:0050177": 1, "DC:0000638": 1, "DOID:28": 1, "DOID:1100": 1, "BFO:0000001": 1, "DOID:1612": 1, "DOID:2394": 1, "DOID:37": 1, "BFO:0000017": 1, "DOID:2277": 1, "DOID:3463": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/coriell.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/person-GM14637", "obj": "OMIM:604370"}, {"pred": "GENO:0000222", "sub": ":.well-known/genid/person-GM14637", "obj": "dbSNPIndividual:12141"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:60c9082f62143552", "obj": "OMIM:604370"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60c9082f62143552", "obj": ":.well-known/genid/person-GM14637"}], "nodes": [{"id": "dbSNPIndividual:12141", "lbl": "BRCA1(ARG1443TER) [GM14637]"}, {"id": ":.well-known/genid/person-GM14637", "lbl": "affected female proband with Breast cancer information core (bic) brca1/brca2 mutation panel dna samples"}, {"id": "MONARCH:60c9082f62143552", "lbl": null}, {"id": "OMIM:604370", "lbl": "Breast-Ovarian Cancer, Familial, Susceptibility To, 1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:604370", "replaced_by": null, "consider": null, "label": "Breast-Ovarian Cancer, Familial, Susceptibility To, 1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "99b56929-3160-46eb-b466-3a117c41bcb1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "dbSNPIndividual:12141", "replaced_by": null, "consider": null, "label": "BRCA1(ARG1443TER) [GM14637]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["OMIM:604370"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"DOID:0050739": 1, "DOID:0050686": 1, "DOID:193": 1, "DOID:170": 1, "DC:0000638": 1, "BFO:0000016": 1, "BFO:0000002": 1, "BFO:0000001": 1, "DOID:0060085": 1, "BFO:0000017": 1, "DOID:0060118": 1, "DOID:18": 1, "DOID:1612": 1, "DOID:1100": 1, "BFO:0000020": 1, "DOID:162": 1, "DOID:16": 1, "DOID:0050687": 1, "DOID:0050736": 1, "DOID:2277": 1, "DOID:15": 1, "DOID:14566": 1, "DOID:120": 1, "DOID:0060072": 1, "DOID:0050177": 1}, "subject_taxon_label": {"Homo sapiens": 1}}, "facet_pivot": null}
--- a/test-data/femur-search-term.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/femur-search-term.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"facet_counts": {"category": {"gene": 1, "Phenotype": 107, "disease": 31}, "taxon_label": {"Drosophila melanogaster": 1, "Ornithorhynchus anatinus": 0, "Danio rerio": 0, "Caenorhabditis elegans": 0, "Mus musculus": 0, "Schizosaccharomyces pombe": 0, "Equus caballus": 0, "Sus scrofa": 0, "Gallus gallus": 0, "Macaca mulatta": 0, "Homo sapiens": 0, "Takifugu rubripes": 0, "Arabidopsis thaliana": 0, "Rattus norvegicus": 0, "Saccharomyces cerevisiae": 0, "Bos taurus": 0, "Monodelphis domestica": 0, "Pan troglodytes": 0, "Canis lupus familiaris": 0, "Xenopus tropicalis": 0, "Dictyostelium discoideum": 0, "Felis catus": 0, "Anolis carolinensis": 0}}, "docs": [{"equivalent_iri_kw": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "synonym_eng": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "synonym_kw": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "equivalent_iri_std": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "iri": "http://purl.obolibrary.org/obo/MP_0008152", "_version_": 1564148012419121152, "label_eng": ["decreased diameter of femur"], "equivalent_iri_eng": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008152", "iri_eng": "http://purl.obolibrary.org/obo/MP_0008152", "category_kw": ["Phenotype"], "definition_std": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "id_eng": "MP:0008152", "definition_kw": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "label_kw": ["decreased diameter of femur"], "synonym": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "score": 37.813095, "id_std": "MP:0008152", "equivalent_curie_std": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "id": "MP:0008152", "equivalent_iri": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008152", "id_kw": "MP:0008152", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_curie_eng": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "label": ["decreased diameter of femur"], "label_std": ["decreased diameter of femur"], "definition": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "synonym_std": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "equivalent_curie": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"]}, {"equivalent_iri_kw": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "synonym_eng": ["decreased femur medullary cavity diameter", "reduced inner diameter of femur", "decreased femur bone marrow cavity diameter", "decreased inner diameter of femur", "decreased endosteal diameter of femur", "reduced endosteal diameter of femur"], "synonym_kw": ["decreased femur medullary cavity diameter", "reduced inner diameter of femur", "decreased femur bone marrow cavity diameter", "decreased inner diameter of femur", "decreased endosteal diameter of femur", "reduced endosteal diameter of femur"], "equivalent_iri_std": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "iri": "http://purl.obolibrary.org/obo/MP_0013621", "_version_": 1564147997268246529, "label_eng": ["decreased internal diameter of femur"], "equivalent_iri_eng": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013621", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013621", "category_kw": ["Phenotype"], "definition_std": ["reduced cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "id_eng": "MP:0013621", "definition_kw": ["reduced cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "label_kw": ["decreased internal diameter of femur"], "synonym": ["decreased femur medullary cavity diameter", "reduced inner diameter of femur", "decreased femur bone marrow cavity diameter", "decreased inner diameter of femur", "decreased endosteal diameter of femur", "reduced endosteal diameter of femur"], "score": 37.813095, "id_std": "MP:0013621", "equivalent_curie_std": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "id": "MP:0013621", "equivalent_iri": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013621", "id_kw": "MP:0013621", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["reduced cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "equivalent_curie_eng": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"], "label": ["decreased internal diameter of femur"], "label_std": ["decreased internal diameter of femur"], "definition": ["reduced cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "synonym_std": ["decreased femur medullary cavity diameter", "reduced inner diameter of femur", "decreased femur bone marrow cavity diameter", "decreased inner diameter of femur", "decreased endosteal diameter of femur", "reduced endosteal diameter of femur"], "equivalent_curie": ["_:2c2e94c2296272d3d53b2bb6f7f285bc"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "synonym_eng": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "synonym_kw": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "iri": "http://purl.obolibrary.org/obo/MESH_D005271", "_version_": 1564147977456451585, "label_eng": ["Femur Head Necrosis"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D005271", "iri_eng": "http://purl.obolibrary.org/obo/MESH_D005271", "category_kw": ["disease"], "definition_std": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "id_eng": "MESH:D005271", "definition_kw": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0015814"], "label_kw": ["Femur Head Necrosis"], "synonym": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "score": 37.306873, "id_std": "MESH:D005271", "equivalent_curie_std": ["UMLS:C0015814"], "id": "MESH:D005271", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D005271", "id_kw": "MESH:D005271", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "equivalent_curie_eng": ["UMLS:C0015814"], "label": ["Femur Head Necrosis"], "label_std": ["Femur Head Necrosis"], "definition": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "synonym_std": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "equivalent_curie": ["UMLS:C0015814"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MP_0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "synonym_eng": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "synonym_kw": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MP_0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "iri": "http://purl.obolibrary.org/obo/HP_0002980", "_version_": 1564148007355547649, "label_eng": ["Femoral bowing"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MP_0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002980", "iri_eng": "http://purl.obolibrary.org/obo/HP_0002980", "category_kw": ["Phenotype"], "definition_std": ["Bowing (abnormal curvature) of the femur."], "id_eng": "HP:0002980", "definition_kw": ["Bowing (abnormal curvature) of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["MP:0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "label_kw": ["Femoral bowing"], "synonym": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "score": 37.074013, "id_std": "HP:0002980", "equivalent_curie_std": ["MP:0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "id": "HP:0002980", "equivalent_iri": ["http://purl.obolibrary.org/obo/MP_0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002980", "id_kw": "HP:0002980", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Bowing (abnormal curvature) of the femur."], "equivalent_curie_eng": ["MP:0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"], "label": ["Femoral bowing"], "label_std": ["Femoral bowing"], "definition": ["Bowing (abnormal curvature) of the femur."], "synonym_std": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "equivalent_curie": ["MP:0004371", "_:c8500484de42b9ffbcd9b59c32c7b17d"]}, {"equivalent_iri_kw": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "synonym_eng": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "synonym_kw": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "equivalent_iri_std": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "iri": "http://purl.obolibrary.org/obo/MP_0008158", "_version_": 1564148012417024000, "label_eng": ["increased diameter of femur"], "equivalent_iri_eng": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008158", "iri_eng": "http://purl.obolibrary.org/obo/MP_0008158", "category_kw": ["Phenotype"], "definition_std": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "id_eng": "MP:0008158", "definition_kw": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "label_kw": ["increased diameter of femur"], "synonym": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "score": 37.074013, "id_std": "MP:0008158", "equivalent_curie_std": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "id": "MP:0008158", "equivalent_iri": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008158", "id_kw": "MP:0008158", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_curie_eng": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "label": ["increased diameter of femur"], "label_std": ["increased diameter of femur"], "definition": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "synonym_std": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "equivalent_curie": ["_:4cf226119aec661c5d23b2b431e8d8d9"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/MESH_C537918", "http://purl.obolibrary.org/obo/UMLS_C1856790"], "synonym_eng": ["FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "synonym_kw": ["FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/MESH_C537918", "http://purl.obolibrary.org/obo/UMLS_C1856790"], "iri": "http://purl.obolibrary.org/obo/OMIM_228200", "_version_": 1564147994406682625, "label_eng": ["Femur-fibula-ulna complex"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/MESH_C537918", "http://purl.obolibrary.org/obo/UMLS_C1856790"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_228200", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_228200", "category_kw": ["disease"], "definition_std": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "id_eng": "OMIM:228200", "definition_kw": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:2019", "MESH:C537918", "UMLS:C1856790"], "label_kw": ["Femur-fibula-ulna complex"], "synonym": ["FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "score": 36.69678, "id_std": "OMIM:228200", "equivalent_curie_std": ["Orphanet:2019", "MESH:C537918", "UMLS:C1856790"], "id": "OMIM:228200", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/MESH_C537918", "http://purl.obolibrary.org/obo/UMLS_C1856790"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_228200", "id_kw": "OMIM:228200", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "equivalent_curie_eng": ["Orphanet:2019", "MESH:C537918", "UMLS:C1856790"], "label": ["Femur-fibula-ulna complex"], "label_std": ["Femur-fibula-ulna complex"], "definition": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "synonym_std": ["FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "equivalent_curie": ["Orphanet:2019", "MESH:C537918", "UMLS:C1856790"]}, {"equivalent_iri_kw": ["_:66f50255329c2365fd2d32268285f647"], "synonym_eng": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "synonym_kw": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "equivalent_iri_std": ["_:66f50255329c2365fd2d32268285f647"], "iri": "http://purl.obolibrary.org/obo/MP_0013620", "_version_": 1564147997270343681, "label_eng": ["increased internal diameter of femur"], "equivalent_iri_eng": ["_:66f50255329c2365fd2d32268285f647"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013620", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013620", "category_kw": ["Phenotype"], "definition_std": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "id_eng": "MP:0013620", "definition_kw": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:66f50255329c2365fd2d32268285f647"], "label_kw": ["increased internal diameter of femur"], "synonym": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "score": 36.69678, "id_std": "MP:0013620", "equivalent_curie_std": ["_:66f50255329c2365fd2d32268285f647"], "id": "MP:0013620", "equivalent_iri": ["_:66f50255329c2365fd2d32268285f647"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013620", "id_kw": "MP:0013620", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "equivalent_curie_eng": ["_:66f50255329c2365fd2d32268285f647"], "label": ["increased internal diameter of femur"], "label_std": ["increased internal diameter of femur"], "definition": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "synonym_std": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "equivalent_curie": ["_:66f50255329c2365fd2d32268285f647"]}, {"equivalent_iri_kw": ["_:e04672a47778e9c2c919870ceaa00939"], "synonym_eng": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "synonym_kw": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "equivalent_iri_std": ["_:e04672a47778e9c2c919870ceaa00939"], "iri": "http://purl.obolibrary.org/obo/MP_0013624", "_version_": 1564147997268246528, "label_eng": ["decreased femur compact bone thickness"], "equivalent_iri_eng": ["_:e04672a47778e9c2c919870ceaa00939"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013624", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013624", "category_kw": ["Phenotype"], "definition_std": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013624", "definition_kw": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:e04672a47778e9c2c919870ceaa00939"], "label_kw": ["decreased femur compact bone thickness"], "synonym": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "score": 36.45761, "id_std": "MP:0013624", "equivalent_curie_std": ["_:e04672a47778e9c2c919870ceaa00939"], "id": "MP:0013624", "equivalent_iri": ["_:e04672a47778e9c2c919870ceaa00939"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013624", "id_kw": "MP:0013624", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_eng": ["_:e04672a47778e9c2c919870ceaa00939"], "label": ["decreased femur compact bone thickness"], "label_std": ["decreased femur compact bone thickness"], "definition": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_std": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "equivalent_curie": ["_:e04672a47778e9c2c919870ceaa00939"]}, {"equivalent_iri_kw": ["_:c78516af691e86259d42ed6eaa7a2eec"], "synonym_eng": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "synonym_kw": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "equivalent_iri_std": ["_:c78516af691e86259d42ed6eaa7a2eec"], "iri": "http://purl.obolibrary.org/obo/MP_0013622", "_version_": 1564147997269295104, "label_eng": ["abnormal femur compact bone thickness"], "equivalent_iri_eng": ["_:c78516af691e86259d42ed6eaa7a2eec"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013622", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013622", "category_kw": ["Phenotype"], "definition_std": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013622", "definition_kw": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:c78516af691e86259d42ed6eaa7a2eec"], "label_kw": ["abnormal femur compact bone thickness"], "synonym": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "score": 35.870434, "id_std": "MP:0013622", "equivalent_curie_std": ["_:c78516af691e86259d42ed6eaa7a2eec"], "id": "MP:0013622", "equivalent_iri": ["_:c78516af691e86259d42ed6eaa7a2eec"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013622", "id_kw": "MP:0013622", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_eng": ["_:c78516af691e86259d42ed6eaa7a2eec"], "label": ["abnormal femur compact bone thickness"], "label_std": ["abnormal femur compact bone thickness"], "definition": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_std": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "equivalent_curie": ["_:c78516af691e86259d42ed6eaa7a2eec"]}, {"equivalent_iri_kw": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "synonym_eng": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "synonym_kw": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "equivalent_iri_std": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "iri": "http://purl.obolibrary.org/obo/MP_0013623", "_version_": 1564147997354229760, "label_eng": ["increased femur compact bone thickness"], "equivalent_iri_eng": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013623", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013623", "category_kw": ["Phenotype"], "definition_std": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013623", "definition_kw": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "label_kw": ["increased femur compact bone thickness"], "synonym": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "score": 35.870434, "id_std": "MP:0013623", "equivalent_curie_std": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "id": "MP:0013623", "equivalent_iri": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013623", "id_kw": "MP:0013623", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_eng": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "label": ["increased femur compact bone thickness"], "label_std": ["increased femur compact bone thickness"], "definition": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_std": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "equivalent_curie": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"]}, {"synonym_eng": ["decreased BMD of femur", "decreased femur bone mineral density"], "synonym_kw": ["decreased BMD of femur", "decreased femur bone mineral density"], "iri": "http://purl.obolibrary.org/obo/MP_0020010", "label_eng": ["decreased bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020010", "iri_eng": "http://purl.obolibrary.org/obo/MP_0020010", "category_kw": ["Phenotype"], "definition_std": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020010", "definition_kw": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category_eng": ["Phenotype"], "_version_": 1564147991313383424, "label_kw": ["decreased bone mineral density of femur"], "synonym": ["decreased BMD of femur", "decreased femur bone mineral density"], "score": 34.56564, "id_std": "MP:0020010", "id": "MP:0020010", "iri_std": "http://purl.obolibrary.org/obo/MP_0020010", "id_kw": "MP:0020010", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "label": ["decreased bone mineral density of femur"], "label_std": ["decreased bone mineral density of femur"], "definition": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "synonym_std": ["decreased BMD of femur", "decreased femur bone mineral density"]}, {"synonym_eng": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "synonym_kw": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "iri": "http://purl.obolibrary.org/obo/MP_0020009", "label_eng": ["abnormal bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020009", "iri_eng": "http://purl.obolibrary.org/obo/MP_0020009", "category_kw": ["Phenotype"], "definition_std": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020009", "definition_kw": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "category_eng": ["Phenotype"], "_version_": 1564147991315480578, "label_kw": ["abnormal bone mineral density of femur"], "synonym": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "score": 34.56564, "id_std": "MP:0020009", "id": "MP:0020009", "iri_std": "http://purl.obolibrary.org/obo/MP_0020009", "id_kw": "MP:0020009", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "label": ["abnormal bone mineral density of femur"], "label_std": ["abnormal bone mineral density of femur"], "definition": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "synonym_std": ["abnormal BMD of femur", "abnormal femur bone mineral density"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1986", "http://purl.obolibrary.org/obo/UMLS_C1856789"], "synonym_eng": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "synonym_kw": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "iri": "http://purl.obolibrary.org/obo/OMIM_228250", "_version_": 1564147994405634052, "label_eng": ["Gollop-Wolfgang complex"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1986", "http://purl.obolibrary.org/obo/UMLS_C1856789"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_228250", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_228250", "category_kw": ["disease"], "id_eng": "OMIM:228250", "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1986", "http://purl.obolibrary.org/obo/UMLS_C1856789"], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:1986", "UMLS:C1856789"], "label_kw": ["Gollop-Wolfgang complex"], "synonym": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "score": 33.01635, "id_std": "OMIM:228250", "equivalent_curie_std": ["Orphanet:1986", "UMLS:C1856789"], "id": "OMIM:228250", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1986", "http://purl.obolibrary.org/obo/UMLS_C1856789"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_228250", "id_kw": "OMIM:228250", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["Orphanet:1986", "UMLS:C1856789"], "label": ["Gollop-Wolfgang complex"], "label_std": ["Gollop-Wolfgang complex"], "synonym_std": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "equivalent_curie": ["Orphanet:1986", "UMLS:C1856789"]}, {"equivalent_iri_kw": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "synonym_eng": ["femur dysplasia"], "synonym_kw": ["femur dysplasia"], "equivalent_iri_std": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "iri": "http://purl.obolibrary.org/obo/MP_0000559", "_version_": 1564148003820797952, "label_eng": ["abnormal femur morphology"], "equivalent_iri_eng": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0000559", "iri_eng": "http://purl.obolibrary.org/obo/MP_0000559", "category_kw": ["Phenotype"], "definition_std": ["any structural anomaly of the long bone of the thigh"], "id_eng": "MP:0000559", "definition_kw": ["any structural anomaly of the long bone of the thigh"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "label_kw": ["abnormal femur morphology"], "synonym": ["femur dysplasia"], "score": 32.069275, "id_std": "MP:0000559", "equivalent_curie_std": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "id": "MP:0000559", "equivalent_iri": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "iri_std": "http://purl.obolibrary.org/obo/MP_0000559", "id_kw": "MP:0000559", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["any structural anomaly of the long bone of the thigh"], "equivalent_curie_eng": ["_:7ce463374fd6f9921a608bd4d136cb7c"], "label": ["abnormal femur morphology"], "label_std": ["abnormal femur morphology"], "definition": ["any structural anomaly of the long bone of the thigh"], "synonym_std": ["femur dysplasia"], "equivalent_curie": ["_:7ce463374fd6f9921a608bd4d136cb7c"]}, {"equivalent_iri_kw": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "synonym_eng": ["increased femur length"], "synonym_kw": ["increased femur length"], "equivalent_iri_std": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "iri": "http://purl.obolibrary.org/obo/MP_0004348", "_version_": 1564148008713453569, "label_eng": ["long femur"], "equivalent_iri_eng": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0004348", "iri_eng": "http://purl.obolibrary.org/obo/MP_0004348", "category_kw": ["Phenotype"], "definition_std": ["increased length of the long bone of the thigh"], "id_eng": "MP:0004348", "definition_kw": ["increased length of the long bone of the thigh"], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "label_kw": ["long femur"], "synonym": ["increased femur length"], "score": 31.386066, "id_std": "MP:0004348", "equivalent_curie_std": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "id": "MP:0004348", "equivalent_iri": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "iri_std": "http://purl.obolibrary.org/obo/MP_0004348", "id_kw": "MP:0004348", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increased length of the long bone of the thigh"], "equivalent_curie_eng": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "label": ["long femur"], "label_std": ["long femur"], "definition": ["increased length of the long bone of the thigh"], "synonym_std": ["increased femur length"], "equivalent_curie": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MP_0004349"], "synonym_eng": ["Absent femur", "Absent thighbone"], "synonym_kw": ["Absent femur", "Absent thighbone"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MP_0004349"], "iri": "http://purl.obolibrary.org/obo/HP_0012744", "_version_": 1564148003080503296, "label_eng": ["Femoral aplasia"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MP_0004349"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012744", "iri_eng": "http://purl.obolibrary.org/obo/HP_0012744", "category_kw": ["Phenotype"], "definition_std": ["Failure of the femur to develop."], "id_eng": "HP:0012744", "definition_kw": ["Failure of the femur to develop."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["MP:0004349"], "label_kw": ["Femoral aplasia"], "synonym": ["Absent femur", "Absent thighbone"], "score": 31.386066, "id_std": "HP:0012744", "equivalent_curie_std": ["MP:0004349"], "id": "HP:0012744", "equivalent_iri": ["http://purl.obolibrary.org/obo/MP_0004349"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012744", "id_kw": "HP:0012744", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Failure of the femur to develop."], "equivalent_curie_eng": ["MP:0004349"], "label": ["Femoral aplasia"], "label_std": ["Femoral aplasia"], "definition": ["Failure of the femur to develop."], "synonym_std": ["Absent femur", "Absent thighbone"], "equivalent_curie": ["MP:0004349"]}, {"synonym_eng": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "synonym_kw": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "iri": "http://www.orpha.net/ORDO/Orphanet_399329", "label_eng": ["Epiphysiolysis of the hip"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_399329", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_399329", "category_kw": ["disease"], "id_eng": "Orphanet:399329", "leaf": true, "category_eng": ["disease"], "label_kw": ["Epiphysiolysis of the hip"], "synonym": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "score": 30.00501, "id_std": "Orphanet:399329", "id": "Orphanet:399329", "iri_std": "http://www.orpha.net/ORDO/Orphanet_399329", "id_kw": "Orphanet:399329", "_version_": 1564147997356326912, "category": ["disease"], "category_std": ["disease"], "label": ["Epiphysiolysis of the hip"], "label_std": ["Epiphysiolysis of the hip"], "synonym_std": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"]}, {"synonym_eng": ["Femoral intercalary meromelia", "Congenital short femur"], "synonym_kw": ["Femoral intercalary meromelia", "Congenital short femur"], "iri": "http://www.orpha.net/ORDO/Orphanet_1987", "label_eng": ["Femoral agenesis/hypoplasia"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_1987", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_1987", "category_kw": ["disease"], "definition_std": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "id_eng": "Orphanet:1987", "definition_kw": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "category_eng": ["disease"], "_version_": 1564147988597571587, "label_kw": ["Femoral agenesis/hypoplasia"], "synonym": ["Femoral intercalary meromelia", "Congenital short femur"], "score": 30.00501, "id_std": "Orphanet:1987", "id": "Orphanet:1987", "iri_std": "http://www.orpha.net/ORDO/Orphanet_1987", "id_kw": "Orphanet:1987", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "label": ["Femoral agenesis/hypoplasia"], "label_std": ["Femoral agenesis/hypoplasia"], "definition": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "synonym_std": ["Femoral intercalary meromelia", "Congenital short femur"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_D005266"], "synonym_eng": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "synonym_kw": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_D005266"], "iri": "http://purl.obolibrary.org/obo/DOID_5546", "_version_": 1564147976880783360, "label_eng": ["femoral cancer"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_D005266"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_5546", "iri_eng": "http://purl.obolibrary.org/obo/DOID_5546", "category_kw": ["disease"], "definition_std": ["A bone cancer that is located_in the femur."], "id_eng": "DOID:5546", "definition_kw": ["A bone cancer that is located_in the femur."], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:D005266"], "label_kw": ["femoral cancer"], "synonym": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "score": 28.73345, "id_std": "DOID:5546", "equivalent_curie_std": ["MESH:D005266"], "id": "DOID:5546", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_D005266"], "iri_std": "http://purl.obolibrary.org/obo/DOID_5546", "id_kw": "DOID:5546", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A bone cancer that is located_in the femur."], "equivalent_curie_eng": ["MESH:D005266"], "label": ["femoral cancer"], "label_std": ["femoral cancer"], "definition": ["A bone cancer that is located_in the femur."], "synonym_std": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "equivalent_curie": ["MESH:D005266"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MP_0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "synonym_eng": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "synonym_kw": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MP_0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "iri": "http://purl.obolibrary.org/obo/HP_0003097", "_version_": 1564148007872495617, "label_eng": ["Short femur"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MP_0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003097", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003097", "category_kw": ["Phenotype"], "definition_std": ["An abnormal shortening of the femur."], "id_eng": "HP:0003097", "definition_kw": ["An abnormal shortening of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["MP:0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "label_kw": ["Short femur"], "synonym": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "score": 28.73345, "id_std": "HP:0003097", "equivalent_curie_std": ["MP:0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "id": "HP:0003097", "equivalent_iri": ["http://purl.obolibrary.org/obo/MP_0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003097", "id_kw": "HP:0003097", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal shortening of the femur."], "equivalent_curie_eng": ["MP:0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"], "label": ["Short femur"], "label_std": ["Short femur"], "definition": ["An abnormal shortening of the femur."], "synonym_std": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "equivalent_curie": ["MP:0003109", "_:f0ee42c9830c2c97d967bf3ff736e51c"]}, {"equivalent_iri_kw": ["_:79902d1fc95cfe1a147c6288abbcae85"], "synonym_eng": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "synonym_kw": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "equivalent_iri_std": ["_:79902d1fc95cfe1a147c6288abbcae85"], "iri": "http://purl.obolibrary.org/obo/HP_0006387", "_version_": 1564148010274783234, "label_eng": ["Wide distal femoral metaphysis"], "equivalent_iri_eng": ["_:79902d1fc95cfe1a147c6288abbcae85"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006387", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006387", "category_kw": ["Phenotype"], "definition_std": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "id_eng": "HP:0006387", "definition_kw": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:79902d1fc95cfe1a147c6288abbcae85"], "label_kw": ["Wide distal femoral metaphysis"], "synonym": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "score": 28.73345, "id_std": "HP:0006387", "equivalent_curie_std": ["_:79902d1fc95cfe1a147c6288abbcae85"], "id": "HP:0006387", "equivalent_iri": ["_:79902d1fc95cfe1a147c6288abbcae85"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006387", "id_kw": "HP:0006387", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "equivalent_curie_eng": ["_:79902d1fc95cfe1a147c6288abbcae85"], "label": ["Wide distal femoral metaphysis"], "label_std": ["Wide distal femoral metaphysis"], "definition": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "synonym_std": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "equivalent_curie": ["_:79902d1fc95cfe1a147c6288abbcae85"]}, {"synonym_eng": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "synonym_kw": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "iri": "http://purl.obolibrary.org/obo/MESH_C537917", "label_eng": ["Femur bifid with monodactylous ectrodactyly"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C537917", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C537917", "category_kw": ["disease"], "id_eng": "MESH:C537917", "leaf": true, "category_eng": ["disease"], "label_kw": ["Femur bifid with monodactylous ectrodactyly"], "synonym": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "score": 28.73345, "id_std": "MESH:C537917", "id": "MESH:C537917", "iri_std": "http://purl.obolibrary.org/obo/MESH_C537917", "id_kw": "MESH:C537917", "_version_": 1564148012873154562, "category": ["disease"], "category_std": ["disease"], "label": ["Femur bifid with monodactylous ectrodactyly"], "label_std": ["Femur bifid with monodactylous ectrodactyly"], "synonym_std": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"]}, {"synonym_eng": ["increased fumur bone mineral density", "increased BMD of femur"], "synonym_kw": ["increased fumur bone mineral density", "increased BMD of femur"], "iri": "http://purl.obolibrary.org/obo/MP_0020011", "label_eng": ["increased bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020011", "iri_eng": "http://purl.obolibrary.org/obo/MP_0020011", "category_kw": ["Phenotype"], "definition_std": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020011", "definition_kw": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category_eng": ["Phenotype"], "_version_": 1564147991312334854, "label_kw": ["increased bone mineral density of femur"], "synonym": ["increased fumur bone mineral density", "increased BMD of femur"], "score": 28.73345, "id_std": "MP:0020011", "id": "MP:0020011", "iri_std": "http://purl.obolibrary.org/obo/MP_0020011", "id_kw": "MP:0020011", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "label": ["increased bone mineral density of femur"], "label_std": ["increased bone mineral density of femur"], "definition": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "synonym_std": ["increased fumur bone mineral density", "increased BMD of femur"]}, {"synonym_eng": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "synonym_kw": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "iri": "http://purl.obolibrary.org/obo/HP_0004975", "label_eng": ["Erlenmeyer flask deformity of the femurs"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0004975", "iri_eng": "http://purl.obolibrary.org/obo/HP_0004975", "category_kw": ["Phenotype"], "definition_std": ["Flaring of distal femur."], "id_eng": "HP:0004975", "definition_kw": ["Flaring of distal femur."], "category_eng": ["Phenotype"], "_version_": 1564148009198944256, "label_kw": ["Erlenmeyer flask deformity of the femurs"], "synonym": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "score": 26.654047, "id_std": "HP:0004975", "id": "HP:0004975", "iri_std": "http://purl.obolibrary.org/obo/HP_0004975", "id_kw": "HP:0004975", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Flaring of distal femur."], "label": ["Erlenmeyer flask deformity of the femurs"], "label_std": ["Erlenmeyer flask deformity of the femurs"], "definition": ["Flaring of distal femur."], "synonym_std": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"]}, {"equivalent_iri_kw": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "_version_": 1564148009280733184, "equivalent_iri_std": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "iri": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "label_eng": ["femur phenotype"], "equivalent_iri_eng": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving femur."], "id_eng": "UBERON:0000981PHENOTYPE", "definition_kw": ["Any phenotype involving femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "label_kw": ["femur phenotype"], "score": 26.363283, "id_std": "UBERON:0000981PHENOTYPE", "equivalent_curie_std": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "id": "UBERON:0000981PHENOTYPE", "equivalent_iri": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "id_kw": "UBERON:0000981PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving femur."], "equivalent_curie_eng": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "label": ["femur phenotype"], "label_std": ["femur phenotype"], "definition": ["Any phenotype involving femur."], "equivalent_curie": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"]}, {"equivalent_iri_kw": ["_:d445013c4c0391e288e230d54c9380b1"], "synonym_eng": ["Split thighbone", "Notched thighbone"], "synonym_kw": ["Split thighbone", "Notched thighbone"], "equivalent_iri_std": ["_:d445013c4c0391e288e230d54c9380b1"], "iri": "http://purl.obolibrary.org/obo/HP_0010443", "_version_": 1564147997640491008, "label_eng": ["Bifid femur"], "equivalent_iri_eng": ["_:d445013c4c0391e288e230d54c9380b1"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010443", "iri_eng": "http://purl.obolibrary.org/obo/HP_0010443", "category_kw": ["Phenotype"], "definition_std": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "id_eng": "HP:0010443", "definition_kw": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:d445013c4c0391e288e230d54c9380b1"], "label_kw": ["Bifid femur"], "synonym": ["Split thighbone", "Notched thighbone"], "score": 26.363283, "id_std": "HP:0010443", "equivalent_curie_std": ["_:d445013c4c0391e288e230d54c9380b1"], "id": "HP:0010443", "equivalent_iri": ["_:d445013c4c0391e288e230d54c9380b1"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010443", "id_kw": "HP:0010443", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "equivalent_curie_eng": ["_:d445013c4c0391e288e230d54c9380b1"], "label": ["Bifid femur"], "label_std": ["Bifid femur"], "definition": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "synonym_std": ["Split thighbone", "Notched thighbone"], "equivalent_curie": ["_:d445013c4c0391e288e230d54c9380b1"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/UMLS_CN206542", "http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/MESH_C536508"], "synonym_eng": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "synonym_kw": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/UMLS_CN206542", "http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/MESH_C536508"], "iri": "http://purl.obolibrary.org/obo/OMIM_187601", "_version_": 1564147992889393154, "label_eng": ["Thanatophoric dysplasia type 2"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/UMLS_CN206542", "http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/MESH_C536508"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_187601", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_187601", "category_kw": ["disease"], "definition_std": [")."], "id_eng": "OMIM:187601", "definition_kw": [")."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1300257", "UMLS:CN206542", "Orphanet:93274", "MESH:C536508"], "label_kw": ["Thanatophoric dysplasia type 2"], "synonym": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "score": 24.037888, "id_std": "OMIM:187601", "equivalent_curie_std": ["UMLS:C1300257", "UMLS:CN206542", "Orphanet:93274", "MESH:C536508"], "id": "OMIM:187601", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/UMLS_CN206542", "http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/MESH_C536508"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_187601", "id_kw": "OMIM:187601", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": [")."], "equivalent_curie_eng": ["UMLS:C1300257", "UMLS:CN206542", "Orphanet:93274", "MESH:C536508"], "label": ["Thanatophoric dysplasia type 2"], "label_std": ["Thanatophoric dysplasia type 2"], "definition": [")."], "synonym_std": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "equivalent_curie": ["UMLS:C1300257", "UMLS:CN206542", "Orphanet:93274", "MESH:C536508"]}, {"equivalent_iri_kw": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "_version_": 1564147975463108608, "equivalent_iri_std": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "iri": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "label_eng": ["condyle of femur phenotype"], "equivalent_iri_eng": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving condyle of femur."], "id_eng": "UBERON:0009980PHENOTYPE", "definition_kw": ["Any phenotype involving condyle of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "label_kw": ["condyle of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0009980PHENOTYPE", "equivalent_curie_std": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "id": "UBERON:0009980PHENOTYPE", "equivalent_iri": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "id_kw": "UBERON:0009980PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving condyle of femur."], "equivalent_curie_eng": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "label": ["condyle of femur phenotype"], "label_std": ["condyle of femur phenotype"], "definition": ["Any phenotype involving condyle of femur."], "equivalent_curie": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"]}, {"equivalent_iri_kw": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "iri": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "label_eng": ["Drosophila femur phenotype"], "equivalent_iri_eng": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "category_kw": ["Phenotype"], "id_eng": "FBbt:00004644PHENOTYPE", "leaf": false, "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "label_kw": ["Drosophila femur phenotype"], "score": 24.003965, "id_std": "FBbt:00004644PHENOTYPE", "equivalent_curie_std": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "id": "FBbt:00004644PHENOTYPE", "equivalent_iri_std": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "id_kw": "FBbt:00004644PHENOTYPE", "_version_": 1564147976686796800, "equivalent_iri": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "category": ["Phenotype"], "category_std": ["Phenotype"], "equivalent_curie_eng": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "label": ["Drosophila femur phenotype"], "label_std": ["Drosophila femur phenotype"], "equivalent_curie": ["_:f4b6d1ee2e8253c8f1145a9819224171"]}, {"equivalent_iri_kw": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "_version_": 1564147976968863745, "equivalent_iri_std": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "iri": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "label_eng": ["neck of femur phenotype"], "equivalent_iri_eng": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving neck of femur."], "id_eng": "UBERON:0007119PHENOTYPE", "definition_kw": ["Any phenotype involving neck of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "label_kw": ["neck of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0007119PHENOTYPE", "equivalent_curie_std": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "id": "UBERON:0007119PHENOTYPE", "equivalent_iri": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "id_kw": "UBERON:0007119PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving neck of femur."], "equivalent_curie_eng": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "label": ["neck of femur phenotype"], "label_std": ["neck of femur phenotype"], "definition": ["Any phenotype involving neck of femur."], "equivalent_curie": ["_:01eddcfffeadf2d0f9c00a7d612c8937"]}, {"equivalent_iri_kw": ["_:e84d0a75799a7db220a5720a8251c3f2"], "_version_": 1564147977391439873, "equivalent_iri_std": ["_:e84d0a75799a7db220a5720a8251c3f2"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "label_eng": ["distal metaphysis of femur phenotype"], "equivalent_iri_eng": ["_:e84d0a75799a7db220a5720a8251c3f2"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving distal metaphysis of femur."], "id_eng": "UBERON:0006864PHENOTYPE", "definition_kw": ["Any phenotype involving distal metaphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:e84d0a75799a7db220a5720a8251c3f2"], "label_kw": ["distal metaphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0006864PHENOTYPE", "equivalent_curie_std": ["_:e84d0a75799a7db220a5720a8251c3f2"], "id": "UBERON:0006864PHENOTYPE", "equivalent_iri": ["_:e84d0a75799a7db220a5720a8251c3f2"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "id_kw": "UBERON:0006864PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving distal metaphysis of femur."], "equivalent_curie_eng": ["_:e84d0a75799a7db220a5720a8251c3f2"], "label": ["distal metaphysis of femur phenotype"], "label_std": ["distal metaphysis of femur phenotype"], "definition": ["Any phenotype involving distal metaphysis of femur."], "equivalent_curie": ["_:e84d0a75799a7db220a5720a8251c3f2"]}, {"category_eng": ["disease"], "_version_": 1564147979606032387, "label_kw": ["Congenital pseudoarthrosis of the femur"], "score": 24.003965, "id_std": "Orphanet:295020", "id": "Orphanet:295020", "iri": "http://www.orpha.net/ORDO/Orphanet_295020", "iri_std": "http://www.orpha.net/ORDO/Orphanet_295020", "label_eng": ["Congenital pseudoarthrosis of the femur"], "id_kw": "Orphanet:295020", "leaf": true, "iri_kw": "http://www.orpha.net/ORDO/Orphanet_295020", "category": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_295020", "category_kw": ["disease"], "label": ["Congenital pseudoarthrosis of the femur"], "label_std": ["Congenital pseudoarthrosis of the femur"], "id_eng": "Orphanet:295020", "category_std": ["disease"]}, {"equivalent_iri_kw": ["_:9ca856dabf88896db1341943dc1eb9a4"], "iri": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "label_eng": ["Drosophila mesothoracic femur phenotype"], "equivalent_iri_eng": ["_:9ca856dabf88896db1341943dc1eb9a4"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "category_kw": ["Phenotype"], "id_eng": "FBbt:00004689PHENOTYPE", "leaf": false, "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:9ca856dabf88896db1341943dc1eb9a4"], "label_kw": ["Drosophila mesothoracic femur phenotype"], "score": 24.003965, "id_std": "FBbt:00004689PHENOTYPE", "equivalent_curie_std": ["_:9ca856dabf88896db1341943dc1eb9a4"], "id": "FBbt:00004689PHENOTYPE", "equivalent_iri_std": ["_:9ca856dabf88896db1341943dc1eb9a4"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "id_kw": "FBbt:00004689PHENOTYPE", "_version_": 1564147979610226688, "equivalent_iri": ["_:9ca856dabf88896db1341943dc1eb9a4"], "category": ["Phenotype"], "category_std": ["Phenotype"], "equivalent_curie_eng": ["_:9ca856dabf88896db1341943dc1eb9a4"], "label": ["Drosophila mesothoracic femur phenotype"], "label_std": ["Drosophila mesothoracic femur phenotype"], "equivalent_curie": ["_:9ca856dabf88896db1341943dc1eb9a4"]}, {"equivalent_iri_kw": ["_:bc9926a250a53d63de9b077783c9b562"], "_version_": 1564148006683410432, "equivalent_iri_std": ["_:bc9926a250a53d63de9b077783c9b562"], "iri": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "label_eng": ["distal epiphysis of femur phenotype"], "equivalent_iri_eng": ["_:bc9926a250a53d63de9b077783c9b562"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving distal epiphysis of femur."], "id_eng": "UBERON:0004406PHENOTYPE", "definition_kw": ["Any phenotype involving distal epiphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:bc9926a250a53d63de9b077783c9b562"], "label_kw": ["distal epiphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0004406PHENOTYPE", "equivalent_curie_std": ["_:bc9926a250a53d63de9b077783c9b562"], "id": "UBERON:0004406PHENOTYPE", "equivalent_iri": ["_:bc9926a250a53d63de9b077783c9b562"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "id_kw": "UBERON:0004406PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving distal epiphysis of femur."], "equivalent_curie_eng": ["_:bc9926a250a53d63de9b077783c9b562"], "label": ["distal epiphysis of femur phenotype"], "label_std": ["distal epiphysis of femur phenotype"], "definition": ["Any phenotype involving distal epiphysis of femur."], "equivalent_curie": ["_:bc9926a250a53d63de9b077783c9b562"]}, {"equivalent_iri_kw": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "_version_": 1564148006757859330, "equivalent_iri_std": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "label_eng": ["head of femur phenotype"], "equivalent_iri_eng": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving head of femur."], "id_eng": "UBERON:0006767PHENOTYPE", "definition_kw": ["Any phenotype involving head of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "label_kw": ["head of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0006767PHENOTYPE", "equivalent_curie_std": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "id": "UBERON:0006767PHENOTYPE", "equivalent_iri": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "id_kw": "UBERON:0006767PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving head of femur."], "equivalent_curie_eng": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "label": ["head of femur phenotype"], "label_std": ["head of femur phenotype"], "definition": ["Any phenotype involving head of femur."], "equivalent_curie": ["_:cab66511811b61c6d3b0c55b84f9eaf4"]}, {"equivalent_iri_kw": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "synonym_eng": ["Abnormality of the femora", "Abnormality of the thighbone"], "synonym_kw": ["Abnormality of the femora", "Abnormality of the thighbone"], "equivalent_iri_std": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "iri": "http://purl.obolibrary.org/obo/HP_0002823", "_version_": 1564148007271661571, "label_eng": ["Abnormality of the femur"], "equivalent_iri_eng": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002823", "iri_eng": "http://purl.obolibrary.org/obo/HP_0002823", "category_kw": ["Phenotype"], "definition_std": ["Abnormality of the femur."], "id_eng": "HP:0002823", "definition_kw": ["Abnormality of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "label_kw": ["Abnormality of the femur"], "synonym": ["Abnormality of the femora", "Abnormality of the thighbone"], "score": 24.003965, "id_std": "HP:0002823", "equivalent_curie_std": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "id": "HP:0002823", "equivalent_iri": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002823", "id_kw": "HP:0002823", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Abnormality of the femur."], "equivalent_curie_eng": ["_:5a1ea2bc5e42fdc066263e4c22a86860"], "label": ["Abnormality of the femur"], "label_std": ["Abnormality of the femur"], "definition": ["Abnormality of the femur."], "synonym_std": ["Abnormality of the femora", "Abnormality of the thighbone"], "equivalent_curie": ["_:5a1ea2bc5e42fdc066263e4c22a86860"]}, {"equivalent_iri_kw": ["_:8d3f0b658a7c4446772f0539eaa25243"], "_version_": 1564148007341916160, "equivalent_iri_std": ["_:8d3f0b658a7c4446772f0539eaa25243"], "iri": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "label_eng": ["epiphysis of femur phenotype"], "equivalent_iri_eng": ["_:8d3f0b658a7c4446772f0539eaa25243"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving epiphysis of femur."], "id_eng": "UBERON:0004384PHENOTYPE", "definition_kw": ["Any phenotype involving epiphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:8d3f0b658a7c4446772f0539eaa25243"], "label_kw": ["epiphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0004384PHENOTYPE", "equivalent_curie_std": ["_:8d3f0b658a7c4446772f0539eaa25243"], "id": "UBERON:0004384PHENOTYPE", "equivalent_iri": ["_:8d3f0b658a7c4446772f0539eaa25243"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "id_kw": "UBERON:0004384PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving epiphysis of femur."], "equivalent_curie_eng": ["_:8d3f0b658a7c4446772f0539eaa25243"], "label": ["epiphysis of femur phenotype"], "label_std": ["epiphysis of femur phenotype"], "definition": ["Any phenotype involving epiphysis of femur."], "equivalent_curie": ["_:8d3f0b658a7c4446772f0539eaa25243"]}, {"equivalent_iri_kw": ["_:70e4744caf0959de06ce979028b1e7d2"], "_version_": 1564148009607888896, "equivalent_iri_std": ["_:70e4744caf0959de06ce979028b1e7d2"], "iri": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "label_eng": ["femur cartilage element phenotype"], "equivalent_iri_eng": ["_:70e4744caf0959de06ce979028b1e7d2"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving femur cartilage element."], "id_eng": "UBERON:0010129PHENOTYPE", "definition_kw": ["Any phenotype involving femur cartilage element."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:70e4744caf0959de06ce979028b1e7d2"], "label_kw": ["femur cartilage element phenotype"], "score": 24.003965, "id_std": "UBERON:0010129PHENOTYPE", "equivalent_curie_std": ["_:70e4744caf0959de06ce979028b1e7d2"], "id": "UBERON:0010129PHENOTYPE", "equivalent_iri": ["_:70e4744caf0959de06ce979028b1e7d2"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "id_kw": "UBERON:0010129PHENOTYPE", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving femur cartilage element."], "equivalent_curie_eng": ["_:70e4744caf0959de06ce979028b1e7d2"], "label": ["femur cartilage element phenotype"], "label_std": ["femur cartilage element phenotype"], "definition": ["Any phenotype involving femur cartilage element."], "equivalent_curie": ["_:70e4744caf0959de06ce979028b1e7d2"]}, {"equivalent_iri_kw": ["_:f6e7016b71fd58807650c80905b4a9ac"], "synonym_eng": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "synonym_kw": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "equivalent_iri_std": ["_:f6e7016b71fd58807650c80905b4a9ac"], "iri": "http://purl.obolibrary.org/obo/HP_0005613", "_version_": 1564148009702260741, "label_eng": ["Aplasia/hypoplasia of the femur"], "equivalent_iri_eng": ["_:f6e7016b71fd58807650c80905b4a9ac"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005613", "iri_eng": "http://purl.obolibrary.org/obo/HP_0005613", "category_kw": ["Phenotype"], "definition_std": ["Absence or underdevelopment of the femur."], "id_eng": "HP:0005613", "definition_kw": ["Absence or underdevelopment of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:f6e7016b71fd58807650c80905b4a9ac"], "label_kw": ["Aplasia/hypoplasia of the femur"], "synonym": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "score": 24.003965, "id_std": "HP:0005613", "equivalent_curie_std": ["_:f6e7016b71fd58807650c80905b4a9ac"], "id": "HP:0005613", "equivalent_iri": ["_:f6e7016b71fd58807650c80905b4a9ac"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005613", "id_kw": "HP:0005613", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Absence or underdevelopment of the femur."], "equivalent_curie_eng": ["_:f6e7016b71fd58807650c80905b4a9ac"], "label": ["Aplasia/hypoplasia of the femur"], "label_std": ["Aplasia/hypoplasia of the femur"], "definition": ["Absence or underdevelopment of the femur."], "synonym_std": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "equivalent_curie": ["_:f6e7016b71fd58807650c80905b4a9ac"]}, {"synonym_eng": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "synonym_kw": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0006384", "label_eng": ["Club-shaped distal femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006384", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006384", "category_kw": ["Phenotype"], "definition_std": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "id_eng": "HP:0006384", "definition_kw": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "category_eng": ["Phenotype"], "_version_": 1564148010275831810, "label_kw": ["Club-shaped distal femur"], "synonym": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "score": 24.003965, "id_std": "HP:0006384", "id": "HP:0006384", "iri_std": "http://purl.obolibrary.org/obo/HP_0006384", "id_kw": "HP:0006384", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "label": ["Club-shaped distal femur"], "label_std": ["Club-shaped distal femur"], "definition": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "synonym_std": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"]}, {"synonym_eng": ["Dumbbell-shaped thighbone"], "synonym_kw": ["Dumbbell-shaped thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0006375", "label_eng": ["Dumbbell-shaped femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006375", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006375", "category_kw": ["Phenotype"], "definition_std": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "id_eng": "HP:0006375", "definition_kw": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "category_eng": ["Phenotype"], "_version_": 1564148010284220421, "label_kw": ["Dumbbell-shaped femur"], "synonym": ["Dumbbell-shaped thighbone"], "score": 24.003965, "id_std": "HP:0006375", "id": "HP:0006375", "iri_std": "http://purl.obolibrary.org/obo/HP_0006375", "id_kw": "HP:0006375", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "label": ["Dumbbell-shaped femur"], "label_std": ["Dumbbell-shaped femur"], "definition": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "synonym_std": ["Dumbbell-shaped thighbone"]}, {"synonym_eng": ["Tapering of outermost end of thighbone"], "synonym_kw": ["Tapering of outermost end of thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0006408", "label_eng": ["Distal tapering femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006408", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006408", "category_kw": ["Phenotype"], "id_eng": "HP:0006408", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["Distal tapering femur"], "synonym": ["Tapering of outermost end of thighbone"], "score": 24.003965, "id_std": "HP:0006408", "id": "HP:0006408", "iri_std": "http://purl.obolibrary.org/obo/HP_0006408", "id_kw": "HP:0006408", "_version_": 1564148010464575488, "category": ["Phenotype"], "category_std": ["Phenotype"], "label": ["Distal tapering femur"], "label_std": ["Distal tapering femur"], "synonym_std": ["Tapering of outermost end of thighbone"]}, {"synonym_eng": ["Club-shaped innermost end of thighbone"], "synonym_kw": ["Club-shaped innermost end of thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0006406", "label_eng": ["Club-shaped proximal femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006406", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006406", "category_kw": ["Phenotype"], "definition_std": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "id_eng": "HP:0006406", "definition_kw": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "category_eng": ["Phenotype"], "_version_": 1564148010465624066, "label_kw": ["Club-shaped proximal femur"], "synonym": ["Club-shaped innermost end of thighbone"], "score": 24.003965, "id_std": "HP:0006406", "id": "HP:0006406", "iri_std": "http://purl.obolibrary.org/obo/HP_0006406", "id_kw": "HP:0006406", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "label": ["Club-shaped proximal femur"], "label_std": ["Club-shaped proximal femur"], "definition": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "synonym_std": ["Club-shaped innermost end of thighbone"]}, {"equivalent_iri_kw": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "_version_": 1564148010573627393, "equivalent_iri_std": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "label_eng": ["diaphysis of femur phenotype"], "equivalent_iri_eng": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving diaphysis of femur."], "id_eng": "UBERON:0006862PHENOTYPE", "definition_kw": ["Any phenotype involving diaphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "label_kw": ["diaphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0006862PHENOTYPE", "equivalent_curie_std": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "id": "UBERON:0006862PHENOTYPE", "equivalent_iri": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "id_kw": "UBERON:0006862PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving diaphysis of femur."], "equivalent_curie_eng": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "label": ["diaphysis of femur phenotype"], "label_std": ["diaphysis of femur phenotype"], "definition": ["Any phenotype involving diaphysis of femur."], "equivalent_curie": ["_:6a7bdda91d9a8205704c8ede22b56e80"]}, {"equivalent_iri_kw": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "iri": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "label_eng": ["Drosophila prothoracic femur phenotype"], "equivalent_iri_eng": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "category_kw": ["Phenotype"], "id_eng": "FBbt:00004667PHENOTYPE", "leaf": false, "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "label_kw": ["Drosophila prothoracic femur phenotype"], "score": 24.003965, "id_std": "FBbt:00004667PHENOTYPE", "equivalent_curie_std": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "id": "FBbt:00004667PHENOTYPE", "equivalent_iri_std": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "id_kw": "FBbt:00004667PHENOTYPE", "_version_": 1564147992494080002, "equivalent_iri": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "category": ["Phenotype"], "category_std": ["Phenotype"], "equivalent_curie_eng": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "label": ["Drosophila prothoracic femur phenotype"], "label_std": ["Drosophila prothoracic femur phenotype"], "equivalent_curie": ["_:449468eb4b8b98c8e8fb1701c351ef4a"]}, {"equivalent_iri_kw": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "_version_": 1564147993563627524, "equivalent_iri_std": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "iri": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "label_eng": ["femur endochondral element phenotype"], "equivalent_iri_eng": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving femur endochondral element."], "id_eng": "UBERON:0015052PHENOTYPE", "definition_kw": ["Any phenotype involving femur endochondral element."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "label_kw": ["femur endochondral element phenotype"], "score": 24.003965, "id_std": "UBERON:0015052PHENOTYPE", "equivalent_curie_std": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "id": "UBERON:0015052PHENOTYPE", "equivalent_iri": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "id_kw": "UBERON:0015052PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving femur endochondral element."], "equivalent_curie_eng": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "label": ["femur endochondral element phenotype"], "label_std": ["femur endochondral element phenotype"], "definition": ["Any phenotype involving femur endochondral element."], "equivalent_curie": ["_:bde1049eedc5df8bb51c15ce135e6d5e"]}, {"equivalent_iri_kw": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "_version_": 1564147993922240513, "equivalent_iri_std": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "label_eng": ["proximal metaphysis of femur phenotype"], "equivalent_iri_eng": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving proximal metaphysis of femur."], "id_eng": "UBERON:0006863PHENOTYPE", "definition_kw": ["Any phenotype involving proximal metaphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "label_kw": ["proximal metaphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0006863PHENOTYPE", "equivalent_curie_std": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "id": "UBERON:0006863PHENOTYPE", "equivalent_iri": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "id_kw": "UBERON:0006863PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving proximal metaphysis of femur."], "equivalent_curie_eng": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "label": ["proximal metaphysis of femur phenotype"], "label_std": ["proximal metaphysis of femur phenotype"], "definition": ["Any phenotype involving proximal metaphysis of femur."], "equivalent_curie": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"]}, {"equivalent_iri_kw": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "iri": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "label_eng": ["Drosophila metathoracic femur phenotype"], "equivalent_iri_eng": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "category_kw": ["Phenotype"], "id_eng": "FBbt:00004711PHENOTYPE", "leaf": false, "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "label_kw": ["Drosophila metathoracic femur phenotype"], "score": 24.003965, "id_std": "FBbt:00004711PHENOTYPE", "equivalent_curie_std": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "id": "FBbt:00004711PHENOTYPE", "equivalent_iri_std": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "id_kw": "FBbt:00004711PHENOTYPE", "_version_": 1564147994587037696, "equivalent_iri": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "category": ["Phenotype"], "category_std": ["Phenotype"], "equivalent_curie_eng": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "label": ["Drosophila metathoracic femur phenotype"], "label_std": ["Drosophila metathoracic femur phenotype"], "equivalent_curie": ["_:f321906edef1c274d8d56ef65e2bd2b1"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013625", "label_eng": ["increased femur yield load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013625", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013625", "category_kw": ["Phenotype"], "definition_kw": ["increase in load (N) on the femur at which elastic deformation ends"], "definition_std": ["increase in load (N) on the femur at which elastic deformation ends"], "id_eng": "MP:0013625", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["increased femur yield load"], "score": 24.003965, "id_std": "MP:0013625", "id": "MP:0013625", "iri_std": "http://purl.obolibrary.org/obo/MP_0013625", "id_kw": "MP:0013625", "_version_": 1564147997269295107, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increase in load (N) on the femur at which elastic deformation ends"], "label": ["increased femur yield load"], "label_std": ["increased femur yield load"], "definition": ["increase in load (N) on the femur at which elastic deformation ends"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013626", "label_eng": ["decreased femur yield load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013626", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013626", "category_kw": ["Phenotype"], "definition_kw": ["decrease in load (N) on the femur at which elastic deformation ends"], "definition_std": ["decrease in load (N) on the femur at which elastic deformation ends"], "id_eng": "MP:0013626", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["decreased femur yield load"], "score": 24.003965, "id_std": "MP:0013626", "id": "MP:0013626", "iri_std": "http://purl.obolibrary.org/obo/MP_0013626", "id_kw": "MP:0013626", "_version_": 1564147997270343680, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["decrease in load (N) on the femur at which elastic deformation ends"], "label": ["decreased femur yield load"], "label_std": ["decreased femur yield load"], "definition": ["decrease in load (N) on the femur at which elastic deformation ends"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013634", "label_eng": ["increased femur fracture load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013634", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013634", "category_kw": ["Phenotype"], "definition_kw": ["increase in the load at which material failure occurs after plastic deformation"], "definition_std": ["increase in the load at which material failure occurs after plastic deformation"], "id_eng": "MP:0013634", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["increased femur fracture load"], "score": 24.003965, "id_std": "MP:0013634", "id": "MP:0013634", "iri_std": "http://purl.obolibrary.org/obo/MP_0013634", "id_kw": "MP:0013634", "_version_": 1564147997271392257, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increase in the load at which material failure occurs after plastic deformation"], "label": ["increased femur fracture load"], "label_std": ["increased femur fracture load"], "definition": ["increase in the load at which material failure occurs after plastic deformation"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013635", "label_eng": ["decreased femur fracture load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013635", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013635", "category_kw": ["Phenotype"], "definition_kw": ["decrease in the load at which material failure occurs after plastic deformation"], "definition_std": ["decrease in the load at which material failure occurs after plastic deformation"], "id_eng": "MP:0013635", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["decreased femur fracture load"], "score": 24.003965, "id_std": "MP:0013635", "id": "MP:0013635", "iri_std": "http://purl.obolibrary.org/obo/MP_0013635", "id_kw": "MP:0013635", "_version_": 1564147997271392258, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["decrease in the load at which material failure occurs after plastic deformation"], "label": ["decreased femur fracture load"], "label_std": ["decreased femur fracture load"], "definition": ["decrease in the load at which material failure occurs after plastic deformation"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013632", "label_eng": ["increased femur maximal load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013632", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013632", "category_kw": ["Phenotype"], "definition_kw": ["increase in the maximal load (N) sustained by the femur"], "definition_std": ["increase in the maximal load (N) sustained by the femur"], "id_eng": "MP:0013632", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["increased femur maximal load"], "score": 24.003965, "id_std": "MP:0013632", "id": "MP:0013632", "iri_std": "http://purl.obolibrary.org/obo/MP_0013632", "id_kw": "MP:0013632", "_version_": 1564147997271392259, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increase in the maximal load (N) sustained by the femur"], "label": ["increased femur maximal load"], "label_std": ["increased femur maximal load"], "definition": ["increase in the maximal load (N) sustained by the femur"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013633", "label_eng": ["decreased femur maximal load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013633", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013633", "category_kw": ["Phenotype"], "definition_kw": ["decrease in the maximal load (N) sustained by the femur"], "definition_std": ["decrease in the maximal load (N) sustained by the femur"], "id_eng": "MP:0013633", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["decreased femur maximal load"], "score": 24.003965, "id_std": "MP:0013633", "id": "MP:0013633", "iri_std": "http://purl.obolibrary.org/obo/MP_0013633", "id_kw": "MP:0013633", "_version_": 1564147997271392260, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["decrease in the maximal load (N) sustained by the femur"], "label": ["decreased femur maximal load"], "label_std": ["decreased femur maximal load"], "definition": ["decrease in the maximal load (N) sustained by the femur"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013638", "label_eng": ["decreased femur stiffness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013638", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013638", "category_kw": ["Phenotype"], "definition_kw": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "definition_std": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "id_eng": "MP:0013638", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["decreased femur stiffness"], "score": 24.003965, "id_std": "MP:0013638", "id": "MP:0013638", "iri_std": "http://purl.obolibrary.org/obo/MP_0013638", "id_kw": "MP:0013638", "_version_": 1564147997271392261, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "label": ["decreased femur stiffness"], "label_std": ["decreased femur stiffness"], "definition": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013637", "label_eng": ["increased femur stiffness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013637", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013637", "category_kw": ["Phenotype"], "definition_kw": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "definition_std": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "id_eng": "MP:0013637", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["increased femur stiffness"], "score": 24.003965, "id_std": "MP:0013637", "id": "MP:0013637", "iri_std": "http://purl.obolibrary.org/obo/MP_0013637", "id_kw": "MP:0013637", "_version_": 1564147997272440834, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "label": ["increased femur stiffness"], "label_std": ["increased femur stiffness"], "definition": ["increase in material stiffness (N/mm) during elastic deformation in the femur"]}, {"equivalent_iri_kw": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "_version_": 1564147988860764160, "equivalent_iri_std": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "iri": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "label_eng": ["medial condyle of femur phenotype"], "equivalent_iri_eng": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving medial condyle of femur."], "id_eng": "UBERON:0009984PHENOTYPE", "definition_kw": ["Any phenotype involving medial condyle of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "label_kw": ["medial condyle of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0009984PHENOTYPE", "equivalent_curie_std": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "id": "UBERON:0009984PHENOTYPE", "equivalent_iri": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "id_kw": "UBERON:0009984PHENOTYPE", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving medial condyle of femur."], "equivalent_curie_eng": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "label": ["medial condyle of femur phenotype"], "label_std": ["medial condyle of femur phenotype"], "definition": ["Any phenotype involving medial condyle of femur."], "equivalent_curie": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"]}, {"category_eng": ["Phenotype"], "_version_": 1564147988892221442, "label_kw": ["Metaphyseal chondromatosis of femur"], "score": 24.003965, "id_std": "HP:0030295", "id": "HP:0030295", "iri": "http://purl.obolibrary.org/obo/HP_0030295", "iri_std": "http://purl.obolibrary.org/obo/HP_0030295", "label_eng": ["Metaphyseal chondromatosis of femur"], "id_kw": "HP:0030295", "leaf": true, "iri_kw": "http://purl.obolibrary.org/obo/HP_0030295", "category": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030295", "category_kw": ["Phenotype"], "label": ["Metaphyseal chondromatosis of femur"], "label_std": ["Metaphyseal chondromatosis of femur"], "id_eng": "HP:0030295", "category_std": ["Phenotype"]}, {"synonym_eng": ["Short fetal thigh bone length"], "synonym_kw": ["Short fetal thigh bone length"], "iri": "http://purl.obolibrary.org/obo/HP_0011428", "label_eng": ["Short fetal femur length"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0011428", "iri_eng": "http://purl.obolibrary.org/obo/HP_0011428", "category_kw": ["Phenotype"], "definition_std": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "id_eng": "HP:0011428", "definition_kw": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "category_eng": ["Phenotype"], "_version_": 1564148001867300864, "label_kw": ["Short fetal femur length"], "synonym": ["Short fetal thigh bone length"], "score": 24.003965, "id_std": "HP:0011428", "id": "HP:0011428", "iri_std": "http://purl.obolibrary.org/obo/HP_0011428", "id_kw": "HP:0011428", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "label": ["Short fetal femur length"], "label_std": ["Short fetal femur length"], "definition": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "synonym_std": ["Short fetal thigh bone length"]}, {"equivalent_iri_kw": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "_version_": 1564148003114057729, "equivalent_iri_std": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "iri": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "label_eng": ["proximal epiphysis of femur phenotype"], "equivalent_iri_eng": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving proximal epiphysis of femur."], "id_eng": "UBERON:0004412PHENOTYPE", "definition_kw": ["Any phenotype involving proximal epiphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "label_kw": ["proximal epiphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0004412PHENOTYPE", "equivalent_curie_std": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "id": "UBERON:0004412PHENOTYPE", "equivalent_iri": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "id_kw": "UBERON:0004412PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving proximal epiphysis of femur."], "equivalent_curie_eng": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "label": ["proximal epiphysis of femur phenotype"], "label_std": ["proximal epiphysis of femur phenotype"], "definition": ["Any phenotype involving proximal epiphysis of femur."], "equivalent_curie": ["_:6de9cdbcfbbc13393d6cd8911456eb21"]}, {"equivalent_iri_kw": ["_:5ec2fecab0f76479a24fa64e484ad832"], "_version_": 1564148003494690820, "equivalent_iri_std": ["_:5ec2fecab0f76479a24fa64e484ad832"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "label_eng": ["metaphysis of femur phenotype"], "equivalent_iri_eng": ["_:5ec2fecab0f76479a24fa64e484ad832"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving metaphysis of femur."], "id_eng": "UBERON:0006865PHENOTYPE", "definition_kw": ["Any phenotype involving metaphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:5ec2fecab0f76479a24fa64e484ad832"], "label_kw": ["metaphysis of femur phenotype"], "score": 24.003965, "id_std": "UBERON:0006865PHENOTYPE", "equivalent_curie_std": ["_:5ec2fecab0f76479a24fa64e484ad832"], "id": "UBERON:0006865PHENOTYPE", "equivalent_iri": ["_:5ec2fecab0f76479a24fa64e484ad832"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "id_kw": "UBERON:0006865PHENOTYPE", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving metaphysis of femur."], "equivalent_curie_eng": ["_:5ec2fecab0f76479a24fa64e484ad832"], "label": ["metaphysis of femur phenotype"], "label_std": ["metaphysis of femur phenotype"], "definition": ["Any phenotype involving metaphysis of femur."], "equivalent_curie": ["_:5ec2fecab0f76479a24fa64e484ad832"]}, {"taxon_eng": "NCBITaxon:7227", "taxon_label_synonym": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_std": "NCBITaxon:7227", "equivalent_curie": ["FlyBase:FBgn0004198"], "taxon_label_eng": "Drosophila melanogaster", "synonym_kw": ["CG11387-PE", "CG11387 gene product from transcript CG11387-RE", "cut", "CUT", "Cut", "CG11387-PA", "Dmel\\CG11387", "ct-PA", "CG11387-PC", "l(1)VE614", "CG11387-PD", "ct-PC", "l(1)7Ba", "l(1)7Bb", "kinked-femur", "CT", "Ct", "BcDNA:GH10590", "ct-PD", "ct-PE", "kf", "CG11387"], "equivalent_iri_std": ["http://flybase.org/reports/FBgn0004198"], "iri": "http://www.ncbi.nlm.nih.gov/gene/44540", "_version_": 1564148250425950212, "label_eng": ["ct"], "taxon_kw": "NCBITaxon:7227", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/44540", "taxon_label_kw": "Drosophila melanogaster", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/44540", "category_kw": ["gene"], "taxon_label_synonym_std": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "synonym_eng": ["CG11387-PE", "CG11387 gene product from transcript CG11387-RE", "cut", "CUT", "Cut", "CG11387-PA", "Dmel\\CG11387", "ct-PA", "CG11387-PC", "l(1)VE614", "CG11387-PD", "ct-PC", "l(1)7Ba", "l(1)7Bb", "kinked-femur", "CT", "Ct", "BcDNA:GH10590", "ct-PD", "ct-PE", "kf", "CG11387"], "id_kw": "NCBIGene:44540", "id_eng": "NCBIGene:44540", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["FlyBase:FBgn0004198"], "label_kw": ["ct"], "synonym": ["CG11387-PE", "CG11387 gene product from transcript CG11387-RE", "cut", "CUT", "Cut", "CG11387-PA", "Dmel\\CG11387", "ct-PA", "CG11387-PC", "l(1)VE614", "CG11387-PD", "ct-PC", "l(1)7Ba", "l(1)7Bb", "kinked-femur", "CT", "Ct", "BcDNA:GH10590", "ct-PD", "ct-PE", "kf", "CG11387"], "score": 23.05011, "id_std": "NCBIGene:44540", "equivalent_curie_std": ["FlyBase:FBgn0004198"], "id": "NCBIGene:44540", "equivalent_iri": ["http://flybase.org/reports/FBgn0004198"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/44540", "equivalent_iri_kw": ["http://flybase.org/reports/FBgn0004198"], "taxon": "NCBITaxon:7227", "leaf": true, "taxon_label_synonym_kw": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "category_std": ["gene"], "equivalent_curie_eng": ["FlyBase:FBgn0004198"], "label": ["ct"], "taxon_label_std": "Drosophila melanogaster", "equivalent_iri_eng": ["http://flybase.org/reports/FBgn0004198"], "label_std": ["ct"], "synonym_std": ["CG11387-PE", "CG11387 gene product from transcript CG11387-RE", "cut", "CUT", "Cut", "CG11387-PA", "Dmel\\CG11387", "ct-PA", "CG11387-PC", "l(1)VE614", "CG11387-PD", "ct-PC", "l(1)7Ba", "l(1)7Bb", "kinked-femur", "CT", "Ct", "BcDNA:GH10590", "ct-PD", "ct-PE", "kf", "CG11387"], "taxon_label_synonym_eng": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_label": "Drosophila melanogaster"}, {"category_eng": ["disease"], "_version_": 1564147989172191235, "label_kw": ["Dysplasia of head of femur, Meyer type"], "score": 22.306461, "id_std": "Orphanet:168621", "id": "Orphanet:168621", "iri": "http://www.orpha.net/ORDO/Orphanet_168621", "iri_std": "http://www.orpha.net/ORDO/Orphanet_168621", "label_eng": ["Dysplasia of head of femur, Meyer type"], "id_kw": "Orphanet:168621", "leaf": true, "iri_kw": "http://www.orpha.net/ORDO/Orphanet_168621", "category": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_168621", "category_kw": ["disease"], "label": ["Dysplasia of head of femur, Meyer type"], "label_std": ["Dysplasia of head of femur, Meyer type"], "id_eng": "Orphanet:168621", "category_std": ["disease"]}, {"equivalent_iri_kw": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "_version_": 1564148001090306050, "equivalent_iri_std": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "iri": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "label_eng": ["femur pre-cartilage condensation phenotype"], "equivalent_iri_eng": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "category_kw": ["Phenotype"], "definition_std": ["Any phenotype involving femur pre-cartilage condensation."], "id_eng": "UBERON:0006234PHENOTYPE", "definition_kw": ["Any phenotype involving femur pre-cartilage condensation."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "label_kw": ["femur pre-cartilage condensation phenotype"], "score": 22.306461, "id_std": "UBERON:0006234PHENOTYPE", "equivalent_curie_std": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "id": "UBERON:0006234PHENOTYPE", "equivalent_iri": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "id_kw": "UBERON:0006234PHENOTYPE", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any phenotype involving femur pre-cartilage condensation."], "equivalent_curie_eng": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "label": ["femur pre-cartilage condensation phenotype"], "label_std": ["femur pre-cartilage condensation phenotype"], "definition": ["Any phenotype involving femur pre-cartilage condensation."], "equivalent_curie": ["_:12f24c672f703d52ee2fd7ac7c4454f9"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013645", "label_eng": ["increased energy dissipated prior to femur fracture"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013645", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013645", "category_kw": ["Phenotype"], "definition_kw": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "definition_std": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "id_eng": "MP:0013645", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["increased energy dissipated prior to femur fracture"], "score": 20.114803, "id_std": "MP:0013645", "id": "MP:0013645", "iri_std": "http://purl.obolibrary.org/obo/MP_0013645", "id_kw": "MP:0013645", "_version_": 1564147997273489409, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "label": ["increased energy dissipated prior to femur fracture"], "label_std": ["increased energy dissipated prior to femur fracture"], "definition": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"]}, {"iri": "http://purl.obolibrary.org/obo/MP_0013646", "label_eng": ["decreased energy dissipated prior to femur fracture"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013646", "iri_eng": "http://purl.obolibrary.org/obo/MP_0013646", "category_kw": ["Phenotype"], "definition_kw": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "definition_std": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "id_eng": "MP:0013646", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["decreased energy dissipated prior to femur fracture"], "score": 20.114803, "id_std": "MP:0013646", "id": "MP:0013646", "iri_std": "http://purl.obolibrary.org/obo/MP_0013646", "id_kw": "MP:0013646", "_version_": 1564147997273489410, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "label": ["decreased energy dissipated prior to femur fracture"], "label_std": ["decreased energy dissipated prior to femur fracture"], "definition": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"]}, {"equivalent_iri_kw": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "synonym_eng": ["Abnormality of thighbone end part"], "synonym_kw": ["Abnormality of thighbone end part"], "equivalent_iri_std": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "iri": "http://purl.obolibrary.org/obo/HP_0006499", "_version_": 1564148010474012673, "label_eng": ["Abnormality of femoral epiphysis"], "equivalent_iri_eng": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006499", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006499", "category_kw": ["Phenotype"], "definition_std": ["An anomaly of a growth plate of a femur."], "id_eng": "HP:0006499", "definition_kw": ["An anomaly of a growth plate of a femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "label_kw": ["Abnormality of femoral epiphysis"], "synonym": ["Abnormality of thighbone end part"], "score": 19.95135, "id_std": "HP:0006499", "equivalent_curie_std": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "id": "HP:0006499", "equivalent_iri": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006499", "id_kw": "HP:0006499", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An anomaly of a growth plate of a femur."], "equivalent_curie_eng": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "label": ["Abnormality of femoral epiphysis"], "label_std": ["Abnormality of femoral epiphysis"], "definition": ["An anomaly of a growth plate of a femur."], "synonym_std": ["Abnormality of thighbone end part"], "equivalent_curie": ["_:fabb26e4306bb86f26ea3d6a0124910e"]}, {"synonym_eng": ["Flattended end part of thigh bone"], "synonym_kw": ["Flattended end part of thigh bone"], "iri": "http://purl.obolibrary.org/obo/HP_0030289", "label_eng": ["Flattened femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030289", "iri_eng": "http://purl.obolibrary.org/obo/HP_0030289", "category_kw": ["Phenotype"], "definition_std": ["An abnormal flattening of an epiphysis of femur."], "id_eng": "HP:0030289", "definition_kw": ["An abnormal flattening of an epiphysis of femur."], "category_eng": ["Phenotype"], "_version_": 1564147988893270016, "label_kw": ["Flattened femoral epiphysis"], "synonym": ["Flattended end part of thigh bone"], "score": 19.95135, "id_std": "HP:0030289", "id": "HP:0030289", "iri_std": "http://purl.obolibrary.org/obo/HP_0030289", "id_kw": "HP:0030289", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal flattening of an epiphysis of femur."], "label": ["Flattened femoral epiphysis"], "label_std": ["Flattened femoral epiphysis"], "definition": ["An abnormal flattening of an epiphysis of femur."], "synonym_std": ["Flattended end part of thigh bone"]}, {"equivalent_iri_kw": ["_:d2ca0ddb17029453b6da9a670660497a"], "synonym_eng": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "synonym_kw": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "equivalent_iri_std": ["_:d2ca0ddb17029453b6da9a670660497a"], "iri": "http://purl.obolibrary.org/obo/HP_0003090", "_version_": 1564148007871447041, "label_eng": ["Hypoplasia of the capital femoral epiphysis"], "equivalent_iri_eng": ["_:d2ca0ddb17029453b6da9a670660497a"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003090", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003090", "category_kw": ["Phenotype"], "definition_std": ["Underdevelopment of the proximal epiphysis of the femur."], "id_eng": "HP:0003090", "definition_kw": ["Underdevelopment of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:d2ca0ddb17029453b6da9a670660497a"], "label_kw": ["Hypoplasia of the capital femoral epiphysis"], "synonym": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "score": 19.399048, "id_std": "HP:0003090", "equivalent_curie_std": ["_:d2ca0ddb17029453b6da9a670660497a"], "id": "HP:0003090", "equivalent_iri": ["_:d2ca0ddb17029453b6da9a670660497a"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003090", "id_kw": "HP:0003090", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Underdevelopment of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:d2ca0ddb17029453b6da9a670660497a"], "label": ["Hypoplasia of the capital femoral epiphysis"], "label_std": ["Hypoplasia of the capital femoral epiphysis"], "definition": ["Underdevelopment of the proximal epiphysis of the femur."], "synonym_std": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "equivalent_curie": ["_:d2ca0ddb17029453b6da9a670660497a"]}, {"equivalent_iri_kw": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "synonym_eng": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "synonym_kw": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "equivalent_iri_std": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "iri": "http://purl.obolibrary.org/obo/HP_0003371", "_version_": 1564148008135688194, "label_eng": ["Enlargement of the proximal femoral epiphysis"], "equivalent_iri_eng": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003371", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003371", "category_kw": ["Phenotype"], "definition_std": ["An abnormal enlargement of the proximal epiphysis of the femur."], "id_eng": "HP:0003371", "definition_kw": ["An abnormal enlargement of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "label_kw": ["Enlargement of the proximal femoral epiphysis"], "synonym": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "score": 19.399048, "id_std": "HP:0003371", "equivalent_curie_std": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "id": "HP:0003371", "equivalent_iri": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003371", "id_kw": "HP:0003371", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal enlargement of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "label": ["Enlargement of the proximal femoral epiphysis"], "label_std": ["Enlargement of the proximal femoral epiphysis"], "definition": ["An abnormal enlargement of the proximal epiphysis of the femur."], "synonym_std": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "equivalent_curie": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"]}, {"equivalent_iri_kw": ["_:c5ab290b9613448449c2f5414fa69007"], "synonym_eng": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "synonym_kw": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "equivalent_iri_std": ["_:c5ab290b9613448449c2f5414fa69007"], "iri": "http://purl.obolibrary.org/obo/HP_0003370", "_version_": 1564148008136736768, "label_eng": ["Flat capital femoral epiphysis"], "equivalent_iri_eng": ["_:c5ab290b9613448449c2f5414fa69007"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003370", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003370", "category_kw": ["Phenotype"], "definition_std": ["An abnormal flattening of the proximal epiphysis of the femur."], "id_eng": "HP:0003370", "definition_kw": ["An abnormal flattening of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:c5ab290b9613448449c2f5414fa69007"], "label_kw": ["Flat capital femoral epiphysis"], "synonym": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "score": 19.399048, "id_std": "HP:0003370", "equivalent_curie_std": ["_:c5ab290b9613448449c2f5414fa69007"], "id": "HP:0003370", "equivalent_iri": ["_:c5ab290b9613448449c2f5414fa69007"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003370", "id_kw": "HP:0003370", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal flattening of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:c5ab290b9613448449c2f5414fa69007"], "label": ["Flat capital femoral epiphysis"], "label_std": ["Flat capital femoral epiphysis"], "definition": ["An abnormal flattening of the proximal epiphysis of the femur."], "synonym_std": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "equivalent_curie": ["_:c5ab290b9613448449c2f5414fa69007"]}, {"iri": "http://purl.obolibrary.org/obo/HP_0005090", "label_eng": ["Lateral femoral bowing"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005090", "iri_eng": "http://purl.obolibrary.org/obo/HP_0005090", "category_kw": ["Phenotype"], "definition_kw": ["A lateral bending or abnormal curvature of the femur."], "definition_std": ["A lateral bending or abnormal curvature of the femur."], "id_eng": "HP:0005090", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["Lateral femoral bowing"], "score": 19.399048, "id_std": "HP:0005090", "id": "HP:0005090", "iri_std": "http://purl.obolibrary.org/obo/HP_0005090", "id_kw": "HP:0005090", "_version_": 1564148009507225602, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A lateral bending or abnormal curvature of the femur."], "label": ["Lateral femoral bowing"], "label_std": ["Lateral femoral bowing"], "definition": ["A lateral bending or abnormal curvature of the femur."]}, {"equivalent_iri_kw": ["_:906479aa0170f3cebe101c7bc14b5162"], "synonym_eng": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "synonym_kw": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "equivalent_iri_std": ["_:906479aa0170f3cebe101c7bc14b5162"], "iri": "http://purl.obolibrary.org/obo/HP_0005003", "_version_": 1564148009511419906, "label_eng": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "equivalent_iri_eng": ["_:906479aa0170f3cebe101c7bc14b5162"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005003", "iri_eng": "http://purl.obolibrary.org/obo/HP_0005003", "category_kw": ["Phenotype"], "definition_std": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "id_eng": "HP:0005003", "definition_kw": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:906479aa0170f3cebe101c7bc14b5162"], "label_kw": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "synonym": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "score": 19.399048, "id_std": "HP:0005003", "equivalent_curie_std": ["_:906479aa0170f3cebe101c7bc14b5162"], "id": "HP:0005003", "equivalent_iri": ["_:906479aa0170f3cebe101c7bc14b5162"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005003", "id_kw": "HP:0005003", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:906479aa0170f3cebe101c7bc14b5162"], "label": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "label_std": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "definition": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "synonym_std": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "equivalent_curie": ["_:906479aa0170f3cebe101c7bc14b5162"]}, {"equivalent_iri_kw": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "synonym_eng": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "synonym_kw": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "equivalent_iri_std": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "iri": "http://purl.obolibrary.org/obo/HP_0006398", "_version_": 1564148010276880387, "label_eng": ["Flat distal femoral epiphysis"], "equivalent_iri_eng": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006398", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006398", "category_kw": ["Phenotype"], "definition_std": ["An abnormal flattening of the distal epiphysis of femur."], "id_eng": "HP:0006398", "definition_kw": ["An abnormal flattening of the distal epiphysis of femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "label_kw": ["Flat distal femoral epiphysis"], "synonym": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "score": 19.399048, "id_std": "HP:0006398", "equivalent_curie_std": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "id": "HP:0006398", "equivalent_iri": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006398", "id_kw": "HP:0006398", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal flattening of the distal epiphysis of femur."], "equivalent_curie_eng": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "label": ["Flat distal femoral epiphysis"], "label_std": ["Flat distal femoral epiphysis"], "definition": ["An abnormal flattening of the distal epiphysis of femur."], "synonym_std": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "equivalent_curie": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"]}, {"equivalent_iri_kw": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "synonym_eng": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "synonym_kw": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "equivalent_iri_std": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "iri": "http://purl.obolibrary.org/obo/HP_0006438", "_version_": 1564148010456186882, "label_eng": ["Enlargement of the distal femoral epiphysis"], "equivalent_iri_eng": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006438", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006438", "category_kw": ["Phenotype"], "definition_std": ["An abnormal enlargement of the distal epiphysis of the femur."], "id_eng": "HP:0006438", "definition_kw": ["An abnormal enlargement of the distal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "label_kw": ["Enlargement of the distal femoral epiphysis"], "synonym": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "score": 19.399048, "id_std": "HP:0006438", "equivalent_curie_std": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "id": "HP:0006438", "equivalent_iri": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006438", "id_kw": "HP:0006438", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormal enlargement of the distal epiphysis of the femur."], "equivalent_curie_eng": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "label": ["Enlargement of the distal femoral epiphysis"], "label_std": ["Enlargement of the distal femoral epiphysis"], "definition": ["An abnormal enlargement of the distal epiphysis of the femur."], "synonym_std": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "equivalent_curie": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"]}, {"equivalent_iri_kw": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "synonym_eng": ["Absent ossification of femoral capital epiphyses"], "synonym_kw": ["Absent ossification of femoral capital epiphyses"], "equivalent_iri_std": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "iri": "http://purl.obolibrary.org/obo/HP_0008820", "_version_": 1564148012970672131, "label_eng": ["Absent ossification of capital femoral epiphysis"], "equivalent_iri_eng": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008820", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008820", "category_kw": ["Phenotype"], "definition_std": ["Lack of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008820", "definition_kw": ["Lack of ossification of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "label_kw": ["Absent ossification of capital femoral epiphysis"], "synonym": ["Absent ossification of femoral capital epiphyses"], "score": 19.399048, "id_std": "HP:0008820", "equivalent_curie_std": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "id": "HP:0008820", "equivalent_iri": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008820", "id_kw": "HP:0008820", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Lack of ossification of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:08bf8e5bb8779f995aa2111426ee2b73"], "label": ["Absent ossification of capital femoral epiphysis"], "label_std": ["Absent ossification of capital femoral epiphysis"], "definition": ["Lack of ossification of the proximal epiphysis of the femur."], "synonym_std": ["Absent ossification of femoral capital epiphyses"], "equivalent_curie": ["_:08bf8e5bb8779f995aa2111426ee2b73"]}, {"equivalent_iri_kw": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "synonym_eng": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "synonym_kw": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "equivalent_iri_std": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "iri": "http://purl.obolibrary.org/obo/HP_0010574", "_version_": 1564147997773660162, "label_eng": ["Abnormality of the epiphysis of the femoral head"], "equivalent_iri_eng": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010574", "iri_eng": "http://purl.obolibrary.org/obo/HP_0010574", "category_kw": ["Phenotype"], "definition_std": ["Any abnormality of the proximal epiphysis of the femur."], "id_eng": "HP:0010574", "definition_kw": ["Any abnormality of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "label_kw": ["Abnormality of the epiphysis of the femoral head"], "synonym": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "score": 19.399048, "id_std": "HP:0010574", "equivalent_curie_std": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "id": "HP:0010574", "equivalent_iri": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010574", "id_kw": "HP:0010574", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any abnormality of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "label": ["Abnormality of the epiphysis of the femoral head"], "label_std": ["Abnormality of the epiphysis of the femoral head"], "definition": ["Any abnormality of the proximal epiphysis of the femur."], "synonym_std": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "equivalent_curie": ["_:2e795298b8e0c60c8db29d1f82a5600c"]}, {"equivalent_iri_kw": ["_:643c23c8da59c2e1371df255a0379aca"], "synonym_eng": ["Abnormality of the end part of the outermost thighbone"], "synonym_kw": ["Abnormality of the end part of the outermost thighbone"], "equivalent_iri_std": ["_:643c23c8da59c2e1371df255a0379aca"], "iri": "http://purl.obolibrary.org/obo/HP_0010590", "_version_": 1564147997779951616, "label_eng": ["Abnormality of the distal femoral epiphysis"], "equivalent_iri_eng": ["_:643c23c8da59c2e1371df255a0379aca"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010590", "iri_eng": "http://purl.obolibrary.org/obo/HP_0010590", "category_kw": ["Phenotype"], "definition_std": ["Any abnormality of the distal epiphysis of the femur."], "id_eng": "HP:0010590", "definition_kw": ["Any abnormality of the distal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:643c23c8da59c2e1371df255a0379aca"], "label_kw": ["Abnormality of the distal femoral epiphysis"], "synonym": ["Abnormality of the end part of the outermost thighbone"], "score": 19.399048, "id_std": "HP:0010590", "equivalent_curie_std": ["_:643c23c8da59c2e1371df255a0379aca"], "id": "HP:0010590", "equivalent_iri": ["_:643c23c8da59c2e1371df255a0379aca"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010590", "id_kw": "HP:0010590", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Any abnormality of the distal epiphysis of the femur."], "equivalent_curie_eng": ["_:643c23c8da59c2e1371df255a0379aca"], "label": ["Abnormality of the distal femoral epiphysis"], "label_std": ["Abnormality of the distal femoral epiphysis"], "definition": ["Any abnormality of the distal epiphysis of the femur."], "synonym_std": ["Abnormality of the end part of the outermost thighbone"], "equivalent_curie": ["_:643c23c8da59c2e1371df255a0379aca"]}, {"synonym_eng": ["Small end part of outermost thighbone"], "synonym_kw": ["Small end part of outermost thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0012283", "label_eng": ["Small distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012283", "iri_eng": "http://purl.obolibrary.org/obo/HP_0012283", "category_kw": ["Phenotype"], "definition_std": ["Reduced size of the Distal epiphysis of femur."], "id_eng": "HP:0012283", "definition_kw": ["Reduced size of the Distal epiphysis of femur."], "category_eng": ["Phenotype"], "_version_": 1564148002760687618, "label_kw": ["Small distal femoral epiphysis"], "synonym": ["Small end part of outermost thighbone"], "score": 19.399048, "id_std": "HP:0012283", "id": "HP:0012283", "iri_std": "http://purl.obolibrary.org/obo/HP_0012283", "id_kw": "HP:0012283", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Reduced size of the Distal epiphysis of femur."], "label": ["Small distal femoral epiphysis"], "label_std": ["Small distal femoral epiphysis"], "definition": ["Reduced size of the Distal epiphysis of femur."], "synonym_std": ["Small end part of outermost thighbone"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "synonym_eng": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "synonym_kw": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "iri": "http://purl.obolibrary.org/obo/OMIM_182260", "_version_": 1564147987617153024, "label_eng": ["Slipped Femoral Capital Epiphyses"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_182260", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_182260", "category_kw": ["disease"], "definition_std": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "id_eng": "OMIM:182260", "definition_kw": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0149887", "MESH:D060048"], "label_kw": ["Slipped Femoral Capital Epiphyses"], "synonym": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "score": 19.190416, "id_std": "OMIM:182260", "equivalent_curie_std": ["UMLS:C0149887", "MESH:D060048"], "id": "OMIM:182260", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_182260", "id_kw": "OMIM:182260", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "equivalent_curie_eng": ["UMLS:C0149887", "MESH:D060048"], "label": ["Slipped Femoral Capital Epiphyses"], "label_std": ["Slipped Femoral Capital Epiphyses"], "definition": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "synonym_std": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "equivalent_curie": ["UMLS:C0149887", "MESH:D060048"]}, {"equivalent_iri_kw": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "synonym_eng": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "synonym_kw": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "equivalent_iri_std": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "iri": "http://purl.obolibrary.org/obo/HP_0002827", "_version_": 1564148007270612993, "label_eng": ["Hip dislocation"], "equivalent_iri_eng": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002827", "iri_eng": "http://purl.obolibrary.org/obo/HP_0002827", "category_kw": ["Phenotype"], "definition_std": ["Displacement of the femur from its normal location in the hip joint."], "id_eng": "HP:0002827", "definition_kw": ["Displacement of the femur from its normal location in the hip joint."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "label_kw": ["Hip dislocation"], "synonym": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "score": 18.873596, "id_std": "HP:0002827", "equivalent_curie_std": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "id": "HP:0002827", "equivalent_iri": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002827", "id_kw": "HP:0002827", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Displacement of the femur from its normal location in the hip joint."], "equivalent_curie_eng": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "label": ["Hip dislocation"], "label_std": ["Hip dislocation"], "definition": ["Displacement of the femur from its normal location in the hip joint."], "synonym_std": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "equivalent_curie": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"]}, {"synonym_eng": ["Limited hip abduction"], "synonym_kw": ["Limited hip abduction"], "iri": "http://purl.obolibrary.org/obo/HP_0003184", "label_eng": ["Decreased hip abduction"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003184", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003184", "category_kw": ["Phenotype"], "definition_std": ["Reduced ability to move the femur outward to the side."], "id_eng": "HP:0003184", "definition_kw": ["Reduced ability to move the femur outward to the side."], "category_eng": ["Phenotype"], "_version_": 1564148008031879169, "label_kw": ["Decreased hip abduction"], "synonym": ["Limited hip abduction"], "score": 18.873596, "id_std": "HP:0003184", "id": "HP:0003184", "iri_std": "http://purl.obolibrary.org/obo/HP_0003184", "id_kw": "HP:0003184", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Reduced ability to move the femur outward to the side."], "label": ["Decreased hip abduction"], "label_std": ["Decreased hip abduction"], "definition": ["Reduced ability to move the femur outward to the side."], "synonym_std": ["Limited hip abduction"]}, {"equivalent_iri_kw": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "synonym_eng": ["Irregular proximal femoral metaphyses"], "synonym_kw": ["Irregular proximal femoral metaphyses"], "equivalent_iri_std": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "iri": "http://purl.obolibrary.org/obo/HP_0003411", "_version_": 1564148008119959553, "label_eng": ["Proximal femoral metaphyseal irregularity"], "equivalent_iri_eng": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003411", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003411", "category_kw": ["Phenotype"], "definition_std": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "id_eng": "HP:0003411", "definition_kw": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "label_kw": ["Proximal femoral metaphyseal irregularity"], "synonym": ["Irregular proximal femoral metaphyses"], "score": 18.873596, "id_std": "HP:0003411", "equivalent_curie_std": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "id": "HP:0003411", "equivalent_iri": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003411", "id_kw": "HP:0003411", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "equivalent_curie_eng": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "label": ["Proximal femoral metaphyseal irregularity"], "label_std": ["Proximal femoral metaphyseal irregularity"], "definition": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "synonym_std": ["Irregular proximal femoral metaphyses"], "equivalent_curie": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"]}, {"iri": "http://purl.obolibrary.org/obo/HP_0005096", "label_eng": ["Distal femoral bowing"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005096", "iri_eng": "http://purl.obolibrary.org/obo/HP_0005096", "category_kw": ["Phenotype"], "definition_kw": ["A bending or abnormal curvature of the distal portion of the femur."], "definition_std": ["A bending or abnormal curvature of the distal portion of the femur."], "id_eng": "HP:0005096", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["Distal femoral bowing"], "score": 18.873596, "id_std": "HP:0005096", "id": "HP:0005096", "iri_std": "http://purl.obolibrary.org/obo/HP_0005096", "id_kw": "HP:0005096", "_version_": 1564148009508274177, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A bending or abnormal curvature of the distal portion of the femur."], "label": ["Distal femoral bowing"], "label_std": ["Distal femoral bowing"], "definition": ["A bending or abnormal curvature of the distal portion of the femur."]}, {"equivalent_iri_kw": ["_:727b15e88a369fb86704e87f3602c19c"], "synonym_eng": ["Abnormal wide portion of innermost thighbone"], "synonym_kw": ["Abnormal wide portion of innermost thighbone"], "equivalent_iri_std": ["_:727b15e88a369fb86704e87f3602c19c"], "iri": "http://purl.obolibrary.org/obo/HP_0006431", "_version_": 1564148010457235456, "label_eng": ["Proximal femoral metaphyseal abnormality"], "equivalent_iri_eng": ["_:727b15e88a369fb86704e87f3602c19c"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006431", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006431", "category_kw": ["Phenotype"], "definition_std": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "id_eng": "HP:0006431", "definition_kw": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:727b15e88a369fb86704e87f3602c19c"], "label_kw": ["Proximal femoral metaphyseal abnormality"], "synonym": ["Abnormal wide portion of innermost thighbone"], "score": 18.873596, "id_std": "HP:0006431", "equivalent_curie_std": ["_:727b15e88a369fb86704e87f3602c19c"], "id": "HP:0006431", "equivalent_iri": ["_:727b15e88a369fb86704e87f3602c19c"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006431", "id_kw": "HP:0006431", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "equivalent_curie_eng": ["_:727b15e88a369fb86704e87f3602c19c"], "label": ["Proximal femoral metaphyseal abnormality"], "label_std": ["Proximal femoral metaphyseal abnormality"], "definition": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "synonym_std": ["Abnormal wide portion of innermost thighbone"], "equivalent_curie": ["_:727b15e88a369fb86704e87f3602c19c"]}, {"equivalent_iri_kw": ["_:c26160a1f6412068282579bc0c035be1"], "synonym_eng": ["Cone-shaped end part of innermost thighbone"], "synonym_kw": ["Cone-shaped end part of innermost thighbone"], "equivalent_iri_std": ["_:c26160a1f6412068282579bc0c035be1"], "iri": "http://purl.obolibrary.org/obo/HP_0008789", "_version_": 1564148012863717378, "label_eng": ["Cone-shaped capital femoral epiphysis"], "equivalent_iri_eng": ["_:c26160a1f6412068282579bc0c035be1"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008789", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008789", "category_kw": ["Phenotype"], "definition_std": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "id_eng": "HP:0008789", "definition_kw": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:c26160a1f6412068282579bc0c035be1"], "label_kw": ["Cone-shaped capital femoral epiphysis"], "synonym": ["Cone-shaped end part of innermost thighbone"], "score": 18.873596, "id_std": "HP:0008789", "equivalent_curie_std": ["_:c26160a1f6412068282579bc0c035be1"], "id": "HP:0008789", "equivalent_iri": ["_:c26160a1f6412068282579bc0c035be1"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008789", "id_kw": "HP:0008789", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:c26160a1f6412068282579bc0c035be1"], "label": ["Cone-shaped capital femoral epiphysis"], "label_std": ["Cone-shaped capital femoral epiphysis"], "definition": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "synonym_std": ["Cone-shaped end part of innermost thighbone"], "equivalent_curie": ["_:c26160a1f6412068282579bc0c035be1"]}, {"equivalent_iri_kw": ["_:aa23eadeacf3ac82e78930b08e653d50"], "synonym_eng": ["Wide end part of innermost thighbone"], "synonym_kw": ["Wide end part of innermost thighbone"], "equivalent_iri_std": ["_:aa23eadeacf3ac82e78930b08e653d50"], "iri": "http://purl.obolibrary.org/obo/HP_0008784", "_version_": 1564148012864765953, "label_eng": ["Wide capital femoral epiphyses"], "equivalent_iri_eng": ["_:aa23eadeacf3ac82e78930b08e653d50"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008784", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008784", "category_kw": ["Phenotype"], "definition_std": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "id_eng": "HP:0008784", "definition_kw": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:aa23eadeacf3ac82e78930b08e653d50"], "label_kw": ["Wide capital femoral epiphyses"], "synonym": ["Wide end part of innermost thighbone"], "score": 18.873596, "id_std": "HP:0008784", "equivalent_curie_std": ["_:aa23eadeacf3ac82e78930b08e653d50"], "id": "HP:0008784", "equivalent_iri": ["_:aa23eadeacf3ac82e78930b08e653d50"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008784", "id_kw": "HP:0008784", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:aa23eadeacf3ac82e78930b08e653d50"], "label": ["Wide capital femoral epiphyses"], "label_std": ["Wide capital femoral epiphyses"], "definition": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "synonym_std": ["Wide end part of innermost thighbone"], "equivalent_curie": ["_:aa23eadeacf3ac82e78930b08e653d50"]}, {"equivalent_iri_kw": ["_:99e2098665fa866afc0fdb28d95ec62e"], "synonym_eng": ["Wide metaphysis of innermost thighbone"], "synonym_kw": ["Wide metaphysis of innermost thighbone"], "equivalent_iri_std": ["_:99e2098665fa866afc0fdb28d95ec62e"], "iri": "http://purl.obolibrary.org/obo/HP_0008783", "_version_": 1564148012864765955, "label_eng": ["Wide proximal femoral metaphysis"], "equivalent_iri_eng": ["_:99e2098665fa866afc0fdb28d95ec62e"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008783", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008783", "category_kw": ["Phenotype"], "definition_std": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "id_eng": "HP:0008783", "definition_kw": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:99e2098665fa866afc0fdb28d95ec62e"], "label_kw": ["Wide proximal femoral metaphysis"], "synonym": ["Wide metaphysis of innermost thighbone"], "score": 18.873596, "id_std": "HP:0008783", "equivalent_curie_std": ["_:99e2098665fa866afc0fdb28d95ec62e"], "id": "HP:0008783", "equivalent_iri": ["_:99e2098665fa866afc0fdb28d95ec62e"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008783", "id_kw": "HP:0008783", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "equivalent_curie_eng": ["_:99e2098665fa866afc0fdb28d95ec62e"], "label": ["Wide proximal femoral metaphysis"], "label_std": ["Wide proximal femoral metaphysis"], "definition": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "synonym_std": ["Wide metaphysis of innermost thighbone"], "equivalent_curie": ["_:99e2098665fa866afc0fdb28d95ec62e"]}, {"equivalent_iri_kw": ["_:b823128f05779f9ab61558dd0f49cc34"], "_version_": 1564148012865814532, "equivalent_iri_std": ["_:b823128f05779f9ab61558dd0f49cc34"], "iri": "http://purl.obolibrary.org/obo/HP_0008797", "label_eng": ["Early ossification of capital femoral epiphyses"], "equivalent_iri_eng": ["_:b823128f05779f9ab61558dd0f49cc34"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008797", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008797", "category_kw": ["Phenotype"], "definition_std": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008797", "definition_kw": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:b823128f05779f9ab61558dd0f49cc34"], "label_kw": ["Early ossification of capital femoral epiphyses"], "score": 18.873596, "id_std": "HP:0008797", "equivalent_curie_std": ["_:b823128f05779f9ab61558dd0f49cc34"], "id": "HP:0008797", "equivalent_iri": ["_:b823128f05779f9ab61558dd0f49cc34"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008797", "id_kw": "HP:0008797", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:b823128f05779f9ab61558dd0f49cc34"], "label": ["Early ossification of capital femoral epiphyses"], "label_std": ["Early ossification of capital femoral epiphyses"], "definition": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "equivalent_curie": ["_:b823128f05779f9ab61558dd0f49cc34"]}, {"equivalent_iri_kw": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "synonym_eng": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "synonym_kw": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "equivalent_iri_std": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "iri": "http://purl.obolibrary.org/obo/HP_0008828", "_version_": 1564148012971720705, "label_eng": ["Delayed proximal femoral epiphyseal ossification"], "equivalent_iri_eng": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008828", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008828", "category_kw": ["Phenotype"], "definition_std": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008828", "definition_kw": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "label_kw": ["Delayed proximal femoral epiphyseal ossification"], "synonym": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "score": 18.873596, "id_std": "HP:0008828", "equivalent_curie_std": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "id": "HP:0008828", "equivalent_iri": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008828", "id_kw": "HP:0008828", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "equivalent_curie_eng": ["_:1e21d8e5ac08f664eee8d4291df98a3a"], "label": ["Delayed proximal femoral epiphyseal ossification"], "label_std": ["Delayed proximal femoral epiphyseal ossification"], "definition": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "synonym_std": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "equivalent_curie": ["_:1e21d8e5ac08f664eee8d4291df98a3a"]}, {"synonym_eng": ["Abnormality of wide portion of outermost thighbone"], "synonym_kw": ["Abnormality of wide portion of outermost thighbone"], "iri": "http://purl.obolibrary.org/obo/HP_0030299", "label_eng": ["Distal femoral metaphyseal abnormality"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030299", "iri_eng": "http://purl.obolibrary.org/obo/HP_0030299", "category_kw": ["Phenotype"], "definition_std": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "id_eng": "HP:0030299", "definition_kw": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "category_eng": ["Phenotype"], "_version_": 1564147988891172868, "label_kw": ["Distal femoral metaphyseal abnormality"], "synonym": ["Abnormality of wide portion of outermost thighbone"], "score": 18.873596, "id_std": "HP:0030299", "id": "HP:0030299", "iri_std": "http://purl.obolibrary.org/obo/HP_0030299", "id_kw": "HP:0030299", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "label": ["Distal femoral metaphyseal abnormality"], "label_std": ["Distal femoral metaphyseal abnormality"], "definition": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "synonym_std": ["Abnormality of wide portion of outermost thighbone"]}, {"equivalent_iri_kw": ["_:4a9283cee6735fe8791e51732c75397c"], "synonym_eng": ["Irregular distal femoral metaphyses"], "synonym_kw": ["Irregular distal femoral metaphyses"], "equivalent_iri_std": ["_:4a9283cee6735fe8791e51732c75397c"], "iri": "http://purl.obolibrary.org/obo/HP_0045079", "_version_": 1564147990154706946, "label_eng": ["Distal femoral metaphyseal irregularity"], "equivalent_iri_eng": ["_:4a9283cee6735fe8791e51732c75397c"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0045079", "iri_eng": "http://purl.obolibrary.org/obo/HP_0045079", "category_kw": ["Phenotype"], "definition_std": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "id_eng": "HP:0045079", "definition_kw": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:4a9283cee6735fe8791e51732c75397c"], "label_kw": ["Distal femoral metaphyseal irregularity"], "synonym": ["Irregular distal femoral metaphyses"], "score": 18.873596, "id_std": "HP:0045079", "equivalent_curie_std": ["_:4a9283cee6735fe8791e51732c75397c"], "id": "HP:0045079", "equivalent_iri": ["_:4a9283cee6735fe8791e51732c75397c"], "iri_std": "http://purl.obolibrary.org/obo/HP_0045079", "id_kw": "HP:0045079", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "equivalent_curie_eng": ["_:4a9283cee6735fe8791e51732c75397c"], "label": ["Distal femoral metaphyseal irregularity"], "label_std": ["Distal femoral metaphyseal irregularity"], "definition": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "synonym_std": ["Irregular distal femoral metaphyses"], "equivalent_curie": ["_:4a9283cee6735fe8791e51732c75397c"]}, {"iri": "http://purl.obolibrary.org/obo/HP_0012106", "label_eng": ["Rhizomelic leg shortening"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012106", "iri_eng": "http://purl.obolibrary.org/obo/HP_0012106", "category_kw": ["Phenotype"], "definition_kw": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "definition_std": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "id_eng": "HP:0012106", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["Rhizomelic leg shortening"], "score": 18.873596, "id_std": "HP:0012106", "id": "HP:0012106", "iri_std": "http://purl.obolibrary.org/obo/HP_0012106", "id_kw": "HP:0012106", "_version_": 1564148002818359297, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "label": ["Rhizomelic leg shortening"], "label_std": ["Rhizomelic leg shortening"], "definition": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."]}, {"equivalent_iri_kw": ["_:6d509055a7bbd06dac8c384496e5333c"], "_version_": 1564148003013394434, "equivalent_iri_std": ["_:6d509055a7bbd06dac8c384496e5333c"], "iri": "http://purl.obolibrary.org/obo/HP_0012515", "label_eng": ["Hip flexor weakness"], "equivalent_iri_eng": ["_:6d509055a7bbd06dac8c384496e5333c"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012515", "iri_eng": "http://purl.obolibrary.org/obo/HP_0012515", "category_kw": ["Phenotype"], "definition_std": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "id_eng": "HP:0012515", "definition_kw": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:6d509055a7bbd06dac8c384496e5333c"], "label_kw": ["Hip flexor weakness"], "score": 18.873596, "id_std": "HP:0012515", "equivalent_curie_std": ["_:6d509055a7bbd06dac8c384496e5333c"], "id": "HP:0012515", "equivalent_iri": ["_:6d509055a7bbd06dac8c384496e5333c"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012515", "id_kw": "HP:0012515", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "equivalent_curie_eng": ["_:6d509055a7bbd06dac8c384496e5333c"], "label": ["Hip flexor weakness"], "label_std": ["Hip flexor weakness"], "definition": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "equivalent_curie": ["_:6d509055a7bbd06dac8c384496e5333c"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1861922", "http://purl.obolibrary.org/obo/UMLS_C1861923", "http://www.orpha.net/ORDO/Orphanet_140", "http://purl.obolibrary.org/obo/DOID_0050463", "http://purl.obolibrary.org/obo/MESH_D055036"], "synonym_eng": ["Sra1, Cmpd1", "Campomelic Dysplasia, Acampomelic", "CAMPOMELIC DYSPLASIA", "Campomelic Dwarfisms", "Campomelic Syndrome", "Dysplasia, Campomelic", "Cmpd1 Sra1s", "Sra1s, Cmpd1", "Campomelic Syndromes", "Acampomelic Campomelic Dysplasias", "Campomelic Dysplasias, Acampomelic", "Campomelic Dysplasias", "Dysplasias, Campomelic", "Syndromes, Campomelic", "Camptomelic Dysplasias", "Dysplasias, Camptomelic", "Cmpd", "Cmpd1/Sra1", "Dysplasias, Acampomelic Campomelic", "Dwarfism, Campomelic", "Acampomelic Campomelic Dysplasia", "Cmpd1 Sra1", "Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic Dwarfism", "Acampomelic Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic dwarfism", "Camptomelic Dysplasia", "Dysplasia, Acampomelic Campomelic", "Cmd1", "Dysplasia, Camptomelic", "Syndrome, Campomelic", "Dwarfisms, Campomelic"], "synonym_kw": ["Sra1, Cmpd1", "Campomelic Dysplasia, Acampomelic", "CAMPOMELIC DYSPLASIA", "Campomelic Dwarfisms", "Campomelic Syndrome", "Dysplasia, Campomelic", "Cmpd1 Sra1s", "Sra1s, Cmpd1", "Campomelic Syndromes", "Acampomelic Campomelic Dysplasias", "Campomelic Dysplasias, Acampomelic", "Campomelic Dysplasias", "Dysplasias, Campomelic", "Syndromes, Campomelic", "Camptomelic Dysplasias", "Dysplasias, Camptomelic", "Cmpd", "Cmpd1/Sra1", "Dysplasias, Acampomelic Campomelic", "Dwarfism, Campomelic", "Acampomelic Campomelic Dysplasia", "Cmpd1 Sra1", "Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic Dwarfism", "Acampomelic Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic dwarfism", "Camptomelic Dysplasia", "Dysplasia, Acampomelic Campomelic", "Cmd1", "Dysplasia, Camptomelic", "Syndrome, Campomelic", "Dwarfisms, Campomelic"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1861922", "http://purl.obolibrary.org/obo/UMLS_C1861923", "http://www.orpha.net/ORDO/Orphanet_140", "http://purl.obolibrary.org/obo/DOID_0050463", "http://purl.obolibrary.org/obo/MESH_D055036"], "iri": "http://purl.obolibrary.org/obo/OMIM_114290", "_version_": 1564147981071941633, "label_eng": ["campomelic dysplasia"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1861922", "http://purl.obolibrary.org/obo/UMLS_C1861923", "http://www.orpha.net/ORDO/Orphanet_140", "http://purl.obolibrary.org/obo/DOID_0050463", "http://purl.obolibrary.org/obo/MESH_D055036"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_114290", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_114290", "category_kw": ["disease"], "definition_std": ["An osteochondrodysplasia that has_material_basis_in a mutation in chromosome 17 which results_in bowing in the located_in tibia or located_in femur."], "id_eng": "OMIM:114290", "definition_kw": ["An osteochondrodysplasia that has_material_basis_in a mutation in chromosome 17 which results_in bowing in the located_in tibia or located_in femur."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1861922", "UMLS:C1861923", "Orphanet:140", "DOID:0050463", "MESH:D055036"], "label_kw": ["campomelic dysplasia"], "synonym": ["Sra1, Cmpd1", "Campomelic Dysplasia, Acampomelic", "CAMPOMELIC DYSPLASIA", "Campomelic Dwarfisms", "Campomelic Syndrome", "Dysplasia, Campomelic", "Cmpd1 Sra1s", "Sra1s, Cmpd1", "Campomelic Syndromes", "Acampomelic Campomelic Dysplasias", "Campomelic Dysplasias, Acampomelic", "Campomelic Dysplasias", "Dysplasias, Campomelic", "Syndromes, Campomelic", "Camptomelic Dysplasias", "Dysplasias, Camptomelic", "Cmpd", "Cmpd1/Sra1", "Dysplasias, Acampomelic Campomelic", "Dwarfism, Campomelic", "Acampomelic Campomelic Dysplasia", "Cmpd1 Sra1", "Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic Dwarfism", "Acampomelic Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic dwarfism", "Camptomelic Dysplasia", "Dysplasia, Acampomelic Campomelic", "Cmd1", "Dysplasia, Camptomelic", "Syndrome, Campomelic", "Dwarfisms, Campomelic"], "score": 17.977184, "id_std": "OMIM:114290", "equivalent_curie_std": ["UMLS:C1861922", "UMLS:C1861923", "Orphanet:140", "DOID:0050463", "MESH:D055036"], "id": "OMIM:114290", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1861922", "http://purl.obolibrary.org/obo/UMLS_C1861923", "http://www.orpha.net/ORDO/Orphanet_140", "http://purl.obolibrary.org/obo/DOID_0050463", "http://purl.obolibrary.org/obo/MESH_D055036"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_114290", "id_kw": "OMIM:114290", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["An osteochondrodysplasia that has_material_basis_in a mutation in chromosome 17 which results_in bowing in the located_in tibia or located_in femur."], "equivalent_curie_eng": ["UMLS:C1861922", "UMLS:C1861923", "Orphanet:140", "DOID:0050463", "MESH:D055036"], "label": ["campomelic dysplasia"], "label_std": ["campomelic dysplasia"], "definition": ["An osteochondrodysplasia that has_material_basis_in a mutation in chromosome 17 which results_in bowing in the located_in tibia or located_in femur."], "synonym_std": ["Sra1, Cmpd1", "Campomelic Dysplasia, Acampomelic", "CAMPOMELIC DYSPLASIA", "Campomelic Dwarfisms", "Campomelic Syndrome", "Dysplasia, Campomelic", "Cmpd1 Sra1s", "Sra1s, Cmpd1", "Campomelic Syndromes", "Acampomelic Campomelic Dysplasias", "Campomelic Dysplasias, Acampomelic", "Campomelic Dysplasias", "Dysplasias, Campomelic", "Syndromes, Campomelic", "Camptomelic Dysplasias", "Dysplasias, Camptomelic", "Cmpd", "Cmpd1/Sra1", "Dysplasias, Acampomelic Campomelic", "Dwarfism, Campomelic", "Acampomelic Campomelic Dysplasia", "Cmpd1 Sra1", "Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic Dwarfism", "Acampomelic Campomelic Dysplasia With Autosomal Sex Reversal", "Campomelic dwarfism", "Camptomelic Dysplasia", "Dysplasia, Acampomelic Campomelic", "Cmd1", "Dysplasia, Camptomelic", "Syndrome, Campomelic", "Dwarfisms, Campomelic"], "equivalent_curie": ["UMLS:C1861922", "UMLS:C1861923", "Orphanet:140", "DOID:0050463", "MESH:D055036"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MP_0004509", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/HP_0040163", "_:1de7428c606f5752446b4418805adb5b"], "synonym_eng": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "synonym_kw": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MP_0004509", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/HP_0040163", "_:1de7428c606f5752446b4418805adb5b"], "iri": "http://purl.obolibrary.org/obo/HP_0002644", "_version_": 1564148007238107136, "label_eng": ["Abnormality of pelvic girdle bone morphology"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MP_0004509", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/HP_0040163", "_:1de7428c606f5752446b4418805adb5b"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002644", "iri_eng": "http://purl.obolibrary.org/obo/HP_0002644", "category_kw": ["Phenotype"], "definition_std": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "id_eng": "HP:0002644", "definition_kw": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["MP:0004509", "_:f8ff15f199bc6e408019be4cbc260452", "HP:0040163", "_:1de7428c606f5752446b4418805adb5b"], "label_kw": ["Abnormality of pelvic girdle bone morphology"], "synonym": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "score": 17.977184, "id_std": "HP:0002644", "equivalent_curie_std": ["MP:0004509", "_:f8ff15f199bc6e408019be4cbc260452", "HP:0040163", "_:1de7428c606f5752446b4418805adb5b"], "id": "HP:0002644", "equivalent_iri": ["http://purl.obolibrary.org/obo/MP_0004509", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/HP_0040163", "_:1de7428c606f5752446b4418805adb5b"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002644", "id_kw": "HP:0002644", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "equivalent_curie_eng": ["MP:0004509", "_:f8ff15f199bc6e408019be4cbc260452", "HP:0040163", "_:1de7428c606f5752446b4418805adb5b"], "label": ["Abnormality of pelvic girdle bone morphology"], "label_std": ["Abnormality of pelvic girdle bone morphology"], "definition": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "synonym_std": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "equivalent_curie": ["MP:0004509", "_:f8ff15f199bc6e408019be4cbc260452", "HP:0040163", "_:1de7428c606f5752446b4418805adb5b"]}, {"equivalent_iri_kw": ["_:354a13905fe244a3ab69e22f40697193"], "synonym_eng": ["Increased long bone fracture rate"], "synonym_kw": ["Increased long bone fracture rate"], "equivalent_iri_std": ["_:354a13905fe244a3ab69e22f40697193"], "iri": "http://purl.obolibrary.org/obo/HP_0003084", "_version_": 1564148007870398465, "label_eng": ["Fractures of the long bones"], "equivalent_iri_eng": ["_:354a13905fe244a3ab69e22f40697193"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003084", "iri_eng": "http://purl.obolibrary.org/obo/HP_0003084", "category_kw": ["Phenotype"], "definition_std": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "id_eng": "HP:0003084", "definition_kw": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:354a13905fe244a3ab69e22f40697193"], "label_kw": ["Fractures of the long bones"], "synonym": ["Increased long bone fracture rate"], "score": 17.977184, "id_std": "HP:0003084", "equivalent_curie_std": ["_:354a13905fe244a3ab69e22f40697193"], "id": "HP:0003084", "equivalent_iri": ["_:354a13905fe244a3ab69e22f40697193"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003084", "id_kw": "HP:0003084", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "equivalent_curie_eng": ["_:354a13905fe244a3ab69e22f40697193"], "label": ["Fractures of the long bones"], "label_std": ["Fractures of the long bones"], "definition": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "synonym_std": ["Increased long bone fracture rate"], "equivalent_curie": ["_:354a13905fe244a3ab69e22f40697193"]}, {"synonym_eng": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "synonym_kw": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "iri": "http://purl.obolibrary.org/obo/HP_0008905", "label_eng": ["Rhizomelia"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008905", "iri_eng": "http://purl.obolibrary.org/obo/HP_0008905", "category_kw": ["Phenotype"], "definition_std": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "id_eng": "HP:0008905", "definition_kw": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "category_eng": ["Phenotype"], "_version_": 1564148008667316227, "label_kw": ["Rhizomelia"], "synonym": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "score": 17.977184, "id_std": "HP:0008905", "id": "HP:0008905", "iri_std": "http://purl.obolibrary.org/obo/HP_0008905", "id_kw": "HP:0008905", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "label": ["Rhizomelia"], "label_std": ["Rhizomelia"], "definition": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "synonym_std": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"]}, {"synonym_eng": ["Bowing of thighbone at birth, straightening with time"], "synonym_kw": ["Bowing of thighbone at birth, straightening with time"], "iri": "http://purl.obolibrary.org/obo/HP_0005005", "label_eng": ["Femoral bowing present at birth, straightening with time"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005005", "iri_eng": "http://purl.obolibrary.org/obo/HP_0005005", "category_kw": ["Phenotype"], "definition_std": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "id_eng": "HP:0005005", "definition_kw": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "category_eng": ["Phenotype"], "_version_": 1564148009511419905, "label_kw": ["Femoral bowing present at birth, straightening with time"], "synonym": ["Bowing of thighbone at birth, straightening with time"], "score": 17.977184, "id_std": "HP:0005005", "id": "HP:0005005", "iri_std": "http://purl.obolibrary.org/obo/HP_0005005", "id_kw": "HP:0005005", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "label": ["Femoral bowing present at birth, straightening with time"], "label_std": ["Femoral bowing present at birth, straightening with time"], "definition": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "synonym_std": ["Bowing of thighbone at birth, straightening with time"]}, {"equivalent_iri_kw": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "synonym_eng": ["Irregular outermost thighbone end part"], "synonym_kw": ["Irregular outermost thighbone end part"], "equivalent_iri_std": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "iri": "http://purl.obolibrary.org/obo/HP_0006407", "_version_": 1564148010463526912, "label_eng": ["Irregular distal femoral epiphysis"], "equivalent_iri_eng": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006407", "iri_eng": "http://purl.obolibrary.org/obo/HP_0006407", "category_kw": ["Phenotype"], "definition_std": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "id_eng": "HP:0006407", "definition_kw": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "category_eng": ["Phenotype"], "equivalent_curie_kw": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "label_kw": ["Irregular distal femoral epiphysis"], "synonym": ["Irregular outermost thighbone end part"], "score": 17.977184, "id_std": "HP:0006407", "equivalent_curie_std": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "id": "HP:0006407", "equivalent_iri": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006407", "id_kw": "HP:0006407", "leaf": true, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "equivalent_curie_eng": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "label": ["Irregular distal femoral epiphysis"], "label_std": ["Irregular distal femoral epiphysis"], "definition": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "synonym_std": ["Irregular outermost thighbone end part"], "equivalent_curie": ["_:1a0c65adf3561c6be62983eb1b8d9b58"]}], "highlighting": {"HP:0006406": {"definition_std": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the proximal end"], "label_std": ["Club-shaped proximal <em class=\"hilite\">femur</em>"], "label_eng": ["Club-shaped proximal <em class=\"hilite\">femur</em>"], "definition_eng": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the proximal end"]}, "UBERON:0009980PHENOTYPE": {"definition_std": ["Any phenotype involving condyle of <em class=\"hilite\">femur</em>."], "label_std": ["condyle of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving condyle of <em class=\"hilite\">femur</em>."]}, "HP:0005090": {"definition_std": ["A lateral bending or abnormal curvature of the <em class=\"hilite\">femur</em>."], "definition_eng": ["A lateral bending or abnormal curvature of the <em class=\"hilite\">femur</em>."]}, "HP:0010574": {"definition_std": ["Any abnormality of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Any abnormality of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0008820": {"definition_std": ["Lack of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Lack of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0005096": {"definition_std": ["A bending or abnormal curvature of the distal portion of the <em class=\"hilite\">femur</em>."], "definition_eng": ["A bending or abnormal curvature of the distal portion of the <em class=\"hilite\">femur</em>."]}, "MP:0013637": {"definition_std": ["increase in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"], "label_std": ["increased <em class=\"hilite\">femur</em> stiffness"], "label_eng": ["increased <em class=\"hilite\">femur</em> stiffness"], "definition_eng": ["increase in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"]}, "MP:0013621": {"synonym_eng": ["decreased <em class=\"hilite\">femur</em> medullary cavity diameter", "reduced inner diameter of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "decreased inner diameter of <em class=\"hilite\">femur</em>", "decreased endosteal diameter of <em class=\"hilite\">femur</em>", "reduced endosteal diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["reduced cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"], "definition_std": ["reduced cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"], "label_std": ["decreased internal diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["decreased <em class=\"hilite\">femur</em> medullary cavity diameter", "reduced inner diameter of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "decreased inner diameter of <em class=\"hilite\">femur</em>", "decreased endosteal diameter of <em class=\"hilite\">femur</em>", "reduced endosteal diameter of <em class=\"hilite\">femur</em>"], "label_eng": ["decreased internal diameter of <em class=\"hilite\">femur</em>"]}, "HP:0006398": {"definition_std": ["An abnormal flattening of the distal epiphysis of <em class=\"hilite\">femur</em>."], "definition_eng": ["An abnormal flattening of the distal epiphysis of <em class=\"hilite\">femur</em>."]}, "HP:0045079": {"definition_std": ["Irregularity of the normally smooth surface of the distal metaphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Irregularity of the normally smooth surface of the distal metaphysis of the <em class=\"hilite\">femur</em>."]}, "OMIM:114290": {"definition_std": [" bowing in the located_in tibia or located_in <em class=\"hilite\">femur</em>."], "definition_eng": ["_in bowing in the located_in tibia or located_in <em class=\"hilite\">femur</em>."]}, "MESH:D005271": {"label_std": ["<em class=\"hilite\">Femur</em> Head Necrosis"], "synonym_eng": ["Head Necrosis, <em class=\"hilite\">Femur</em>", "<em class=\"hilite\">Femur</em> Head Necroses", "Aseptic Necrosis of <em class=\"hilite\">Femur</em> Head", "Necrosis, Avascular, of <em class=\"hilite\">Femur</em> Head", "Necrosis, Aseptic, of <em class=\"hilite\">Femur</em> Head", "Necrosis, <em class=\"hilite\">Femur</em> Head", "Avascular Necrosis of <em class=\"hilite\">Femur</em> Head"], "synonym_std": ["Head Necrosis, <em class=\"hilite\">Femur</em>", "<em class=\"hilite\">Femur</em> Head Necroses", "Aseptic Necrosis of <em class=\"hilite\">Femur</em> Head", "Necrosis, Avascular, of <em class=\"hilite\">Femur</em> Head", "Necrosis, Aseptic, of <em class=\"hilite\">Femur</em> Head", "Necrosis, <em class=\"hilite\">Femur</em> Head", "Avascular Necrosis of <em class=\"hilite\">Femur</em> Head"], "label_eng": ["<em class=\"hilite\">Femur</em> Head Necrosis"]}, "HP:0012515": {"definition_std": ["Reduced ability to flex the <em class=\"hilite\">femur</em>, that is, to pull the knee upward."], "definition_eng": ["Reduced ability to flex the <em class=\"hilite\">femur</em>, that is, to pull the knee upward."]}, "HP:0012744": {"definition_std": ["Failure of the <em class=\"hilite\">femur</em> to develop."], "synonym_eng": ["Absent <em class=\"hilite\">femur</em>"], "synonym_std": ["Absent <em class=\"hilite\">femur</em>"], "definition_eng": ["Failure of the <em class=\"hilite\">femur</em> to develop."]}, "HP:0008789": {"definition_std": ["A cone-shaped deformity of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["A cone-shaped deformity of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0003097": {"definition_std": ["An abnormal shortening of the <em class=\"hilite\">femur</em>."], "label_std": ["Short <em class=\"hilite\">femur</em>"], "synonym_eng": ["Short <em class=\"hilite\">femurs</em>"], "label_eng": ["Short <em class=\"hilite\">femur</em>"], "definition_eng": ["An abnormal shortening of the <em class=\"hilite\">femur</em>."]}, "UBERON:0006862PHENOTYPE": {"definition_std": ["Any phenotype involving diaphysis of <em class=\"hilite\">femur</em>."], "label_std": ["diaphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["diaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving diaphysis of <em class=\"hilite\">femur</em>."]}, "MP:0013632": {"definition_std": ["increase in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"], "label_std": ["increased <em class=\"hilite\">femur</em> maximal load"], "label_eng": ["increased <em class=\"hilite\">femur</em> maximal load"], "definition_eng": ["increase in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"]}, "UBERON:0015052PHENOTYPE": {"definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> endochondral element."], "label_std": ["<em class=\"hilite\">femur</em> endochondral element phenotype"], "label_eng": ["<em class=\"hilite\">femur</em> endochondral element phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> endochondral element."]}, "OMIM:228200": {"synonym_eng": ["<em class=\"hilite\">Femur</em>-fibula-ulna dysostosis", "<em class=\"hilite\">Femur</em>-fibula-ulna syndrome", "<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">FEMUR</em>-FIBULA-ULNA SYNDROME"], "definition_eng": ["<em class=\"hilite\">Femur</em>-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more", " <em class=\"hilite\">femur</em>, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the <em class=\"hilite\">femur</em>"], "definition_std": ["<em class=\"hilite\">Femur</em>-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more", " <em class=\"hilite\">femur</em>, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the <em class=\"hilite\">femur</em>"], "label_std": ["<em class=\"hilite\">Femur</em>-fibula-ulna complex"], "synonym_std": ["<em class=\"hilite\">Femur</em>-fibula-ulna dysostosis", "<em class=\"hilite\">Femur</em>-fibula-ulna syndrome", "<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">FEMUR</em>-FIBULA-ULNA SYNDROME"], "label_eng": ["<em class=\"hilite\">Femur</em>-fibula-ulna complex"]}, "UBERON:0006767PHENOTYPE": {"definition_std": ["Any phenotype involving head of <em class=\"hilite\">femur</em>."], "label_std": ["head of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["head of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving head of <em class=\"hilite\">femur</em>."]}, "HP:0003084": {"definition_std": ["An increased tendency to fractures of the long bones (Mainly, the <em class=\"hilite\">femur</em>, tibia, fibula,humerus"], "definition_eng": ["An increased tendency to fractures of the long bones (Mainly, the <em class=\"hilite\">femur</em>, tibia, fibula,humerus"]}, "MP:0013638": {"definition_std": ["decrease in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"], "label_std": ["decreased <em class=\"hilite\">femur</em> stiffness"], "label_eng": ["decreased <em class=\"hilite\">femur</em> stiffness"], "definition_eng": ["decrease in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"]}, "HP:0012283": {"definition_std": ["Reduced size of the Distal epiphysis of <em class=\"hilite\">femur</em>."], "definition_eng": ["Reduced size of the Distal epiphysis of <em class=\"hilite\">femur</em>."]}, "HP:0030299": {"definition_std": ["An anomaly of the metaphysis of the distal <em class=\"hilite\">femur</em> (close to the knee)."], "definition_eng": ["An anomaly of the metaphysis of the distal <em class=\"hilite\">femur</em> (close to the knee)."]}, "HP:0008784": {"definition_std": ["Abnormally wide morphology of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Abnormally wide morphology of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "MP:0013625": {"definition_std": ["increase in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"], "label_std": ["increased <em class=\"hilite\">femur</em> yield load"], "label_eng": ["increased <em class=\"hilite\">femur</em> yield load"], "definition_eng": ["increase in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"]}, "MP:0020010": {"label_std": ["decreased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["decreased BMD of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone mineral density"], "synonym_std": ["decreased BMD of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone mineral density"], "label_eng": ["decreased bone mineral density of <em class=\"hilite\">femur</em>"]}, "HP:0006499": {"definition_std": ["An anomaly of a growth plate of a <em class=\"hilite\">femur</em>."], "definition_eng": ["An anomaly of a growth plate of a <em class=\"hilite\">femur</em>."]}, "HP:0002823": {"definition_std": ["Abnormality of the <em class=\"hilite\">femur</em>."], "label_std": ["Abnormality of the <em class=\"hilite\">femur</em>"], "label_eng": ["Abnormality of the <em class=\"hilite\">femur</em>"], "definition_eng": ["Abnormality of the <em class=\"hilite\">femur</em>."]}, "FBbt:00004689PHENOTYPE": {"label_std": ["Drosophila mesothoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila mesothoracic <em class=\"hilite\">femur</em> phenotype"]}, "HP:0006375": {"definition_std": ["The <em class=\"hilite\">femur</em> is shortened and displays flaring (widening) of the metaphyses."], "label_std": ["Dumbbell-shaped <em class=\"hilite\">femur</em>"], "label_eng": ["Dumbbell-shaped <em class=\"hilite\">femur</em>"], "definition_eng": ["The <em class=\"hilite\">femur</em> is shortened and displays flaring (widening) of the metaphyses."]}, "UBERON:0006864PHENOTYPE": {"definition_std": ["Any phenotype involving distal metaphysis of <em class=\"hilite\">femur</em>."], "label_std": ["distal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["distal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving distal metaphysis of <em class=\"hilite\">femur</em>."]}, "HP:0006438": {"definition_std": ["An abnormal enlargement of the distal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["An abnormal enlargement of the distal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0006431": {"definition_std": ["An anomaly of the metaphysis of the proximal <em class=\"hilite\">femur</em> (close to the hip)."], "definition_eng": ["An anomaly of the metaphysis of the proximal <em class=\"hilite\">femur</em> (close to the hip)."]}, "HP:0006384": {"definition_std": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the distal end. This"], "label_std": ["Club-shaped distal <em class=\"hilite\">femur</em>"], "label_eng": ["Club-shaped distal <em class=\"hilite\">femur</em>"], "definition_eng": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the distal end. This"]}, "MP:0013626": {"definition_std": ["decrease in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"], "label_std": ["decreased <em class=\"hilite\">femur</em> yield load"], "label_eng": ["decreased <em class=\"hilite\">femur</em> yield load"], "definition_eng": ["decrease in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"]}, "UBERON:0007119PHENOTYPE": {"definition_std": ["Any phenotype involving neck of <em class=\"hilite\">femur</em>."], "label_std": ["neck of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["neck of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving neck of <em class=\"hilite\">femur</em>."]}, "MP:0004348": {"label_std": ["long <em class=\"hilite\">femur</em>"], "synonym_eng": ["increased <em class=\"hilite\">femur</em> length"], "synonym_std": ["increased <em class=\"hilite\">femur</em> length"], "label_eng": ["long <em class=\"hilite\">femur</em>"]}, "HP:0002827": {"definition_std": ["Displacement of the <em class=\"hilite\">femur</em> from its normal location in the hip joint."], "definition_eng": ["Displacement of the <em class=\"hilite\">femur</em> from its normal location in the hip joint."]}, "FBbt:00004667PHENOTYPE": {"label_std": ["Drosophila prothoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila prothoracic <em class=\"hilite\">femur</em> phenotype"]}, "HP:0003090": {"definition_std": ["Underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "Orphanet:168621": {"label_std": ["Dysplasia of head of <em class=\"hilite\">femur</em>, Meyer type"], "label_eng": ["Dysplasia of head of <em class=\"hilite\">femur</em>, Meyer type"]}, "MP:0013634": {"label_std": ["increased <em class=\"hilite\">femur</em> fracture load"], "label_eng": ["increased <em class=\"hilite\">femur</em> fracture load"]}, "MESH:C537917": {"label_std": ["<em class=\"hilite\">Femur</em> bifid with monodactylous ectrodactyly"], "synonym_eng": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"], "synonym_std": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"], "label_eng": ["<em class=\"hilite\">Femur</em> bifid with monodactylous ectrodactyly"]}, "UBERON:0004406PHENOTYPE": {"definition_std": ["Any phenotype involving distal epiphysis of <em class=\"hilite\">femur</em>."], "label_std": ["distal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["distal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving distal epiphysis of <em class=\"hilite\">femur</em>."]}, "MP:0013624": {"synonym_eng": ["decreased <em class=\"hilite\">femur</em> cortical bone morphology thickness", "reduced <em class=\"hilite\">femur</em> lamellar bone thickness", "reduced <em class=\"hilite\">femur</em> dense bone thickness", "decreased <em class=\"hilite\">femur</em> dense bone thickness", "reduced <em class=\"hilite\">femur</em> cortical bone morphology thickness", "decreased <em class=\"hilite\">femur</em> lamellar bone thickness"], "definition_eng": ["reduced width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "definition_std": ["reduced width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_std": ["decreased <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_std": ["decreased <em class=\"hilite\">femur</em> cortical bone morphology thickness", "reduced <em class=\"hilite\">femur</em> lamellar bone thickness", "reduced <em class=\"hilite\">femur</em> dense bone thickness", "decreased <em class=\"hilite\">femur</em> dense bone thickness", "reduced <em class=\"hilite\">femur</em> cortical bone morphology thickness", "decreased <em class=\"hilite\">femur</em> lamellar bone thickness"], "label_eng": ["decreased <em class=\"hilite\">femur</em> compact bone thickness"]}, "HP:0003370": {"definition_std": ["An abnormal flattening of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["An abnormal flattening of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0030289": {"definition_std": ["An abnormal flattening of an epiphysis of <em class=\"hilite\">femur</em>."], "definition_eng": ["An abnormal flattening of an epiphysis of <em class=\"hilite\">femur</em>."]}, "HP:0011428": {"definition_std": ["A short <em class=\"hilite\">femur</em> length is defined as either a measurement below the 2.5th percentile for gestational", " <em class=\"hilite\">femur</em> should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal"], "label_std": ["Short fetal <em class=\"hilite\">femur</em> length"], "label_eng": ["Short fetal <em class=\"hilite\">femur</em> length"], "definition_eng": ["A short <em class=\"hilite\">femur</em> length is defined as either a measurement below the 2.5th percentile for gestational", " <em class=\"hilite\">femur</em> should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal"]}, "MP:0008152": {"synonym_eng": ["thin <em class=\"hilite\">femur</em>", "decreased outer diameter of <em class=\"hilite\">femur</em>", "decreased periosteal diameter of <em class=\"hilite\">femur</em>", "reduced periosteal diameter of <em class=\"hilite\">femur</em>", "reduced outer diameter of <em class=\"hilite\">femur</em>", "reduced diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["reduced width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "definition_std": ["reduced width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "label_std": ["decreased diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["thin <em class=\"hilite\">femur</em>", "decreased outer diameter of <em class=\"hilite\">femur</em>", "decreased periosteal diameter of <em class=\"hilite\">femur</em>", "reduced periosteal diameter of <em class=\"hilite\">femur</em>", "reduced outer diameter of <em class=\"hilite\">femur</em>", "reduced diameter of <em class=\"hilite\">femur</em>"], "label_eng": ["decreased diameter of <em class=\"hilite\">femur</em>"]}, "UBERON:0006234PHENOTYPE": {"definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> pre-cartilage condensation."], "label_std": ["<em class=\"hilite\">femur</em> pre-cartilage condensation phenotype"], "label_eng": ["<em class=\"hilite\">femur</em> pre-cartilage condensation phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> pre-cartilage condensation."]}, "HP:0008828": {"definition_std": ["Developmental delay of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Developmental delay of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0002980": {"definition_std": ["Bowing (abnormal curvature) of the <em class=\"hilite\">femur</em>."], "synonym_eng": ["Bowed <em class=\"hilite\">femurs</em>", "Bowed <em class=\"hilite\">femura</em>", "Bowed <em class=\"hilite\">femur</em>"], "synonym_std": ["Bowed <em class=\"hilite\">femur</em>"], "definition_eng": ["Bowing (abnormal curvature) of the <em class=\"hilite\">femur</em>."]}, "MP:0013620": {"synonym_eng": ["increased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "increased <em class=\"hilite\">femur</em> medullary cavity diameter", "increased endosteal diameter of <em class=\"hilite\">femur</em>", "increased inner diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["increased cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"], "definition_std": ["increased cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"], "label_std": ["increased internal diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["increased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "increased <em class=\"hilite\">femur</em> medullary cavity diameter", "increased endosteal diameter of <em class=\"hilite\">femur</em>", "increased inner diameter of <em class=\"hilite\">femur</em>"], "label_eng": ["increased internal diameter of <em class=\"hilite\">femur</em>"]}, "HP:0008905": {"definition_std": ["Disproportionate shortening of the proximal segment of limbs (i.e. the <em class=\"hilite\">femur</em> and humerus)."], "definition_eng": ["Disproportionate shortening of the proximal segment of limbs (i.e. the <em class=\"hilite\">femur</em> and humerus)."]}, "HP:0006407": {"definition_std": ["Anomaly of the contour of the Distal epiphysis of <em class=\"hilite\">femur</em> such that its normally smooth appearance is"], "definition_eng": ["Anomaly of the contour of the Distal epiphysis of <em class=\"hilite\">femur</em> such that its normally smooth appearance"]}, "NCBIGene:44540": {"synonym_eng": ["kinked-<em class=\"hilite\">femur</em>"], "synonym_std": ["kinked-<em class=\"hilite\">femur</em>"]}, "MP:0013622": {"synonym_eng": ["abnormal <em class=\"hilite\">femur</em> dense bone thickness", "abnormal <em class=\"hilite\">femur</em> lamellar bone thickness", "abnormal <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "definition_eng": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "definition_std": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_std": ["abnormal <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_std": ["abnormal <em class=\"hilite\">femur</em> dense bone thickness", "abnormal <em class=\"hilite\">femur</em> lamellar bone thickness", "abnormal <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "label_eng": ["abnormal <em class=\"hilite\">femur</em> compact bone thickness"]}, "HP:0003411": {"definition_std": ["Irregularity of the normally smooth surface of the proximal metaphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Irregularity of the normally smooth surface of the proximal metaphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0006408": {"label_std": ["Distal tapering <em class=\"hilite\">femur</em>"], "label_eng": ["Distal tapering <em class=\"hilite\">femur</em>"]}, "HP:0005613": {"definition_std": ["Absence or underdevelopment of the <em class=\"hilite\">femur</em>."], "label_std": ["Aplasia/hypoplasia of the <em class=\"hilite\">femur</em>"], "label_eng": ["Aplasia/hypoplasia of the <em class=\"hilite\">femur</em>"], "definition_eng": ["Absence or underdevelopment of the <em class=\"hilite\">femur</em>."]}, "Orphanet:399329": {"synonym_eng": ["Epiphysiolysis of the upper <em class=\"hilite\">femur</em>"], "synonym_std": ["Epiphysiolysis of the upper <em class=\"hilite\">femur</em>"]}, "HP:0003371": {"definition_std": ["An abnormal enlargement of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["An abnormal enlargement of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0008797": {"definition_std": ["Developmental acceleration of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Developmental acceleration of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "OMIM:187601": {"synonym_eng": ["Thanatophoric Dysplasia With Straight <em class=\"hilite\">Femurs</em> and Cloverleaf Skull", "Thanatophoric Dysplasia With Straight <em class=\"hilite\">Femurs</em> And Cloverleaf Skull"]}, "HP:0003184": {"definition_std": ["Reduced ability to move the <em class=\"hilite\">femur</em> outward to the side."], "definition_eng": ["Reduced ability to move the <em class=\"hilite\">femur</em> outward to the side."]}, "HP:0006387": {"definition_std": ["Increased width of the distal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."], "synonym_eng": ["Wide distal metaphysis of <em class=\"hilite\">femur</em>"], "synonym_std": ["Wide distal metaphysis of <em class=\"hilite\">femur</em>"], "definition_eng": ["Increased width of the distal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."]}, "HP:0005003": {"definition_std": ["Absence or underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Absence or underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0004975": {"label_eng": ["Erlenmeyer flask deformity of the <em class=\"hilite\">femurs</em>"], "definition_std": ["Flaring of distal <em class=\"hilite\">femur</em>."], "synonym_eng": ["Erlenmeyer flask deformity of distal <em class=\"hilite\">femur</em>"], "synonym_std": ["Erlenmeyer flask deformity of distal <em class=\"hilite\">femur</em>"], "definition_eng": ["Flaring of distal <em class=\"hilite\">femur</em>."]}, "UBERON:0000981PHENOTYPE": {"definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em>."], "label_std": ["<em class=\"hilite\">femur</em> phenotype"], "label_eng": ["<em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em>."]}, "Orphanet:295020": {"label_std": ["Congenital pseudoarthrosis of the <em class=\"hilite\">femur</em>"], "label_eng": ["Congenital pseudoarthrosis of the <em class=\"hilite\">femur</em>"]}, "MP:0000559": {"label_std": ["abnormal <em class=\"hilite\">femur</em> morphology"], "synonym_eng": ["<em class=\"hilite\">femur</em> dysplasia"], "synonym_std": ["<em class=\"hilite\">femur</em> dysplasia"], "label_eng": ["abnormal <em class=\"hilite\">femur</em> morphology"]}, "FBbt:00004644PHENOTYPE": {"label_std": ["Drosophila <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila <em class=\"hilite\">femur</em> phenotype"]}, "HP:0030295": {"label_std": ["Metaphyseal chondromatosis of <em class=\"hilite\">femur</em>"], "label_eng": ["Metaphyseal chondromatosis of <em class=\"hilite\">femur</em>"]}, "MP:0020011": {"label_std": ["increased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["increased BMD of <em class=\"hilite\">femur</em>"], "synonym_std": ["increased BMD of <em class=\"hilite\">femur</em>"], "label_eng": ["increased bone mineral density of <em class=\"hilite\">femur</em>"]}, "DOID:5546": {"definition_std": ["A bone cancer that is located_in the <em class=\"hilite\">femur</em>."], "synonym_eng": ["neoplasm of <em class=\"hilite\">femur</em>"], "synonym_std": ["neoplasm of <em class=\"hilite\">femur</em>"], "definition_eng": ["A bone cancer that is located_in the <em class=\"hilite\">femur</em>."]}, "HP:0010443": {"definition_std": ["A bifid or bifurcated appearance of the <em class=\"hilite\">femur</em> as seen on x-rays, possible appearing as a more or"], "label_std": ["Bifid <em class=\"hilite\">femur</em>"], "label_eng": ["Bifid <em class=\"hilite\">femur</em>"], "definition_eng": ["A bifid or bifurcated appearance of the <em class=\"hilite\">femur</em> as seen on x-rays, possible appearing as a more"]}, "MP:0008158": {"synonym_eng": ["thick <em class=\"hilite\">femur</em>", "increased outer diameter of <em class=\"hilite\">femur</em>", "increased periosteal diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["increased width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "definition_std": ["increased width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "label_std": ["increased diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["thick <em class=\"hilite\">femur</em>", "increased outer diameter of <em class=\"hilite\">femur</em>", "increased periosteal diameter of <em class=\"hilite\">femur</em>"], "label_eng": ["increased diameter of <em class=\"hilite\">femur</em>"]}, "HP:0010590": {"definition_std": ["Any abnormality of the distal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Any abnormality of the distal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0012106": {"definition_std": ["Disproportionate shortening of the proximal segment of the leg (i.e. the <em class=\"hilite\">femur</em>)."], "definition_eng": ["Disproportionate shortening of the proximal segment of the leg (i.e. the <em class=\"hilite\">femur</em>)."]}, "HP:0008783": {"definition_std": ["Increased width of the proximal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."], "definition_eng": ["Increased width of the proximal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."]}, "UBERON:0004412PHENOTYPE": {"definition_std": ["Any phenotype involving proximal epiphysis of <em class=\"hilite\">femur</em>."], "label_std": ["proximal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["proximal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving proximal epiphysis of <em class=\"hilite\">femur</em>."]}, "MP:0013623": {"synonym_eng": ["increased <em class=\"hilite\">femur</em> dense bone thickness", "increased <em class=\"hilite\">femur</em> lamellar bone thickness", "increased <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "definition_eng": ["increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "definition_std": ["increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_std": ["increased <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_std": ["increased <em class=\"hilite\">femur</em> dense bone thickness", "increased <em class=\"hilite\">femur</em> lamellar bone thickness", "increased <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "label_eng": ["increased <em class=\"hilite\">femur</em> compact bone thickness"]}, "FBbt:00004711PHENOTYPE": {"label_std": ["Drosophila metathoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila metathoracic <em class=\"hilite\">femur</em> phenotype"]}, "UBERON:0006863PHENOTYPE": {"definition_std": ["Any phenotype involving proximal metaphysis of <em class=\"hilite\">femur</em>."], "label_std": ["proximal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["proximal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving proximal metaphysis of <em class=\"hilite\">femur</em>."]}, "MP:0020009": {"label_std": ["abnormal bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["abnormal BMD of <em class=\"hilite\">femur</em>", "abnormal <em class=\"hilite\">femur</em> bone mineral density"], "synonym_std": ["abnormal BMD of <em class=\"hilite\">femur</em>", "abnormal <em class=\"hilite\">femur</em> bone mineral density"], "label_eng": ["abnormal bone mineral density of <em class=\"hilite\">femur</em>"]}, "MP:0013635": {"label_std": ["decreased <em class=\"hilite\">femur</em> fracture load"], "label_eng": ["decreased <em class=\"hilite\">femur</em> fracture load"]}, "Orphanet:1987": {"definition_std": ["Congenital short <em class=\"hilite\">femur</em> is a rare malformation of variable severity ranging from mild hypoplasia to", " complete absence of the <em class=\"hilite\">femur</em>."], "synonym_eng": ["Congenital short <em class=\"hilite\">femur</em>"], "synonym_std": ["Congenital short <em class=\"hilite\">femur</em>"], "definition_eng": ["Congenital short <em class=\"hilite\">femur</em> is a rare malformation of variable severity ranging from mild hypoplasia", " to complete absence of the <em class=\"hilite\">femur</em>."]}, "UBERON:0009984PHENOTYPE": {"definition_std": ["Any phenotype involving medial condyle of <em class=\"hilite\">femur</em>."], "label_std": ["medial condyle of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["medial condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving medial condyle of <em class=\"hilite\">femur</em>."]}, "HP:0005005": {"definition_std": ["Congenital onset bending or abnormal curvature of the <em class=\"hilite\">femur</em> that normalizes with age."], "definition_eng": ["Congenital onset bending or abnormal curvature of the <em class=\"hilite\">femur</em> that normalizes with age."]}, "MP:0013646": {"definition_std": [" fracture) by the <em class=\"hilite\">femur</em>"], "label_std": ["decreased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "label_eng": ["decreased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_eng": [" fracture) by the <em class=\"hilite\">femur</em>"]}, "UBERON:0010129PHENOTYPE": {"definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> cartilage element."], "label_std": ["<em class=\"hilite\">femur</em> cartilage element phenotype"], "label_eng": ["<em class=\"hilite\">femur</em> cartilage element phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> cartilage element."]}, "MP:0013633": {"definition_std": ["decrease in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"], "label_std": ["decreased <em class=\"hilite\">femur</em> maximal load"], "label_eng": ["decreased <em class=\"hilite\">femur</em> maximal load"], "definition_eng": ["decrease in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"]}, "OMIM:182260": {"definition_std": ["A developmental deformity in which the metaphysis of the <em class=\"hilite\">FEMUR</em> moves proximally and anteriorly away", " from <em class=\"hilite\">FEMUR</em> HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is"], "definition_eng": ["A developmental deformity in which the metaphysis of the <em class=\"hilite\">FEMUR</em> moves proximally and anteriorly away", " from <em class=\"hilite\">FEMUR</em> HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and"]}, "UBERON:0006865PHENOTYPE": {"definition_std": ["Any phenotype involving metaphysis of <em class=\"hilite\">femur</em>."], "label_std": ["metaphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving metaphysis of <em class=\"hilite\">femur</em>."]}, "HP:0002644": {"definition_eng": [" to the <em class=\"hilite\">femurs</em>."]}, "UBERON:0004384PHENOTYPE": {"definition_std": ["Any phenotype involving epiphysis of <em class=\"hilite\">femur</em>."], "label_std": ["epiphysis of <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving epiphysis of <em class=\"hilite\">femur</em>."]}, "MP:0013645": {"definition_std": [" fracture) by the <em class=\"hilite\">femur</em>"], "label_std": ["increased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "label_eng": ["increased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_eng": [" fracture) by the <em class=\"hilite\">femur</em>"]}, "OMIM:228250": {"synonym_eng": ["<em class=\"hilite\">FEMUR</em>, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Bifid <em class=\"hilite\">femur</em>-monodactylous ectrodactyly syndrome"], "synonym_std": ["<em class=\"hilite\">FEMUR</em>, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Bifid <em class=\"hilite\">femur</em>-monodactylous ectrodactyly syndrome"]}}, "pagination": {}}
+{"highlighting": {"OMIM:211355": {"definition_eng": [" angular deformity and shortening of the long bones, particularly the <em class=\"hilite\">femurs</em>, tibiae and ulnae."]}, "HP:0006375": {"label_std": ["Dumbbell-shaped <em class=\"hilite\">femur</em>"], "definition_eng": ["The <em class=\"hilite\">femur</em> is shortened and displays flaring (widening) of the metaphyses."], "label_eng": ["Dumbbell-shaped <em class=\"hilite\">femur</em>"], "definition_std": ["The <em class=\"hilite\">femur</em> is shortened and displays flaring (widening) of the metaphyses."]}, "HP:0030038": {"definition_eng": [" of the hands and feet, distal <em class=\"hilite\">femur</em>, and proximal humerus."], "definition_std": [" of the hands and feet, distal <em class=\"hilite\">femur</em>, and proximal humerus."]}, "MESH:C537917": {"label_std": ["<em class=\"hilite\">Femur</em> bifid with monodactylous ectrodactyly"], "synonym_eng": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"], "label_eng": ["<em class=\"hilite\">Femur</em> bifid with monodactylous ectrodactyly"], "synonym_std": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"]}, "VT:0003856": {"definition_eng": [" of the proximal element of the developing hindlimb that will give rise to the <em class=\"hilite\">femur</em>."], "definition_std": [" the proximal element of the developing hindlimb that will give rise to the <em class=\"hilite\">femur</em>."]}, "HP:0008797": {"definition_eng": ["Developmental acceleration of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Developmental acceleration of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0008828": {"definition_eng": ["Developmental delay of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Developmental delay of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0003084": {"definition_eng": ["An increased tendency to fractures of the long bones (Mainly, the <em class=\"hilite\">femur</em>, tibia, fibula,humerus"], "definition_std": ["An increased tendency to fractures of the long bones (Mainly, the <em class=\"hilite\">femur</em>, tibia, fibula,humerus"]}, "HP:0006384": {"label_std": ["Club-shaped distal <em class=\"hilite\">femur</em>"], "definition_eng": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the distal end. This"], "label_eng": ["Club-shaped distal <em class=\"hilite\">femur</em>"], "definition_std": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the distal end. This"]}, "Orphanet:1987": {"synonym_eng": ["Congenital short <em class=\"hilite\">femur</em>"], "definition_eng": ["Congenital short <em class=\"hilite\">femur</em> is a rare malformation of variable severity ranging from mild hypoplasia", " to complete absence of the <em class=\"hilite\">femur</em>."], "synonym_std": ["Congenital short <em class=\"hilite\">femur</em>"], "definition_std": ["Congenital short <em class=\"hilite\">femur</em> is a rare malformation of variable severity ranging from mild hypoplasia to", " complete absence of the <em class=\"hilite\">femur</em>."]}, "UBERON:0006862PHENOTYPE": {"label_std": ["diaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving diaphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["diaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving diaphysis of <em class=\"hilite\">femur</em>."]}, "OMIM:228250": {"label_std": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"], "synonym_eng": ["<em class=\"hilite\">FEMUR</em>, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Bifid <em class=\"hilite\">femur</em>-monodactylous ectrodactyly syndrome"], "synonym_std": ["<em class=\"hilite\">FEMUR</em>, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Bifid <em class=\"hilite\">femur</em>-monodactylous ectrodactyly syndrome"], "definition_eng": [" ipsilateral bifurcation of the <em class=\"hilite\">femur</em>."], "label_eng": ["<em class=\"hilite\">Femur</em>, Unilateral Bifid, With Monodactylous Ectrodactyly"], "definition_std": [" ipsilateral bifurcation of the <em class=\"hilite\">femur</em>."]}, "HP:0031070": {"definition_eng": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between"], "definition_std": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between 30-40"]}, "HP:0012744": {"synonym_eng": ["Aplasia of the <em class=\"hilite\">femur</em>", "Absent <em class=\"hilite\">femur</em>"], "definition_eng": ["Failure of the <em class=\"hilite\">femur</em> to develop."], "synonym_std": ["Aplasia of the <em class=\"hilite\">femur</em>", "Absent <em class=\"hilite\">femur</em>"], "definition_std": ["Failure of the <em class=\"hilite\">femur</em> to develop."]}, "HP:0006398": {"definition_eng": ["An abnormal flattening of the distal epiphysis of <em class=\"hilite\">femur</em>."], "definition_std": ["An abnormal flattening of the distal epiphysis of <em class=\"hilite\">femur</em>."]}, "HP:0008835": {"definition_eng": ["There is normally one ossification center in the head of the <em class=\"hilite\">femur</em>. This term applies if there are"], "definition_std": ["There is normally one ossification center in the head of the <em class=\"hilite\">femur</em>. This term applies if there are"]}, "DOID:3722": {"definition_eng": [" involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and <em class=\"hilite\">femur</em>.  X-rays"], "definition_std": [" involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and <em class=\"hilite\">femur</em>.  X-rays"]}, "Orphanet:168621": {"label_std": ["Dysplasia of head of <em class=\"hilite\">femur</em>, Meyer type"], "label_eng": ["Dysplasia of head of <em class=\"hilite\">femur</em>, Meyer type"]}, "MP:0004348": {"label_std": ["long <em class=\"hilite\">femur</em>"], "synonym_eng": ["increased <em class=\"hilite\">femur</em> length"], "label_eng": ["long <em class=\"hilite\">femur</em>"], "synonym_std": ["increased <em class=\"hilite\">femur</em> length"]}, "HP:0002669": {"definition_eng": [" including the tibia, <em class=\"hilite\">femur</em>, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture"], "definition_std": [" including the tibia, <em class=\"hilite\">femur</em>, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture"]}, "OMIM:121270": {"definition_eng": [", and seborrheic skin. Spurring of the <em class=\"hilite\">femur</em> and tibia are also noted on radiographic imaging. Symptoms"], "definition_std": [", and seborrheic skin. Spurring of the <em class=\"hilite\">femur</em> and tibia are also noted on radiographic imaging. Symptoms"]}, "HP:0003097": {"label_std": ["Short <em class=\"hilite\">femur</em>"], "synonym_eng": ["Short <em class=\"hilite\">femurs</em>"], "definition_eng": ["An abnormal shortening of the <em class=\"hilite\">femur</em>."], "label_eng": ["Short <em class=\"hilite\">femur</em>"], "definition_std": ["An abnormal shortening of the <em class=\"hilite\">femur</em>."]}, "HP:0008820": {"definition_eng": ["Lack of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Lack of ossification of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "UBERON:0009980PHENOTYPE": {"label_std": ["condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving condyle of <em class=\"hilite\">femur</em>."], "label_eng": ["condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving condyle of <em class=\"hilite\">femur</em>."]}, "DOID:3371": {"definition_eng": [" occuring at the ends of the <em class=\"hilite\">femur</em> and tibia, the proximal end of the humerus and the pelvis; and presenting"], "definition_std": [" occuring at the ends of the <em class=\"hilite\">femur</em> and tibia, the proximal end of the humerus and the pelvis; and presenting"]}, "AQTLTrait:134": {"label_std": ["<em class=\"hilite\">Femur</em> dimensions"], "label_eng": ["<em class=\"hilite\">Femur</em> dimensions"]}, "OMIM:228200": {"label_std": ["<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">Femur</em>-fibula-ulna complex"], "synonym_eng": ["<em class=\"hilite\">Femur</em>-fibula-ulna dysostosis", "<em class=\"hilite\">Femur</em>-fibula-ulna syndrome", "<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">FEMUR</em>-FIBULA-ULNA SYNDROME"], "synonym_std": ["<em class=\"hilite\">Femur</em>-fibula-ulna dysostosis", "<em class=\"hilite\">Femur</em>-fibula-ulna syndrome", "<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">FEMUR</em>-FIBULA-ULNA SYNDROME"], "definition_eng": ["<em class=\"hilite\">Femur</em>-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more", " <em class=\"hilite\">femur</em>, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the <em class=\"hilite\">femur</em>"], "label_eng": ["<em class=\"hilite\">Femur</em>-Fibula-Ulna Syndrome", "<em class=\"hilite\">Femur</em>-fibula-ulna complex"], "definition_std": ["<em class=\"hilite\">Femur</em>-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more", " <em class=\"hilite\">femur</em>, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the <em class=\"hilite\">femur</em>"]}, "Orphanet:295020": {"label_std": ["Congenital pseudoarthrosis of the <em class=\"hilite\">femur</em>"], "label_eng": ["Congenital pseudoarthrosis of the <em class=\"hilite\">femur</em>"]}, "DOID:5546": {"synonym_eng": ["neoplasm of <em class=\"hilite\">femur</em>"], "definition_eng": ["A bone cancer that is located_in the <em class=\"hilite\">femur</em>."], "synonym_std": ["neoplasm of <em class=\"hilite\">femur</em>"], "definition_std": ["A bone cancer that is located_in the <em class=\"hilite\">femur</em>."]}, "HP:0003370": {"definition_eng": ["An abnormal flattening of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["An abnormal flattening of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "MESH:D057925": {"definition_eng": [" of the ACETABULUM and/or <em class=\"hilite\">FEMUR</em> combined with rigorous hip motion, leading to repetitive collisions that"], "definition_std": [" the ACETABULUM and/or <em class=\"hilite\">FEMUR</em> combined with rigorous hip motion, leading to repetitive collisions that"]}, "HP:0004975": {"synonym_eng": ["Erlenmeyer flask deformity of distal <em class=\"hilite\">femur</em>"], "definition_eng": ["Flaring of distal <em class=\"hilite\">femur</em>."], "label_eng": ["Erlenmeyer flask deformity of the <em class=\"hilite\">femurs</em>"], "synonym_std": ["Erlenmeyer flask deformity of distal <em class=\"hilite\">femur</em>"], "definition_std": ["Flaring of distal <em class=\"hilite\">femur</em>."]}, "AQTLTrait:2160": {"label_std": ["<em class=\"hilite\">Femur</em> bone mineral density"], "label_eng": ["<em class=\"hilite\">Femur</em> bone mineral density"]}, "MP:0008152": {"label_std": ["decreased diameter of <em class=\"hilite\">femur</em>"], "synonym_eng": ["thin <em class=\"hilite\">femur</em>", "decreased outer diameter of <em class=\"hilite\">femur</em>", "decreased periosteal diameter of <em class=\"hilite\">femur</em>", "reduced periosteal diameter of <em class=\"hilite\">femur</em>", "reduced outer diameter of <em class=\"hilite\">femur</em>", "reduced diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["thin <em class=\"hilite\">femur</em>", "decreased outer diameter of <em class=\"hilite\">femur</em>", "decreased periosteal diameter of <em class=\"hilite\">femur</em>", "reduced periosteal diameter of <em class=\"hilite\">femur</em>", "reduced outer diameter of <em class=\"hilite\">femur</em>", "reduced diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["reduced width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "label_eng": ["decreased diameter of <em class=\"hilite\">femur</em>"], "definition_std": ["reduced width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"]}, "MP:0013645": {"label_std": ["increased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_eng": [" fracture) by the <em class=\"hilite\">femur</em>"], "label_eng": ["increased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_std": [" fracture) by the <em class=\"hilite\">femur</em>"]}, "HP:0010443": {"label_std": ["Bifid <em class=\"hilite\">femur</em>"], "definition_eng": ["A bifid or bifurcated appearance of the <em class=\"hilite\">femur</em> as seen on x-rays, possible appearing as a more"], "label_eng": ["Bifid <em class=\"hilite\">femur</em>"], "definition_std": ["A bifid or bifurcated appearance of the <em class=\"hilite\">femur</em> as seen on x-rays, possible appearing as a more or"]}, "HP:0006438": {"definition_eng": ["An abnormal enlargement of the distal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["An abnormal enlargement of the distal epiphysis of the <em class=\"hilite\">femur</em>."]}, "OMIM:608154": {"definition_eng": [" as slender, undermineralized tubular bones, and dense metaphyseal striations in the distal <em class=\"hilite\">femur</em>, ulna and"], "definition_std": [" slender, undermineralized tubular bones, and dense metaphyseal striations in the distal <em class=\"hilite\">femur</em>, ulna and"]}, "MP:0013635": {"label_std": ["decreased <em class=\"hilite\">femur</em> fracture load"], "label_eng": ["decreased <em class=\"hilite\">femur</em> fracture load"]}, "HP:0003180": {"definition_eng": [" hipbone into which the ball-shaped head of the <em class=\"hilite\">femur</em> fits. The acetabular roof thereby appears horizontal"], "definition_std": [" hipbone into which the ball-shaped head of the <em class=\"hilite\">femur</em> fits. The acetabular roof thereby appears horizontal"]}, "MP:0013638": {"label_std": ["decreased <em class=\"hilite\">femur</em> stiffness"], "definition_eng": ["decrease in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"], "label_eng": ["decreased <em class=\"hilite\">femur</em> stiffness"], "definition_std": ["decrease in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"]}, "VT:1000666": {"label_std": ["<em class=\"hilite\">femur</em> width"], "label_eng": ["<em class=\"hilite\">femur</em> width"]}, "FBbt:00004711PHENOTYPE": {"label_std": ["Drosophila metathoracic <em class=\"hilite\">femur</em> phenotype", "metathoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila metathoracic <em class=\"hilite\">femur</em> phenotype", "metathoracic <em class=\"hilite\">femur</em> phenotype"]}, "HP:0030299": {"definition_eng": ["An anomaly of the metaphysis of the distal <em class=\"hilite\">femur</em> (close to the knee)."], "definition_std": ["An anomaly of the metaphysis of the distal <em class=\"hilite\">femur</em> (close to the knee)."]}, "OMIM:608805": {"label_std": ["Avascular necrosis of the head of <em class=\"hilite\">femur</em>"], "label_eng": ["Avascular necrosis of the head of <em class=\"hilite\">femur</em>"]}, "HP:0002827": {"definition_eng": ["Displacement of the <em class=\"hilite\">femur</em> from its normal location in the hip joint."], "definition_std": ["Displacement of the <em class=\"hilite\">femur</em> from its normal location in the hip joint."]}, "HP:0031171": {"synonym_eng": ["Spurring of <em class=\"hilite\">femur</em>"], "definition_eng": ["A bony projection (spur, osteophyte) originating from the <em class=\"hilite\">femur</em>, often in the medial femoral neck."], "synonym_std": ["Spurring of <em class=\"hilite\">femur</em>"], "definition_std": ["A bony projection (spur, osteophyte) originating from the <em class=\"hilite\">femur</em>, often in the medial femoral neck."]}, "HP:0045079": {"definition_eng": ["Irregularity of the normally smooth surface of the distal metaphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Irregularity of the normally smooth surface of the distal metaphysis of the <em class=\"hilite\">femur</em>."]}, "MP:0008158": {"label_std": ["increased diameter of <em class=\"hilite\">femur</em>"], "synonym_eng": ["thick <em class=\"hilite\">femur</em>", "increased outer diameter of <em class=\"hilite\">femur</em>", "increased periosteal diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["thick <em class=\"hilite\">femur</em>", "increased outer diameter of <em class=\"hilite\">femur</em>", "increased periosteal diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["increased width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"], "label_eng": ["increased diameter of <em class=\"hilite\">femur</em>"], "definition_std": ["increased width of the cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em>"]}, "DOID:7612": {"definition_eng": [", the distal <em class=\"hilite\">femur</em>, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the"], "definition_std": [", the distal <em class=\"hilite\">femur</em>, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the"]}, "HP:0002823": {"label_std": ["Abnormality of <em class=\"hilite\">femur</em> morphology"], "definition_eng": ["Any anomaly of the structure of the <em class=\"hilite\">femur</em>."], "label_eng": ["Abnormality of <em class=\"hilite\">femur</em> morphology"], "definition_std": ["Any anomaly of the structure of the <em class=\"hilite\">femur</em>."]}, "OMIM:187601": {"synonym_eng": ["Thanatophoric Dysplasia With Straight <em class=\"hilite\">Femurs</em> and Cloverleaf Skull", "Thanatophoric Dysplasia With Straight <em class=\"hilite\">Femurs</em> And Cloverleaf Skull"], "definition_eng": [" of curved as opposed to straight <em class=\"hilite\">femurs</em>; patients with straight, relatively long <em class=\"hilite\">femurs</em> always had", " <em class=\"hilite\">femurs</em> with or without cloverleaf skull were designated TD type I (TD1; OMIM:187600) ({4:Langer"]}, "FBbt:00004644PHENOTYPE": {"label_std": ["<em class=\"hilite\">femur</em> phenotype", "Drosophila <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["<em class=\"hilite\">femur</em> phenotype", "Drosophila <em class=\"hilite\">femur</em> phenotype"]}, "HP:0002999": {"definition_eng": ["The kneecap normally is located within the groove termed trochlea on the distal <em class=\"hilite\">femur</em> and can slide"], "definition_std": ["The kneecap normally is located within the groove termed trochlea on the distal <em class=\"hilite\">femur</em> and can slide"]}, "MP:0020010": {"label_std": ["decreased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["decreased BMD of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone mineral density"], "label_eng": ["decreased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_std": ["decreased BMD of <em class=\"hilite\">femur</em>", "decreased <em class=\"hilite\">femur</em> bone mineral density"]}, "UBERON:0006767PHENOTYPE": {"label_std": ["head of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving head of <em class=\"hilite\">femur</em>."], "label_eng": ["head of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving head of <em class=\"hilite\">femur</em>."]}, "OMIM:615777": {"definition_eng": [" trochanter that gives a 'monkey wrench' appearance to the proximal <em class=\"hilite\">femur</em>, and advanced carpal and tarsal"], "definition_std": [" trochanter that gives a 'monkey wrench' appearance to the proximal <em class=\"hilite\">femur</em>, and advanced carpal and tarsal"]}, "MP:0020011": {"label_std": ["increased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["increased BMD of <em class=\"hilite\">femur</em>"], "label_eng": ["increased bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_std": ["increased BMD of <em class=\"hilite\">femur</em>"]}, "HP:0006408": {"label_std": ["Distal tapering <em class=\"hilite\">femur</em>"], "label_eng": ["Distal tapering <em class=\"hilite\">femur</em>"]}, "HP:0010499": {"definition_eng": ["The kneecap normally is located within the groove termed trochlea on the distal <em class=\"hilite\">femur</em> and can slide"], "definition_std": ["The kneecap normally is located within the groove termed trochlea on the distal <em class=\"hilite\">femur</em> and can slide"]}, "MP:0013623": {"label_std": ["increased <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_eng": ["increased <em class=\"hilite\">femur</em> dense bone thickness", "increased <em class=\"hilite\">femur</em> lamellar bone thickness", "increased <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "synonym_std": ["increased <em class=\"hilite\">femur</em> dense bone thickness", "increased <em class=\"hilite\">femur</em> lamellar bone thickness", "increased <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "definition_eng": ["increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_eng": ["increased <em class=\"hilite\">femur</em> compact bone thickness"], "definition_std": ["increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"]}, "VT:0000559": {"label_std": ["<em class=\"hilite\">femur</em> morphology trait"], "label_eng": ["<em class=\"hilite\">femur</em> morphology trait"]}, "VT:0100001": {"definition_eng": [" larger of the two bones of the lower leg, which articulates with the <em class=\"hilite\">femur</em>, fibula, and talus."], "definition_std": [" larger of the two bones of the lower leg, which articulates with the <em class=\"hilite\">femur</em>, fibula, and talus."]}, "HP:0030043": {"definition_eng": ["A partial dislocation of the hip joint, whereby the head of the <em class=\"hilite\">femur</em> is partially displaced from"], "definition_std": ["A partial dislocation of the hip joint, whereby the head of the <em class=\"hilite\">femur</em> is partially displaced from"]}, "HP:0005003": {"definition_eng": ["Absence or underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Absence or underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "MP:0013634": {"label_std": ["increased <em class=\"hilite\">femur</em> fracture load"], "label_eng": ["increased <em class=\"hilite\">femur</em> fracture load"]}, "HP:0008783": {"definition_eng": ["Increased width of the proximal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."], "definition_std": ["Increased width of the proximal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."]}, "UBERON:0000981PHENOTYPE": {"label_std": ["<em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em>."], "label_eng": ["<em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em>."]}, "HP:0008789": {"definition_eng": ["A cone-shaped deformity of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["A cone-shaped deformity of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "MP:0013622": {"label_std": ["abnormal <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_eng": ["abnormal <em class=\"hilite\">femur</em> dense bone thickness", "abnormal <em class=\"hilite\">femur</em> lamellar bone thickness", "abnormal <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "synonym_std": ["abnormal <em class=\"hilite\">femur</em> dense bone thickness", "abnormal <em class=\"hilite\">femur</em> lamellar bone thickness", "abnormal <em class=\"hilite\">femur</em> cortical bone morphology thickness"], "definition_eng": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_eng": ["abnormal <em class=\"hilite\">femur</em> compact bone thickness"], "definition_std": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"]}, "HP:0012427": {"definition_eng": [" <em class=\"hilite\">femur</em> that causes the knees and feet to turn inward."], "definition_std": [" <em class=\"hilite\">femur</em> that causes the knees and feet to turn inward."]}, "HP:0006387": {"synonym_eng": ["Wide distal metaphysis of <em class=\"hilite\">femur</em>"], "definition_eng": ["Increased width of the distal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."], "synonym_std": ["Wide distal metaphysis of <em class=\"hilite\">femur</em>"], "definition_std": ["Increased width of the distal part of the shaft (metaphysis) of the <em class=\"hilite\">femur</em>."]}, "HP:0003090": {"definition_eng": ["Underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Underdevelopment of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "UBERON:0007119PHENOTYPE": {"label_std": ["neck of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving neck of <em class=\"hilite\">femur</em>."], "label_eng": ["neck of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving neck of <em class=\"hilite\">femur</em>."]}, "MP:0013632": {"label_std": ["increased <em class=\"hilite\">femur</em> maximal load"], "definition_eng": ["increase in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"], "label_eng": ["increased <em class=\"hilite\">femur</em> maximal load"], "definition_std": ["increase in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"]}, "HP:0030772": {"definition_eng": [" of the <em class=\"hilite\">femur</em> with shortening of the entire limb."], "definition_std": [" the <em class=\"hilite\">femur</em> with shortening of the entire limb."]}, "UBERON:0006234PHENOTYPE": {"label_std": ["<em class=\"hilite\">femur</em> pre-cartilage condensation phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> pre-cartilage condensation."], "label_eng": ["<em class=\"hilite\">femur</em> pre-cartilage condensation phenotype"], "definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> pre-cartilage condensation."]}, "HP:0008784": {"definition_eng": ["Abnormally wide morphology of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Abnormally wide morphology of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "DOID:7602": {"definition_eng": [" the medullary portion of the bone. It affects the long bones and most commonly, the distal <em class=\"hilite\">femur</em>"], "definition_std": [" the medullary portion of the bone. It affects the long bones and most commonly, the distal <em class=\"hilite\">femur</em>"]}, "MP:0008905": {"definition_eng": ["any structural anomaly of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"], "definition_std": ["any structural anomaly of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"]}, "HP:0012106": {"definition_eng": ["Disproportionate shortening of the proximal segment of the leg (i.e. the <em class=\"hilite\">femur</em>)."], "definition_std": ["Disproportionate shortening of the proximal segment of the leg (i.e. the <em class=\"hilite\">femur</em>)."]}, "MP:0013625": {"label_std": ["increased <em class=\"hilite\">femur</em> yield load"], "definition_eng": ["increase in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"], "label_eng": ["increased <em class=\"hilite\">femur</em> yield load"], "definition_std": ["increase in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"]}, "OMIM:615612": {"definition_eng": [" formation of the acetabulum leading to dislocation of the <em class=\"hilite\">femur</em>, suboptimal joint function, and accelerated"], "definition_std": [" formation of the acetabulum leading to dislocation of the <em class=\"hilite\">femur</em>, suboptimal joint function, and accelerated"]}, "MP:0013624": {"label_std": ["decreased <em class=\"hilite\">femur</em> compact bone thickness"], "synonym_eng": ["decreased <em class=\"hilite\">femur</em> cortical bone morphology thickness", "reduced <em class=\"hilite\">femur</em> lamellar bone thickness", "reduced <em class=\"hilite\">femur</em> dense bone thickness", "decreased <em class=\"hilite\">femur</em> dense bone thickness", "reduced <em class=\"hilite\">femur</em> cortical bone morphology thickness", "decreased <em class=\"hilite\">femur</em> lamellar bone thickness"], "synonym_std": ["decreased <em class=\"hilite\">femur</em> cortical bone morphology thickness", "reduced <em class=\"hilite\">femur</em> lamellar bone thickness", "reduced <em class=\"hilite\">femur</em> dense bone thickness", "decreased <em class=\"hilite\">femur</em> dense bone thickness", "reduced <em class=\"hilite\">femur</em> cortical bone morphology thickness", "decreased <em class=\"hilite\">femur</em> lamellar bone thickness"], "definition_eng": ["reduced width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"], "label_eng": ["decreased <em class=\"hilite\">femur</em> compact bone thickness"], "definition_std": ["reduced width of the superficial layer of compact bone at the midpoint of the <em class=\"hilite\">femur</em>"]}, "HP:0030295": {"label_std": ["Metaphyseal chondromatosis of <em class=\"hilite\">femur</em>"], "label_eng": ["Metaphyseal chondromatosis of <em class=\"hilite\">femur</em>"]}, "HP:0010590": {"definition_eng": ["Any abnormality of the distal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Any abnormality of the distal epiphysis of the <em class=\"hilite\">femur</em>."]}, "HP:0003184": {"definition_eng": ["Reduced ability to move the <em class=\"hilite\">femur</em> outward to the side."], "definition_std": ["Reduced ability to move the <em class=\"hilite\">femur</em> outward to the side."]}, "OMIA:000473-9986": {"label_std": ["Luxate <em class=\"hilite\">femur</em>"], "label_eng": ["Luxate <em class=\"hilite\">femur</em>"]}, "HP:0008905": {"definition_eng": ["Disproportionate shortening of the proximal segment of limbs (i.e. the <em class=\"hilite\">femur</em> and humerus)."], "definition_std": ["Disproportionate shortening of the proximal segment of limbs (i.e. the <em class=\"hilite\">femur</em> and humerus)."]}, "MP:0009291": {"definition_eng": ["less than average weight of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"], "definition_std": ["less than average weight of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"]}, "HP:0006431": {"definition_eng": ["An anomaly of the metaphysis of the proximal <em class=\"hilite\">femur</em> (close to the hip)."], "definition_std": ["An anomaly of the metaphysis of the proximal <em class=\"hilite\">femur</em> (close to the hip)."]}, "MP:0009005": {"definition_eng": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the <em class=\"hilite\">femur</em>"], "definition_std": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the <em class=\"hilite\">femur</em>"]}, "GeneReviews:NBK1270": {"definition_eng": [" (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the <em class=\"hilite\">femur</em>"], "definition_std": [" (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the <em class=\"hilite\">femur</em>"]}, "MP:0004627": {"definition_eng": ["any structural anomaly of the bony prominences near the upper extremity of the <em class=\"hilite\">femur</em>; there are two"], "definition_std": ["any structural anomaly of the bony prominences near the upper extremity of the <em class=\"hilite\">femur</em>; there are two"]}, "HP:0005613": {"label_std": ["Aplasia/hypoplasia of the <em class=\"hilite\">femur</em>"], "definition_eng": ["Absence or underdevelopment of the <em class=\"hilite\">femur</em>."], "label_eng": ["Aplasia/hypoplasia of the <em class=\"hilite\">femur</em>"], "definition_std": ["Absence or underdevelopment of the <em class=\"hilite\">femur</em>."]}, "GeneReviews:NBK1366": {"definition_eng": [" perinatal period. TD is divided into type I, characterized by micromelia with bowed <em class=\"hilite\">femurs</em> and, uncommonly", " II, characterized by micromelia with straight <em class=\"hilite\">femurs</em> and uniform presence of moderate-to-severe cloverleaf skull"]}, "HP:0003371": {"definition_eng": ["An abnormal enlargement of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["An abnormal enlargement of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "VT:0005353": {"definition_eng": [" of the large sesamoid bone that articulates with the <em class=\"hilite\">femur</em> and, in some species, covers the anterior"], "definition_std": [" the large sesamoid bone that articulates with the <em class=\"hilite\">femur</em> and, in some species, covers the anterior"]}, "HP:0031163": {"synonym_eng": ["Low <em class=\"hilite\">femur</em> bone density"], "definition_eng": ["Reduced bone mineral density of the <em class=\"hilite\">femur</em>."], "synonym_std": ["Low <em class=\"hilite\">femur</em> bone density"], "definition_std": ["Reduced bone mineral density of the <em class=\"hilite\">femur</em>."]}, "UBERON:0006863PHENOTYPE": {"label_std": ["proximal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving proximal metaphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["proximal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving proximal metaphysis of <em class=\"hilite\">femur</em>."]}, "HP:0030289": {"definition_eng": ["An abnormal flattening of an epiphysis of <em class=\"hilite\">femur</em>."], "definition_std": ["An abnormal flattening of an epiphysis of <em class=\"hilite\">femur</em>."]}, "Orphanet:3312": {"definition_eng": [" of humerus and/or forearm, <em class=\"hilite\">femur</em> and/or lower leg, thumb anomalies). Other anomalies include facial"], "definition_std": [" humerus and/or forearm, <em class=\"hilite\">femur</em> and/or lower leg, thumb anomalies). Other anomalies include facial"]}, "UBERON:0006864PHENOTYPE": {"label_std": ["distal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving distal metaphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["distal metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving distal metaphysis of <em class=\"hilite\">femur</em>."]}, "MP:0020009": {"label_std": ["abnormal bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_eng": ["abnormal BMD of <em class=\"hilite\">femur</em>", "abnormal <em class=\"hilite\">femur</em> bone mineral density"], "label_eng": ["abnormal bone mineral density of <em class=\"hilite\">femur</em>"], "synonym_std": ["abnormal BMD of <em class=\"hilite\">femur</em>", "abnormal <em class=\"hilite\">femur</em> bone mineral density"]}, "MESH:D015831": {"definition_eng": [" of the distal <em class=\"hilite\">femur</em>, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign"], "definition_std": [" the distal <em class=\"hilite\">femur</em>, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign"]}, "MP:0003856": {"definition_eng": ["any structural anomaly of the proximal element of the hindlimb including the <em class=\"hilite\">femur</em>"], "definition_std": ["any structural anomaly of the proximal element of the hindlimb including the <em class=\"hilite\">femur</em>"]}, "AQTLTrait:2162": {"label_std": ["<em class=\"hilite\">Femur</em> bending strength"], "label_eng": ["<em class=\"hilite\">Femur</em> bending strength"]}, "HP:0006499": {"definition_eng": ["An anomaly of a growth plate of a <em class=\"hilite\">femur</em>."], "definition_std": ["An anomaly of a growth plate of a <em class=\"hilite\">femur</em>."]}, "OMIM:187600": {"definition_eng": [" of curved as opposed to straight <em class=\"hilite\">femurs</em>; patients with straight, relatively long <em class=\"hilite\">femurs</em> always had", " <em class=\"hilite\">femurs</em> with or without cloverleaf skull were designated TD type I (TD1) ({28:Langer et al., 1987}).", " <em class=\"hilite\">femurs</em>, micromelia, narrow thorax, and brachydactyly."]}, "HP:0005743": {"definition_eng": ["Avascular necrosis of the proximal epiphysis of the <em class=\"hilite\">femur</em> occurring in growing children and caused", " by an interruption of the blood supply to the head of the <em class=\"hilite\">femur</em> close to the hip joint. The necrosis"], "definition_std": ["Avascular necrosis of the proximal epiphysis of the <em class=\"hilite\">femur</em> occurring in growing children and caused", " by an interruption of the blood supply to the head of the <em class=\"hilite\">femur</em> close to the hip joint. The necrosis"]}, "UBERON:0010129PHENOTYPE": {"label_std": ["<em class=\"hilite\">femur</em> cartilage element phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> cartilage element."], "label_eng": ["<em class=\"hilite\">femur</em> cartilage element phenotype"], "definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> cartilage element."]}, "VT:0004371": {"label_std": ["<em class=\"hilite\">femur</em> curvature trait"], "label_eng": ["<em class=\"hilite\">femur</em> curvature trait"]}, "AQTLTrait:2161": {"label_std": ["<em class=\"hilite\">Femur</em> length"], "label_eng": ["<em class=\"hilite\">Femur</em> length"]}, "MP:0013626": {"label_std": ["decreased <em class=\"hilite\">femur</em> yield load"], "definition_eng": ["decrease in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"], "label_eng": ["decreased <em class=\"hilite\">femur</em> yield load"], "definition_std": ["decrease in load (N) on the <em class=\"hilite\">femur</em> at which elastic deformation ends"]}, "HP:0005096": {"definition_eng": ["A bending or abnormal curvature of the distal portion of the <em class=\"hilite\">femur</em>."], "definition_std": ["A bending or abnormal curvature of the distal portion of the <em class=\"hilite\">femur</em>."]}, "UBERON:0009984PHENOTYPE": {"label_std": ["medial condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving medial condyle of <em class=\"hilite\">femur</em>."], "label_eng": ["medial condyle of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving medial condyle of <em class=\"hilite\">femur</em>."]}, "HP:0005005": {"definition_eng": ["Congenital onset bending or abnormal curvature of the <em class=\"hilite\">femur</em> that normalizes with age."], "definition_std": ["Congenital onset bending or abnormal curvature of the <em class=\"hilite\">femur</em> that normalizes with age."]}, "MP:0013637": {"label_std": ["increased <em class=\"hilite\">femur</em> stiffness"], "definition_eng": ["increase in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"], "label_eng": ["increased <em class=\"hilite\">femur</em> stiffness"], "definition_std": ["increase in material stiffness (N/mm) during elastic deformation in the <em class=\"hilite\">femur</em>"]}, "FBbt:00004667PHENOTYPE": {"label_std": ["prothoracic <em class=\"hilite\">femur</em> phenotype", "Drosophila prothoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["prothoracic <em class=\"hilite\">femur</em> phenotype", "Drosophila prothoracic <em class=\"hilite\">femur</em> phenotype"]}, "Orphanet:85197": {"definition_eng": [" of the humerus, and lower end of the <em class=\"hilite\">femur</em>. Lesions are bilateral and symmetrical. It has been described"], "definition_std": [" of the humerus, and lower end of the <em class=\"hilite\">femur</em>. Lesions are bilateral and symmetrical. It has been"]}, "Orphanet:93398": {"definition_eng": [" clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal <em class=\"hilite\">femur</em>, proximal"], "definition_std": [" clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal <em class=\"hilite\">femur</em>, proximal"]}, "OMIM:251450": {"definition_eng": [" bones with metaphyseal splay, a 'Swedish key' appearance of the proximal <em class=\"hilite\">femur</em> (exaggerated trochanter"], "definition_std": [" short long bones with metaphyseal splay, a 'Swedish key' appearance of the proximal <em class=\"hilite\">femur</em> (exaggerated"]}, "HP:0002980": {"synonym_eng": ["Bowed <em class=\"hilite\">femurs</em>", "Bowed <em class=\"hilite\">femura</em>", "Bowed <em class=\"hilite\">femur</em>"], "definition_eng": ["Bowing (abnormal curvature) of the <em class=\"hilite\">femur</em>."], "synonym_std": ["Bowed <em class=\"hilite\">femur</em>"], "definition_std": ["Bowing (abnormal curvature) of the <em class=\"hilite\">femur</em>."]}, "UBERON:0015052PHENOTYPE": {"label_std": ["<em class=\"hilite\">femur</em> endochondral element phenotype"], "definition_eng": ["Any phenotype involving <em class=\"hilite\">femur</em> endochondral element."], "label_eng": ["<em class=\"hilite\">femur</em> endochondral element phenotype"], "definition_std": ["Any phenotype involving <em class=\"hilite\">femur</em> endochondral element."]}, "HP:0002644": {"definition_eng": [" to the <em class=\"hilite\">femurs</em>."]}, "HP:0006407": {"definition_eng": ["Anomaly of the contour of the Distal epiphysis of <em class=\"hilite\">femur</em> such that its normally smooth appearance"], "definition_std": ["Anomaly of the contour of the Distal epiphysis of <em class=\"hilite\">femur</em> such that its normally smooth appearance is"]}, "HP:0011428": {"label_std": ["Short fetal <em class=\"hilite\">femur</em> length"], "definition_eng": ["A short <em class=\"hilite\">femur</em> length is defined as either a measurement below the 2.5th percentile for gestational", " <em class=\"hilite\">femur</em> should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal"], "label_eng": ["Short fetal <em class=\"hilite\">femur</em> length"], "definition_std": ["A short <em class=\"hilite\">femur</em> length is defined as either a measurement below the 2.5th percentile for gestational", " <em class=\"hilite\">femur</em> should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal"]}, "OMIM:108720": {"definition_eng": [" characterized by distal hypoplasia of the humeri and <em class=\"hilite\">femurs</em>, hypoplasia of the midthoracic spine, occasionally"]}, "MP:0013633": {"label_std": ["decreased <em class=\"hilite\">femur</em> maximal load"], "definition_eng": ["decrease in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"], "label_eng": ["decreased <em class=\"hilite\">femur</em> maximal load"], "definition_std": ["decrease in the maximal load (N) sustained by the <em class=\"hilite\">femur</em>"]}, "AQTLTrait:2165": {"label_std": ["<em class=\"hilite\">Femur</em> endosteal circumference"], "label_eng": ["<em class=\"hilite\">Femur</em> endosteal circumference"]}, "HP:0002812": {"definition_eng": [" neck and the shaft of the <em class=\"hilite\">femur</em>) to less than 120 degrees."], "definition_std": [" neck and the shaft of the <em class=\"hilite\">femur</em>) to less than 120 degrees."]}, "MP:0013620": {"label_std": ["increased internal diameter of <em class=\"hilite\">femur</em>"], "synonym_eng": ["increased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "increased <em class=\"hilite\">femur</em> medullary cavity diameter", "increased endosteal diameter of <em class=\"hilite\">femur</em>", "increased inner diameter of <em class=\"hilite\">femur</em>"], "synonym_std": ["increased <em class=\"hilite\">femur</em> bone marrow cavity diameter", "increased <em class=\"hilite\">femur</em> medullary cavity diameter", "increased endosteal diameter of <em class=\"hilite\">femur</em>", "increased inner diameter of <em class=\"hilite\">femur</em>"], "definition_eng": ["increased cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"], "label_eng": ["increased internal diameter of <em class=\"hilite\">femur</em>"], "definition_std": ["increased cross-sectional distance that extends from one lateral edge of the <em class=\"hilite\">femur</em> long bone marrow", " point of the <em class=\"hilite\">femur</em>"]}, "Orphanet:399329": {"synonym_eng": ["Epiphysiolysis of the upper <em class=\"hilite\">femur</em>"], "synonym_std": ["Epiphysiolysis of the upper <em class=\"hilite\">femur</em>"]}, "AQTLTrait:2193": {"label_std": ["<em class=\"hilite\">Femur</em> weight"], "label_eng": ["<em class=\"hilite\">Femur</em> weight"]}, "DOID:5809": {"definition_eng": [".  It occurs in childhood and usually affects the distal posterior <em class=\"hilite\">femur</em>, the proximal tibia, and proximal"], "definition_std": [" occurs in childhood and usually affects the distal posterior <em class=\"hilite\">femur</em>, the proximal tibia, and proximal"]}, "HP:0003170": {"definition_eng": [" head of the <em class=\"hilite\">femur</em> forms the hip joint."], "definition_std": [" head of the <em class=\"hilite\">femur</em> forms the hip joint."]}, "HP:0012515": {"definition_eng": ["Reduced ability to flex the <em class=\"hilite\">femur</em>, that is, to pull the knee upward."], "definition_std": ["Reduced ability to flex the <em class=\"hilite\">femur</em>, that is, to pull the knee upward."]}, "VT:0004358": {"definition_eng": [" medial and larger of the two bones of the lower leg, which articulates with the <em class=\"hilite\">femur</em>, fibula, and talus."], "definition_std": [" medial and larger of the two bones of the lower leg, which articulates with the <em class=\"hilite\">femur</em>, fibula, and talus."]}, "HP:0010574": {"definition_eng": ["Any abnormality of the proximal epiphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Any abnormality of the proximal epiphysis of the <em class=\"hilite\">femur</em>."]}, "OMIM:184252": {"definition_eng": [" dwarfism), scoliosis, metaphyseal abnormalities in the <em class=\"hilite\">femur</em> (prominent in the femoral neck and"], "definition_std": [" dwarfism), scoliosis, metaphyseal abnormalities in the <em class=\"hilite\">femur</em> (prominent in the femoral neck and"]}, "MP:0013646": {"label_std": ["decreased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_eng": [" fracture) by the <em class=\"hilite\">femur</em>"], "label_eng": ["decreased energy dissipated prior to <em class=\"hilite\">femur</em> fracture"], "definition_std": [" fracture) by the <em class=\"hilite\">femur</em>"]}, "UBERON:0004406PHENOTYPE": {"label_std": ["distal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving distal epiphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["distal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving distal epiphysis of <em class=\"hilite\">femur</em>."]}, "UBERON:0006865PHENOTYPE": {"label_std": ["metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving metaphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["metaphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving metaphysis of <em class=\"hilite\">femur</em>."]}, "DOID:13481": {"definition_eng": [" from each other by <em class=\"hilite\">femur</em> and skull shape."], "definition_std": [" from each other by <em class=\"hilite\">femur</em> and skull shape."]}, "MESH:D005271": {"label_std": ["<em class=\"hilite\">Femur</em> Head Necrosis"], "synonym_eng": ["Head Necrosis, <em class=\"hilite\">Femur</em>", "<em class=\"hilite\">Femur</em> Head Necroses", "Aseptic Necrosis of <em class=\"hilite\">Femur</em> Head", "Necrosis, Avascular, of <em class=\"hilite\">Femur</em> Head", "Necrosis, Aseptic, of <em class=\"hilite\">Femur</em> Head", "Necrosis, <em class=\"hilite\">Femur</em> Head", "Avascular Necrosis of <em class=\"hilite\">Femur</em> Head"], "label_eng": ["<em class=\"hilite\">Femur</em> Head Necrosis"], "synonym_std": ["Head Necrosis, <em class=\"hilite\">Femur</em>", "<em class=\"hilite\">Femur</em> Head Necroses", "Aseptic Necrosis of <em class=\"hilite\">Femur</em> Head", "Necrosis, Avascular, of <em class=\"hilite\">Femur</em> Head", "Necrosis, Aseptic, of <em class=\"hilite\">Femur</em> Head", "Necrosis, <em class=\"hilite\">Femur</em> Head", "Avascular Necrosis of <em class=\"hilite\">Femur</em> Head"]}, "HP:0006406": {"label_std": ["Club-shaped proximal <em class=\"hilite\">femur</em>"], "definition_eng": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the proximal end"], "label_eng": ["Club-shaped proximal <em class=\"hilite\">femur</em>"], "definition_std": ["An abnormal conformation of the <em class=\"hilite\">femur</em> that becomes gradually enlarged towards the proximal end"]}, "HP:0005090": {"definition_eng": ["A lateral bending or abnormal curvature of the <em class=\"hilite\">femur</em>."], "definition_std": ["A lateral bending or abnormal curvature of the <em class=\"hilite\">femur</em>."]}, "HP:0031068": {"definition_eng": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between"], "definition_std": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between 30-40"]}, "HP:0008800": {"definition_eng": ["A decreased ability to move the <em class=\"hilite\">femur</em> at the hip joint associated with a decreased range of motion"], "definition_std": ["A decreased ability to move the <em class=\"hilite\">femur</em> at the hip joint associated with a decreased range of motion"]}, "OMIM:182260": {"definition_eng": ["A developmental deformity in which the metaphysis of the <em class=\"hilite\">FEMUR</em> moves proximally and anteriorly away", " from <em class=\"hilite\">FEMUR</em> HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and"], "definition_std": ["A developmental deformity in which the metaphysis of the <em class=\"hilite\">FEMUR</em> moves proximally and anteriorly away", " from <em class=\"hilite\">FEMUR</em> HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is"]}, "FBbt:00004689PHENOTYPE": {"label_std": ["Drosophila mesothoracic <em class=\"hilite\">femur</em> phenotype", "mesothoracic <em class=\"hilite\">femur</em> phenotype"], "label_eng": ["Drosophila mesothoracic <em class=\"hilite\">femur</em> phenotype", "mesothoracic <em class=\"hilite\">femur</em> phenotype"]}, "UBERON:0004412PHENOTYPE": {"label_std": ["proximal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving proximal epiphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["proximal epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving proximal epiphysis of <em class=\"hilite\">femur</em>."]}, "MP:0009290": {"definition_eng": ["greater than average weight of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"], "definition_std": ["greater than average weight of the encapsulated adipose tissue associated with the <em class=\"hilite\">femur</em>"]}, "Orphanet:1040": {"definition_eng": [", widening and marginal blurring) in long bones, most prominent in proximal <em class=\"hilite\">femurs</em>, and generalized"]}, "HP:0003411": {"definition_eng": ["Irregularity of the normally smooth surface of the proximal metaphysis of the <em class=\"hilite\">femur</em>."], "definition_std": ["Irregularity of the normally smooth surface of the proximal metaphysis of the <em class=\"hilite\">femur</em>."]}, "OBO:NCIT_C121930": {"definition_eng": [" involvement.  The <em class=\"hilite\">femur</em>, spine, and pelvic bones are the most frequently affected areas.  The majority"], "definition_std": [" involvement.  The <em class=\"hilite\">femur</em>, spine, and pelvic bones are the most frequently affected areas.  The majority of"]}, "UBERON:0004384PHENOTYPE": {"label_std": ["epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_eng": ["Any phenotype involving epiphysis of <em class=\"hilite\">femur</em>."], "label_eng": ["epiphysis of <em class=\"hilite\">femur</em> phenotype"], "definition_std": ["Any phenotype involving epiphysis of <em class=\"hilite\">femur</em>."]}, "DOID:6759": {"definition_eng": [", without lymph node or other extranodal involvement.  The <em class=\"hilite\">femur</em>, spine, and pelvic bones are the most"], "definition_std": [", without lymph node or other extranodal involvement.  The <em class=\"hilite\">femur</em>, spine, and pelvic bones are the most"]}, "HP:0006461": {"definition_eng": [" epiphysis of the <em class=\"hilite\">femur</em> onto the metaphysis (femoral neck), occurring through the physeal plate during the"], "definition_std": [" epiphysis of the <em class=\"hilite\">femur</em> onto the metaphysis (femoral neck), occurring through the physeal plate during the"]}, "DOID:3373": {"definition_eng": [". It usually affects the distal posterior <em class=\"hilite\">femur</em>, the proximal tibia, and proximal humerus. Painless swelling"], "definition_std": [" usually affects the distal posterior <em class=\"hilite\">femur</em>, the proximal tibia, and proximal humerus. Painless swelling is"]}, "HP:0031069": {"definition_eng": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between"], "definition_std": [" proximal and distal parts of the <em class=\"hilite\">femur</em> on the transverse plane. Femoral anteversion averages between 30-40"]}, "HP:0012283": {"definition_eng": ["Reduced size of the Distal epiphysis of <em class=\"hilite\">femur</em>."], "definition_std": ["Reduced size of the Distal epiphysis of <em class=\"hilite\">femur</em>."]}}, "docs": [{"synonym": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "equivalent_curie_eng": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0008152", "iri": "http://purl.obolibrary.org/obo/MP_0008152", "equivalent_iri_kw": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "label_eng": ["decreased diameter of femur"], "definition_std": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "id_eng": "MP:0008152", "definition_kw": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_iri_std": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0008152", "label_std": ["decreased diameter of femur"], "equivalent_curie": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "equivalent_curie_kw": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "synonym_eng": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "score": 36.92389, "id_kw": "MP:0008152", "equivalent_iri_eng": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "label_kw": ["decreased diameter of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008152", "equivalent_iri": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "_version_": 1580845589011103745, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008152", "id": "MP:0008152", "definition": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "synonym_kw": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "synonym_std": ["thin femur", "decreased outer diameter of femur", "decreased periosteal diameter of femur", "reduced periosteal diameter of femur", "reduced outer diameter of femur", "reduced diameter of femur"], "label": ["decreased diameter of femur"], "definition_eng": ["reduced width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_curie_std": ["_:2d8fa5909584e9d608fb99cf2ca2ce18"], "category": ["Phenotype"]}, {"synonym": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "equivalent_curie_eng": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "MP:0004371"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002980", "iri": "http://purl.obolibrary.org/obo/HP_0002980", "equivalent_iri_kw": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "http://purl.obolibrary.org/obo/MP_0004371"], "label_eng": ["Femoral bowing"], "definition_std": ["Bowing (abnormal curvature) of the femur."], "id_eng": "HP:0002980", "definition_kw": ["Bowing (abnormal curvature) of the femur."], "equivalent_iri_std": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "http://purl.obolibrary.org/obo/MP_0004371"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002980", "label_std": ["Femoral bowing"], "equivalent_curie": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "MP:0004371"], "equivalent_curie_kw": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "MP:0004371"], "synonym_eng": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "score": 36.434757, "id_kw": "HP:0002980", "equivalent_iri_eng": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "http://purl.obolibrary.org/obo/MP_0004371"], "label_kw": ["Femoral bowing"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002980", "equivalent_iri": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "http://purl.obolibrary.org/obo/MP_0004371"], "_version_": 1580845593182339072, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002980", "id": "HP:0002980", "definition": ["Bowing (abnormal curvature) of the femur."], "synonym_kw": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "synonym_std": ["Bowed thighbone", "Bowed femurs", "Bowed femura", "Bowed femur"], "label": ["Femoral bowing"], "definition_eng": ["Bowing (abnormal curvature) of the femur."], "equivalent_curie_std": ["_:c8500484de42b9ffbcd9b59c32c7b17d", "MP:0004371"], "category": ["Phenotype"]}, {"synonym": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "equivalent_curie_eng": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0008158", "iri": "http://purl.obolibrary.org/obo/MP_0008158", "equivalent_iri_kw": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "label_eng": ["increased diameter of femur"], "definition_std": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "id_eng": "MP:0008158", "definition_kw": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_iri_std": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0008158", "label_std": ["increased diameter of femur"], "equivalent_curie": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "equivalent_curie_kw": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "synonym_eng": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "score": 36.434757, "id_kw": "MP:0008158", "equivalent_iri_eng": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "label_kw": ["increased diameter of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008158", "equivalent_iri": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "_version_": 1580845588616839168, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008158", "id": "MP:0008158", "definition": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "synonym_kw": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "synonym_std": ["thick femur", "increased outer diameter of femur", "increased periosteal diameter of femur"], "label": ["increased diameter of femur"], "definition_eng": ["increased width of the cross-sectional distance that extends from one lateral edge of the femur, through its center and to the opposite lateral edge"], "equivalent_curie_std": ["_:4cf226119aec661c5d23b2b431e8d8d9"], "category": ["Phenotype"]}, {"synonym": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "equivalent_curie_eng": ["UMLS:C0015814"], "leaf": false, "category_std": ["disease"], "id_std": "MESH:D005271", "iri": "http://purl.obolibrary.org/obo/MESH_D005271", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "label_eng": ["Femur Head Necrosis"], "definition_std": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "id_eng": "MESH:D005271", "definition_kw": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D005271", "label_std": ["Femur Head Necrosis"], "equivalent_curie": ["UMLS:C0015814"], "equivalent_curie_kw": ["UMLS:C0015814"], "synonym_eng": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "score": 36.258186, "id_kw": "MESH:D005271", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "label_kw": ["Femur Head Necrosis"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D005271", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0015814"], "_version_": 1580845554423824384, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D005271", "id": "MESH:D005271", "definition": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "synonym_kw": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "synonym_std": ["Head Necrosis, Femur", "Femur Head Necroses", "Avascular Necrosis Of Femoral Head, Primary", "Ischemic Necrosis Of Femoral Head", "Femoral Head, Avascular Necrosis Of", "Aseptic Necrosis of Femur Head", "Necrosis, Avascular, of Femur Head", "Necrosis, Aseptic, of Femur Head", "Necrosis, Femur Head", "Avascular Necrosis of Femur Head"], "label": ["Femur Head Necrosis"], "definition_eng": ["Aseptic or avascular necrosis of the femoral head. The major types are idiopathic (primary), as a complication of fractures or dislocations, and LEGG-CALVE-PERTHES DISEASE."], "equivalent_curie_std": ["UMLS:C0015814"], "category": ["disease"]}, {"synonym": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "equivalent_curie_eng": ["_:66f50255329c2365fd2d32268285f647"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013620", "iri": "http://purl.obolibrary.org/obo/MP_0013620", "equivalent_iri_kw": ["_:66f50255329c2365fd2d32268285f647"], "label_eng": ["increased internal diameter of femur"], "definition_std": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "id_eng": "MP:0013620", "definition_kw": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "equivalent_iri_std": ["_:66f50255329c2365fd2d32268285f647"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013620", "label_std": ["increased internal diameter of femur"], "equivalent_curie": ["_:66f50255329c2365fd2d32268285f647"], "equivalent_curie_kw": ["_:66f50255329c2365fd2d32268285f647"], "synonym_eng": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "score": 35.77984, "id_kw": "MP:0013620", "equivalent_iri_eng": ["_:66f50255329c2365fd2d32268285f647"], "label_kw": ["increased internal diameter of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013620", "equivalent_iri": ["_:66f50255329c2365fd2d32268285f647"], "_version_": 1580845589718892547, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013620", "id": "MP:0013620", "definition": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "synonym_kw": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "synonym_std": ["increased femur bone marrow cavity diameter", "increased femur medullary cavity diameter", "increased endosteal diameter of femur", "increased inner diameter of femur"], "label": ["increased internal diameter of femur"], "definition_eng": ["increased cross-sectional distance that extends from one lateral edge of the femur long bone marrow cavity, through its center and to the opposite lateral edge of the bone marrow cavity through the mid point of the femur"], "equivalent_curie_std": ["_:66f50255329c2365fd2d32268285f647"], "category": ["Phenotype"]}, {"synonym": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "equivalent_curie_eng": ["_:e04672a47778e9c2c919870ceaa00939"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013624", "iri": "http://purl.obolibrary.org/obo/MP_0013624", "equivalent_iri_kw": ["_:e04672a47778e9c2c919870ceaa00939"], "label_eng": ["decreased femur compact bone thickness"], "definition_std": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013624", "definition_kw": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_iri_std": ["_:e04672a47778e9c2c919870ceaa00939"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013624", "label_std": ["decreased femur compact bone thickness"], "equivalent_curie": ["_:e04672a47778e9c2c919870ceaa00939"], "equivalent_curie_kw": ["_:e04672a47778e9c2c919870ceaa00939"], "synonym_eng": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "score": 35.302666, "id_kw": "MP:0013624", "equivalent_iri_eng": ["_:e04672a47778e9c2c919870ceaa00939"], "label_kw": ["decreased femur compact bone thickness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013624", "equivalent_iri": ["_:e04672a47778e9c2c919870ceaa00939"], "_version_": 1580845585038049280, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013624", "id": "MP:0013624", "definition": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_kw": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "synonym_std": ["decreased femur cortical bone morphology thickness", "reduced femur lamellar bone thickness", "reduced femur dense bone thickness", "decreased femur dense bone thickness", "reduced femur cortical bone morphology thickness", "decreased femur lamellar bone thickness"], "label": ["decreased femur compact bone thickness"], "definition_eng": ["reduced width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_std": ["_:e04672a47778e9c2c919870ceaa00939"], "category": ["Phenotype"]}, {"synonym": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "equivalent_curie_eng": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013623", "iri": "http://purl.obolibrary.org/obo/MP_0013623", "equivalent_iri_kw": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "label_eng": ["increased femur compact bone thickness"], "definition_std": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013623", "definition_kw": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_iri_std": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013623", "label_std": ["increased femur compact bone thickness"], "equivalent_curie": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "equivalent_curie_kw": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "synonym_eng": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "score": 34.97589, "id_kw": "MP:0013623", "equivalent_iri_eng": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "label_kw": ["increased femur compact bone thickness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013623", "equivalent_iri": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "_version_": 1580845590044999681, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013623", "id": "MP:0013623", "definition": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_kw": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "synonym_std": ["increased femur dense bone thickness", "increased femur lamellar bone thickness", "increased femur cortical bone morphology thickness"], "label": ["increased femur compact bone thickness"], "definition_eng": ["increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_std": ["_:f0e06f2cd0f2a8bb46c09eb9b2bef9d7"], "category": ["Phenotype"]}, {"synonym": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "equivalent_curie_eng": ["_:c78516af691e86259d42ed6eaa7a2eec"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0013622", "iri": "http://purl.obolibrary.org/obo/MP_0013622", "equivalent_iri_kw": ["_:c78516af691e86259d42ed6eaa7a2eec"], "label_eng": ["abnormal femur compact bone thickness"], "definition_std": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "id_eng": "MP:0013622", "definition_kw": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_iri_std": ["_:c78516af691e86259d42ed6eaa7a2eec"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013622", "label_std": ["abnormal femur compact bone thickness"], "equivalent_curie": ["_:c78516af691e86259d42ed6eaa7a2eec"], "equivalent_curie_kw": ["_:c78516af691e86259d42ed6eaa7a2eec"], "synonym_eng": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "score": 34.97589, "id_kw": "MP:0013622", "equivalent_iri_eng": ["_:c78516af691e86259d42ed6eaa7a2eec"], "label_kw": ["abnormal femur compact bone thickness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013622", "equivalent_iri": ["_:c78516af691e86259d42ed6eaa7a2eec"], "_version_": 1580845612866207747, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013622", "id": "MP:0013622", "definition": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "synonym_kw": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "synonym_std": ["abnormal femur dense bone thickness", "abnormal femur lamellar bone thickness", "abnormal femur cortical bone morphology thickness"], "label": ["abnormal femur compact bone thickness"], "definition_eng": ["reduced or increased width of the superficial layer of compact bone at the midpoint of the femur"], "equivalent_curie_std": ["_:c78516af691e86259d42ed6eaa7a2eec"], "category": ["Phenotype"]}, {"synonym": ["Aplasia of the femur", "Absent femur", "Absent thighbone"], "equivalent_curie_eng": ["_:130b6c73fdb263b7ab08be006dc261a0", "MP:0004349"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0012744", "iri": "http://purl.obolibrary.org/obo/HP_0012744", "equivalent_iri_kw": ["_:130b6c73fdb263b7ab08be006dc261a0", "http://purl.obolibrary.org/obo/MP_0004349"], "label_eng": ["Femoral aplasia"], "definition_std": ["Failure of the femur to develop."], "id_eng": "HP:0012744", "definition_kw": ["Failure of the femur to develop."], "equivalent_iri_std": ["_:130b6c73fdb263b7ab08be006dc261a0", "http://purl.obolibrary.org/obo/MP_0004349"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0012744", "label_std": ["Femoral aplasia"], "equivalent_curie": ["_:130b6c73fdb263b7ab08be006dc261a0", "MP:0004349"], "equivalent_curie_kw": ["_:130b6c73fdb263b7ab08be006dc261a0", "MP:0004349"], "synonym_eng": ["Aplasia of the femur", "Absent femur", "Absent thighbone"], "score": 34.86, "id_kw": "HP:0012744", "equivalent_iri_eng": ["_:130b6c73fdb263b7ab08be006dc261a0", "http://purl.obolibrary.org/obo/MP_0004349"], "label_kw": ["Femoral aplasia"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012744", "equivalent_iri": ["_:130b6c73fdb263b7ab08be006dc261a0", "http://purl.obolibrary.org/obo/MP_0004349"], "_version_": 1580845617339432961, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012744", "id": "HP:0012744", "definition": ["Failure of the femur to develop."], "synonym_kw": ["Aplasia of the femur", "Absent femur", "Absent thighbone"], "synonym_std": ["Aplasia of the femur", "Absent femur", "Absent thighbone"], "label": ["Femoral aplasia"], "definition_eng": ["Failure of the femur to develop."], "equivalent_curie_std": ["_:130b6c73fdb263b7ab08be006dc261a0", "MP:0004349"], "category": ["Phenotype"]}, {"synonym": ["PFFD", "FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "equivalent_curie_eng": ["Orphanet:2019", "UMLS:C1856790", "MESH:C537918"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:228200", "iri": "http://purl.obolibrary.org/obo/OMIM_228200", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/UMLS_C1856790", "http://purl.obolibrary.org/obo/MESH_C537918"], "label_eng": ["Femur-Fibula-Ulna Syndrome", "Femur-fibula-ulna complex"], "definition_std": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "id_eng": "OMIM:228200", "definition_kw": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/UMLS_C1856790", "http://purl.obolibrary.org/obo/MESH_C537918"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_228200", "label_std": ["Femur-Fibula-Ulna Syndrome", "Femur-fibula-ulna complex"], "equivalent_curie": ["Orphanet:2019", "UMLS:C1856790", "MESH:C537918"], "equivalent_curie_kw": ["Orphanet:2019", "UMLS:C1856790", "MESH:C537918"], "synonym_eng": ["PFFD", "FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "score": 34.39547, "id_kw": "OMIM:228200", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/UMLS_C1856790", "http://purl.obolibrary.org/obo/MESH_C537918"], "label_kw": ["Femur-Fibula-Ulna Syndrome", "Femur-fibula-ulna complex"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_228200", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2019", "http://purl.obolibrary.org/obo/UMLS_C1856790", "http://purl.obolibrary.org/obo/MESH_C537918"], "_version_": 1580845550134099968, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_228200", "id": "OMIM:228200", "definition": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "synonym_kw": ["PFFD", "FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "synonym_std": ["PFFD", "FFU complex", "Femur-fibula-ulna dysostosis", "Femur-fibula-ulna syndrome", "Femur-Fibula-Ulna Syndrome", "FEMUR-FIBULA-ULNA SYNDROME", "Ffu Syndrome"], "label": ["Femur-Fibula-Ulna Syndrome", "Femur-fibula-ulna complex"], "definition_eng": ["Femur-fibula-ulna (FFU) complex is a non-lethal congenital anomaly of unknown etiology, more frequently reported in males than females, characterized by a highly variable combination of defects of the femur, fibula, and/or ulna, with striking asymmetry, including absence of the proximal part of the femur, absence of the fibula and malformation of the ulnar side of the upper limb. Axial skeleton, internal organs and intellectual function are usually normal."], "equivalent_curie_std": ["Orphanet:2019", "UMLS:C1856790", "MESH:C537918"], "category": ["disease"]}, {"synonym": ["decreased BMD of femur", "decreased femur bone mineral density"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0020010", "iri": "http://purl.obolibrary.org/obo/MP_0020010", "label_eng": ["decreased bone mineral density of femur"], "definition_std": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020010", "definition_kw": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0020010", "label_std": ["decreased bone mineral density of femur"], "synonym_eng": ["decreased BMD of femur", "decreased femur bone mineral density"], "score": 33.762146, "id_kw": "MP:0020010", "label_kw": ["decreased bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020010", "_version_": 1580845588792999938, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0020010", "id": "MP:0020010", "definition": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "synonym_kw": ["decreased BMD of femur", "decreased femur bone mineral density"], "synonym_std": ["decreased BMD of femur", "decreased femur bone mineral density"], "label": ["decreased bone mineral density of femur"], "definition_eng": ["reduction in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category": ["Phenotype"]}, {"synonym": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0020009", "iri": "http://purl.obolibrary.org/obo/MP_0020009", "label_eng": ["abnormal bone mineral density of femur"], "definition_std": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020009", "definition_kw": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0020009", "label_std": ["abnormal bone mineral density of femur"], "synonym_eng": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "score": 33.762146, "id_kw": "MP:0020009", "label_kw": ["abnormal bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020009", "_version_": 1580845610106355717, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0020009", "id": "MP:0020009", "definition": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "synonym_kw": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "synonym_std": ["abnormal BMD of femur", "abnormal femur bone mineral density"], "label": ["abnormal bone mineral density of femur"], "definition_eng": ["anomaly in the quatitative measurment of mineral content of bone in the long bone of the thigh"], "category": ["Phenotype"]}, {"synonym": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "equivalent_curie_eng": ["Orphanet:1986"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:228250", "iri": "http://purl.obolibrary.org/obo/OMIM_228250", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1986"], "label_eng": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "definition_std": ["Gollop-Wolfgang complex is a very rare malformation characterized by ectrodactyly of the hand and ipsilateral bifurcation of the femur."], "id_eng": "OMIM:228250", "definition_kw": ["Gollop-Wolfgang complex is a very rare malformation characterized by ectrodactyly of the hand and ipsilateral bifurcation of the femur."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1986"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_228250", "label_std": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "equivalent_curie": ["Orphanet:1986"], "equivalent_curie_kw": ["Orphanet:1986"], "synonym_eng": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "score": 31.911999, "id_kw": "OMIM:228250", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1986"], "label_kw": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_228250", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1986"], "_version_": 1580845549015269376, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_228250", "id": "OMIM:228250", "definition": ["Gollop-Wolfgang complex is a very rare malformation characterized by ectrodactyly of the hand and ipsilateral bifurcation of the femur."], "synonym_kw": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "synonym_std": ["FEMUR, UNILATERAL BIFID, WITH MONODACTYLOUS ECTRODACTYLY", "Gollop-Wolfgang Complex", "Bifid femur-monodactylous ectrodactyly syndrome"], "label": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "definition_eng": ["Gollop-Wolfgang complex is a very rare malformation characterized by ectrodactyly of the hand and ipsilateral bifurcation of the femur."], "equivalent_curie_std": ["Orphanet:1986"], "category": ["disease"]}, {"synonym": ["Spurring of femur"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0031171", "iri": "http://purl.obolibrary.org/obo/HP_0031171", "label_eng": ["Femoral spur"], "definition_std": ["A bony projection (spur, osteophyte) originating from the femur, often in the medial femoral neck."], "id_eng": "HP:0031171", "definition_kw": ["A bony projection (spur, osteophyte) originating from the femur, often in the medial femoral neck."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0031171", "label_std": ["Femoral spur"], "synonym_eng": ["Spurring of femur"], "score": 31.687965, "id_kw": "HP:0031171", "label_kw": ["Femoral spur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0031171", "_version_": 1580845609646030850, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0031171", "id": "HP:0031171", "definition": ["A bony projection (spur, osteophyte) originating from the femur, often in the medial femoral neck."], "synonym_kw": ["Spurring of femur"], "synonym_std": ["Spurring of femur"], "label": ["Femoral spur"], "definition_eng": ["A bony projection (spur, osteophyte) originating from the femur, often in the medial femoral neck."], "category": ["Phenotype"]}, {"synonym": ["Low femur bone density"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0031163", "iri": "http://purl.obolibrary.org/obo/HP_0031163", "label_eng": ["Low femoral bone density"], "definition_std": ["Reduced bone mineral density of the femur."], "id_eng": "HP:0031163", "definition_kw": ["Reduced bone mineral density of the femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0031163", "label_std": ["Low femoral bone density"], "synonym_eng": ["Low femur bone density"], "score": 30.848656, "id_kw": "HP:0031163", "label_kw": ["Low femoral bone density"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0031163", "_version_": 1580845609656516608, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0031163", "id": "HP:0031163", "definition": ["Reduced bone mineral density of the femur."], "synonym_kw": ["Low femur bone density"], "synonym_std": ["Low femur bone density"], "label": ["Low femoral bone density"], "definition_eng": ["Reduced bone mineral density of the femur."], "category": ["Phenotype"]}, {"synonym": ["increased femur length"], "equivalent_curie_eng": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0004348", "iri": "http://purl.obolibrary.org/obo/MP_0004348", "equivalent_iri_kw": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "label_eng": ["long femur"], "definition_std": ["increased length of the long bone of the thigh"], "id_eng": "MP:0004348", "definition_kw": ["increased length of the long bone of the thigh"], "equivalent_iri_std": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0004348", "label_std": ["long femur"], "equivalent_curie": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "equivalent_curie_kw": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "synonym_eng": ["increased femur length"], "score": 30.848656, "id_kw": "MP:0004348", "equivalent_iri_eng": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "label_kw": ["long femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0004348", "equivalent_iri": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "_version_": 1580845563962720256, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0004348", "id": "MP:0004348", "definition": ["increased length of the long bone of the thigh"], "synonym_kw": ["increased femur length"], "synonym_std": ["increased femur length"], "label": ["long femur"], "definition_eng": ["increased length of the long bone of the thigh"], "equivalent_curie_std": ["_:1ee8aa2c3fa589befb9f65f7feae82fa"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "leaf": false, "category_std": ["Phenotype"], "id_std": "FBbt:00004644PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "equivalent_iri_kw": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "label_eng": ["femur phenotype", "Drosophila femur phenotype"], "equivalent_curie_std": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "id_eng": "FBbt:00004644PHENOTYPE", "equivalent_iri_std": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "label_std": ["femur phenotype", "Drosophila femur phenotype"], "equivalent_curie": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "equivalent_curie_kw": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "score": 30.648533, "id_kw": "FBbt:00004644PHENOTYPE", "equivalent_iri_eng": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "label_kw": ["femur phenotype", "Drosophila femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "equivalent_iri": ["_:f4b6d1ee2e8253c8f1145a9819224171"], "_version_": 1580845601986183170, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004644PHENOTYPE", "id": "FBbt:00004644PHENOTYPE", "label": ["femur phenotype", "Drosophila femur phenotype"], "category": ["Phenotype"]}, {"synonym": ["Femoral intercalary meromelia", "Congenital short femur"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:1987", "iri": "http://www.orpha.net/ORDO/Orphanet_1987", "label_eng": ["Femoral agenesis/hypoplasia"], "definition_std": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "id_eng": "Orphanet:1987", "definition_kw": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_1987", "label_std": ["Femoral agenesis/hypoplasia"], "synonym_eng": ["Femoral intercalary meromelia", "Congenital short femur"], "score": 29.17891, "id_kw": "Orphanet:1987", "label_kw": ["Femoral agenesis/hypoplasia"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_1987", "_version_": 1580845608991719429, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_1987", "id": "Orphanet:1987", "definition": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "synonym_kw": ["Femoral intercalary meromelia", "Congenital short femur"], "synonym_std": ["Femoral intercalary meromelia", "Congenital short femur"], "label": ["Femoral agenesis/hypoplasia"], "definition_eng": ["Congenital short femur is a rare malformation of variable severity ranging from mild hypoplasia to complete absence of the femur."], "category": ["disease"]}, {"synonym": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:399329", "iri": "http://www.orpha.net/ORDO/Orphanet_399329", "label_eng": ["Epiphysiolysis of the hip"], "id_eng": "Orphanet:399329", "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_399329", "label_std": ["Epiphysiolysis of the hip"], "synonym_eng": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "score": 29.17891, "id_kw": "Orphanet:399329", "label_kw": ["Epiphysiolysis of the hip"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_399329", "_version_": 1580845612905005058, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_399329", "id": "Orphanet:399329", "synonym_kw": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "synonym_std": ["Femoral head epiphysiolysis", "Epiphysiolysis of the upper femur"], "label": ["Epiphysiolysis of the hip"], "category": ["disease"]}, {"equivalent_curie_eng": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "leaf": false, "category_std": ["Phenotype"], "id_std": "FBbt:00004667PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "equivalent_iri_kw": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "label_eng": ["prothoracic femur phenotype", "Drosophila prothoracic femur phenotype"], "equivalent_curie_std": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "id_eng": "FBbt:00004667PHENOTYPE", "equivalent_iri_std": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "label_std": ["prothoracic femur phenotype", "Drosophila prothoracic femur phenotype"], "equivalent_curie": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "equivalent_curie_kw": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "score": 28.611223, "id_kw": "FBbt:00004667PHENOTYPE", "equivalent_iri_eng": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "label_kw": ["prothoracic femur phenotype", "Drosophila prothoracic femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "equivalent_iri": ["_:449468eb4b8b98c8e8fb1701c351ef4a"], "_version_": 1580845610636935168, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004667PHENOTYPE", "id": "FBbt:00004667PHENOTYPE", "label": ["prothoracic femur phenotype", "Drosophila prothoracic femur phenotype"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "leaf": false, "category_std": ["Phenotype"], "id_std": "FBbt:00004711PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "equivalent_iri_kw": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "label_eng": ["Drosophila metathoracic femur phenotype", "metathoracic femur phenotype"], "equivalent_curie_std": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "id_eng": "FBbt:00004711PHENOTYPE", "equivalent_iri_std": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "label_std": ["Drosophila metathoracic femur phenotype", "metathoracic femur phenotype"], "equivalent_curie": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "equivalent_curie_kw": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "score": 28.611223, "id_kw": "FBbt:00004711PHENOTYPE", "equivalent_iri_eng": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "label_kw": ["Drosophila metathoracic femur phenotype", "metathoracic femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "equivalent_iri": ["_:f321906edef1c274d8d56ef65e2bd2b1"], "_version_": 1580845611770445824, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004711PHENOTYPE", "id": "FBbt:00004711PHENOTYPE", "label": ["Drosophila metathoracic femur phenotype", "metathoracic femur phenotype"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:9ca856dabf88896db1341943dc1eb9a4"], "leaf": false, "category_std": ["Phenotype"], "id_std": "FBbt:00004689PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "equivalent_iri_kw": ["_:9ca856dabf88896db1341943dc1eb9a4"], "label_eng": ["Drosophila mesothoracic femur phenotype", "mesothoracic femur phenotype"], "equivalent_curie_std": ["_:9ca856dabf88896db1341943dc1eb9a4"], "id_eng": "FBbt:00004689PHENOTYPE", "equivalent_iri_std": ["_:9ca856dabf88896db1341943dc1eb9a4"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "label_std": ["Drosophila mesothoracic femur phenotype", "mesothoracic femur phenotype"], "equivalent_curie": ["_:9ca856dabf88896db1341943dc1eb9a4"], "equivalent_curie_kw": ["_:9ca856dabf88896db1341943dc1eb9a4"], "score": 28.611223, "id_kw": "FBbt:00004689PHENOTYPE", "equivalent_iri_eng": ["_:9ca856dabf88896db1341943dc1eb9a4"], "label_kw": ["Drosophila mesothoracic femur phenotype", "mesothoracic femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "equivalent_iri": ["_:9ca856dabf88896db1341943dc1eb9a4"], "_version_": 1580845604749180928, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/FBbt_00004689PHENOTYPE", "id": "FBbt:00004689PHENOTYPE", "label": ["Drosophila mesothoracic femur phenotype", "mesothoracic femur phenotype"], "category": ["Phenotype"]}, {"synonym": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "equivalent_curie_eng": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "MP:0003109"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0003097", "iri": "http://purl.obolibrary.org/obo/HP_0003097", "equivalent_iri_kw": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "http://purl.obolibrary.org/obo/MP_0003109"], "label_eng": ["Short femur"], "definition_std": ["An abnormal shortening of the femur."], "id_eng": "HP:0003097", "definition_kw": ["An abnormal shortening of the femur."], "equivalent_iri_std": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "http://purl.obolibrary.org/obo/MP_0003109"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003097", "label_std": ["Short femur"], "equivalent_curie": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "MP:0003109"], "equivalent_curie_kw": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "MP:0003109"], "synonym_eng": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "score": 27.842789, "id_kw": "HP:0003097", "equivalent_iri_eng": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "http://purl.obolibrary.org/obo/MP_0003109"], "label_kw": ["Short femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003097", "equivalent_iri": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "http://purl.obolibrary.org/obo/MP_0003109"], "_version_": 1580845591317970946, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003097", "id": "HP:0003097", "definition": ["An abnormal shortening of the femur."], "synonym_kw": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "synonym_std": ["Hypoplasia of the femora", "Femoral hypoplasia", "Short thighbone", "Short femurs"], "label": ["Short femur"], "definition_eng": ["An abnormal shortening of the femur."], "equivalent_curie_std": ["_:f0ee42c9830c2c97d967bf3ff736e51c", "MP:0003109"], "category": ["Phenotype"]}, {"synonym": ["Split thighbone", "Notched thighbone"], "equivalent_curie_eng": ["_:d445013c4c0391e288e230d54c9380b1"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0010443", "iri": "http://purl.obolibrary.org/obo/HP_0010443", "equivalent_iri_kw": ["_:d445013c4c0391e288e230d54c9380b1"], "label_eng": ["Bifid femur"], "definition_std": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "id_eng": "HP:0010443", "definition_kw": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "equivalent_iri_std": ["_:d445013c4c0391e288e230d54c9380b1"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0010443", "label_std": ["Bifid femur"], "equivalent_curie": ["_:d445013c4c0391e288e230d54c9380b1"], "equivalent_curie_kw": ["_:d445013c4c0391e288e230d54c9380b1"], "synonym_eng": ["Split thighbone", "Notched thighbone"], "score": 27.842789, "id_kw": "HP:0010443", "equivalent_iri_eng": ["_:d445013c4c0391e288e230d54c9380b1"], "label_kw": ["Bifid femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010443", "equivalent_iri": ["_:d445013c4c0391e288e230d54c9380b1"], "_version_": 1580845592405344256, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010443", "id": "HP:0010443", "definition": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "synonym_kw": ["Split thighbone", "Notched thighbone"], "synonym_std": ["Split thighbone", "Notched thighbone"], "label": ["Bifid femur"], "definition_eng": ["A bifid or bifurcated appearance of the femur as seen on x-rays, possible appearing as a more or less severe bowing of the upper leg. Might be associated with hip dysplasia on the affected side."], "equivalent_curie_std": ["_:d445013c4c0391e288e230d54c9380b1"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:0010009"], "leaf": false, "category_std": ["Phenotype"], "id_std": "AQTLTrait:2193", "iri": "http://identifiers.org/animalqtltrait/2193", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_0010009"], "label_eng": ["Femur weight"], "equivalent_curie_std": ["VT:0010009"], "id_eng": "AQTLTrait:2193", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_0010009"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/2193", "label_std": ["Femur weight"], "equivalent_curie": ["VT:0010009"], "equivalent_curie_kw": ["VT:0010009"], "score": 27.842789, "id_kw": "AQTLTrait:2193", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_0010009"], "label_kw": ["Femur weight"], "iri_kw": "http://identifiers.org/animalqtltrait/2193", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_0010009"], "_version_": 1580845595153661954, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/2193", "id": "AQTLTrait:2193", "label": ["Femur weight"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:0004348"], "leaf": true, "category_std": ["Phenotype"], "id_std": "AQTLTrait:2161", "iri": "http://identifiers.org/animalqtltrait/2161", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_0004348"], "label_eng": ["Femur length"], "equivalent_curie_std": ["VT:0004348"], "id_eng": "AQTLTrait:2161", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_0004348"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/2161", "label_std": ["Femur length"], "equivalent_curie": ["VT:0004348"], "equivalent_curie_kw": ["VT:0004348"], "score": 27.842789, "id_kw": "AQTLTrait:2161", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_0004348"], "label_kw": ["Femur length"], "iri_kw": "http://identifiers.org/animalqtltrait/2161", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_0004348"], "_version_": 1580845595171487744, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/2161", "id": "AQTLTrait:2161", "label": ["Femur length"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:1000369"], "leaf": false, "category_std": ["Phenotype"], "id_std": "AQTLTrait:134", "iri": "http://identifiers.org/animalqtltrait/134", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_1000369"], "label_eng": ["Femur dimensions"], "equivalent_curie_std": ["VT:1000369"], "id_eng": "AQTLTrait:134", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_1000369"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/134", "label_std": ["Femur dimensions"], "equivalent_curie": ["VT:1000369"], "equivalent_curie_kw": ["VT:1000369"], "score": 27.842789, "id_kw": "AQTLTrait:134", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_1000369"], "label_kw": ["Femur dimensions"], "iri_kw": "http://identifiers.org/animalqtltrait/134", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_1000369"], "_version_": 1580845595836284929, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/134", "id": "AQTLTrait:134", "label": ["Femur dimensions"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "VT:1000666", "iri": "http://purl.obolibrary.org/obo/VT_1000666", "label_eng": ["femur width"], "definition_std": ["The distance from side to side of the long bone of the thigh."], "id_eng": "VT:1000666", "definition_kw": ["The distance from side to side of the long bone of the thigh."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_1000666", "label_std": ["femur width"], "score": 27.842789, "id_kw": "VT:1000666", "label_kw": ["femur width"], "iri_kw": "http://purl.obolibrary.org/obo/VT_1000666", "_version_": 1580845549481885697, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_1000666", "id": "VT:1000666", "definition": ["The distance from side to side of the long bone of the thigh."], "label": ["femur width"], "definition_eng": ["The distance from side to side of the long bone of the thigh."], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0000981PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "equivalent_iri_kw": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "label_eng": ["femur phenotype"], "definition_std": ["Any phenotype involving femur."], "id_eng": "UBERON:0000981PHENOTYPE", "definition_kw": ["Any phenotype involving femur."], "equivalent_iri_std": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "label_std": ["femur phenotype"], "equivalent_curie": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "equivalent_curie_kw": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "score": 27.842789, "id_kw": "UBERON:0000981PHENOTYPE", "equivalent_iri_eng": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "label_kw": ["femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "equivalent_iri": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "_version_": 1580845619372621827, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0000981PHENOTYPE", "id": "UBERON:0000981PHENOTYPE", "definition": ["Any phenotype involving femur."], "label": ["femur phenotype"], "definition_eng": ["Any phenotype involving femur."], "equivalent_curie_std": ["_:f7a79b19bd4d974cebaa57a74a2eb9b8"], "category": ["Phenotype"]}, {"synonym": ["increased fumur bone mineral density", "increased BMD of femur"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0020011", "iri": "http://purl.obolibrary.org/obo/MP_0020011", "label_eng": ["increased bone mineral density of femur"], "definition_std": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "id_eng": "MP:0020011", "definition_kw": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0020011", "label_std": ["increased bone mineral density of femur"], "synonym_eng": ["increased fumur bone mineral density", "increased BMD of femur"], "score": 27.672522, "id_kw": "MP:0020011", "label_kw": ["increased bone mineral density of femur"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0020011", "_version_": 1580845590116302848, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0020011", "id": "MP:0020011", "definition": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "synonym_kw": ["increased fumur bone mineral density", "increased BMD of femur"], "synonym_std": ["increased fumur bone mineral density", "increased BMD of femur"], "label": ["increased bone mineral density of femur"], "definition_eng": ["elevation in the quatitative measurment value of mineral content of bone in the long bone of the thigh"], "category": ["Phenotype"]}, {"synonym": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "equivalent_curie_eng": ["_:79902d1fc95cfe1a147c6288abbcae85"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006387", "iri": "http://purl.obolibrary.org/obo/HP_0006387", "equivalent_iri_kw": ["_:79902d1fc95cfe1a147c6288abbcae85"], "label_eng": ["Wide distal femoral metaphysis"], "definition_std": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "id_eng": "HP:0006387", "definition_kw": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "equivalent_iri_std": ["_:79902d1fc95cfe1a147c6288abbcae85"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006387", "label_std": ["Wide distal femoral metaphysis"], "equivalent_curie": ["_:79902d1fc95cfe1a147c6288abbcae85"], "equivalent_curie_kw": ["_:79902d1fc95cfe1a147c6288abbcae85"], "synonym_eng": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "score": 27.672522, "id_kw": "HP:0006387", "equivalent_iri_eng": ["_:79902d1fc95cfe1a147c6288abbcae85"], "label_kw": ["Wide distal femoral metaphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006387", "equivalent_iri": ["_:79902d1fc95cfe1a147c6288abbcae85"], "_version_": 1580845592338235392, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006387", "id": "HP:0006387", "definition": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "synonym_kw": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "synonym_std": ["Wide distal metaphysis of femur", "Broad outermost wide portion of thighbone"], "label": ["Wide distal femoral metaphysis"], "definition_eng": ["Increased width of the distal part of the shaft (metaphysis) of the femur."], "equivalent_curie_std": ["_:79902d1fc95cfe1a147c6288abbcae85"], "category": ["Phenotype"]}, {"synonym": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "equivalent_curie_eng": ["UMLS:C0015807", "MESH:D005266"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:5546", "iri": "http://purl.obolibrary.org/obo/DOID_5546", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0015807", "http://purl.obolibrary.org/obo/MESH_D005266"], "label_eng": ["femoral cancer"], "definition_std": ["A bone cancer that is located_in the femur."], "id_eng": "DOID:5546", "definition_kw": ["A bone cancer that is located_in the femur."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0015807", "http://purl.obolibrary.org/obo/MESH_D005266"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_5546", "label_std": ["femoral cancer"], "equivalent_curie": ["UMLS:C0015807", "MESH:D005266"], "equivalent_curie_kw": ["UMLS:C0015807", "MESH:D005266"], "synonym_eng": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "score": 27.672522, "id_kw": "DOID:5546", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0015807", "http://purl.obolibrary.org/obo/MESH_D005266"], "label_kw": ["femoral cancer"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_5546", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0015807", "http://purl.obolibrary.org/obo/MESH_D005266"], "_version_": 1580845594173243392, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_5546", "id": "DOID:5546", "definition": ["A bone cancer that is located_in the femur."], "synonym_kw": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "synonym_std": ["femoral neoplasm", "neoplasm of femur", "Neoplasm, Femoral", "Femoral Neoplasm", "Neoplasms, Femoral"], "label": ["femoral cancer"], "definition_eng": ["A bone cancer that is located_in the femur."], "equivalent_curie_std": ["UMLS:C0015807", "MESH:D005266"], "category": ["disease"]}, {"synonym": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "equivalent_curie_eng": ["UMLS:C1856789"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C537917", "iri": "http://purl.obolibrary.org/obo/MESH_C537917", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1856789"], "label_eng": ["Femur bifid with monodactylous ectrodactyly"], "equivalent_curie_std": ["UMLS:C1856789"], "id_eng": "MESH:C537917", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1856789"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C537917", "label_std": ["Femur bifid with monodactylous ectrodactyly"], "equivalent_curie": ["UMLS:C1856789"], "equivalent_curie_kw": ["UMLS:C1856789"], "synonym_eng": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "score": 27.672522, "id_kw": "MESH:C537917", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1856789"], "label_kw": ["Femur bifid with monodactylous ectrodactyly"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C537917", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1856789"], "_version_": 1580845620942340098, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C537917", "id": "MESH:C537917", "synonym_kw": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "synonym_std": ["Femur, Unilateral Bifid, With Monodactylous Ectrodactyly", "Gollop-Wolfgang complex"], "label": ["Femur bifid with monodactylous ectrodactyly"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013633", "iri": "http://purl.obolibrary.org/obo/MP_0013633", "label_eng": ["decreased femur maximal load"], "definition_std": ["decrease in the maximal load (N) sustained by the femur"], "id_eng": "MP:0013633", "definition_kw": ["decrease in the maximal load (N) sustained by the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013633", "label_std": ["decreased femur maximal load"], "score": 25.340452, "id_kw": "MP:0013633", "label_kw": ["decreased femur maximal load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013633", "_version_": 1580845589711552514, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013633", "id": "MP:0013633", "definition": ["decrease in the maximal load (N) sustained by the femur"], "label": ["decreased femur maximal load"], "definition_eng": ["decrease in the maximal load (N) sustained by the femur"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013638", "iri": "http://purl.obolibrary.org/obo/MP_0013638", "label_eng": ["decreased femur stiffness"], "definition_std": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "id_eng": "MP:0013638", "definition_kw": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013638", "label_std": ["decreased femur stiffness"], "score": 25.340452, "id_kw": "MP:0013638", "label_kw": ["decreased femur stiffness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013638", "_version_": 1580845589711552515, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013638", "id": "MP:0013638", "definition": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "label": ["decreased femur stiffness"], "definition_eng": ["decrease in material stiffness (N/mm) during elastic deformation in the femur"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013626", "iri": "http://purl.obolibrary.org/obo/MP_0013626", "label_eng": ["decreased femur yield load"], "definition_std": ["decrease in load (N) on the femur at which elastic deformation ends"], "id_eng": "MP:0013626", "definition_kw": ["decrease in load (N) on the femur at which elastic deformation ends"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013626", "label_std": ["decreased femur yield load"], "score": 25.340452, "id_kw": "MP:0013626", "label_kw": ["decreased femur yield load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013626", "_version_": 1580845589719941122, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013626", "id": "MP:0013626", "definition": ["decrease in load (N) on the femur at which elastic deformation ends"], "label": ["decreased femur yield load"], "definition_eng": ["decrease in load (N) on the femur at which elastic deformation ends"], "category": ["Phenotype"]}, {"synonym": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "equivalent_curie_eng": ["_:f6e7016b71fd58807650c80905b4a9ac"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0005613", "iri": "http://purl.obolibrary.org/obo/HP_0005613", "equivalent_iri_kw": ["_:f6e7016b71fd58807650c80905b4a9ac"], "label_eng": ["Aplasia/hypoplasia of the femur"], "definition_std": ["Absence or underdevelopment of the femur."], "id_eng": "HP:0005613", "definition_kw": ["Absence or underdevelopment of the femur."], "equivalent_iri_std": ["_:f6e7016b71fd58807650c80905b4a9ac"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005613", "label_std": ["Aplasia/hypoplasia of the femur"], "equivalent_curie": ["_:f6e7016b71fd58807650c80905b4a9ac"], "equivalent_curie_kw": ["_:f6e7016b71fd58807650c80905b4a9ac"], "synonym_eng": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "score": 25.340452, "id_kw": "HP:0005613", "equivalent_iri_eng": ["_:f6e7016b71fd58807650c80905b4a9ac"], "label_kw": ["Aplasia/hypoplasia of the femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005613", "equivalent_iri": ["_:f6e7016b71fd58807650c80905b4a9ac"], "_version_": 1580845591382982658, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005613", "id": "HP:0005613", "definition": ["Absence or underdevelopment of the femur."], "synonym_kw": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "synonym_std": ["Hypoplastic to absent femora", "Absent/small thighbone", "Absent/underdeveloped thighbone", "Hypoplastic/aplastic femora"], "label": ["Aplasia/hypoplasia of the femur"], "definition_eng": ["Absence or underdevelopment of the femur."], "equivalent_curie_std": ["_:f6e7016b71fd58807650c80905b4a9ac"], "category": ["Phenotype"]}, {"synonym": ["Club-shaped innermost end of thighbone"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006406", "iri": "http://purl.obolibrary.org/obo/HP_0006406", "label_eng": ["Club-shaped proximal femur"], "definition_std": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "id_eng": "HP:0006406", "definition_kw": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006406", "label_std": ["Club-shaped proximal femur"], "synonym_eng": ["Club-shaped innermost end of thighbone"], "score": 25.340452, "id_kw": "HP:0006406", "label_kw": ["Club-shaped proximal femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006406", "_version_": 1580845591608426498, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006406", "id": "HP:0006406", "definition": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "synonym_kw": ["Club-shaped innermost end of thighbone"], "synonym_std": ["Club-shaped innermost end of thighbone"], "label": ["Club-shaped proximal femur"], "definition_eng": ["An abnormal conformation of the femur that becomes gradually enlarged towards the proximal end. This feature affects the proximal femoral metaphysis and epiphysis."], "category": ["Phenotype"]}, {"synonym": ["Tapering of outermost end of thighbone"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006408", "iri": "http://purl.obolibrary.org/obo/HP_0006408", "label_eng": ["Distal tapering femur"], "id_eng": "HP:0006408", "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006408", "label_std": ["Distal tapering femur"], "synonym_eng": ["Tapering of outermost end of thighbone"], "score": 25.340452, "id_kw": "HP:0006408", "label_kw": ["Distal tapering femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006408", "_version_": 1580845592280563713, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006408", "id": "HP:0006408", "synonym_kw": ["Tapering of outermost end of thighbone"], "synonym_std": ["Tapering of outermost end of thighbone"], "label": ["Distal tapering femur"], "category": ["Phenotype"]}, {"synonym": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006384", "iri": "http://purl.obolibrary.org/obo/HP_0006384", "label_eng": ["Club-shaped distal femur"], "definition_std": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "id_eng": "HP:0006384", "definition_kw": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006384", "label_std": ["Club-shaped distal femur"], "synonym_eng": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "score": 25.340452, "id_kw": "HP:0006384", "label_kw": ["Club-shaped distal femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006384", "_version_": 1580845592338235394, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006384", "id": "HP:0006384", "definition": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "synonym_kw": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "synonym_std": ["Club-shaped distal femora", "Club-shaped outermost end of thighbone"], "label": ["Club-shaped distal femur"], "definition_eng": ["An abnormal conformation of the femur that becomes gradually enlarged towards the distal end. This feature affects the distal femoral metaphysis and epiphysis."], "category": ["Phenotype"]}, {"synonym": ["Dumbbell-shaped thighbone"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006375", "iri": "http://purl.obolibrary.org/obo/HP_0006375", "label_eng": ["Dumbbell-shaped femur"], "definition_std": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "id_eng": "HP:0006375", "definition_kw": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006375", "label_std": ["Dumbbell-shaped femur"], "synonym_eng": ["Dumbbell-shaped thighbone"], "score": 25.340452, "id_kw": "HP:0006375", "label_kw": ["Dumbbell-shaped femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006375", "_version_": 1580845592343478273, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006375", "id": "HP:0006375", "definition": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "synonym_kw": ["Dumbbell-shaped thighbone"], "synonym_std": ["Dumbbell-shaped thighbone"], "label": ["Dumbbell-shaped femur"], "definition_eng": ["The femur is shortened and displays flaring (widening) of the metaphyses."], "category": ["Phenotype"]}, {"synonym": ["Abnormality of the femora", "Abnormality of the thighbone"], "equivalent_curie_eng": ["_:7ce463374fd6f9921a608bd4d136cb7c", "MP:0000559"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002823", "iri": "http://purl.obolibrary.org/obo/HP_0002823", "equivalent_iri_kw": ["_:7ce463374fd6f9921a608bd4d136cb7c", "http://purl.obolibrary.org/obo/MP_0000559"], "label_eng": ["Abnormality of femur morphology"], "definition_std": ["Any anomaly of the structure of the femur."], "id_eng": "HP:0002823", "definition_kw": ["Any anomaly of the structure of the femur."], "equivalent_iri_std": ["_:7ce463374fd6f9921a608bd4d136cb7c", "http://purl.obolibrary.org/obo/MP_0000559"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002823", "label_std": ["Abnormality of femur morphology"], "equivalent_curie": ["_:7ce463374fd6f9921a608bd4d136cb7c", "MP:0000559"], "equivalent_curie_kw": ["_:7ce463374fd6f9921a608bd4d136cb7c", "MP:0000559"], "synonym_eng": ["Abnormality of the femora", "Abnormality of the thighbone"], "score": 25.340452, "id_kw": "HP:0002823", "equivalent_iri_eng": ["_:7ce463374fd6f9921a608bd4d136cb7c", "http://purl.obolibrary.org/obo/MP_0000559"], "label_kw": ["Abnormality of femur morphology"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002823", "equivalent_iri": ["_:7ce463374fd6f9921a608bd4d136cb7c", "http://purl.obolibrary.org/obo/MP_0000559"], "_version_": 1580845592798560258, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002823", "id": "HP:0002823", "definition": ["Any anomaly of the structure of the femur."], "synonym_kw": ["Abnormality of the femora", "Abnormality of the thighbone"], "synonym_std": ["Abnormality of the femora", "Abnormality of the thighbone"], "label": ["Abnormality of femur morphology"], "definition_eng": ["Any anomaly of the structure of the femur."], "equivalent_curie_std": ["_:7ce463374fd6f9921a608bd4d136cb7c", "MP:0000559"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:0010014"], "leaf": true, "category_std": ["Phenotype"], "id_std": "AQTLTrait:2165", "iri": "http://identifiers.org/animalqtltrait/2165", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_0010014"], "label_eng": ["Femur endosteal circumference"], "equivalent_curie_std": ["VT:0010014"], "id_eng": "AQTLTrait:2165", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_0010014"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/2165", "label_std": ["Femur endosteal circumference"], "equivalent_curie": ["VT:0010014"], "equivalent_curie_kw": ["VT:0010014"], "score": 25.340452, "id_kw": "AQTLTrait:2165", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_0010014"], "label_kw": ["Femur endosteal circumference"], "iri_kw": "http://identifiers.org/animalqtltrait/2165", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_0010014"], "_version_": 1580845595169390594, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/2165", "id": "AQTLTrait:2165", "label": ["Femur endosteal circumference"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:0010010"], "leaf": true, "category_std": ["Phenotype"], "id_std": "AQTLTrait:2162", "iri": "http://identifiers.org/animalqtltrait/2162", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_0010010"], "label_eng": ["Femur bending strength"], "equivalent_curie_std": ["VT:0010010"], "id_eng": "AQTLTrait:2162", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_0010010"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/2162", "label_std": ["Femur bending strength"], "equivalent_curie": ["VT:0010010"], "equivalent_curie_kw": ["VT:0010010"], "score": 25.340452, "id_kw": "AQTLTrait:2162", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_0010010"], "label_kw": ["Femur bending strength"], "iri_kw": "http://identifiers.org/animalqtltrait/2162", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_0010010"], "_version_": 1580845595171487745, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/2162", "id": "AQTLTrait:2162", "label": ["Femur bending strength"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["VT:0010011"], "leaf": true, "category_std": ["Phenotype"], "id_std": "AQTLTrait:2160", "iri": "http://identifiers.org/animalqtltrait/2160", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/VT_0010011"], "label_eng": ["Femur bone mineral density"], "equivalent_curie_std": ["VT:0010011"], "id_eng": "AQTLTrait:2160", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/VT_0010011"], "category_kw": ["Phenotype"], "iri_eng": "http://identifiers.org/animalqtltrait/2160", "label_std": ["Femur bone mineral density"], "equivalent_curie": ["VT:0010011"], "equivalent_curie_kw": ["VT:0010011"], "score": 25.340452, "id_kw": "AQTLTrait:2160", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/VT_0010011"], "label_kw": ["Femur bone mineral density"], "iri_kw": "http://identifiers.org/animalqtltrait/2160", "equivalent_iri": ["http://purl.obolibrary.org/obo/VT_0010011"], "_version_": 1580845595172536320, "category_eng": ["Phenotype"], "iri_std": "http://identifiers.org/animalqtltrait/2160", "id": "AQTLTrait:2160", "label": ["Femur bone mineral density"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0009980PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "equivalent_iri_kw": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "label_eng": ["condyle of femur phenotype"], "definition_std": ["Any phenotype involving condyle of femur."], "id_eng": "UBERON:0009980PHENOTYPE", "definition_kw": ["Any phenotype involving condyle of femur."], "equivalent_iri_std": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "label_std": ["condyle of femur phenotype"], "equivalent_curie": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "equivalent_curie_kw": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "score": 25.340452, "id_kw": "UBERON:0009980PHENOTYPE", "equivalent_iri_eng": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "label_kw": ["condyle of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "equivalent_iri": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "_version_": 1580845598012080130, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0009980PHENOTYPE", "id": "UBERON:0009980PHENOTYPE", "definition": ["Any phenotype involving condyle of femur."], "label": ["condyle of femur phenotype"], "definition_eng": ["Any phenotype involving condyle of femur."], "equivalent_curie_std": ["_:c29b06e7c7fb3c2a7d84362f09ad94ce"], "category": ["Phenotype"]}, {"leaf": false, "category_std": ["Phenotype"], "id_std": "VT:0000559", "iri": "http://purl.obolibrary.org/obo/VT_0000559", "label_eng": ["femur morphology trait"], "definition_std": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the long bone of the thigh."], "id_eng": "VT:0000559", "definition_kw": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the long bone of the thigh."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0000559", "label_std": ["femur morphology trait"], "score": 25.340452, "id_kw": "VT:0000559", "label_kw": ["femur morphology trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0000559", "_version_": 1580845549456719875, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0000559", "id": "VT:0000559", "definition": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the long bone of the thigh."], "label": ["femur morphology trait"], "definition_eng": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the long bone of the thigh."], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "leaf": true, "category_std": ["Phenotype"], "id_std": "UBERON:0009984PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "equivalent_iri_kw": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "label_eng": ["medial condyle of femur phenotype"], "definition_std": ["Any phenotype involving medial condyle of femur."], "id_eng": "UBERON:0009984PHENOTYPE", "definition_kw": ["Any phenotype involving medial condyle of femur."], "equivalent_iri_std": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "label_std": ["medial condyle of femur phenotype"], "equivalent_curie": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "equivalent_curie_kw": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "score": 25.340452, "id_kw": "UBERON:0009984PHENOTYPE", "equivalent_iri_eng": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "label_kw": ["medial condyle of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "equivalent_iri": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "_version_": 1580845609095528451, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0009984PHENOTYPE", "id": "UBERON:0009984PHENOTYPE", "definition": ["Any phenotype involving medial condyle of femur."], "label": ["medial condyle of femur phenotype"], "definition_eng": ["Any phenotype involving medial condyle of femur."], "equivalent_curie_std": ["_:3d4f531cc4bd8eb604bd48b03c0d008d"], "category": ["Phenotype"]}, {"label_std": ["Metaphyseal chondromatosis of femur"], "label_kw": ["Metaphyseal chondromatosis of femur"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0030295", "iri": "http://purl.obolibrary.org/obo/HP_0030295", "iri_eng": "http://purl.obolibrary.org/obo/HP_0030295", "label_eng": ["Metaphyseal chondromatosis of femur"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030295", "id_eng": "HP:0030295", "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030295", "id": "HP:0030295", "category_kw": ["Phenotype"], "label": ["Metaphyseal chondromatosis of femur"], "score": 25.340452, "_version_": 1580845609116499972, "id_kw": "HP:0030295", "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0015052PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "equivalent_iri_kw": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "label_eng": ["femur endochondral element phenotype"], "definition_std": ["Any phenotype involving femur endochondral element."], "id_eng": "UBERON:0015052PHENOTYPE", "definition_kw": ["Any phenotype involving femur endochondral element."], "equivalent_iri_std": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "label_std": ["femur endochondral element phenotype"], "equivalent_curie": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "equivalent_curie_kw": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "score": 25.340452, "id_kw": "UBERON:0015052PHENOTYPE", "equivalent_iri_eng": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "label_kw": ["femur endochondral element phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "equivalent_iri": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "_version_": 1580845611189534723, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0015052PHENOTYPE", "id": "UBERON:0015052PHENOTYPE", "definition": ["Any phenotype involving femur endochondral element."], "label": ["femur endochondral element phenotype"], "definition_eng": ["Any phenotype involving femur endochondral element."], "equivalent_curie_std": ["_:bde1049eedc5df8bb51c15ce135e6d5e"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0006863PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "equivalent_iri_kw": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "label_eng": ["proximal metaphysis of femur phenotype"], "definition_std": ["Any phenotype involving proximal metaphysis of femur."], "id_eng": "UBERON:0006863PHENOTYPE", "definition_kw": ["Any phenotype involving proximal metaphysis of femur."], "equivalent_iri_std": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "label_std": ["proximal metaphysis of femur phenotype"], "equivalent_curie": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "equivalent_curie_kw": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "score": 25.340452, "id_kw": "UBERON:0006863PHENOTYPE", "equivalent_iri_eng": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "label_kw": ["proximal metaphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "equivalent_iri": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "_version_": 1580845611404492800, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006863PHENOTYPE", "id": "UBERON:0006863PHENOTYPE", "definition": ["Any phenotype involving proximal metaphysis of femur."], "label": ["proximal metaphysis of femur phenotype"], "definition_eng": ["Any phenotype involving proximal metaphysis of femur."], "equivalent_curie_std": ["_:011cc0fefa05df2dcd7bf4546ddc3ad5"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013625", "iri": "http://purl.obolibrary.org/obo/MP_0013625", "label_eng": ["increased femur yield load"], "definition_std": ["increase in load (N) on the femur at which elastic deformation ends"], "id_eng": "MP:0013625", "definition_kw": ["increase in load (N) on the femur at which elastic deformation ends"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013625", "label_std": ["increased femur yield load"], "score": 25.340452, "id_kw": "MP:0013625", "label_kw": ["increased femur yield load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013625", "_version_": 1580845612867256323, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013625", "id": "MP:0013625", "definition": ["increase in load (N) on the femur at which elastic deformation ends"], "label": ["increased femur yield load"], "definition_eng": ["increase in load (N) on the femur at which elastic deformation ends"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013634", "iri": "http://purl.obolibrary.org/obo/MP_0013634", "label_eng": ["increased femur fracture load"], "definition_std": ["increase in the load at which material failure occurs after plastic deformation"], "id_eng": "MP:0013634", "definition_kw": ["increase in the load at which material failure occurs after plastic deformation"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013634", "label_std": ["increased femur fracture load"], "score": 25.340452, "id_kw": "MP:0013634", "label_kw": ["increased femur fracture load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013634", "_version_": 1580845612868304896, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013634", "id": "MP:0013634", "definition": ["increase in the load at which material failure occurs after plastic deformation"], "label": ["increased femur fracture load"], "definition_eng": ["increase in the load at which material failure occurs after plastic deformation"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013635", "iri": "http://purl.obolibrary.org/obo/MP_0013635", "label_eng": ["decreased femur fracture load"], "definition_std": ["decrease in the load at which material failure occurs after plastic deformation"], "id_eng": "MP:0013635", "definition_kw": ["decrease in the load at which material failure occurs after plastic deformation"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013635", "label_std": ["decreased femur fracture load"], "score": 25.340452, "id_kw": "MP:0013635", "label_kw": ["decreased femur fracture load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013635", "_version_": 1580845612868304897, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013635", "id": "MP:0013635", "definition": ["decrease in the load at which material failure occurs after plastic deformation"], "label": ["decreased femur fracture load"], "definition_eng": ["decrease in the load at which material failure occurs after plastic deformation"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013632", "iri": "http://purl.obolibrary.org/obo/MP_0013632", "label_eng": ["increased femur maximal load"], "definition_std": ["increase in the maximal load (N) sustained by the femur"], "id_eng": "MP:0013632", "definition_kw": ["increase in the maximal load (N) sustained by the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013632", "label_std": ["increased femur maximal load"], "score": 25.340452, "id_kw": "MP:0013632", "label_kw": ["increased femur maximal load"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013632", "_version_": 1580845612868304898, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013632", "id": "MP:0013632", "definition": ["increase in the maximal load (N) sustained by the femur"], "label": ["increased femur maximal load"], "definition_eng": ["increase in the maximal load (N) sustained by the femur"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013637", "iri": "http://purl.obolibrary.org/obo/MP_0013637", "label_eng": ["increased femur stiffness"], "definition_std": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "id_eng": "MP:0013637", "definition_kw": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013637", "label_std": ["increased femur stiffness"], "score": 25.340452, "id_kw": "MP:0013637", "label_kw": ["increased femur stiffness"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013637", "_version_": 1580845612868304900, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013637", "id": "MP:0013637", "definition": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "label": ["increased femur stiffness"], "definition_eng": ["increase in material stiffness (N/mm) during elastic deformation in the femur"], "category": ["Phenotype"]}, {"synonym": ["Short fetal thigh bone length"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0011428", "iri": "http://purl.obolibrary.org/obo/HP_0011428", "label_eng": ["Short fetal femur length"], "definition_std": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "id_eng": "HP:0011428", "definition_kw": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0011428", "label_std": ["Short fetal femur length"], "synonym_eng": ["Short fetal thigh bone length"], "score": 25.340452, "id_kw": "HP:0011428", "label_kw": ["Short fetal femur length"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0011428", "_version_": 1580845573433458690, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0011428", "id": "HP:0011428", "definition": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "synonym_kw": ["Short fetal thigh bone length"], "synonym_std": ["Short fetal thigh bone length"], "label": ["Short fetal femur length"], "definition_eng": ["A short femur length is defined as either a measurement below the 2.5th percentile for gestational age or a measurement that is less than 0.9 of that predicted by the measured biparietal diameter. The femur should be measured with the bone perpendicular to the ultrasound beam and with epiphyseal cartilages visible but not included in the measurement (pmid:16100637)."], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0004412PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "equivalent_iri_kw": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "label_eng": ["proximal epiphysis of femur phenotype"], "definition_std": ["Any phenotype involving proximal epiphysis of femur."], "id_eng": "UBERON:0004412PHENOTYPE", "definition_kw": ["Any phenotype involving proximal epiphysis of femur."], "equivalent_iri_std": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "label_std": ["proximal epiphysis of femur phenotype"], "equivalent_curie": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "equivalent_curie_kw": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "score": 25.340452, "id_kw": "UBERON:0004412PHENOTYPE", "equivalent_iri_eng": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "label_kw": ["proximal epiphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "equivalent_iri": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "_version_": 1580845617348870146, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004412PHENOTYPE", "id": "UBERON:0004412PHENOTYPE", "definition": ["Any phenotype involving proximal epiphysis of femur."], "label": ["proximal epiphysis of femur phenotype"], "definition_eng": ["Any phenotype involving proximal epiphysis of femur."], "equivalent_curie_std": ["_:6de9cdbcfbbc13393d6cd8911456eb21"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:5ec2fecab0f76479a24fa64e484ad832"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0006865PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "equivalent_iri_kw": ["_:5ec2fecab0f76479a24fa64e484ad832"], "label_eng": ["metaphysis of femur phenotype"], "definition_std": ["Any phenotype involving metaphysis of femur."], "id_eng": "UBERON:0006865PHENOTYPE", "definition_kw": ["Any phenotype involving metaphysis of femur."], "equivalent_iri_std": ["_:5ec2fecab0f76479a24fa64e484ad832"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "label_std": ["metaphysis of femur phenotype"], "equivalent_curie": ["_:5ec2fecab0f76479a24fa64e484ad832"], "equivalent_curie_kw": ["_:5ec2fecab0f76479a24fa64e484ad832"], "score": 25.340452, "id_kw": "UBERON:0006865PHENOTYPE", "equivalent_iri_eng": ["_:5ec2fecab0f76479a24fa64e484ad832"], "label_kw": ["metaphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "equivalent_iri": ["_:5ec2fecab0f76479a24fa64e484ad832"], "_version_": 1580845617540759554, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006865PHENOTYPE", "id": "UBERON:0006865PHENOTYPE", "definition": ["Any phenotype involving metaphysis of femur."], "label": ["metaphysis of femur phenotype"], "definition_eng": ["Any phenotype involving metaphysis of femur."], "equivalent_curie_std": ["_:5ec2fecab0f76479a24fa64e484ad832"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:bc9926a250a53d63de9b077783c9b562"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0004406PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "equivalent_iri_kw": ["_:bc9926a250a53d63de9b077783c9b562"], "label_eng": ["distal epiphysis of femur phenotype"], "definition_std": ["Any phenotype involving distal epiphysis of femur."], "id_eng": "UBERON:0004406PHENOTYPE", "definition_kw": ["Any phenotype involving distal epiphysis of femur."], "equivalent_iri_std": ["_:bc9926a250a53d63de9b077783c9b562"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "label_std": ["distal epiphysis of femur phenotype"], "equivalent_curie": ["_:bc9926a250a53d63de9b077783c9b562"], "equivalent_curie_kw": ["_:bc9926a250a53d63de9b077783c9b562"], "score": 25.340452, "id_kw": "UBERON:0004406PHENOTYPE", "equivalent_iri_eng": ["_:bc9926a250a53d63de9b077783c9b562"], "label_kw": ["distal epiphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "equivalent_iri": ["_:bc9926a250a53d63de9b077783c9b562"], "_version_": 1580845618422611970, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004406PHENOTYPE", "id": "UBERON:0004406PHENOTYPE", "definition": ["Any phenotype involving distal epiphysis of femur."], "label": ["distal epiphysis of femur phenotype"], "definition_eng": ["Any phenotype involving distal epiphysis of femur."], "equivalent_curie_std": ["_:bc9926a250a53d63de9b077783c9b562"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0006767PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "equivalent_iri_kw": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "label_eng": ["head of femur phenotype"], "definition_std": ["Any phenotype involving head of femur."], "id_eng": "UBERON:0006767PHENOTYPE", "definition_kw": ["Any phenotype involving head of femur."], "equivalent_iri_std": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "label_std": ["head of femur phenotype"], "equivalent_curie": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "equivalent_curie_kw": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "score": 25.340452, "id_kw": "UBERON:0006767PHENOTYPE", "equivalent_iri_eng": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "label_kw": ["head of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "equivalent_iri": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "_version_": 1580845618473992194, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006767PHENOTYPE", "id": "UBERON:0006767PHENOTYPE", "definition": ["Any phenotype involving head of femur."], "label": ["head of femur phenotype"], "definition_eng": ["Any phenotype involving head of femur."], "equivalent_curie_std": ["_:cab66511811b61c6d3b0c55b84f9eaf4"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:8d3f0b658a7c4446772f0539eaa25243"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0004384PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "equivalent_iri_kw": ["_:8d3f0b658a7c4446772f0539eaa25243"], "label_eng": ["epiphysis of femur phenotype"], "definition_std": ["Any phenotype involving epiphysis of femur."], "id_eng": "UBERON:0004384PHENOTYPE", "definition_kw": ["Any phenotype involving epiphysis of femur."], "equivalent_iri_std": ["_:8d3f0b658a7c4446772f0539eaa25243"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "label_std": ["epiphysis of femur phenotype"], "equivalent_curie": ["_:8d3f0b658a7c4446772f0539eaa25243"], "equivalent_curie_kw": ["_:8d3f0b658a7c4446772f0539eaa25243"], "score": 25.340452, "id_kw": "UBERON:0004384PHENOTYPE", "equivalent_iri_eng": ["_:8d3f0b658a7c4446772f0539eaa25243"], "label_kw": ["epiphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "equivalent_iri": ["_:8d3f0b658a7c4446772f0539eaa25243"], "_version_": 1580845618591432707, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0004384PHENOTYPE", "id": "UBERON:0004384PHENOTYPE", "definition": ["Any phenotype involving epiphysis of femur."], "label": ["epiphysis of femur phenotype"], "definition_eng": ["Any phenotype involving epiphysis of femur."], "equivalent_curie_std": ["_:8d3f0b658a7c4446772f0539eaa25243"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:70e4744caf0959de06ce979028b1e7d2"], "leaf": true, "category_std": ["Phenotype"], "id_std": "UBERON:0010129PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "equivalent_iri_kw": ["_:70e4744caf0959de06ce979028b1e7d2"], "label_eng": ["femur cartilage element phenotype"], "definition_std": ["Any phenotype involving femur cartilage element."], "id_eng": "UBERON:0010129PHENOTYPE", "definition_kw": ["Any phenotype involving femur cartilage element."], "equivalent_iri_std": ["_:70e4744caf0959de06ce979028b1e7d2"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "label_std": ["femur cartilage element phenotype"], "equivalent_curie": ["_:70e4744caf0959de06ce979028b1e7d2"], "equivalent_curie_kw": ["_:70e4744caf0959de06ce979028b1e7d2"], "score": 25.340452, "id_kw": "UBERON:0010129PHENOTYPE", "equivalent_iri_eng": ["_:70e4744caf0959de06ce979028b1e7d2"], "label_kw": ["femur cartilage element phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "equivalent_iri": ["_:70e4744caf0959de06ce979028b1e7d2"], "_version_": 1580845619547734017, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0010129PHENOTYPE", "id": "UBERON:0010129PHENOTYPE", "definition": ["Any phenotype involving femur cartilage element."], "label": ["femur cartilage element phenotype"], "definition_eng": ["Any phenotype involving femur cartilage element."], "equivalent_curie_std": ["_:70e4744caf0959de06ce979028b1e7d2"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0006862PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "equivalent_iri_kw": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "label_eng": ["diaphysis of femur phenotype"], "definition_std": ["Any phenotype involving diaphysis of femur."], "id_eng": "UBERON:0006862PHENOTYPE", "definition_kw": ["Any phenotype involving diaphysis of femur."], "equivalent_iri_std": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "label_std": ["diaphysis of femur phenotype"], "equivalent_curie": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "equivalent_curie_kw": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "score": 25.340452, "id_kw": "UBERON:0006862PHENOTYPE", "equivalent_iri_eng": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "label_kw": ["diaphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "equivalent_iri": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "_version_": 1580845619983941634, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006862PHENOTYPE", "id": "UBERON:0006862PHENOTYPE", "definition": ["Any phenotype involving diaphysis of femur."], "label": ["diaphysis of femur phenotype"], "definition_eng": ["Any phenotype involving diaphysis of femur."], "equivalent_curie_std": ["_:6a7bdda91d9a8205704c8ede22b56e80"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0007119PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "equivalent_iri_kw": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "label_eng": ["neck of femur phenotype"], "definition_std": ["Any phenotype involving neck of femur."], "id_eng": "UBERON:0007119PHENOTYPE", "definition_kw": ["Any phenotype involving neck of femur."], "equivalent_iri_std": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "label_std": ["neck of femur phenotype"], "equivalent_curie": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "equivalent_curie_kw": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "score": 25.340452, "id_kw": "UBERON:0007119PHENOTYPE", "equivalent_iri_eng": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "label_kw": ["neck of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "equivalent_iri": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "_version_": 1580845602180169730, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0007119PHENOTYPE", "id": "UBERON:0007119PHENOTYPE", "definition": ["Any phenotype involving neck of femur."], "label": ["neck of femur phenotype"], "definition_eng": ["Any phenotype involving neck of femur."], "equivalent_curie_std": ["_:01eddcfffeadf2d0f9c00a7d612c8937"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:e84d0a75799a7db220a5720a8251c3f2"], "leaf": false, "category_std": ["Phenotype"], "id_std": "UBERON:0006864PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "equivalent_iri_kw": ["_:e84d0a75799a7db220a5720a8251c3f2"], "label_eng": ["distal metaphysis of femur phenotype"], "definition_std": ["Any phenotype involving distal metaphysis of femur."], "id_eng": "UBERON:0006864PHENOTYPE", "definition_kw": ["Any phenotype involving distal metaphysis of femur."], "equivalent_iri_std": ["_:e84d0a75799a7db220a5720a8251c3f2"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "label_std": ["distal metaphysis of femur phenotype"], "equivalent_curie": ["_:e84d0a75799a7db220a5720a8251c3f2"], "equivalent_curie_kw": ["_:e84d0a75799a7db220a5720a8251c3f2"], "score": 25.340452, "id_kw": "UBERON:0006864PHENOTYPE", "equivalent_iri_eng": ["_:e84d0a75799a7db220a5720a8251c3f2"], "label_kw": ["distal metaphysis of femur phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "equivalent_iri": ["_:e84d0a75799a7db220a5720a8251c3f2"], "_version_": 1580845602441265153, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006864PHENOTYPE", "id": "UBERON:0006864PHENOTYPE", "definition": ["Any phenotype involving distal metaphysis of femur."], "label": ["distal metaphysis of femur phenotype"], "definition_eng": ["Any phenotype involving distal metaphysis of femur."], "equivalent_curie_std": ["_:e84d0a75799a7db220a5720a8251c3f2"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "VT:0004371", "iri": "http://purl.obolibrary.org/obo/VT_0004371", "label_eng": ["femur curvature trait"], "definition_std": ["Any measurable or observable characteristic related to the degree or shape of the bend in the long bone of the thigh."], "id_eng": "VT:0004371", "definition_kw": ["Any measurable or observable characteristic related to the degree or shape of the bend in the long bone of the thigh."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0004371", "label_std": ["femur curvature trait"], "score": 25.340452, "id_kw": "VT:0004371", "label_kw": ["femur curvature trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0004371", "_version_": 1580845604496474115, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0004371", "id": "VT:0004371", "definition": ["Any measurable or observable characteristic related to the degree or shape of the bend in the long bone of the thigh."], "label": ["femur curvature trait"], "definition_eng": ["Any measurable or observable characteristic related to the degree or shape of the bend in the long bone of the thigh."], "category": ["Phenotype"]}, {"label_std": ["Congenital pseudoarthrosis of the femur"], "label_kw": ["Congenital pseudoarthrosis of the femur"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:295020", "iri": "http://www.orpha.net/ORDO/Orphanet_295020", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_295020", "label_eng": ["Congenital pseudoarthrosis of the femur"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_295020", "id_eng": "Orphanet:295020", "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_295020", "id": "Orphanet:295020", "category_kw": ["disease"], "label": ["Congenital pseudoarthrosis of the femur"], "score": 25.340452, "_version_": 1580845604746035204, "id_kw": "Orphanet:295020", "category": ["disease"]}, {"synonym": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0004975", "iri": "http://purl.obolibrary.org/obo/HP_0004975", "label_eng": ["Erlenmeyer flask deformity of the femurs"], "definition_std": ["Flaring of distal femur."], "id_eng": "HP:0004975", "definition_kw": ["Flaring of distal femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0004975", "label_std": ["Erlenmeyer flask deformity of the femurs"], "synonym_eng": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "score": 25.270815, "id_kw": "HP:0004975", "label_kw": ["Erlenmeyer flask deformity of the femurs"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0004975", "_version_": 1580845592598282241, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0004975", "id": "HP:0004975", "definition": ["Flaring of distal femur."], "synonym_kw": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "synonym_std": ["Erlenmeyer flask femora", "Erlenmeyer flask shaped thighbone", "Erlenmeyer flask deformity of distal femur"], "label": ["Erlenmeyer flask deformity of the femurs"], "definition_eng": ["Flaring of distal femur."], "category": ["Phenotype"]}, {"label_std": ["Luxate femur", "Hip dysplasia in rabbit"], "label_kw": ["Luxate femur", "Hip dysplasia in rabbit"], "leaf": true, "category_std": ["disease"], "id_std": "OMIA:000473-9986", "iri": "http://purl.obolibrary.org/obo/OMIA_000473-9986", "iri_eng": "http://purl.obolibrary.org/obo/OMIA_000473-9986", "label_eng": ["Luxate femur", "Hip dysplasia in rabbit"], "iri_kw": "http://purl.obolibrary.org/obo/OMIA_000473-9986", "id_eng": "OMIA:000473-9986", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIA_000473-9986", "id": "OMIA:000473-9986", "category_kw": ["disease"], "label": ["Luxate femur", "Hip dysplasia in rabbit"], "score": 23.541348, "_version_": 1580845547974033408, "id_kw": "OMIA:000473-9986", "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:C4274970"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:168621", "iri": "http://www.orpha.net/ORDO/Orphanet_168621", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4274970"], "label_eng": ["Dysplasia of head of femur, Meyer type"], "definition_std": ["Meyer dysplasia of the femoral head is a mild localized form of skeletal dysplasia characterized by delayed, irregular ossification of femoral capital epiphysis."], "id_eng": "Orphanet:168621", "definition_kw": ["Meyer dysplasia of the femoral head is a mild localized form of skeletal dysplasia characterized by delayed, irregular ossification of femoral capital epiphysis."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4274970"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_168621", "label_std": ["Dysplasia of head of femur, Meyer type"], "equivalent_curie": ["UMLS:C4274970"], "equivalent_curie_kw": ["UMLS:C4274970"], "score": 23.541348, "id_kw": "Orphanet:168621", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4274970"], "label_kw": ["Dysplasia of head of femur, Meyer type"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_168621", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4274970"], "_version_": 1580845609252814850, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_168621", "id": "Orphanet:168621", "definition": ["Meyer dysplasia of the femoral head is a mild localized form of skeletal dysplasia characterized by delayed, irregular ossification of femoral capital epiphysis."], "label": ["Dysplasia of head of femur, Meyer type"], "definition_eng": ["Meyer dysplasia of the femoral head is a mild localized form of skeletal dysplasia characterized by delayed, irregular ossification of femoral capital epiphysis."], "equivalent_curie_std": ["UMLS:C4274970"], "category": ["disease"]}, {"equivalent_curie_eng": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "leaf": true, "category_std": ["Phenotype"], "id_std": "UBERON:0006234PHENOTYPE", "iri": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "equivalent_iri_kw": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "label_eng": ["femur pre-cartilage condensation phenotype"], "definition_std": ["Any phenotype involving femur pre-cartilage condensation."], "id_eng": "UBERON:0006234PHENOTYPE", "definition_kw": ["Any phenotype involving femur pre-cartilage condensation."], "equivalent_iri_std": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "label_std": ["femur pre-cartilage condensation phenotype"], "equivalent_curie": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "equivalent_curie_kw": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "score": 23.541348, "id_kw": "UBERON:0006234PHENOTYPE", "equivalent_iri_eng": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "label_kw": ["femur pre-cartilage condensation phenotype"], "iri_kw": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "equivalent_iri": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "_version_": 1580845613254180865, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/UBERON_0006234PHENOTYPE", "id": "UBERON:0006234PHENOTYPE", "definition": ["Any phenotype involving femur pre-cartilage condensation."], "label": ["femur pre-cartilage condensation phenotype"], "definition_eng": ["Any phenotype involving femur pre-cartilage condensation."], "equivalent_curie_std": ["_:12f24c672f703d52ee2fd7ac7c4454f9"], "category": ["Phenotype"]}, {"synonym": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "equivalent_curie_eng": ["Orphanet:93274", "UMLS:C1300257", "MESH:C536508"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:187601", "iri": "http://purl.obolibrary.org/obo/OMIM_187601", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/MESH_C536508"], "label_eng": ["Thanatophoric dysplasia, type 2", "Thanatophoric Dysplasia, Type 2", "Thanatophoric dysplasia type 2"], "definition_std": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {7:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), whereas TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1; OMIM:187600) ({4:Langer et al., 1987}).", ")."], "id_eng": "OMIM:187601", "definition_kw": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {7:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), whereas TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1; OMIM:187600) ({4:Langer et al., 1987}).", ")."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/MESH_C536508"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_187601", "label_std": ["Thanatophoric dysplasia, type 2", "Thanatophoric Dysplasia, Type 2", "Thanatophoric dysplasia type 2"], "equivalent_curie": ["Orphanet:93274", "UMLS:C1300257", "MESH:C536508"], "equivalent_curie_kw": ["Orphanet:93274", "UMLS:C1300257", "MESH:C536508"], "synonym_eng": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "score": 21.907625, "id_kw": "OMIM:187601", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/MESH_C536508"], "label_kw": ["Thanatophoric dysplasia, type 2", "Thanatophoric Dysplasia, Type 2", "Thanatophoric dysplasia type 2"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_187601", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_93274", "http://purl.obolibrary.org/obo/UMLS_C1300257", "http://purl.obolibrary.org/obo/MESH_C536508"], "_version_": 1580845511568523264, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_187601", "id": "OMIM:187601", "definition": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {7:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), whereas TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1; OMIM:187600) ({4:Langer et al., 1987}).", ")."], "synonym_kw": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "synonym_std": ["Thanatophoric Dysplasia, Type Ii", "Cloverleaf Skull With Thanatophoric Dwarfism", "TD2", "Cloverleaf skull with thanatophoric dwarfism", "THANATOPHORIC DYSPLASIA, TYPE II; TD2", "Thanatophoric Dysplasia With Straight Femurs and Cloverleaf Skull", "Thanatophoric Dysplasia With Kleeblattschaedel", "Thanatophoric dwarfism-cloverleaf skull syndrome", "Thanatophoric dysplasia with Kleeblattschaedel", "Cloverleaf skull-micromelic bone dysplasia syndrome", "Thanatophoric Dysplasia With Straight Femurs And Cloverleaf Skull", "Thanatophoric dwarfism type 2"], "label": ["Thanatophoric dysplasia, type 2", "Thanatophoric Dysplasia, Type 2", "Thanatophoric dysplasia type 2"], "definition_eng": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {7:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), whereas TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1; OMIM:187600) ({4:Langer et al., 1987}).", ")."], "equivalent_curie_std": ["Orphanet:93274", "UMLS:C1300257", "MESH:C536508"], "category": ["disease"]}, {"synonym": ["Thanatophoric Dysplasia", "TD1", "Platyspondylic Lethal Skeletal Dysplasia, San Diego Type", "Thanatophoric Dwarfism", "THANATOPHORIC DYSPLASIA, TYPE I; TD1", "Lethal Short-Limbed Platyspondylic Dwarfism, San Diego Type", "Thanatophoric dwarfism type 1"], "equivalent_curie_eng": ["Orphanet:1860", "UMLS:C1300256", "MESH:C566844"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:187600", "iri": "http://purl.obolibrary.org/obo/OMIM_187600", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1860", "http://purl.obolibrary.org/obo/UMLS_C1300256", "http://purl.obolibrary.org/obo/MESH_C566844"], "label_eng": ["Thanatophoric dysplasia type 1", "Thanatophoric Dysplasia, Type 1"], "definition_std": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {36:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), while TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1) ({28:Langer et al., 1987}).", "Thanatophoric dysplasia type 1 (TD1) is a form of TD (see this term) characterized by short, bowed femurs, micromelia, narrow thorax, and brachydactyly."], "id_eng": "OMIM:187600", "definition_kw": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {36:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), while TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1) ({28:Langer et al., 1987}).", "Thanatophoric dysplasia type 1 (TD1) is a form of TD (see this term) characterized by short, bowed femurs, micromelia, narrow thorax, and brachydactyly."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1860", "http://purl.obolibrary.org/obo/UMLS_C1300256", "http://purl.obolibrary.org/obo/MESH_C566844"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_187600", "label_std": ["Thanatophoric dysplasia type 1", "Thanatophoric Dysplasia, Type 1"], "equivalent_curie": ["Orphanet:1860", "UMLS:C1300256", "MESH:C566844"], "equivalent_curie_kw": ["Orphanet:1860", "UMLS:C1300256", "MESH:C566844"], "synonym_eng": ["Thanatophoric Dysplasia", "TD1", "Platyspondylic Lethal Skeletal Dysplasia, San Diego Type", "Thanatophoric Dwarfism", "THANATOPHORIC DYSPLASIA, TYPE I; TD1", "Lethal Short-Limbed Platyspondylic Dwarfism, San Diego Type", "Thanatophoric dwarfism type 1"], "score": 21.242983, "id_kw": "OMIM:187600", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1860", "http://purl.obolibrary.org/obo/UMLS_C1300256", "http://purl.obolibrary.org/obo/MESH_C566844"], "label_kw": ["Thanatophoric dysplasia type 1", "Thanatophoric Dysplasia, Type 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_187600", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1860", "http://purl.obolibrary.org/obo/UMLS_C1300256", "http://purl.obolibrary.org/obo/MESH_C566844"], "_version_": 1580845511563280384, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_187600", "id": "OMIM:187600", "definition": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {36:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), while TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1) ({28:Langer et al., 1987}).", "Thanatophoric dysplasia type 1 (TD1) is a form of TD (see this term) characterized by short, bowed femurs, micromelia, narrow thorax, and brachydactyly."], "synonym_kw": ["Thanatophoric Dysplasia", "TD1", "Platyspondylic Lethal Skeletal Dysplasia, San Diego Type", "Thanatophoric Dwarfism", "THANATOPHORIC DYSPLASIA, TYPE I; TD1", "Lethal Short-Limbed Platyspondylic Dwarfism, San Diego Type", "Thanatophoric dwarfism type 1"], "synonym_std": ["Thanatophoric Dysplasia", "TD1", "Platyspondylic Lethal Skeletal Dysplasia, San Diego Type", "Thanatophoric Dwarfism", "THANATOPHORIC DYSPLASIA, TYPE I; TD1", "Lethal Short-Limbed Platyspondylic Dwarfism, San Diego Type", "Thanatophoric dwarfism type 1"], "label": ["Thanatophoric dysplasia type 1", "Thanatophoric Dysplasia, Type 1"], "definition_eng": ["Thanatophoric dysplasia is a severe short-limb dwarfism syndrome that is usually lethal in the perinatal period. {36:Norman et al. (1992)} classified cases of TD into subtypes based on the presence of curved as opposed to straight femurs; patients with straight, relatively long femurs always had associated severe cloverleaf skull and were designated TD type II (TD2), while TD cases with curved, short femurs with or without cloverleaf skull were designated TD type I (TD1) ({28:Langer et al., 1987}).", "Thanatophoric dysplasia type 1 (TD1) is a form of TD (see this term) characterized by short, bowed femurs, micromelia, narrow thorax, and brachydactyly."], "equivalent_curie_std": ["Orphanet:1860", "UMLS:C1300256", "MESH:C566844"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013646", "iri": "http://purl.obolibrary.org/obo/MP_0013646", "label_eng": ["decreased energy dissipated prior to femur fracture"], "definition_std": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "id_eng": "MP:0013646", "definition_kw": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013646", "label_std": ["decreased energy dissipated prior to femur fracture"], "score": 21.22011, "id_kw": "MP:0013646", "label_kw": ["decreased energy dissipated prior to femur fracture"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013646", "_version_": 1580845590062825474, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013646", "id": "MP:0013646", "definition": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "label": ["decreased energy dissipated prior to femur fracture"], "definition_eng": ["decrease in the fraction of total energy dissapated prior to ultimate material failure (high energy fracture) by the femur"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0013645", "iri": "http://purl.obolibrary.org/obo/MP_0013645", "label_eng": ["increased energy dissipated prior to femur fracture"], "definition_std": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "id_eng": "MP:0013645", "definition_kw": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0013645", "label_std": ["increased energy dissipated prior to femur fracture"], "score": 21.22011, "id_kw": "MP:0013645", "label_kw": ["increased energy dissipated prior to femur fracture"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0013645", "_version_": 1580845612869353472, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0013645", "id": "MP:0013645", "definition": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "label": ["increased energy dissipated prior to femur fracture"], "definition_eng": ["increase in the fraction of total energy dissapated prior to ultimate material failure (low energy fracture) by the femur"], "category": ["Phenotype"]}, {"synonym": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "equivalent_curie_eng": ["UMLS:C0149887", "MESH:D060048"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:182260", "iri": "http://purl.obolibrary.org/obo/OMIM_182260", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "label_eng": ["Slipped Femoral Capital Epiphyses"], "definition_std": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "id_eng": "OMIM:182260", "definition_kw": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_182260", "label_std": ["Slipped Femoral Capital Epiphyses"], "equivalent_curie": ["UMLS:C0149887", "MESH:D060048"], "equivalent_curie_kw": ["UMLS:C0149887", "MESH:D060048"], "synonym_eng": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "score": 20.104584, "id_kw": "OMIM:182260", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "label_kw": ["Slipped Femoral Capital Epiphyses"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_182260", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0149887", "http://purl.obolibrary.org/obo/MESH_D060048"], "_version_": 1580845550348009473, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_182260", "id": "OMIM:182260", "definition": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "synonym_kw": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "synonym_std": ["Coxa Varas, Adolescent", "Bilateral Slipped Capital Femoral Epiphyses", "Unilateral Slipped Capital Femoral Epiphysis", "SLIPPED FEMORAL CAPITAL EPIPHYSES", "Bilateral Slipped Capital Femoral Epiphysis", "Adolescent Coxa Vara", "Unilateral Slipped Capital Femoral Epiphyses", "Slipped Capital Femoral Epiphysis", "Slipped Femoral Capital Epiphyses", "Adolescent Coxa Varas", "Epiphysiolysis Capitis Femoris", "Coxa Vara, Adolescent"], "label": ["Slipped Femoral Capital Epiphyses"], "definition_eng": ["A developmental deformity in which the metaphysis of the FEMUR moves proximally and anteriorly away from FEMUR HEAD (epiphysis) at the upper GROWTH PLATE. It is most common in male adolescents and is associated with a greater risk of early OSTEOARTHRITIS of the hip."], "equivalent_curie_std": ["UMLS:C0149887", "MESH:D060048"], "category": ["disease"]}, {"synonym": ["Abnormality of thighbone end part"], "equivalent_curie_eng": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0006499", "iri": "http://purl.obolibrary.org/obo/HP_0006499", "equivalent_iri_kw": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "label_eng": ["Abnormality of femoral epiphysis"], "definition_std": ["An anomaly of a growth plate of a femur."], "id_eng": "HP:0006499", "definition_kw": ["An anomaly of a growth plate of a femur."], "equivalent_iri_std": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006499", "label_std": ["Abnormality of femoral epiphysis"], "equivalent_curie": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "equivalent_curie_kw": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "synonym_eng": ["Abnormality of thighbone end part"], "score": 20.035557, "id_kw": "HP:0006499", "equivalent_iri_eng": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "label_kw": ["Abnormality of femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006499", "equivalent_iri": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "_version_": 1580845592252252163, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006499", "id": "HP:0006499", "definition": ["An anomaly of a growth plate of a femur."], "synonym_kw": ["Abnormality of thighbone end part"], "synonym_std": ["Abnormality of thighbone end part"], "label": ["Abnormality of femoral epiphysis"], "definition_eng": ["An anomaly of a growth plate of a femur."], "equivalent_curie_std": ["_:fabb26e4306bb86f26ea3d6a0124910e"], "category": ["Phenotype"]}, {"synonym": ["Flattended end part of thigh bone"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0030289", "iri": "http://purl.obolibrary.org/obo/HP_0030289", "label_eng": ["Flattened femoral epiphysis"], "definition_std": ["An abnormal flattening of an epiphysis of femur."], "id_eng": "HP:0030289", "definition_kw": ["An abnormal flattening of an epiphysis of femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030289", "label_std": ["Flattened femoral epiphysis"], "synonym_eng": ["Flattended end part of thigh bone"], "score": 20.035557, "id_kw": "HP:0030289", "label_kw": ["Flattened femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030289", "_version_": 1580845609113354245, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030289", "id": "HP:0030289", "definition": ["An abnormal flattening of an epiphysis of femur."], "synonym_kw": ["Flattended end part of thigh bone"], "synonym_std": ["Flattended end part of thigh bone"], "label": ["Flattened femoral epiphysis"], "definition_eng": ["An abnormal flattening of an epiphysis of femur."], "category": ["Phenotype"]}, {"synonym": ["Absent ossification of femoral capital epiphyses"], "equivalent_curie_eng": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008820", "iri": "http://purl.obolibrary.org/obo/HP_0008820", "equivalent_iri_kw": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "label_eng": ["Absent ossification of capital femoral epiphysis"], "definition_std": ["Lack of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008820", "definition_kw": ["Lack of ossification of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008820", "label_std": ["Absent ossification of capital femoral epiphysis"], "equivalent_curie": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "equivalent_curie_kw": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "synonym_eng": ["Absent ossification of femoral capital epiphyses"], "score": 19.631952, "id_kw": "HP:0008820", "equivalent_iri_eng": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "label_kw": ["Absent ossification of capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008820", "equivalent_iri": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "_version_": 1580845591157538821, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008820", "id": "HP:0008820", "definition": ["Lack of ossification of the proximal epiphysis of the femur."], "synonym_kw": ["Absent ossification of femoral capital epiphyses"], "synonym_std": ["Absent ossification of femoral capital epiphyses"], "label": ["Absent ossification of capital femoral epiphysis"], "definition_eng": ["Lack of ossification of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:5d9694c3d621ecc5bd323c3aac15d768"], "category": ["Phenotype"]}, {"synonym": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "equivalent_curie_eng": ["_:d2ca0ddb17029453b6da9a670660497a"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0003090", "iri": "http://purl.obolibrary.org/obo/HP_0003090", "equivalent_iri_kw": ["_:d2ca0ddb17029453b6da9a670660497a"], "label_eng": ["Hypoplasia of the capital femoral epiphysis"], "definition_std": ["Underdevelopment of the proximal epiphysis of the femur."], "id_eng": "HP:0003090", "definition_kw": ["Underdevelopment of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:d2ca0ddb17029453b6da9a670660497a"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003090", "label_std": ["Hypoplasia of the capital femoral epiphysis"], "equivalent_curie": ["_:d2ca0ddb17029453b6da9a670660497a"], "equivalent_curie_kw": ["_:d2ca0ddb17029453b6da9a670660497a"], "synonym_eng": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "score": 19.631952, "id_kw": "HP:0003090", "equivalent_iri_eng": ["_:d2ca0ddb17029453b6da9a670660497a"], "label_kw": ["Hypoplasia of the capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003090", "equivalent_iri": ["_:d2ca0ddb17029453b6da9a670660497a"], "_version_": 1580845591319019521, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003090", "id": "HP:0003090", "definition": ["Underdevelopment of the proximal epiphysis of the femur."], "synonym_kw": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "synonym_std": ["Small femoral capital epiphyses", "Small innermost thighbone end part", "Small proximal femoral epiphyses", "Underdevelopment of the innermost thighbone end part", "Small capital femoral epiphyses"], "label": ["Hypoplasia of the capital femoral epiphysis"], "definition_eng": ["Underdevelopment of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:d2ca0ddb17029453b6da9a670660497a"], "category": ["Phenotype"]}, {"synonym": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "equivalent_curie_eng": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0010574", "iri": "http://purl.obolibrary.org/obo/HP_0010574", "equivalent_iri_kw": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "label_eng": ["Abnormality of the epiphysis of the femoral head"], "definition_std": ["Any abnormality of the proximal epiphysis of the femur."], "id_eng": "HP:0010574", "definition_kw": ["Any abnormality of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0010574", "label_std": ["Abnormality of the epiphysis of the femoral head"], "equivalent_curie": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "equivalent_curie_kw": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "synonym_eng": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "score": 19.631952, "id_kw": "HP:0010574", "equivalent_iri_eng": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "label_kw": ["Abnormality of the epiphysis of the femoral head"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010574", "equivalent_iri": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "_version_": 1580845592266932226, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010574", "id": "HP:0010574", "definition": ["Any abnormality of the proximal epiphysis of the femur."], "synonym_kw": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "synonym_std": ["Abnormality of the proximal femoral epiphysis", "Abnormality of the end part of the innermost thighbone"], "label": ["Abnormality of the epiphysis of the femoral head"], "definition_eng": ["Any abnormality of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:2e795298b8e0c60c8db29d1f82a5600c"], "category": ["Phenotype"]}, {"synonym": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "equivalent_curie_eng": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006438", "iri": "http://purl.obolibrary.org/obo/HP_0006438", "equivalent_iri_kw": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "label_eng": ["Enlargement of the distal femoral epiphysis"], "definition_std": ["An abnormal enlargement of the distal epiphysis of the femur."], "id_eng": "HP:0006438", "definition_kw": ["An abnormal enlargement of the distal epiphysis of the femur."], "equivalent_iri_std": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006438", "label_std": ["Enlargement of the distal femoral epiphysis"], "equivalent_curie": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "equivalent_curie_kw": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "synonym_eng": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "score": 19.631952, "id_kw": "HP:0006438", "equivalent_iri_eng": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "label_kw": ["Enlargement of the distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006438", "equivalent_iri": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "_version_": 1580845592272175106, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006438", "id": "HP:0006438", "definition": ["An abnormal enlargement of the distal epiphysis of the femur."], "synonym_kw": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "synonym_std": ["Enlargement of the outermost thighbone end part", "Large distal femoral epiphyses"], "label": ["Enlargement of the distal femoral epiphysis"], "definition_eng": ["An abnormal enlargement of the distal epiphysis of the femur."], "equivalent_curie_std": ["_:ff4026ad8d2d7cc50370b9b30d1eb248"], "category": ["Phenotype"]}, {"synonym": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "equivalent_curie_eng": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006398", "iri": "http://purl.obolibrary.org/obo/HP_0006398", "equivalent_iri_kw": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "label_eng": ["Flat distal femoral epiphysis"], "definition_std": ["An abnormal flattening of the distal epiphysis of femur."], "id_eng": "HP:0006398", "definition_kw": ["An abnormal flattening of the distal epiphysis of femur."], "equivalent_iri_std": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006398", "label_std": ["Flat distal femoral epiphysis"], "equivalent_curie": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "equivalent_curie_kw": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "synonym_eng": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "score": 19.631952, "id_kw": "HP:0006398", "equivalent_iri_eng": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "label_kw": ["Flat distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006398", "equivalent_iri": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "_version_": 1580845592334041091, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006398", "id": "HP:0006398", "definition": ["An abnormal flattening of the distal epiphysis of femur."], "synonym_kw": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "synonym_std": ["Flat end part of outermost thighbone", "Flattened distal femoral epiphyses"], "label": ["Flat distal femoral epiphysis"], "definition_eng": ["An abnormal flattening of the distal epiphysis of femur."], "equivalent_curie_std": ["_:a79ce51c07ccec492a4dfed33e1c5bb0"], "category": ["Phenotype"]}, {"synonym": ["Small end part of outermost thighbone"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0012283", "iri": "http://purl.obolibrary.org/obo/HP_0012283", "label_eng": ["Small distal femoral epiphysis"], "definition_std": ["Reduced size of the Distal epiphysis of femur."], "id_eng": "HP:0012283", "definition_kw": ["Reduced size of the Distal epiphysis of femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0012283", "label_std": ["Small distal femoral epiphysis"], "synonym_eng": ["Small end part of outermost thighbone"], "score": 19.631952, "id_kw": "HP:0012283", "label_kw": ["Small distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012283", "_version_": 1580845592537464833, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012283", "id": "HP:0012283", "definition": ["Reduced size of the Distal epiphysis of femur."], "synonym_kw": ["Small end part of outermost thighbone"], "synonym_std": ["Small end part of outermost thighbone"], "label": ["Small distal femoral epiphysis"], "definition_eng": ["Reduced size of the Distal epiphysis of femur."], "category": ["Phenotype"]}, {"synonym": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "equivalent_curie_eng": ["_:c5ab290b9613448449c2f5414fa69007"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0003370", "iri": "http://purl.obolibrary.org/obo/HP_0003370", "equivalent_iri_kw": ["_:c5ab290b9613448449c2f5414fa69007"], "label_eng": ["Flat capital femoral epiphysis"], "definition_std": ["An abnormal flattening of the proximal epiphysis of the femur."], "id_eng": "HP:0003370", "definition_kw": ["An abnormal flattening of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:c5ab290b9613448449c2f5414fa69007"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003370", "label_std": ["Flat capital femoral epiphysis"], "equivalent_curie": ["_:c5ab290b9613448449c2f5414fa69007"], "equivalent_curie_kw": ["_:c5ab290b9613448449c2f5414fa69007"], "synonym_eng": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "score": 19.631952, "id_kw": "HP:0003370", "equivalent_iri_eng": ["_:c5ab290b9613448449c2f5414fa69007"], "label_kw": ["Flat capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003370", "equivalent_iri": ["_:c5ab290b9613448449c2f5414fa69007"], "_version_": 1580845592763957250, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003370", "id": "HP:0003370", "definition": ["An abnormal flattening of the proximal epiphysis of the femur."], "synonym_kw": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "synonym_std": ["Flat end part of innermost thighbone", "Flat femoral capital epiphyses", "Flat capital femoral epiphyses", "Flat proximal femoral epiphyses", "Flattened proximal femoral epiphyses"], "label": ["Flat capital femoral epiphysis"], "definition_eng": ["An abnormal flattening of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:c5ab290b9613448449c2f5414fa69007"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0005090", "iri": "http://purl.obolibrary.org/obo/HP_0005090", "label_eng": ["Lateral femoral bowing"], "definition_std": ["A lateral bending or abnormal curvature of the femur."], "id_eng": "HP:0005090", "definition_kw": ["A lateral bending or abnormal curvature of the femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005090", "label_std": ["Lateral femoral bowing"], "score": 19.631952, "id_kw": "HP:0005090", "label_kw": ["Lateral femoral bowing"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005090", "_version_": 1580845592921243652, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005090", "id": "HP:0005090", "definition": ["A lateral bending or abnormal curvature of the femur."], "label": ["Lateral femoral bowing"], "definition_eng": ["A lateral bending or abnormal curvature of the femur."], "category": ["Phenotype"]}, {"synonym": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "equivalent_curie_eng": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0003371", "iri": "http://purl.obolibrary.org/obo/HP_0003371", "equivalent_iri_kw": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "label_eng": ["Enlargement of the proximal femoral epiphysis"], "definition_std": ["An abnormal enlargement of the proximal epiphysis of the femur."], "id_eng": "HP:0003371", "definition_kw": ["An abnormal enlargement of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003371", "label_std": ["Enlargement of the proximal femoral epiphysis"], "equivalent_curie": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "equivalent_curie_kw": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "synonym_eng": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "score": 19.631952, "id_kw": "HP:0003371", "equivalent_iri_eng": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "label_kw": ["Enlargement of the proximal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003371", "equivalent_iri": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "_version_": 1580845593313411074, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003371", "id": "HP:0003371", "definition": ["An abnormal enlargement of the proximal epiphysis of the femur."], "synonym_kw": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "synonym_std": ["Enlarged end part of innermost thighbone", "Enlarged capital femoral epiphyses"], "label": ["Enlargement of the proximal femoral epiphysis"], "definition_eng": ["An abnormal enlargement of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:42d91fe4c8fe588e6bb4c81df5d88cce"], "category": ["Phenotype"]}, {"synonym": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "equivalent_curie_eng": ["_:906479aa0170f3cebe101c7bc14b5162"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0005003", "iri": "http://purl.obolibrary.org/obo/HP_0005003", "equivalent_iri_kw": ["_:906479aa0170f3cebe101c7bc14b5162"], "label_eng": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "definition_std": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "id_eng": "HP:0005003", "definition_kw": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:906479aa0170f3cebe101c7bc14b5162"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005003", "label_std": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "equivalent_curie": ["_:906479aa0170f3cebe101c7bc14b5162"], "equivalent_curie_kw": ["_:906479aa0170f3cebe101c7bc14b5162"], "synonym_eng": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "score": 19.631952, "id_kw": "HP:0005003", "equivalent_iri_eng": ["_:906479aa0170f3cebe101c7bc14b5162"], "label_kw": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005003", "equivalent_iri": ["_:906479aa0170f3cebe101c7bc14b5162"], "_version_": 1580845593348014082, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005003", "id": "HP:0005003", "definition": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "synonym_kw": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "synonym_std": ["Absent/underdeveloped end part of innermost thighbone", "Absent/small end part of innermost thighbone"], "label": ["Aplasia/Hypoplasia of the capital femoral epiphysis"], "definition_eng": ["Absence or underdevelopment of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:906479aa0170f3cebe101c7bc14b5162"], "category": ["Phenotype"]}, {"synonym": ["Abnormality of the end part of the outermost thighbone"], "equivalent_curie_eng": ["_:643c23c8da59c2e1371df255a0379aca"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0010590", "iri": "http://purl.obolibrary.org/obo/HP_0010590", "equivalent_iri_kw": ["_:643c23c8da59c2e1371df255a0379aca"], "label_eng": ["Abnormality of the distal femoral epiphysis"], "definition_std": ["Any abnormality of the distal epiphysis of the femur."], "id_eng": "HP:0010590", "definition_kw": ["Any abnormality of the distal epiphysis of the femur."], "equivalent_iri_std": ["_:643c23c8da59c2e1371df255a0379aca"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0010590", "label_std": ["Abnormality of the distal femoral epiphysis"], "equivalent_curie": ["_:643c23c8da59c2e1371df255a0379aca"], "equivalent_curie_kw": ["_:643c23c8da59c2e1371df255a0379aca"], "synonym_eng": ["Abnormality of the end part of the outermost thighbone"], "score": 19.631952, "id_kw": "HP:0010590", "equivalent_iri_eng": ["_:643c23c8da59c2e1371df255a0379aca"], "label_kw": ["Abnormality of the distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010590", "equivalent_iri": ["_:643c23c8da59c2e1371df255a0379aca"], "_version_": 1580845613174489091, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010590", "id": "HP:0010590", "definition": ["Any abnormality of the distal epiphysis of the femur."], "synonym_kw": ["Abnormality of the end part of the outermost thighbone"], "synonym_std": ["Abnormality of the end part of the outermost thighbone"], "label": ["Abnormality of the distal femoral epiphysis"], "definition_eng": ["Any abnormality of the distal epiphysis of the femur."], "equivalent_curie_std": ["_:643c23c8da59c2e1371df255a0379aca"], "category": ["Phenotype"]}, {"synonym": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "equivalent_curie_eng": ["_:4799d7ce6b96be3f76500858944d2ae1"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0008828", "iri": "http://purl.obolibrary.org/obo/HP_0008828", "equivalent_iri_kw": ["_:4799d7ce6b96be3f76500858944d2ae1"], "label_eng": ["Delayed proximal femoral epiphyseal ossification"], "definition_std": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008828", "definition_kw": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:4799d7ce6b96be3f76500858944d2ae1"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008828", "label_std": ["Delayed proximal femoral epiphyseal ossification"], "equivalent_curie": ["_:4799d7ce6b96be3f76500858944d2ae1"], "equivalent_curie_kw": ["_:4799d7ce6b96be3f76500858944d2ae1"], "synonym_eng": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "score": 19.242117, "id_kw": "HP:0008828", "equivalent_iri_eng": ["_:4799d7ce6b96be3f76500858944d2ae1"], "label_kw": ["Delayed proximal femoral epiphyseal ossification"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008828", "equivalent_iri": ["_:4799d7ce6b96be3f76500858944d2ae1"], "_version_": 1580845591156490241, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008828", "id": "HP:0008828", "definition": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "synonym_kw": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "synonym_std": ["Delayed ossification of the proximal femoral epiphysis", "Delayed ossification proximal femoral epiphyses"], "label": ["Delayed proximal femoral epiphyseal ossification"], "definition_eng": ["Developmental delay of ossification of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:4799d7ce6b96be3f76500858944d2ae1"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:b38504001289e6e0d1cc62ca86661652"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008797", "iri": "http://purl.obolibrary.org/obo/HP_0008797", "equivalent_iri_kw": ["_:b38504001289e6e0d1cc62ca86661652"], "label_eng": ["Early ossification of capital femoral epiphyses"], "definition_std": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "id_eng": "HP:0008797", "definition_kw": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:b38504001289e6e0d1cc62ca86661652"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008797", "label_std": ["Early ossification of capital femoral epiphyses"], "equivalent_curie": ["_:b38504001289e6e0d1cc62ca86661652"], "equivalent_curie_kw": ["_:b38504001289e6e0d1cc62ca86661652"], "score": 19.242117, "id_kw": "HP:0008797", "equivalent_iri_eng": ["_:b38504001289e6e0d1cc62ca86661652"], "label_kw": ["Early ossification of capital femoral epiphyses"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008797", "equivalent_iri": ["_:b38504001289e6e0d1cc62ca86661652"], "_version_": 1580845591205773313, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008797", "id": "HP:0008797", "definition": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "label": ["Early ossification of capital femoral epiphyses"], "definition_eng": ["Developmental acceleration of ossification of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:b38504001289e6e0d1cc62ca86661652"], "category": ["Phenotype"]}, {"synonym": ["Cone-shaped end part of innermost thighbone"], "equivalent_curie_eng": ["_:c26160a1f6412068282579bc0c035be1"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008789", "iri": "http://purl.obolibrary.org/obo/HP_0008789", "equivalent_iri_kw": ["_:c26160a1f6412068282579bc0c035be1"], "label_eng": ["Cone-shaped capital femoral epiphysis"], "definition_std": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "id_eng": "HP:0008789", "definition_kw": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:c26160a1f6412068282579bc0c035be1"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008789", "label_std": ["Cone-shaped capital femoral epiphysis"], "equivalent_curie": ["_:c26160a1f6412068282579bc0c035be1"], "equivalent_curie_kw": ["_:c26160a1f6412068282579bc0c035be1"], "synonym_eng": ["Cone-shaped end part of innermost thighbone"], "score": 19.242117, "id_kw": "HP:0008789", "equivalent_iri_eng": ["_:c26160a1f6412068282579bc0c035be1"], "label_kw": ["Cone-shaped capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008789", "equivalent_iri": ["_:c26160a1f6412068282579bc0c035be1"], "_version_": 1580845591207870465, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008789", "id": "HP:0008789", "definition": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "synonym_kw": ["Cone-shaped end part of innermost thighbone"], "synonym_std": ["Cone-shaped end part of innermost thighbone"], "label": ["Cone-shaped capital femoral epiphysis"], "definition_eng": ["A cone-shaped deformity of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:c26160a1f6412068282579bc0c035be1"], "category": ["Phenotype"]}, {"synonym": ["Wide end part of innermost thighbone"], "equivalent_curie_eng": ["_:aa23eadeacf3ac82e78930b08e653d50"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008784", "iri": "http://purl.obolibrary.org/obo/HP_0008784", "equivalent_iri_kw": ["_:aa23eadeacf3ac82e78930b08e653d50"], "label_eng": ["Wide capital femoral epiphyses"], "definition_std": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "id_eng": "HP:0008784", "definition_kw": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "equivalent_iri_std": ["_:aa23eadeacf3ac82e78930b08e653d50"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008784", "label_std": ["Wide capital femoral epiphyses"], "equivalent_curie": ["_:aa23eadeacf3ac82e78930b08e653d50"], "equivalent_curie_kw": ["_:aa23eadeacf3ac82e78930b08e653d50"], "synonym_eng": ["Wide end part of innermost thighbone"], "score": 19.242117, "id_kw": "HP:0008784", "equivalent_iri_eng": ["_:aa23eadeacf3ac82e78930b08e653d50"], "label_kw": ["Wide capital femoral epiphyses"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008784", "equivalent_iri": ["_:aa23eadeacf3ac82e78930b08e653d50"], "_version_": 1580845591211016192, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008784", "id": "HP:0008784", "definition": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "synonym_kw": ["Wide end part of innermost thighbone"], "synonym_std": ["Wide end part of innermost thighbone"], "label": ["Wide capital femoral epiphyses"], "definition_eng": ["Abnormally wide morphology of the proximal epiphysis of the femur."], "equivalent_curie_std": ["_:aa23eadeacf3ac82e78930b08e653d50"], "category": ["Phenotype"]}, {"synonym": ["Wide metaphysis of innermost thighbone"], "equivalent_curie_eng": ["_:99e2098665fa866afc0fdb28d95ec62e"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008783", "iri": "http://purl.obolibrary.org/obo/HP_0008783", "equivalent_iri_kw": ["_:99e2098665fa866afc0fdb28d95ec62e"], "label_eng": ["Wide proximal femoral metaphysis"], "definition_std": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "id_eng": "HP:0008783", "definition_kw": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "equivalent_iri_std": ["_:99e2098665fa866afc0fdb28d95ec62e"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008783", "label_std": ["Wide proximal femoral metaphysis"], "equivalent_curie": ["_:99e2098665fa866afc0fdb28d95ec62e"], "equivalent_curie_kw": ["_:99e2098665fa866afc0fdb28d95ec62e"], "synonym_eng": ["Wide metaphysis of innermost thighbone"], "score": 19.242117, "id_kw": "HP:0008783", "equivalent_iri_eng": ["_:99e2098665fa866afc0fdb28d95ec62e"], "label_kw": ["Wide proximal femoral metaphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008783", "equivalent_iri": ["_:99e2098665fa866afc0fdb28d95ec62e"], "_version_": 1580845591211016193, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008783", "id": "HP:0008783", "definition": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "synonym_kw": ["Wide metaphysis of innermost thighbone"], "synonym_std": ["Wide metaphysis of innermost thighbone"], "label": ["Wide proximal femoral metaphysis"], "definition_eng": ["Increased width of the proximal part of the shaft (metaphysis) of the femur."], "equivalent_curie_std": ["_:99e2098665fa866afc0fdb28d95ec62e"], "category": ["Phenotype"]}, {"synonym": ["Limited hip abduction"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0003184", "iri": "http://purl.obolibrary.org/obo/HP_0003184", "label_eng": ["Decreased hip abduction"], "definition_std": ["Reduced ability to move the femur outward to the side."], "id_eng": "HP:0003184", "definition_kw": ["Reduced ability to move the femur outward to the side."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003184", "label_std": ["Decreased hip abduction"], "synonym_eng": ["Limited hip abduction"], "score": 19.242117, "id_kw": "HP:0003184", "label_kw": ["Decreased hip abduction"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003184", "_version_": 1580845591242473473, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003184", "id": "HP:0003184", "definition": ["Reduced ability to move the femur outward to the side."], "synonym_kw": ["Limited hip abduction"], "synonym_std": ["Limited hip abduction"], "label": ["Decreased hip abduction"], "definition_eng": ["Reduced ability to move the femur outward to the side."], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:6d509055a7bbd06dac8c384496e5333c"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0012515", "iri": "http://purl.obolibrary.org/obo/HP_0012515", "equivalent_iri_kw": ["_:6d509055a7bbd06dac8c384496e5333c"], "label_eng": ["Hip flexor weakness"], "definition_std": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "id_eng": "HP:0012515", "definition_kw": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "equivalent_iri_std": ["_:6d509055a7bbd06dac8c384496e5333c"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0012515", "label_std": ["Hip flexor weakness"], "equivalent_curie": ["_:6d509055a7bbd06dac8c384496e5333c"], "equivalent_curie_kw": ["_:6d509055a7bbd06dac8c384496e5333c"], "score": 19.242117, "id_kw": "HP:0012515", "equivalent_iri_eng": ["_:6d509055a7bbd06dac8c384496e5333c"], "label_kw": ["Hip flexor weakness"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012515", "equivalent_iri": ["_:6d509055a7bbd06dac8c384496e5333c"], "_version_": 1580845591507763201, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012515", "id": "HP:0012515", "definition": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "label": ["Hip flexor weakness"], "definition_eng": ["Reduced ability to flex the femur, that is, to pull the knee upward."], "equivalent_curie_std": ["_:6d509055a7bbd06dac8c384496e5333c"], "category": ["Phenotype"]}, {"synonym": ["Abnormal wide portion of innermost thighbone"], "equivalent_curie_eng": ["_:727b15e88a369fb86704e87f3602c19c"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0006431", "iri": "http://purl.obolibrary.org/obo/HP_0006431", "equivalent_iri_kw": ["_:727b15e88a369fb86704e87f3602c19c"], "label_eng": ["Proximal femoral metaphyseal abnormality"], "definition_std": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "id_eng": "HP:0006431", "definition_kw": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "equivalent_iri_std": ["_:727b15e88a369fb86704e87f3602c19c"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006431", "label_std": ["Proximal femoral metaphyseal abnormality"], "equivalent_curie": ["_:727b15e88a369fb86704e87f3602c19c"], "equivalent_curie_kw": ["_:727b15e88a369fb86704e87f3602c19c"], "synonym_eng": ["Abnormal wide portion of innermost thighbone"], "score": 19.242117, "id_kw": "HP:0006431", "equivalent_iri_eng": ["_:727b15e88a369fb86704e87f3602c19c"], "label_kw": ["Proximal femoral metaphyseal abnormality"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006431", "equivalent_iri": ["_:727b15e88a369fb86704e87f3602c19c"], "_version_": 1580845592273223682, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006431", "id": "HP:0006431", "definition": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "synonym_kw": ["Abnormal wide portion of innermost thighbone"], "synonym_std": ["Abnormal wide portion of innermost thighbone"], "label": ["Proximal femoral metaphyseal abnormality"], "definition_eng": ["An anomaly of the metaphysis of the proximal femur (close to the hip)."], "equivalent_curie_std": ["_:727b15e88a369fb86704e87f3602c19c"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0005096", "iri": "http://purl.obolibrary.org/obo/HP_0005096", "label_eng": ["Distal femoral bowing"], "definition_std": ["A bending or abnormal curvature of the distal portion of the femur."], "id_eng": "HP:0005096", "definition_kw": ["A bending or abnormal curvature of the distal portion of the femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005096", "label_std": ["Distal femoral bowing"], "score": 19.242117, "id_kw": "HP:0005096", "label_kw": ["Distal femoral bowing"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005096", "_version_": 1580845593168707584, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005096", "id": "HP:0005096", "definition": ["A bending or abnormal curvature of the distal portion of the femur."], "label": ["Distal femoral bowing"], "definition_eng": ["A bending or abnormal curvature of the distal portion of the femur."], "category": ["Phenotype"]}, {"synonym": ["Irregular proximal femoral metaphyses"], "equivalent_curie_eng": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0003411", "iri": "http://purl.obolibrary.org/obo/HP_0003411", "equivalent_iri_kw": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "label_eng": ["Proximal femoral metaphyseal irregularity"], "definition_std": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "id_eng": "HP:0003411", "definition_kw": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "equivalent_iri_std": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003411", "label_std": ["Proximal femoral metaphyseal irregularity"], "equivalent_curie": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "equivalent_curie_kw": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "synonym_eng": ["Irregular proximal femoral metaphyses"], "score": 19.242117, "id_kw": "HP:0003411", "equivalent_iri_eng": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "label_kw": ["Proximal femoral metaphyseal irregularity"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003411", "equivalent_iri": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "_version_": 1580845593242107904, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003411", "id": "HP:0003411", "definition": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "synonym_kw": ["Irregular proximal femoral metaphyses"], "synonym_std": ["Irregular proximal femoral metaphyses"], "label": ["Proximal femoral metaphyseal irregularity"], "definition_eng": ["Irregularity of the normally smooth surface of the proximal metaphysis of the femur."], "equivalent_curie_std": ["_:59e0e4823b2f7c9c45deb6d53d392ac5"], "category": ["Phenotype"]}, {"synonym": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "equivalent_curie_eng": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002827", "iri": "http://purl.obolibrary.org/obo/HP_0002827", "equivalent_iri_kw": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "label_eng": ["Hip dislocation"], "definition_std": ["Displacement of the femur from its normal location in the hip joint."], "id_eng": "HP:0002827", "definition_kw": ["Displacement of the femur from its normal location in the hip joint."], "equivalent_iri_std": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002827", "label_std": ["Hip dislocation"], "equivalent_curie": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "equivalent_curie_kw": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "synonym_eng": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "score": 19.242117, "id_kw": "HP:0002827", "equivalent_iri_eng": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "label_kw": ["Hip dislocation"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002827", "equivalent_iri": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "_version_": 1580845549352910849, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002827", "id": "HP:0002827", "definition": ["Displacement of the femur from its normal location in the hip joint."], "synonym_kw": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "synonym_std": ["Dislocated hips", "Hip dislocation", "Dislocation of hip"], "label": ["Hip dislocation"], "definition_eng": ["Displacement of the femur from its normal location in the hip joint."], "equivalent_curie_std": ["_:bd37bf0df168ec4cc0ddb6bc02ef59ae"], "category": ["Phenotype"]}, {"synonym": ["Abnormality of wide portion of outermost thighbone"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0030299", "iri": "http://purl.obolibrary.org/obo/HP_0030299", "label_eng": ["Distal femoral metaphyseal abnormality"], "definition_std": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "id_eng": "HP:0030299", "definition_kw": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030299", "label_std": ["Distal femoral metaphyseal abnormality"], "synonym_eng": ["Abnormality of wide portion of outermost thighbone"], "score": 19.242117, "id_kw": "HP:0030299", "label_kw": ["Distal femoral metaphyseal abnormality"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030299", "_version_": 1580845609113354241, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030299", "id": "HP:0030299", "definition": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "synonym_kw": ["Abnormality of wide portion of outermost thighbone"], "synonym_std": ["Abnormality of wide portion of outermost thighbone"], "label": ["Distal femoral metaphyseal abnormality"], "definition_eng": ["An anomaly of the metaphysis of the distal femur (close to the knee)."], "category": ["Phenotype"]}, {"synonym": ["Irregular distal femoral metaphyses"], "equivalent_curie_eng": ["_:4a9283cee6735fe8791e51732c75397c"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0045079", "iri": "http://purl.obolibrary.org/obo/HP_0045079", "equivalent_iri_kw": ["_:4a9283cee6735fe8791e51732c75397c"], "label_eng": ["Distal femoral metaphyseal irregularity"], "definition_std": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "id_eng": "HP:0045079", "definition_kw": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "equivalent_iri_std": ["_:4a9283cee6735fe8791e51732c75397c"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0045079", "label_std": ["Distal femoral metaphyseal irregularity"], "equivalent_curie": ["_:4a9283cee6735fe8791e51732c75397c"], "equivalent_curie_kw": ["_:4a9283cee6735fe8791e51732c75397c"], "synonym_eng": ["Irregular distal femoral metaphyses"], "score": 19.242117, "id_kw": "HP:0045079", "equivalent_iri_eng": ["_:4a9283cee6735fe8791e51732c75397c"], "label_kw": ["Distal femoral metaphyseal irregularity"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0045079", "equivalent_iri": ["_:4a9283cee6735fe8791e51732c75397c"], "_version_": 1580845609569484801, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0045079", "id": "HP:0045079", "definition": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "synonym_kw": ["Irregular distal femoral metaphyses"], "synonym_std": ["Irregular distal femoral metaphyses"], "label": ["Distal femoral metaphyseal irregularity"], "definition_eng": ["Irregularity of the normally smooth surface of the distal metaphysis of the femur."], "equivalent_curie_std": ["_:4a9283cee6735fe8791e51732c75397c"], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0012106", "iri": "http://purl.obolibrary.org/obo/HP_0012106", "label_eng": ["Rhizomelic leg shortening"], "definition_std": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "id_eng": "HP:0012106", "definition_kw": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0012106", "label_std": ["Rhizomelic leg shortening"], "score": 19.242117, "id_kw": "HP:0012106", "label_kw": ["Rhizomelic leg shortening"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012106", "_version_": 1580845617237721089, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012106", "id": "HP:0012106", "definition": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "label": ["Rhizomelic leg shortening"], "definition_eng": ["Disproportionate shortening of the proximal segment of the leg (i.e. the femur)."], "category": ["Phenotype"]}, {"synonym": ["Legg-Calve-Perthes syndrome", "Morbus Legg-Calve-Perthes", "Legg-Perthes disease", "Coxa plana", "Perthes-like femoral head changes", "Osteochondrosis of the femoral head"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0005743", "iri": "http://purl.obolibrary.org/obo/HP_0005743", "label_eng": ["Avascular necrosis of the capital femoral epiphysis"], "definition_std": ["Avascular necrosis of the proximal epiphysis of the femur occurring in growing children and caused by an interruption of the blood supply to the head of the femur close to the hip joint. The necrosis is characteristically associated with flattening of the femoral head, for which reason the term coxa plana has been used to refer to this feature in the medical literature."], "id_eng": "HP:0005743", "definition_kw": ["Avascular necrosis of the proximal epiphysis of the femur occurring in growing children and caused by an interruption of the blood supply to the head of the femur close to the hip joint. The necrosis is characteristically associated with flattening of the femoral head, for which reason the term coxa plana has been used to refer to this feature in the medical literature."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005743", "label_std": ["Avascular necrosis of the capital femoral epiphysis"], "synonym_eng": ["Legg-Calve-Perthes syndrome", "Morbus Legg-Calve-Perthes", "Legg-Perthes disease", "Coxa plana", "Perthes-like femoral head changes", "Osteochondrosis of the femoral head"], "score": 18.677832, "id_kw": "HP:0005743", "label_kw": ["Avascular necrosis of the capital femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005743", "_version_": 1580845592382275584, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005743", "id": "HP:0005743", "definition": ["Avascular necrosis of the proximal epiphysis of the femur occurring in growing children and caused by an interruption of the blood supply to the head of the femur close to the hip joint. The necrosis is characteristically associated with flattening of the femoral head, for which reason the term coxa plana has been used to refer to this feature in the medical literature."], "synonym_kw": ["Legg-Calve-Perthes syndrome", "Morbus Legg-Calve-Perthes", "Legg-Perthes disease", "Coxa plana", "Perthes-like femoral head changes", "Osteochondrosis of the femoral head"], "synonym_std": ["Legg-Calve-Perthes syndrome", "Morbus Legg-Calve-Perthes", "Legg-Perthes disease", "Coxa plana", "Perthes-like femoral head changes", "Osteochondrosis of the femoral head"], "label": ["Avascular necrosis of the capital femoral epiphysis"], "definition_eng": ["Avascular necrosis of the proximal epiphysis of the femur occurring in growing children and caused by an interruption of the blood supply to the head of the femur close to the hip joint. The necrosis is characteristically associated with flattening of the femoral head, for which reason the term coxa plana has been used to refer to this feature in the medical literature."], "category": ["Phenotype"]}, {"synonym": ["increased femoral fat depot weight"], "equivalent_curie_eng": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0009290", "iri": "http://purl.obolibrary.org/obo/MP_0009290", "equivalent_iri_kw": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "label_eng": ["increased femoral fat pad weight"], "definition_std": ["greater than average weight of the encapsulated adipose tissue associated with the femur"], "id_eng": "MP:0009290", "definition_kw": ["greater than average weight of the encapsulated adipose tissue associated with the femur"], "equivalent_iri_std": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0009290", "label_std": ["increased femoral fat pad weight"], "equivalent_curie": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "equivalent_curie_kw": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "synonym_eng": ["increased femoral fat depot weight"], "score": 18.563522, "id_kw": "MP:0009290", "equivalent_iri_eng": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "label_kw": ["increased femoral fat pad weight"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0009290", "equivalent_iri": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "_version_": 1580845589207187458, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0009290", "id": "MP:0009290", "definition": ["greater than average weight of the encapsulated adipose tissue associated with the femur"], "synonym_kw": ["increased femoral fat depot weight"], "synonym_std": ["increased femoral fat depot weight"], "label": ["increased femoral fat pad weight"], "definition_eng": ["greater than average weight of the encapsulated adipose tissue associated with the femur"], "equivalent_curie_std": ["_:d96d12ac85350e158b0fa02d2acb5e8d"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:709a24a0d96debcf2452ea63731a2eac"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0003856", "iri": "http://purl.obolibrary.org/obo/MP_0003856", "equivalent_iri_kw": ["_:709a24a0d96debcf2452ea63731a2eac"], "label_eng": ["abnormal hindlimb stylopod morphology"], "definition_std": ["any structural anomaly of the proximal element of the hindlimb including the femur"], "id_eng": "MP:0003856", "definition_kw": ["any structural anomaly of the proximal element of the hindlimb including the femur"], "equivalent_iri_std": ["_:709a24a0d96debcf2452ea63731a2eac"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0003856", "label_std": ["abnormal hindlimb stylopod morphology"], "equivalent_curie": ["_:709a24a0d96debcf2452ea63731a2eac"], "equivalent_curie_kw": ["_:709a24a0d96debcf2452ea63731a2eac"], "score": 18.563522, "id_kw": "MP:0003856", "equivalent_iri_eng": ["_:709a24a0d96debcf2452ea63731a2eac"], "label_kw": ["abnormal hindlimb stylopod morphology"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0003856", "equivalent_iri": ["_:709a24a0d96debcf2452ea63731a2eac"], "_version_": 1580845589297364992, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0003856", "id": "MP:0003856", "definition": ["any structural anomaly of the proximal element of the hindlimb including the femur"], "label": ["abnormal hindlimb stylopod morphology"], "definition_eng": ["any structural anomaly of the proximal element of the hindlimb including the femur"], "equivalent_curie_std": ["_:709a24a0d96debcf2452ea63731a2eac"], "category": ["Phenotype"]}, {"synonym": ["medial sesamoid bone of the knee", "abnormal fabella morphology"], "equivalent_curie_eng": ["_:cdec2094d790d475097eddaa8a65c8e2"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0009005", "iri": "http://purl.obolibrary.org/obo/MP_0009005", "equivalent_iri_kw": ["_:cdec2094d790d475097eddaa8a65c8e2"], "label_eng": ["abnormal sesamoid bone of gastrocnemius morphology"], "definition_std": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the femur"], "id_eng": "MP:0009005", "definition_kw": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the femur"], "equivalent_iri_std": ["_:cdec2094d790d475097eddaa8a65c8e2"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0009005", "label_std": ["abnormal sesamoid bone of gastrocnemius morphology"], "equivalent_curie": ["_:cdec2094d790d475097eddaa8a65c8e2"], "equivalent_curie_kw": ["_:cdec2094d790d475097eddaa8a65c8e2"], "synonym_eng": ["medial sesamoid bone of the knee", "abnormal fabella morphology"], "score": 18.563522, "id_kw": "MP:0009005", "equivalent_iri_eng": ["_:cdec2094d790d475097eddaa8a65c8e2"], "label_kw": ["abnormal sesamoid bone of gastrocnemius morphology"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0009005", "equivalent_iri": ["_:cdec2094d790d475097eddaa8a65c8e2"], "_version_": 1580845590176071680, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0009005", "id": "MP:0009005", "definition": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the femur"], "synonym_kw": ["medial sesamoid bone of the knee", "abnormal fabella morphology"], "synonym_std": ["medial sesamoid bone of the knee", "abnormal fabella morphology"], "label": ["abnormal sesamoid bone of gastrocnemius morphology"], "definition_eng": ["any structural anomaly of the small sesamoid bones situated behind the condyles of the femur"], "equivalent_curie_std": ["_:cdec2094d790d475097eddaa8a65c8e2"], "category": ["Phenotype"]}, {"synonym": ["Limited hip movement"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0008800", "iri": "http://purl.obolibrary.org/obo/HP_0008800", "label_eng": ["Limited hip movement"], "definition_std": ["A decreased ability to move the femur at the hip joint associated with a decreased range of motion of the hip."], "id_eng": "HP:0008800", "definition_kw": ["A decreased ability to move the femur at the hip joint associated with a decreased range of motion of the hip."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008800", "label_std": ["Limited hip movement"], "synonym_eng": ["Limited hip movement"], "score": 18.563522, "id_kw": "HP:0008800", "label_kw": ["Limited hip movement"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008800", "_version_": 1580845591162781699, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008800", "id": "HP:0008800", "definition": ["A decreased ability to move the femur at the hip joint associated with a decreased range of motion of the hip."], "synonym_kw": ["Limited hip movement"], "synonym_std": ["Limited hip movement"], "label": ["Limited hip movement"], "definition_eng": ["A decreased ability to move the femur at the hip joint associated with a decreased range of motion of the hip."], "category": ["Phenotype"]}, {"synonym": ["Increased long bone fracture rate"], "equivalent_curie_eng": ["_:354a13905fe244a3ab69e22f40697193"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0003084", "iri": "http://purl.obolibrary.org/obo/HP_0003084", "equivalent_iri_kw": ["_:354a13905fe244a3ab69e22f40697193"], "label_eng": ["Fractures of the long bones"], "definition_std": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "id_eng": "HP:0003084", "definition_kw": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "equivalent_iri_std": ["_:354a13905fe244a3ab69e22f40697193"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003084", "label_std": ["Fractures of the long bones"], "equivalent_curie": ["_:354a13905fe244a3ab69e22f40697193"], "equivalent_curie_kw": ["_:354a13905fe244a3ab69e22f40697193"], "synonym_eng": ["Increased long bone fracture rate"], "score": 18.563522, "id_kw": "HP:0003084", "equivalent_iri_eng": ["_:354a13905fe244a3ab69e22f40697193"], "label_kw": ["Fractures of the long bones"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003084", "equivalent_iri": ["_:354a13905fe244a3ab69e22f40697193"], "_version_": 1580845591320068098, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003084", "id": "HP:0003084", "definition": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "synonym_kw": ["Increased long bone fracture rate"], "synonym_std": ["Increased long bone fracture rate"], "label": ["Fractures of the long bones"], "definition_eng": ["An increased tendency to fractures of the long bones (Mainly, the femur, tibia, fibula,humerus, radius, and ulna)."], "equivalent_curie_std": ["_:354a13905fe244a3ab69e22f40697193"], "category": ["Phenotype"]}, {"synonym": ["Irregular outermost thighbone end part"], "equivalent_curie_eng": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006407", "iri": "http://purl.obolibrary.org/obo/HP_0006407", "equivalent_iri_kw": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "label_eng": ["Irregular distal femoral epiphysis"], "definition_std": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "id_eng": "HP:0006407", "definition_kw": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "equivalent_iri_std": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006407", "label_std": ["Irregular distal femoral epiphysis"], "equivalent_curie": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "equivalent_curie_kw": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "synonym_eng": ["Irregular outermost thighbone end part"], "score": 18.563522, "id_kw": "HP:0006407", "equivalent_iri_eng": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "label_kw": ["Irregular distal femoral epiphysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006407", "equivalent_iri": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "_version_": 1580845591733207042, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006407", "id": "HP:0006407", "definition": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "synonym_kw": ["Irregular outermost thighbone end part"], "synonym_std": ["Irregular outermost thighbone end part"], "label": ["Irregular distal femoral epiphysis"], "definition_eng": ["Anomaly of the contour of the Distal epiphysis of femur such that its normally smooth appearance is irregular."], "equivalent_curie_std": ["_:1a0c65adf3561c6be62983eb1b8d9b58"], "category": ["Phenotype"]}, {"synonym": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "equivalent_curie_eng": ["_:1de7428c606f5752446b4418805adb5b", "HP:0040163", "_:f8ff15f199bc6e408019be4cbc260452", "MP:0004509"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002644", "iri": "http://purl.obolibrary.org/obo/HP_0002644", "equivalent_iri_kw": ["_:1de7428c606f5752446b4418805adb5b", "http://purl.obolibrary.org/obo/HP_0040163", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/MP_0004509"], "label_eng": ["Abnormality of pelvic girdle bone morphology"], "definition_std": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "id_eng": "HP:0002644", "definition_kw": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "equivalent_iri_std": ["_:1de7428c606f5752446b4418805adb5b", "http://purl.obolibrary.org/obo/HP_0040163", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/MP_0004509"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002644", "label_std": ["Abnormality of pelvic girdle bone morphology"], "equivalent_curie": ["_:1de7428c606f5752446b4418805adb5b", "HP:0040163", "_:f8ff15f199bc6e408019be4cbc260452", "MP:0004509"], "equivalent_curie_kw": ["_:1de7428c606f5752446b4418805adb5b", "HP:0040163", "_:f8ff15f199bc6e408019be4cbc260452", "MP:0004509"], "synonym_eng": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "score": 18.563522, "id_kw": "HP:0002644", "equivalent_iri_eng": ["_:1de7428c606f5752446b4418805adb5b", "http://purl.obolibrary.org/obo/HP_0040163", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/MP_0004509"], "label_kw": ["Abnormality of pelvic girdle bone morphology"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002644", "equivalent_iri": ["_:1de7428c606f5752446b4418805adb5b", "http://purl.obolibrary.org/obo/HP_0040163", "_:f8ff15f199bc6e408019be4cbc260452", "http://purl.obolibrary.org/obo/MP_0004509"], "_version_": 1580845591742644224, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002644", "id": "HP:0002644", "definition": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "synonym_kw": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "synonym_std": ["Abnormal shape of pelvic girdle bone", "Abnormality of the pelvic girdle"], "label": ["Abnormality of pelvic girdle bone morphology"], "definition_eng": ["An abnormality of the bony pelvic girdle, which is a ring of bones connecting the vertebral column to the femurs."], "equivalent_curie_std": ["_:1de7428c606f5752446b4418805adb5b", "HP:0040163", "_:f8ff15f199bc6e408019be4cbc260452", "MP:0004509"], "category": ["Phenotype"]}, {"synonym": ["Bowing of thighbone at birth, straightening with time"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0005005", "iri": "http://purl.obolibrary.org/obo/HP_0005005", "label_eng": ["Femoral bowing present at birth, straightening with time"], "definition_std": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "id_eng": "HP:0005005", "definition_kw": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0005005", "label_std": ["Femoral bowing present at birth, straightening with time"], "synonym_eng": ["Bowing of thighbone at birth, straightening with time"], "score": 18.563522, "id_kw": "HP:0005005", "label_kw": ["Femoral bowing present at birth, straightening with time"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0005005", "_version_": 1580845593157173250, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0005005", "id": "HP:0005005", "definition": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "synonym_kw": ["Bowing of thighbone at birth, straightening with time"], "synonym_std": ["Bowing of thighbone at birth, straightening with time"], "label": ["Femoral bowing present at birth, straightening with time"], "definition_eng": ["Congenital onset bending or abnormal curvature of the femur that normalizes with age."], "category": ["Phenotype"]}, {"synonym": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0008905", "iri": "http://purl.obolibrary.org/obo/HP_0008905", "label_eng": ["Rhizomelia"], "definition_std": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "id_eng": "HP:0008905", "definition_kw": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008905", "label_std": ["Rhizomelia"], "synonym_eng": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "score": 18.563522, "id_kw": "HP:0008905", "label_kw": ["Rhizomelia"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008905", "_version_": 1580845593303973892, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008905", "id": "HP:0008905", "definition": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "synonym_kw": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "synonym_std": ["Rhizomelic short stature", "Symmetrical rhizomelic limb shortening", "Rhizomelic shortening", "Short stature, rhizomelic", "Rhizomelic dwarfism", "Rhizomelic limb shortening", "Rhizomelic short limbs"], "label": ["Rhizomelia"], "definition_eng": ["Disproportionate shortening of the proximal segment of limbs (i.e. the femur and humerus)."], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0030772", "iri": "http://purl.obolibrary.org/obo/HP_0030772", "label_eng": ["Proximal femoral focal deficiency"], "definition_std": ["Proximal femoral focal deficiency is a deformity manifested by hypoplasia of a variable portion of the femur with shortening of the entire limb."], "id_eng": "HP:0030772", "definition_kw": ["Proximal femoral focal deficiency is a deformity manifested by hypoplasia of a variable portion of the femur with shortening of the entire limb."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030772", "label_std": ["Proximal femoral focal deficiency"], "score": 18.563522, "id_kw": "HP:0030772", "label_kw": ["Proximal femoral focal deficiency"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030772", "_version_": 1580845609330409473, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030772", "id": "HP:0030772", "definition": ["Proximal femoral focal deficiency is a deformity manifested by hypoplasia of a variable portion of the femur with shortening of the entire limb."], "label": ["Proximal femoral focal deficiency"], "definition_eng": ["Proximal femoral focal deficiency is a deformity manifested by hypoplasia of a variable portion of the femur with shortening of the entire limb."], "category": ["Phenotype"]}, {"synonym": ["Partial hip dislocation", "Subluxation involving the hip joint"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0030043", "iri": "http://purl.obolibrary.org/obo/HP_0030043", "label_eng": ["Hip subluxation"], "definition_std": ["A partial dislocation of the hip joint, whereby the head of the femur is partially displaced from the socket."], "id_eng": "HP:0030043", "definition_kw": ["A partial dislocation of the hip joint, whereby the head of the femur is partially displaced from the socket."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030043", "label_std": ["Hip subluxation"], "synonym_eng": ["Partial hip dislocation", "Subluxation involving the hip joint"], "score": 18.563522, "id_kw": "HP:0030043", "label_kw": ["Hip subluxation"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030043", "_version_": 1580845573378932738, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030043", "id": "HP:0030043", "definition": ["A partial dislocation of the hip joint, whereby the head of the femur is partially displaced from the socket."], "synonym_kw": ["Partial hip dislocation", "Subluxation involving the hip joint"], "synonym_std": ["Partial hip dislocation", "Subluxation involving the hip joint"], "label": ["Hip subluxation"], "definition_eng": ["A partial dislocation of the hip joint, whereby the head of the femur is partially displaced from the socket."], "category": ["Phenotype"]}, {"synonym": ["abnormal femoral fat depot morphology", "femoral fat pad dysplasia"], "equivalent_curie_eng": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0008905", "iri": "http://purl.obolibrary.org/obo/MP_0008905", "equivalent_iri_kw": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "label_eng": ["abnormal femoral fat pad morphology"], "definition_std": ["any structural anomaly of the encapsulated adipose tissue associated with the femur"], "id_eng": "MP:0008905", "definition_kw": ["any structural anomaly of the encapsulated adipose tissue associated with the femur"], "equivalent_iri_std": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0008905", "label_std": ["abnormal femoral fat pad morphology"], "equivalent_curie": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "equivalent_curie_kw": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "synonym_eng": ["abnormal femoral fat depot morphology", "femoral fat pad dysplasia"], "score": 18.563522, "id_kw": "MP:0008905", "equivalent_iri_eng": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "label_kw": ["abnormal femoral fat pad morphology"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008905", "equivalent_iri": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "_version_": 1580845620965408768, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008905", "id": "MP:0008905", "definition": ["any structural anomaly of the encapsulated adipose tissue associated with the femur"], "synonym_kw": ["abnormal femoral fat depot morphology", "femoral fat pad dysplasia"], "synonym_std": ["abnormal femoral fat depot morphology", "femoral fat pad dysplasia"], "label": ["abnormal femoral fat pad morphology"], "definition_eng": ["any structural anomaly of the encapsulated adipose tissue associated with the femur"], "equivalent_curie_std": ["_:ac2d2a59a841e17e3e0bcb13d08f38f3"], "category": ["Phenotype"]}, {"synonym": ["reduced femoral fat pad weight", "reduced femoral fat depot weight", "decreased femoral fat depot weight"], "equivalent_curie_eng": ["_:f314a535fefd2da5fde6fd50e6452a53"], "leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0009291", "iri": "http://purl.obolibrary.org/obo/MP_0009291", "equivalent_iri_kw": ["_:f314a535fefd2da5fde6fd50e6452a53"], "label_eng": ["decreased femoral fat pad weight"], "definition_std": ["less than average weight of the encapsulated adipose tissue associated with the femur"], "id_eng": "MP:0009291", "definition_kw": ["less than average weight of the encapsulated adipose tissue associated with the femur"], "equivalent_iri_std": ["_:f314a535fefd2da5fde6fd50e6452a53"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0009291", "label_std": ["decreased femoral fat pad weight"], "equivalent_curie": ["_:f314a535fefd2da5fde6fd50e6452a53"], "equivalent_curie_kw": ["_:f314a535fefd2da5fde6fd50e6452a53"], "synonym_eng": ["reduced femoral fat pad weight", "reduced femoral fat depot weight", "decreased femoral fat depot weight"], "score": 18.563522, "id_kw": "MP:0009291", "equivalent_iri_eng": ["_:f314a535fefd2da5fde6fd50e6452a53"], "label_kw": ["decreased femoral fat pad weight"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0009291", "equivalent_iri": ["_:f314a535fefd2da5fde6fd50e6452a53"], "_version_": 1580845588665073665, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0009291", "id": "MP:0009291", "definition": ["less than average weight of the encapsulated adipose tissue associated with the femur"], "synonym_kw": ["reduced femoral fat pad weight", "reduced femoral fat depot weight", "decreased femoral fat depot weight"], "synonym_std": ["reduced femoral fat pad weight", "reduced femoral fat depot weight", "decreased femoral fat depot weight"], "label": ["decreased femoral fat pad weight"], "definition_eng": ["less than average weight of the encapsulated adipose tissue associated with the femur"], "equivalent_curie_std": ["_:f314a535fefd2da5fde6fd50e6452a53"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:1897148e7184b24d76ba03150d9eb815"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0008835", "iri": "http://purl.obolibrary.org/obo/HP_0008835", "equivalent_iri_kw": ["_:1897148e7184b24d76ba03150d9eb815"], "label_eng": ["Multicentric femoral head ossification"], "definition_std": ["There is normally one ossification center in the head of the femur. This term applies if there are multiple such centers."], "id_eng": "HP:0008835", "definition_kw": ["There is normally one ossification center in the head of the femur. This term applies if there are multiple such centers."], "equivalent_iri_std": ["_:1897148e7184b24d76ba03150d9eb815"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0008835", "label_std": ["Multicentric femoral head ossification"], "equivalent_curie": ["_:1897148e7184b24d76ba03150d9eb815"], "equivalent_curie_kw": ["_:1897148e7184b24d76ba03150d9eb815"], "score": 18.023045, "id_kw": "HP:0008835", "equivalent_iri_eng": ["_:1897148e7184b24d76ba03150d9eb815"], "label_kw": ["Multicentric femoral head ossification"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0008835", "equivalent_iri": ["_:1897148e7184b24d76ba03150d9eb815"], "_version_": 1580845591154393090, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0008835", "id": "HP:0008835", "definition": ["There is normally one ossification center in the head of the femur. This term applies if there are multiple such centers."], "label": ["Multicentric femoral head ossification"], "definition_eng": ["There is normally one ossification center in the head of the femur. This term applies if there are multiple such centers."], "equivalent_curie_std": ["_:1897148e7184b24d76ba03150d9eb815"], "category": ["Phenotype"]}, {"synonym": ["Abnormality of the hipbone socket", "Acetabular abnormality"], "equivalent_curie_eng": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0003170", "iri": "http://purl.obolibrary.org/obo/HP_0003170", "equivalent_iri_kw": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "label_eng": ["Abnormality of the acetabulum"], "definition_std": ["An abnormality of the acetabulum, i.e., the Acetabular part of hip bone, which together with the head of the femur forms the hip joint."], "id_eng": "HP:0003170", "definition_kw": ["An abnormality of the acetabulum, i.e., the Acetabular part of hip bone, which together with the head of the femur forms the hip joint."], "equivalent_iri_std": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003170", "label_std": ["Abnormality of the acetabulum"], "equivalent_curie": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "equivalent_curie_kw": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "synonym_eng": ["Abnormality of the hipbone socket", "Acetabular abnormality"], "score": 18.023045, "id_kw": "HP:0003170", "equivalent_iri_eng": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "label_kw": ["Abnormality of the acetabulum"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003170", "equivalent_iri": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "_version_": 1580845593168707585, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003170", "id": "HP:0003170", "definition": ["An abnormality of the acetabulum, i.e., the Acetabular part of hip bone, which together with the head of the femur forms the hip joint."], "synonym_kw": ["Abnormality of the hipbone socket", "Acetabular abnormality"], "synonym_std": ["Abnormality of the hipbone socket", "Acetabular abnormality"], "label": ["Abnormality of the acetabulum"], "definition_eng": ["An abnormality of the acetabulum, i.e., the Acetabular part of hip bone, which together with the head of the femur forms the hip joint."], "equivalent_curie_std": ["_:f7d87ad87afedf79e644a6b04ec70f39"], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0002812", "iri": "http://purl.obolibrary.org/obo/HP_0002812", "equivalent_iri_kw": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "label_eng": ["Coxa vara"], "definition_std": ["Coxa vara includes all forms of decrease of the femoral neck shaft angle (the angle between the neck and the shaft of the femur) to less than 120 degrees."], "id_eng": "HP:0002812", "definition_kw": ["Coxa vara includes all forms of decrease of the femoral neck shaft angle (the angle between the neck and the shaft of the femur) to less than 120 degrees."], "equivalent_iri_std": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002812", "label_std": ["Coxa vara"], "equivalent_curie": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "equivalent_curie_kw": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "score": 17.249264, "id_kw": "HP:0002812", "equivalent_iri_eng": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "label_kw": ["Coxa vara"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002812", "equivalent_iri": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "_version_": 1580845591329505281, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002812", "id": "HP:0002812", "definition": ["Coxa vara includes all forms of decrease of the femoral neck shaft angle (the angle between the neck and the shaft of the femur) to less than 120 degrees."], "label": ["Coxa vara"], "definition_eng": ["Coxa vara includes all forms of decrease of the femoral neck shaft angle (the angle between the neck and the shaft of the femur) to less than 120 degrees."], "equivalent_curie_std": ["_:c5d0b0dbad2adae96f9eecf73e856e4a"], "category": ["Phenotype"]}, {"synonym": ["Dislocated kneecap", "Dislocation of patella", "Dislocated patellae"], "equivalent_curie_eng": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002999", "iri": "http://purl.obolibrary.org/obo/HP_0002999", "equivalent_iri_kw": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "label_eng": ["Patellar dislocation"], "definition_std": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar dislocation occurs if the patella fully dislocates out of the groove."], "id_eng": "HP:0002999", "definition_kw": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar dislocation occurs if the patella fully dislocates out of the groove."], "equivalent_iri_std": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002999", "label_std": ["Patellar dislocation"], "equivalent_curie": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "equivalent_curie_kw": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "synonym_eng": ["Dislocated kneecap", "Dislocation of patella", "Dislocated patellae"], "score": 17.249264, "id_kw": "HP:0002999", "equivalent_iri_eng": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "label_kw": ["Patellar dislocation"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002999", "equivalent_iri": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "_version_": 1580845593179193346, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002999", "id": "HP:0002999", "definition": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar dislocation occurs if the patella fully dislocates out of the groove."], "synonym_kw": ["Dislocated kneecap", "Dislocation of patella", "Dislocated patellae"], "synonym_std": ["Dislocated kneecap", "Dislocation of patella", "Dislocated patellae"], "label": ["Patellar dislocation"], "definition_eng": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar dislocation occurs if the patella fully dislocates out of the groove."], "equivalent_curie_std": ["_:3b57c085637bd19d8a76e25034b3e4d1"], "category": ["Phenotype"]}, {"synonym": ["Impingements, Femoracetabular", "Impingement, Femoroacetabular", "Femoroacetabular Impingement Syndromes", "Impingements, Femoroacetabular", "Femoro-Acetabular Impingement", "Femoroacetabular Impingement", "Impingement, Femoro-Acetabular", "Syndrome, Femoroacetabular Impingement", "Impingement Syndromes, Femoroacetabular", "Impingement, Femoracetabular", "Femoroacetabular Impingement Syndrome", "Syndromes, Femoroacetabular Impingement", "Femoracetabular Impingements", "Impingements, Femoro-Acetabular", "Impingement Syndrome, Femoroacetabular", "Femoroacetabular Impingements", "Femoro-Acetabular Impingements", "Femoro Acetabular Impingement"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:D057925", "iri": "http://purl.obolibrary.org/obo/MESH_D057925", "label_eng": ["Femoracetabular Impingement"], "definition_std": ["A pathological mechanical process that can lead to hip failure. It is caused by abnormalities of the ACETABULUM and/or FEMUR combined with rigorous hip motion, leading to repetitive collisions that damage the soft tissue structures."], "id_eng": "MESH:D057925", "definition_kw": ["A pathological mechanical process that can lead to hip failure. It is caused by abnormalities of the ACETABULUM and/or FEMUR combined with rigorous hip motion, leading to repetitive collisions that damage the soft tissue structures."], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D057925", "label_std": ["Femoracetabular Impingement"], "synonym_eng": ["Impingements, Femoracetabular", "Impingement, Femoroacetabular", "Femoroacetabular Impingement Syndromes", "Impingements, Femoroacetabular", "Femoro-Acetabular Impingement", "Femoroacetabular Impingement", "Impingement, Femoro-Acetabular", "Syndrome, Femoroacetabular Impingement", "Impingement Syndromes, Femoroacetabular", "Impingement, Femoracetabular", "Femoroacetabular Impingement Syndrome", "Syndromes, Femoroacetabular Impingement", "Femoracetabular Impingements", "Impingements, Femoro-Acetabular", "Impingement Syndrome, Femoroacetabular", "Femoroacetabular Impingements", "Femoro-Acetabular Impingements", "Femoro Acetabular Impingement"], "score": 17.249264, "id_kw": "MESH:D057925", "label_kw": ["Femoracetabular Impingement"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D057925", "_version_": 1580845593918439425, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D057925", "id": "MESH:D057925", "definition": ["A pathological mechanical process that can lead to hip failure. It is caused by abnormalities of the ACETABULUM and/or FEMUR combined with rigorous hip motion, leading to repetitive collisions that damage the soft tissue structures."], "synonym_kw": ["Impingements, Femoracetabular", "Impingement, Femoroacetabular", "Femoroacetabular Impingement Syndromes", "Impingements, Femoroacetabular", "Femoro-Acetabular Impingement", "Femoroacetabular Impingement", "Impingement, Femoro-Acetabular", "Syndrome, Femoroacetabular Impingement", "Impingement Syndromes, Femoroacetabular", "Impingement, Femoracetabular", "Femoroacetabular Impingement Syndrome", "Syndromes, Femoroacetabular Impingement", "Femoracetabular Impingements", "Impingements, Femoro-Acetabular", "Impingement Syndrome, Femoroacetabular", "Femoroacetabular Impingements", "Femoro-Acetabular Impingements", "Femoro Acetabular Impingement"], "synonym_std": ["Impingements, Femoracetabular", "Impingement, Femoroacetabular", "Femoroacetabular Impingement Syndromes", "Impingements, Femoroacetabular", "Femoro-Acetabular Impingement", "Femoroacetabular Impingement", "Impingement, Femoro-Acetabular", "Syndrome, Femoroacetabular Impingement", "Impingement Syndromes, Femoroacetabular", "Impingement, Femoracetabular", "Femoroacetabular Impingement Syndrome", "Syndromes, Femoroacetabular Impingement", "Femoracetabular Impingements", "Impingements, Femoro-Acetabular", "Impingement Syndrome, Femoroacetabular", "Femoroacetabular Impingements", "Femoro-Acetabular Impingements", "Femoro Acetabular Impingement"], "label": ["Femoracetabular Impingement"], "definition_eng": ["A pathological mechanical process that can lead to hip failure. It is caused by abnormalities of the ACETABULUM and/or FEMUR combined with rigorous hip motion, leading to repetitive collisions that damage the soft tissue structures."], "category": ["disease"]}, {"synonym": ["BOWING OF LONG BONES, ASYMMETRIC AND SYMMETRIC"], "equivalent_curie_eng": ["Orphanet:2292"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:211355", "iri": "http://purl.obolibrary.org/obo/OMIM_211355", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2292"], "label_eng": ["Congenital bowing of long bones", "Bowing of Long Bones, Asymmetric and Symmetric"], "definition_std": ["Long bone bowing is a congenital condition described by the presence of symmetric or asymmetric angular deformity and shortening of the long bones, particularly the femurs, tibiae and ulnae."], "id_eng": "OMIM:211355", "definition_kw": ["Long bone bowing is a congenital condition described by the presence of symmetric or asymmetric angular deformity and shortening of the long bones, particularly the femurs, tibiae and ulnae."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2292"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_211355", "label_std": ["Congenital bowing of long bones", "Bowing of Long Bones, Asymmetric and Symmetric"], "equivalent_curie": ["Orphanet:2292"], "equivalent_curie_kw": ["Orphanet:2292"], "synonym_eng": ["BOWING OF LONG BONES, ASYMMETRIC AND SYMMETRIC"], "score": 17.249264, "id_kw": "OMIM:211355", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2292"], "label_kw": ["Congenital bowing of long bones", "Bowing of Long Bones, Asymmetric and Symmetric"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_211355", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2292"], "_version_": 1580845550964572160, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_211355", "id": "OMIM:211355", "definition": ["Long bone bowing is a congenital condition described by the presence of symmetric or asymmetric angular deformity and shortening of the long bones, particularly the femurs, tibiae and ulnae."], "synonym_kw": ["BOWING OF LONG BONES, ASYMMETRIC AND SYMMETRIC"], "synonym_std": ["BOWING OF LONG BONES, ASYMMETRIC AND SYMMETRIC"], "label": ["Congenital bowing of long bones", "Bowing of Long Bones, Asymmetric and Symmetric"], "definition_eng": ["Long bone bowing is a congenital condition described by the presence of symmetric or asymmetric angular deformity and shortening of the long bones, particularly the femurs, tibiae and ulnae."], "equivalent_curie_std": ["Orphanet:2292"], "category": ["disease"]}, {"synonym": ["kneecap morphology trait"], "leaf": true, "category_std": ["Phenotype"], "id_std": "VT:0005353", "iri": "http://purl.obolibrary.org/obo/VT_0005353", "label_eng": ["patella morphology trait"], "definition_std": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the large sesamoid bone that articulates with the femur and, in some species, covers the anterior surface of the knee."], "id_eng": "VT:0005353", "definition_kw": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the large sesamoid bone that articulates with the femur and, in some species, covers the anterior surface of the knee."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0005353", "label_std": ["patella morphology trait"], "synonym_eng": ["kneecap morphology trait"], "score": 17.249264, "id_kw": "VT:0005353", "label_kw": ["patella morphology trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0005353", "_version_": 1580845607448215553, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0005353", "id": "VT:0005353", "definition": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the large sesamoid bone that articulates with the femur and, in some species, covers the anterior surface of the knee."], "synonym_kw": ["kneecap morphology trait"], "synonym_std": ["kneecap morphology trait"], "label": ["patella morphology trait"], "definition_eng": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the large sesamoid bone that articulates with the femur and, in some species, covers the anterior surface of the knee."], "category": ["Phenotype"]}, {"leaf": false, "category_std": ["Phenotype"], "id_std": "VT:0100001", "iri": "http://purl.obolibrary.org/obo/VT_0100001", "label_eng": ["tibia size trait"], "definition_std": ["Any measurable or observable characteristic related to the physical magnitude of the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "id_eng": "VT:0100001", "definition_kw": ["Any measurable or observable characteristic related to the physical magnitude of the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0100001", "label_std": ["tibia size trait"], "score": 17.249264, "id_kw": "VT:0100001", "label_kw": ["tibia size trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0100001", "_version_": 1580845609058828289, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0100001", "id": "VT:0100001", "definition": ["Any measurable or observable characteristic related to the physical magnitude of the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "label": ["tibia size trait"], "definition_eng": ["Any measurable or observable characteristic related to the physical magnitude of the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "category": ["Phenotype"]}, {"leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0030038", "iri": "http://purl.obolibrary.org/obo/HP_0030038", "label_eng": ["Enchondroma"], "definition_std": ["A solitary, benign, intramedullary cartilage tumor that is often found in the short tubular bones of the hands and feet, distal femur, and proximal humerus."], "id_eng": "HP:0030038", "definition_kw": ["A solitary, benign, intramedullary cartilage tumor that is often found in the short tubular bones of the hands and feet, distal femur, and proximal humerus."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0030038", "label_std": ["Enchondroma"], "score": 17.249264, "id_kw": "HP:0030038", "label_kw": ["Enchondroma"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0030038", "_version_": 1580845609087139843, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0030038", "id": "HP:0030038", "definition": ["A solitary, benign, intramedullary cartilage tumor that is often found in the short tubular bones of the hands and feet, distal femur, and proximal humerus."], "label": ["Enchondroma"], "definition_eng": ["A solitary, benign, intramedullary cartilage tumor that is often found in the short tubular bones of the hands and feet, distal femur, and proximal humerus."], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "VT:0003856", "iri": "http://purl.obolibrary.org/obo/VT_0003856", "label_eng": ["hindlimb stylopod morphology trait"], "definition_std": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the proximal element of the developing hindlimb that will give rise to the femur."], "id_eng": "VT:0003856", "definition_kw": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the proximal element of the developing hindlimb that will give rise to the femur."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0003856", "label_std": ["hindlimb stylopod morphology trait"], "score": 17.249264, "id_kw": "VT:0003856", "label_kw": ["hindlimb stylopod morphology trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0003856", "_version_": 1580845604438802433, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0003856", "id": "VT:0003856", "definition": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the proximal element of the developing hindlimb that will give rise to the femur."], "label": ["hindlimb stylopod morphology trait"], "definition_eng": ["Any measurable or observable characteristic related to the shape, structure, color, or pattern of the proximal element of the developing hindlimb that will give rise to the femur."], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "VT:0004358", "iri": "http://purl.obolibrary.org/obo/VT_0004358", "label_eng": ["tibia curvature trait"], "definition_std": ["Any measurable or observable characteristic related to the degree or shape of the bend in the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "id_eng": "VT:0004358", "definition_kw": ["Any measurable or observable characteristic related to the degree or shape of the bend in the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/VT_0004358", "label_std": ["tibia curvature trait"], "score": 17.249264, "id_kw": "VT:0004358", "label_kw": ["tibia curvature trait"], "iri_kw": "http://purl.obolibrary.org/obo/VT_0004358", "_version_": 1580845604494376961, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/VT_0004358", "id": "VT:0004358", "definition": ["Any measurable or observable characteristic related to the degree or shape of the bend in the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "label": ["tibia curvature trait"], "definition_eng": ["Any measurable or observable characteristic related to the degree or shape of the bend in the medial and larger of the two bones of the lower leg, which articulates with the femur, fibula, and talus."], "category": ["Phenotype"]}, {"synonym": ["td"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1366", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1366", "label_eng": ["Thanatophoric Dysplasia"], "definition_std": ["Thanatophoric dysplasia (TD) is a short-limb dwarfism syndrome that is usually lethal in the perinatal period. TD is divided into type I, characterized by micromelia with bowed femurs and, uncommonly, the presence of cloverleaf skull deformity (Kleeblattsch??del) of varying severity; and type II, characterized by micromelia with straight femurs and uniform presence of moderate-to-severe cloverleaf skull deformity. Other features common to type I and type II include: short ribs, narrow thorax, macrocephaly, distinctive facial features, brachydactyly, hypotonia, and redundant skin folds along the limbs. Most affected infants die of respiratory insufficiency shortly after birth. Rare long-term survivors have been reported. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1366]"], "id_eng": "GeneReviews:NBK1366", "definition_kw": ["Thanatophoric dysplasia (TD) is a short-limb dwarfism syndrome that is usually lethal in the perinatal period. TD is divided into type I, characterized by micromelia with bowed femurs and, uncommonly, the presence of cloverleaf skull deformity (Kleeblattsch??del) of varying severity; and type II, characterized by micromelia with straight femurs and uniform presence of moderate-to-severe cloverleaf skull deformity. Other features common to type I and type II include: short ribs, narrow thorax, macrocephaly, distinctive facial features, brachydactyly, hypotonia, and redundant skin folds along the limbs. Most affected infants die of respiratory insufficiency shortly after birth. Rare long-term survivors have been reported. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1366]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1366", "label_std": ["Thanatophoric Dysplasia"], "synonym_eng": ["td"], "score": 16.194801, "id_kw": "GeneReviews:NBK1366", "label_kw": ["Thanatophoric Dysplasia"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1366", "_version_": 1580845511797112832, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1366", "id": "GeneReviews:NBK1366", "definition": ["Thanatophoric dysplasia (TD) is a short-limb dwarfism syndrome that is usually lethal in the perinatal period. TD is divided into type I, characterized by micromelia with bowed femurs and, uncommonly, the presence of cloverleaf skull deformity (Kleeblattsch??del) of varying severity; and type II, characterized by micromelia with straight femurs and uniform presence of moderate-to-severe cloverleaf skull deformity. Other features common to type I and type II include: short ribs, narrow thorax, macrocephaly, distinctive facial features, brachydactyly, hypotonia, and redundant skin folds along the limbs. Most affected infants die of respiratory insufficiency shortly after birth. Rare long-term survivors have been reported. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1366]"], "synonym_kw": ["td"], "synonym_std": ["td"], "label": ["Thanatophoric Dysplasia"], "definition_eng": ["Thanatophoric dysplasia (TD) is a short-limb dwarfism syndrome that is usually lethal in the perinatal period. TD is divided into type I, characterized by micromelia with bowed femurs and, uncommonly, the presence of cloverleaf skull deformity (Kleeblattsch??del) of varying severity; and type II, characterized by micromelia with straight femurs and uniform presence of moderate-to-severe cloverleaf skull deformity. Other features common to type I and type II include: short ribs, narrow thorax, macrocephaly, distinctive facial features, brachydactyly, hypotonia, and redundant skin folds along the limbs. Most affected infants die of respiratory insufficiency shortly after birth. Rare long-term survivors have been reported. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1366]"], "category": ["disease"]}, {"equivalent_curie_eng": ["_:c67340cb175032c993459b5915489ea4"], "leaf": false, "category_std": ["Phenotype"], "id_std": "MP:0004627", "iri": "http://purl.obolibrary.org/obo/MP_0004627", "equivalent_iri_kw": ["_:c67340cb175032c993459b5915489ea4"], "label_eng": ["abnormal trochanter morphology"], "definition_std": ["any structural anomaly of the bony prominences near the upper extremity of the femur; there are two in human (greater and lesser trochanters) and three in many other mammalian species (greater, lesser and third); these normally serve as attachment points for hip and thigh muscles"], "id_eng": "MP:0004627", "definition_kw": ["any structural anomaly of the bony prominences near the upper extremity of the femur; there are two in human (greater and lesser trochanters) and three in many other mammalian species (greater, lesser and third); these normally serve as attachment points for hip and thigh muscles"], "equivalent_iri_std": ["_:c67340cb175032c993459b5915489ea4"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0004627", "label_std": ["abnormal trochanter morphology"], "equivalent_curie": ["_:c67340cb175032c993459b5915489ea4"], "equivalent_curie_kw": ["_:c67340cb175032c993459b5915489ea4"], "score": 16.10271, "id_kw": "MP:0004627", "equivalent_iri_eng": ["_:c67340cb175032c993459b5915489ea4"], "label_kw": ["abnormal trochanter morphology"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0004627", "equivalent_iri": ["_:c67340cb175032c993459b5915489ea4"], "_version_": 1580845589180973057, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0004627", "id": "MP:0004627", "definition": ["any structural anomaly of the bony prominences near the upper extremity of the femur; there are two in human (greater and lesser trochanters) and three in many other mammalian species (greater, lesser and third); these normally serve as attachment points for hip and thigh muscles"], "label": ["abnormal trochanter morphology"], "definition_eng": ["any structural anomaly of the bony prominences near the upper extremity of the femur; there are two in human (greater and lesser trochanters) and three in many other mammalian species (greater, lesser and third); these normally serve as attachment points for hip and thigh muscles"], "equivalent_curie_std": ["_:c67340cb175032c993459b5915489ea4"], "category": ["Phenotype"]}, {"synonym": ["Flat acetabular roofs", "Flattened acetabular roof", "Horizontal acetabular roofs", "Horizontal acetabular roof", "Horizontal acetabulae"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0003180", "iri": "http://purl.obolibrary.org/obo/HP_0003180", "label_eng": ["Flat acetabular roof"], "definition_std": ["Flattening of the superior part of the acetabulum, which is a cup-shaped cavity at the base of the hipbone into which the ball-shaped head of the femur fits. The acetabular roof thereby appears horizontal rather than arched, as it normally does."], "id_eng": "HP:0003180", "definition_kw": ["Flattening of the superior part of the acetabulum, which is a cup-shaped cavity at the base of the hipbone into which the ball-shaped head of the femur fits. The acetabular roof thereby appears horizontal rather than arched, as it normally does."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0003180", "label_std": ["Flat acetabular roof"], "synonym_eng": ["Flat acetabular roofs", "Flattened acetabular roof", "Horizontal acetabular roofs", "Horizontal acetabular roof", "Horizontal acetabulae"], "score": 16.10271, "id_kw": "HP:0003180", "label_kw": ["Flat acetabular roof"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0003180", "_version_": 1580845591242473475, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0003180", "id": "HP:0003180", "definition": ["Flattening of the superior part of the acetabulum, which is a cup-shaped cavity at the base of the hipbone into which the ball-shaped head of the femur fits. The acetabular roof thereby appears horizontal rather than arched, as it normally does."], "synonym_kw": ["Flat acetabular roofs", "Flattened acetabular roof", "Horizontal acetabular roofs", "Horizontal acetabular roof", "Horizontal acetabulae"], "synonym_std": ["Flat acetabular roofs", "Flattened acetabular roof", "Horizontal acetabular roofs", "Horizontal acetabular roof", "Horizontal acetabulae"], "label": ["Flat acetabular roof"], "definition_eng": ["Flattening of the superior part of the acetabulum, which is a cup-shaped cavity at the base of the hipbone into which the ball-shaped head of the femur fits. The acetabular roof thereby appears horizontal rather than arched, as it normally does."], "category": ["Phenotype"]}, {"synonym": ["Slipped end part of innermost thighbone", "Slipped capilal femoral epiphysis", "Slipped capital femoral epiphyses"], "equivalent_curie_eng": ["_:823892aba0b17152f3c76e20263bf321"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006461", "iri": "http://purl.obolibrary.org/obo/HP_0006461", "equivalent_iri_kw": ["_:823892aba0b17152f3c76e20263bf321"], "label_eng": ["Proximal femoral epiphysiolysis"], "definition_std": ["Slipped capital femoral epiphysis is defined as a posterior and inferior slippage of the proximal epiphysis of the femur onto the metaphysis (femoral neck), occurring through the physeal plate during the early adolescent growth spurt."], "id_eng": "HP:0006461", "definition_kw": ["Slipped capital femoral epiphysis is defined as a posterior and inferior slippage of the proximal epiphysis of the femur onto the metaphysis (femoral neck), occurring through the physeal plate during the early adolescent growth spurt."], "equivalent_iri_std": ["_:823892aba0b17152f3c76e20263bf321"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006461", "label_std": ["Proximal femoral epiphysiolysis"], "equivalent_curie": ["_:823892aba0b17152f3c76e20263bf321"], "equivalent_curie_kw": ["_:823892aba0b17152f3c76e20263bf321"], "synonym_eng": ["Slipped end part of innermost thighbone", "Slipped capilal femoral epiphysis", "Slipped capital femoral epiphyses"], "score": 16.10271, "id_kw": "HP:0006461", "equivalent_iri_eng": ["_:823892aba0b17152f3c76e20263bf321"], "label_kw": ["Proximal femoral epiphysiolysis"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006461", "equivalent_iri": ["_:823892aba0b17152f3c76e20263bf321"], "_version_": 1580845592264835074, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006461", "id": "HP:0006461", "definition": ["Slipped capital femoral epiphysis is defined as a posterior and inferior slippage of the proximal epiphysis of the femur onto the metaphysis (femoral neck), occurring through the physeal plate during the early adolescent growth spurt."], "synonym_kw": ["Slipped end part of innermost thighbone", "Slipped capilal femoral epiphysis", "Slipped capital femoral epiphyses"], "synonym_std": ["Slipped end part of innermost thighbone", "Slipped capilal femoral epiphysis", "Slipped capital femoral epiphyses"], "label": ["Proximal femoral epiphysiolysis"], "definition_eng": ["Slipped capital femoral epiphysis is defined as a posterior and inferior slippage of the proximal epiphysis of the femur onto the metaphysis (femoral neck), occurring through the physeal plate during the early adolescent growth spurt."], "equivalent_curie_std": ["_:823892aba0b17152f3c76e20263bf321"], "category": ["Phenotype"]}, {"synonym": ["Partial knee cap dislocation", "Subluxation of patella"], "equivalent_curie_eng": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0010499", "iri": "http://purl.obolibrary.org/obo/HP_0010499", "equivalent_iri_kw": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "label_eng": ["Patellar subluxation"], "definition_std": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar subluxation refers to an unstable kneecap that does not slide centrally within its groove, i.e., a partial dislocation of the patella."], "id_eng": "HP:0010499", "definition_kw": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar subluxation refers to an unstable kneecap that does not slide centrally within its groove, i.e., a partial dislocation of the patella."], "equivalent_iri_std": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0010499", "label_std": ["Patellar subluxation"], "equivalent_curie": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "equivalent_curie_kw": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "synonym_eng": ["Partial knee cap dislocation", "Subluxation of patella"], "score": 16.10271, "id_kw": "HP:0010499", "equivalent_iri_eng": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "label_kw": ["Patellar subluxation"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0010499", "equivalent_iri": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "_version_": 1580845592341381123, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0010499", "id": "HP:0010499", "definition": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar subluxation refers to an unstable kneecap that does not slide centrally within its groove, i.e., a partial dislocation of the patella."], "synonym_kw": ["Partial knee cap dislocation", "Subluxation of patella"], "synonym_std": ["Partial knee cap dislocation", "Subluxation of patella"], "label": ["Patellar subluxation"], "definition_eng": ["The kneecap normally is located within the groove termed trochlea on the distal femur and can slide up and down in it. Patellar subluxation refers to an unstable kneecap that does not slide centrally within its groove, i.e., a partial dislocation of the patella."], "equivalent_curie_std": ["_:43b77d40ce02698fee5e10c1ffe7b82c"], "category": ["Phenotype"]}, {"synonym": ["Osteogenic sarcoma"], "equivalent_curie_eng": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "MP:0003789"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002669", "iri": "http://purl.obolibrary.org/obo/HP_0002669", "equivalent_iri_kw": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "http://purl.obolibrary.org/obo/MP_0003789"], "label_eng": ["Osteosarcoma"], "definition_std": ["A malignant bone tumor that usually develops during adolescence and usually affects the long bones including the tibia, femur, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture, limitation of motion, and tenderness or swelling at the site of the tumor."], "id_eng": "HP:0002669", "definition_kw": ["A malignant bone tumor that usually develops during adolescence and usually affects the long bones including the tibia, femur, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture, limitation of motion, and tenderness or swelling at the site of the tumor."], "equivalent_iri_std": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "http://purl.obolibrary.org/obo/MP_0003789"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002669", "label_std": ["Osteosarcoma"], "equivalent_curie": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "MP:0003789"], "equivalent_curie_kw": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "MP:0003789"], "synonym_eng": ["Osteogenic sarcoma"], "score": 16.10271, "id_kw": "HP:0002669", "equivalent_iri_eng": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "http://purl.obolibrary.org/obo/MP_0003789"], "label_kw": ["Osteosarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002669", "equivalent_iri": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "http://purl.obolibrary.org/obo/MP_0003789"], "_version_": 1580845593150881793, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002669", "id": "HP:0002669", "definition": ["A malignant bone tumor that usually develops during adolescence and usually affects the long bones including the tibia, femur, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture, limitation of motion, and tenderness or swelling at the site of the tumor."], "synonym_kw": ["Osteogenic sarcoma"], "synonym_std": ["Osteogenic sarcoma"], "label": ["Osteosarcoma"], "definition_eng": ["A malignant bone tumor that usually develops during adolescence and usually affects the long bones including the tibia, femur, and humerus. The typical symptoms of osteosarcoma comprise bone pain, fracture, limitation of motion, and tenderness or swelling at the site of the tumor."], "equivalent_curie_std": ["_:472d44487dc69ee5bf38f2652d27c067", "_:0692fc5aa1656c77fea78de98ecb9524", "MP:0003789"], "category": ["Phenotype"]}, {"synonym": ["Solitary Osseous Plasmacytoma", "Solitary Plasmacytoma of Bone", "Isolated Osseous Plasmacytoma", "Isolated osseous plasmacytoma", "Solitary plasmacytoma of bone", "Isolated Plasmacytoma of Bone"], "equivalent_curie_eng": ["UMLS:C0272256", "OBO:NCIT_C7812"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:3722", "iri": "http://purl.obolibrary.org/obo/DOID_3722", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0272256", "http://purl.obolibrary.org/obo/NCIT_C7812"], "label_eng": ["solitary osseous plasmacytoma"], "definition_std": ["A localized, clonal (malignant) plasma cell infiltrate in the bone, without peripheral blood involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and femur.  X-rays examination reveals a solitary lytic lesion."], "id_eng": "DOID:3722", "definition_kw": ["A localized, clonal (malignant) plasma cell infiltrate in the bone, without peripheral blood involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and femur.  X-rays examination reveals a solitary lytic lesion."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0272256", "http://purl.obolibrary.org/obo/NCIT_C7812"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_3722", "label_std": ["solitary osseous plasmacytoma"], "equivalent_curie": ["UMLS:C0272256", "OBO:NCIT_C7812"], "equivalent_curie_kw": ["UMLS:C0272256", "OBO:NCIT_C7812"], "synonym_eng": ["Solitary Osseous Plasmacytoma", "Solitary Plasmacytoma of Bone", "Isolated Osseous Plasmacytoma", "Isolated osseous plasmacytoma", "Solitary plasmacytoma of bone", "Isolated Plasmacytoma of Bone"], "score": 16.10271, "id_kw": "DOID:3722", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0272256", "http://purl.obolibrary.org/obo/NCIT_C7812"], "label_kw": ["solitary osseous plasmacytoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_3722", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0272256", "http://purl.obolibrary.org/obo/NCIT_C7812"], "_version_": 1580845598042488832, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_3722", "id": "DOID:3722", "definition": ["A localized, clonal (malignant) plasma cell infiltrate in the bone, without peripheral blood involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and femur.  X-rays examination reveals a solitary lytic lesion."], "synonym_kw": ["Solitary Osseous Plasmacytoma", "Solitary Plasmacytoma of Bone", "Isolated Osseous Plasmacytoma", "Isolated osseous plasmacytoma", "Solitary plasmacytoma of bone", "Isolated Plasmacytoma of Bone"], "synonym_std": ["Solitary Osseous Plasmacytoma", "Solitary Plasmacytoma of Bone", "Isolated Osseous Plasmacytoma", "Isolated osseous plasmacytoma", "Solitary plasmacytoma of bone", "Isolated Plasmacytoma of Bone"], "label": ["solitary osseous plasmacytoma"], "definition_eng": ["A localized, clonal (malignant) plasma cell infiltrate in the bone, without peripheral blood involvement.  The most commonly affected bones are the vertebrae, ribs, skull, pelvis and femur.  X-rays examination reveals a solitary lytic lesion."], "equivalent_curie_std": ["UMLS:C0272256", "OBO:NCIT_C7812"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0012427", "iri": "http://purl.obolibrary.org/obo/HP_0012427", "label_eng": ["Excessive femoral anteversion"], "definition_std": ["An increased degree of femoral version, which is defined as the angular difference between axis of femoral neck and transcondylar axis of the knee. Thus, femoral anteversion is an inward twisting of the femur that causes the knees and feet to turn inward."], "id_eng": "HP:0012427", "definition_kw": ["An increased degree of femoral version, which is defined as the angular difference between axis of femoral neck and transcondylar axis of the knee. Thus, femoral anteversion is an inward twisting of the femur that causes the knees and feet to turn inward."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0012427", "label_std": ["Excessive femoral anteversion"], "score": 16.10271, "id_kw": "HP:0012427", "label_kw": ["Excessive femoral anteversion"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0012427", "_version_": 1580845617247158276, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0012427", "id": "HP:0012427", "definition": ["An increased degree of femoral version, which is defined as the angular difference between axis of femoral neck and transcondylar axis of the knee. Thus, femoral anteversion is an inward twisting of the femur that causes the knees and feet to turn inward."], "label": ["Excessive femoral anteversion"], "definition_eng": ["An increased degree of femoral version, which is defined as the angular difference between axis of femoral neck and transcondylar axis of the knee. Thus, femoral anteversion is an inward twisting of the femur that causes the knees and feet to turn inward."], "category": ["Phenotype"]}, {"synonym": ["Childhood Parosteal Osteogenic Sarcoma", "Childhood Parosteal Osteosarcoma"], "equivalent_curie_eng": ["OBO:NCIT_C6589", "UMLS:C1332994"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:5809", "iri": "http://purl.obolibrary.org/obo/DOID_5809", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/NCIT_C6589", "http://purl.obolibrary.org/obo/UMLS_C1332994"], "label_eng": ["childhood parosteal osteogenic sarcoma"], "definition_std": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone.  It occurs in childhood and usually affects the distal posterior femur, the proximal tibia, and proximal humerus.  Painless swelling is the usual clinical sign. The prognosis is usually excellent."], "id_eng": "DOID:5809", "definition_kw": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone.  It occurs in childhood and usually affects the distal posterior femur, the proximal tibia, and proximal humerus.  Painless swelling is the usual clinical sign. The prognosis is usually excellent."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/NCIT_C6589", "http://purl.obolibrary.org/obo/UMLS_C1332994"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_5809", "label_std": ["childhood parosteal osteogenic sarcoma"], "equivalent_curie": ["OBO:NCIT_C6589", "UMLS:C1332994"], "equivalent_curie_kw": ["OBO:NCIT_C6589", "UMLS:C1332994"], "synonym_eng": ["Childhood Parosteal Osteogenic Sarcoma", "Childhood Parosteal Osteosarcoma"], "score": 16.10271, "id_kw": "DOID:5809", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/NCIT_C6589", "http://purl.obolibrary.org/obo/UMLS_C1332994"], "label_kw": ["childhood parosteal osteogenic sarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_5809", "equivalent_iri": ["http://purl.obolibrary.org/obo/NCIT_C6589", "http://purl.obolibrary.org/obo/UMLS_C1332994"], "_version_": 1580845602049097731, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_5809", "id": "DOID:5809", "definition": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone.  It occurs in childhood and usually affects the distal posterior femur, the proximal tibia, and proximal humerus.  Painless swelling is the usual clinical sign. The prognosis is usually excellent."], "synonym_kw": ["Childhood Parosteal Osteogenic Sarcoma", "Childhood Parosteal Osteosarcoma"], "synonym_std": ["Childhood Parosteal Osteogenic Sarcoma", "Childhood Parosteal Osteosarcoma"], "label": ["childhood parosteal osteogenic sarcoma"], "definition_eng": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone.  It occurs in childhood and usually affects the distal posterior femur, the proximal tibia, and proximal humerus.  Painless swelling is the usual clinical sign. The prognosis is usually excellent."], "equivalent_curie_std": ["OBO:NCIT_C6589", "UMLS:C1332994"], "category": ["disease"]}, {"synonym": ["Osteocartilaginous Exostoses", "Exostosis, Cartilaginous", "Osteocartilaginous Exostosis", "Osteochondromas", "Exostoses, Cartilaginous", "Chondrosteomas", "Exostosis, Osteocartilaginous", "Cartilaginous Exostosis", "Exostoses, Osteocartilaginous", "Chondrosteoma", "Cartilaginous Exostoses"], "leaf": false, "category_std": ["disease"], "id_std": "MESH:D015831", "iri": "http://purl.obolibrary.org/obo/MESH_D015831", "label_eng": ["Osteochondroma"], "definition_std": ["A cartilage-capped benign tumor that often appears as a stalk on the surface of bone. It is probably a developmental malformation rather than a true neoplasm and is usually found in the metaphysis of the distal femur, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign bone tumors."], "id_eng": "MESH:D015831", "definition_kw": ["A cartilage-capped benign tumor that often appears as a stalk on the surface of bone. It is probably a developmental malformation rather than a true neoplasm and is usually found in the metaphysis of the distal femur, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign bone tumors."], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D015831", "label_std": ["Osteochondroma"], "synonym_eng": ["Osteocartilaginous Exostoses", "Exostosis, Cartilaginous", "Osteocartilaginous Exostosis", "Osteochondromas", "Exostoses, Cartilaginous", "Chondrosteomas", "Exostosis, Osteocartilaginous", "Cartilaginous Exostosis", "Exostoses, Osteocartilaginous", "Chondrosteoma", "Cartilaginous Exostoses"], "score": 16.10271, "id_kw": "MESH:D015831", "label_kw": ["Osteochondroma"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D015831", "_version_": 1580845554436407297, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D015831", "id": "MESH:D015831", "definition": ["A cartilage-capped benign tumor that often appears as a stalk on the surface of bone. It is probably a developmental malformation rather than a true neoplasm and is usually found in the metaphysis of the distal femur, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign bone tumors."], "synonym_kw": ["Osteocartilaginous Exostoses", "Exostosis, Cartilaginous", "Osteocartilaginous Exostosis", "Osteochondromas", "Exostoses, Cartilaginous", "Chondrosteomas", "Exostosis, Osteocartilaginous", "Cartilaginous Exostosis", "Exostoses, Osteocartilaginous", "Chondrosteoma", "Cartilaginous Exostoses"], "synonym_std": ["Osteocartilaginous Exostoses", "Exostosis, Cartilaginous", "Osteocartilaginous Exostosis", "Osteochondromas", "Exostoses, Cartilaginous", "Chondrosteomas", "Exostosis, Osteocartilaginous", "Cartilaginous Exostosis", "Exostoses, Osteocartilaginous", "Chondrosteoma", "Cartilaginous Exostoses"], "label": ["Osteochondroma"], "definition_eng": ["A cartilage-capped benign tumor that often appears as a stalk on the surface of bone. It is probably a developmental malformation rather than a true neoplasm and is usually found in the metaphysis of the distal femur, proximal tibia, or proximal humerus. Osteochondroma is the most common of benign bone tumors."], "category": ["disease"]}, {"synonym": ["Ischemic Necrosis of Femoral Head", "ANFH", "Femoral Head, Aseptic Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY, 1; ANFH1", "Femoral Head, Avascular Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY; ANFH", "Familial osteonecrosis of the femoral head", "ANFH1", "Osteonecrosis of Femoral Head"], "equivalent_curie_eng": ["UMLS:C4275066", "Orphanet:86820"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:608805", "iri": "http://purl.obolibrary.org/obo/OMIM_608805", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4275066", "http://www.orpha.net/ORDO/Orphanet_86820"], "label_eng": ["Avascular necrosis of the head of femur", "Avascular Necrosis of Femoral Head, Primary, 1", "Familial avascular necrosis of femoral head"], "definition_std": ["Avascular necrosis of the femoral head (ANFH) is a debilitating disease that usually leads to destruction of the hip joint in the third to fifth decade of life. The disorder is characterized by progressive pain in the groin, mechanical failure of the subchondral bone, and degeneration of the hip joint. Nearly one-half of patients require hip replacement before 40 years of age. ANFH represents a specific form of the broader disease category of osteonecrosis (summary by {11:Mont and Hungerford, 1995}).\n\n<Subhead> Genetic Heterogeneity of Primary Avascular Necrosis of the Femoral Head\n\nANFH2 is caused by mutation in the TRPV4 gene (OMIM:605427) on chromosome 12q24.\n\nMutation in COL2A1 has also been found in Legg-Calves-Perthes disease (LCPD; OMIM:150600), a form of ANFH in growing children.", "Avascular necrosis of femoral head (ANFH) is a severely disabling disease characterised by progressive groin pain, a limping gait, leg length discrepancy, collapse of the subchondral bone, limitation of hip function and eventual degeneration of the hip joint requiring total hip arthroplasty."], "id_eng": "OMIM:608805", "definition_kw": ["Avascular necrosis of the femoral head (ANFH) is a debilitating disease that usually leads to destruction of the hip joint in the third to fifth decade of life. The disorder is characterized by progressive pain in the groin, mechanical failure of the subchondral bone, and degeneration of the hip joint. Nearly one-half of patients require hip replacement before 40 years of age. ANFH represents a specific form of the broader disease category of osteonecrosis (summary by {11:Mont and Hungerford, 1995}).\n\n<Subhead> Genetic Heterogeneity of Primary Avascular Necrosis of the Femoral Head\n\nANFH2 is caused by mutation in the TRPV4 gene (OMIM:605427) on chromosome 12q24.\n\nMutation in COL2A1 has also been found in Legg-Calves-Perthes disease (LCPD; OMIM:150600), a form of ANFH in growing children.", "Avascular necrosis of femoral head (ANFH) is a severely disabling disease characterised by progressive groin pain, a limping gait, leg length discrepancy, collapse of the subchondral bone, limitation of hip function and eventual degeneration of the hip joint requiring total hip arthroplasty."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4275066", "http://www.orpha.net/ORDO/Orphanet_86820"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_608805", "label_std": ["Avascular necrosis of the head of femur", "Avascular Necrosis of Femoral Head, Primary, 1", "Familial avascular necrosis of femoral head"], "equivalent_curie": ["UMLS:C4275066", "Orphanet:86820"], "equivalent_curie_kw": ["UMLS:C4275066", "Orphanet:86820"], "synonym_eng": ["Ischemic Necrosis of Femoral Head", "ANFH", "Femoral Head, Aseptic Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY, 1; ANFH1", "Femoral Head, Avascular Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY; ANFH", "Familial osteonecrosis of the femoral head", "ANFH1", "Osteonecrosis of Femoral Head"], "score": 14.488973, "id_kw": "OMIM:608805", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4275066", "http://www.orpha.net/ORDO/Orphanet_86820"], "label_kw": ["Avascular necrosis of the head of femur", "Avascular Necrosis of Femoral Head, Primary, 1", "Familial avascular necrosis of femoral head"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_608805", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4275066", "http://www.orpha.net/ORDO/Orphanet_86820"], "_version_": 1580845545572794368, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_608805", "id": "OMIM:608805", "definition": ["Avascular necrosis of the femoral head (ANFH) is a debilitating disease that usually leads to destruction of the hip joint in the third to fifth decade of life. The disorder is characterized by progressive pain in the groin, mechanical failure of the subchondral bone, and degeneration of the hip joint. Nearly one-half of patients require hip replacement before 40 years of age. ANFH represents a specific form of the broader disease category of osteonecrosis (summary by {11:Mont and Hungerford, 1995}).\n\n<Subhead> Genetic Heterogeneity of Primary Avascular Necrosis of the Femoral Head\n\nANFH2 is caused by mutation in the TRPV4 gene (OMIM:605427) on chromosome 12q24.\n\nMutation in COL2A1 has also been found in Legg-Calves-Perthes disease (LCPD; OMIM:150600), a form of ANFH in growing children.", "Avascular necrosis of femoral head (ANFH) is a severely disabling disease characterised by progressive groin pain, a limping gait, leg length discrepancy, collapse of the subchondral bone, limitation of hip function and eventual degeneration of the hip joint requiring total hip arthroplasty."], "synonym_kw": ["Ischemic Necrosis of Femoral Head", "ANFH", "Femoral Head, Aseptic Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY, 1; ANFH1", "Femoral Head, Avascular Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY; ANFH", "Familial osteonecrosis of the femoral head", "ANFH1", "Osteonecrosis of Femoral Head"], "synonym_std": ["Ischemic Necrosis of Femoral Head", "ANFH", "Femoral Head, Aseptic Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY, 1; ANFH1", "Femoral Head, Avascular Necrosis of", "AVASCULAR NECROSIS OF FEMORAL HEAD, PRIMARY; ANFH", "Familial osteonecrosis of the femoral head", "ANFH1", "Osteonecrosis of Femoral Head"], "label": ["Avascular necrosis of the head of femur", "Avascular Necrosis of Femoral Head, Primary, 1", "Familial avascular necrosis of femoral head"], "definition_eng": ["Avascular necrosis of the femoral head (ANFH) is a debilitating disease that usually leads to destruction of the hip joint in the third to fifth decade of life. The disorder is characterized by progressive pain in the groin, mechanical failure of the subchondral bone, and degeneration of the hip joint. Nearly one-half of patients require hip replacement before 40 years of age. ANFH represents a specific form of the broader disease category of osteonecrosis (summary by {11:Mont and Hungerford, 1995}).\n\n<Subhead> Genetic Heterogeneity of Primary Avascular Necrosis of the Femoral Head\n\nANFH2 is caused by mutation in the TRPV4 gene (OMIM:605427) on chromosome 12q24.\n\nMutation in COL2A1 has also been found in Legg-Calves-Perthes disease (LCPD; OMIM:150600), a form of ANFH in growing children.", "Avascular necrosis of femoral head (ANFH) is a severely disabling disease characterised by progressive groin pain, a limping gait, leg length discrepancy, collapse of the subchondral bone, limitation of hip function and eventual degeneration of the hip joint requiring total hip arthroplasty."], "equivalent_curie_std": ["UMLS:C4275066", "Orphanet:86820"], "category": ["disease"]}, {"synonym": ["Smd, Kozlowski Type", "SMDK", "SMD, Kozlowski Type", "SPONDYLOMETAPHYSEAL DYSPLASIA, KOZLOWSKI TYPE; SMDK"], "equivalent_curie_eng": ["Orphanet:93314", "MESH:C535797"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:184252", "iri": "http://purl.obolibrary.org/obo/OMIM_184252", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_93314", "http://purl.obolibrary.org/obo/MESH_C535797"], "label_eng": ["Spondylometaphyseal dysplasia, Kozlowski type", "Spondylometaphyseal Dysplasia, Kozlowski Type"], "definition_std": ["Spondylometaphyseal dysplasia, Kozlowski type is characterized by short stature (short-trunk dwarfism), scoliosis, metaphyseal abnormalities in the femur (prominent in the femoral neck and trochanteric area), coxa vara and generalized platyspondyly.", "SMD Kozlowski (SMDK) is an autosomal dominant disorder characterized by significant scoliosis and mild metaphyseal abnormalities in the pelvis. The vertebrae exhibit platyspondyly and overfaced pedicles ({4:Krakow et al., 2009})."], "id_eng": "OMIM:184252", "definition_kw": ["Spondylometaphyseal dysplasia, Kozlowski type is characterized by short stature (short-trunk dwarfism), scoliosis, metaphyseal abnormalities in the femur (prominent in the femoral neck and trochanteric area), coxa vara and generalized platyspondyly.", "SMD Kozlowski (SMDK) is an autosomal dominant disorder characterized by significant scoliosis and mild metaphyseal abnormalities in the pelvis. The vertebrae exhibit platyspondyly and overfaced pedicles ({4:Krakow et al., 2009})."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_93314", "http://purl.obolibrary.org/obo/MESH_C535797"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_184252", "label_std": ["Spondylometaphyseal dysplasia, Kozlowski type", "Spondylometaphyseal Dysplasia, Kozlowski Type"], "equivalent_curie": ["Orphanet:93314", "MESH:C535797"], "equivalent_curie_kw": ["Orphanet:93314", "MESH:C535797"], "synonym_eng": ["Smd, Kozlowski Type", "SMDK", "SMD, Kozlowski Type", "SPONDYLOMETAPHYSEAL DYSPLASIA, KOZLOWSKI TYPE; SMDK"], "score": 14.34713, "id_kw": "OMIM:184252", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_93314", "http://purl.obolibrary.org/obo/MESH_C535797"], "label_kw": ["Spondylometaphyseal dysplasia, Kozlowski type", "Spondylometaphyseal Dysplasia, Kozlowski Type"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_184252", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_93314", "http://purl.obolibrary.org/obo/MESH_C535797"], "_version_": 1580845512318255104, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_184252", "id": "OMIM:184252", "definition": ["Spondylometaphyseal dysplasia, Kozlowski type is characterized by short stature (short-trunk dwarfism), scoliosis, metaphyseal abnormalities in the femur (prominent in the femoral neck and trochanteric area), coxa vara and generalized platyspondyly.", "SMD Kozlowski (SMDK) is an autosomal dominant disorder characterized by significant scoliosis and mild metaphyseal abnormalities in the pelvis. The vertebrae exhibit platyspondyly and overfaced pedicles ({4:Krakow et al., 2009})."], "synonym_kw": ["Smd, Kozlowski Type", "SMDK", "SMD, Kozlowski Type", "SPONDYLOMETAPHYSEAL DYSPLASIA, KOZLOWSKI TYPE; SMDK"], "synonym_std": ["Smd, Kozlowski Type", "SMDK", "SMD, Kozlowski Type", "SPONDYLOMETAPHYSEAL DYSPLASIA, KOZLOWSKI TYPE; SMDK"], "label": ["Spondylometaphyseal dysplasia, Kozlowski type", "Spondylometaphyseal Dysplasia, Kozlowski Type"], "definition_eng": ["Spondylometaphyseal dysplasia, Kozlowski type is characterized by short stature (short-trunk dwarfism), scoliosis, metaphyseal abnormalities in the femur (prominent in the femoral neck and trochanteric area), coxa vara and generalized platyspondyly.", "SMD Kozlowski (SMDK) is an autosomal dominant disorder characterized by significant scoliosis and mild metaphyseal abnormalities in the pelvis. The vertebrae exhibit platyspondyly and overfaced pedicles ({4:Krakow et al., 2009})."], "equivalent_curie_std": ["Orphanet:93314", "MESH:C535797"], "category": ["disease"]}, {"synonym": ["TD", "Dysplasias, Thanatophoric", "Thanatophoric Dwarfism", "Thanatophoric Dysplasias", "Thanatophoric Short Stature", "Dysplasia, Thanatophoric", "Thanatophoric dwarfism", "Thanatophoric Dwarfisms", "Dwarfisms, Thanatophoric", "Dwarfism, Thanatophoric"], "equivalent_curie_eng": ["Orphanet:2655", "UMLS:C1868678", "MESH:D013796"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:13481", "iri": "http://purl.obolibrary.org/obo/DOID_13481", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2655", "http://purl.obolibrary.org/obo/UMLS_C1868678", "http://purl.obolibrary.org/obo/MESH_D013796"], "label_eng": ["thanatophoric dysplasia"], "definition_std": ["Thanatophoric dysplasia (TD) is a severe and generally lethal skeletal dysplasia presenting in the prenatal period and characterized by micromelia, macrocephaly, narrow thorax, and distinctive facial features. It includes TD, type 1 (TD1) and TD, type 2 (TD2) (see these terms), that can be differentiated from each other by femur and skull shape."], "id_eng": "DOID:13481", "definition_kw": ["Thanatophoric dysplasia (TD) is a severe and generally lethal skeletal dysplasia presenting in the prenatal period and characterized by micromelia, macrocephaly, narrow thorax, and distinctive facial features. It includes TD, type 1 (TD1) and TD, type 2 (TD2) (see these terms), that can be differentiated from each other by femur and skull shape."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2655", "http://purl.obolibrary.org/obo/UMLS_C1868678", "http://purl.obolibrary.org/obo/MESH_D013796"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_13481", "label_std": ["thanatophoric dysplasia"], "equivalent_curie": ["Orphanet:2655", "UMLS:C1868678", "MESH:D013796"], "equivalent_curie_kw": ["Orphanet:2655", "UMLS:C1868678", "MESH:D013796"], "synonym_eng": ["TD", "Dysplasias, Thanatophoric", "Thanatophoric Dwarfism", "Thanatophoric Dysplasias", "Thanatophoric Short Stature", "Dysplasia, Thanatophoric", "Thanatophoric dwarfism", "Thanatophoric Dwarfisms", "Dwarfisms, Thanatophoric", "Dwarfism, Thanatophoric"], "score": 14.34713, "id_kw": "DOID:13481", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2655", "http://purl.obolibrary.org/obo/UMLS_C1868678", "http://purl.obolibrary.org/obo/MESH_D013796"], "label_kw": ["thanatophoric dysplasia"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_13481", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2655", "http://purl.obolibrary.org/obo/UMLS_C1868678", "http://purl.obolibrary.org/obo/MESH_D013796"], "_version_": 1580845593504251904, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_13481", "id": "DOID:13481", "definition": ["Thanatophoric dysplasia (TD) is a severe and generally lethal skeletal dysplasia presenting in the prenatal period and characterized by micromelia, macrocephaly, narrow thorax, and distinctive facial features. It includes TD, type 1 (TD1) and TD, type 2 (TD2) (see these terms), that can be differentiated from each other by femur and skull shape."], "synonym_kw": ["TD", "Dysplasias, Thanatophoric", "Thanatophoric Dwarfism", "Thanatophoric Dysplasias", "Thanatophoric Short Stature", "Dysplasia, Thanatophoric", "Thanatophoric dwarfism", "Thanatophoric Dwarfisms", "Dwarfisms, Thanatophoric", "Dwarfism, Thanatophoric"], "synonym_std": ["TD", "Dysplasias, Thanatophoric", "Thanatophoric Dwarfism", "Thanatophoric Dysplasias", "Thanatophoric Short Stature", "Dysplasia, Thanatophoric", "Thanatophoric dwarfism", "Thanatophoric Dwarfisms", "Dwarfisms, Thanatophoric", "Dwarfism, Thanatophoric"], "label": ["thanatophoric dysplasia"], "definition_eng": ["Thanatophoric dysplasia (TD) is a severe and generally lethal skeletal dysplasia presenting in the prenatal period and characterized by micromelia, macrocephaly, narrow thorax, and distinctive facial features. It includes TD, type 1 (TD1) and TD, type 2 (TD2) (see these terms), that can be differentiated from each other by femur and skull shape."], "equivalent_curie_std": ["Orphanet:2655", "UMLS:C1868678", "MESH:D013796"], "category": ["disease"]}, {"synonym": ["Chondrosarcoma", "chondrosarcoma", "CHONDROSARCOMA, MALIGNANT", "Chondrosarcomas", "primary chondrosarcoma of the bone", "chondrosarcoma of bone"], "equivalent_curie_eng": ["OBO:NCIT_C2946", "MPATH:392", "Orphanet:55880", "MESH:D002813"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:3371", "iri": "http://purl.obolibrary.org/obo/DOID_3371", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/NCIT_C2946", "http://purl.obolibrary.org/obo/MPATH_392", "http://www.orpha.net/ORDO/Orphanet_55880", "http://purl.obolibrary.org/obo/MESH_D002813"], "label_eng": ["chondrosarcoma"], "definition_std": ["Chondrosarcoma is a malignant bone tumor arising from cartilaginous tissue, most frequently occuring at the ends of the femur and tibia, the proximal end of the humerus and the pelvis; and presenting with a palpable mass and progressive pain. Chondrosarcoma is usually slow growing at low histological grades and can be well managed by intralesional curettage or en-block wide resection."], "id_eng": "DOID:3371", "definition_kw": ["Chondrosarcoma is a malignant bone tumor arising from cartilaginous tissue, most frequently occuring at the ends of the femur and tibia, the proximal end of the humerus and the pelvis; and presenting with a palpable mass and progressive pain. Chondrosarcoma is usually slow growing at low histological grades and can be well managed by intralesional curettage or en-block wide resection."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/NCIT_C2946", "http://purl.obolibrary.org/obo/MPATH_392", "http://www.orpha.net/ORDO/Orphanet_55880", "http://purl.obolibrary.org/obo/MESH_D002813"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_3371", "label_std": ["chondrosarcoma"], "equivalent_curie": ["OBO:NCIT_C2946", "MPATH:392", "Orphanet:55880", "MESH:D002813"], "equivalent_curie_kw": ["OBO:NCIT_C2946", "MPATH:392", "Orphanet:55880", "MESH:D002813"], "synonym_eng": ["Chondrosarcoma", "chondrosarcoma", "CHONDROSARCOMA, MALIGNANT", "Chondrosarcomas", "primary chondrosarcoma of the bone", "chondrosarcoma of bone"], "score": 14.34713, "id_kw": "DOID:3371", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/NCIT_C2946", "http://purl.obolibrary.org/obo/MPATH_392", "http://www.orpha.net/ORDO/Orphanet_55880", "http://purl.obolibrary.org/obo/MESH_D002813"], "label_kw": ["chondrosarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_3371", "equivalent_iri": ["http://purl.obolibrary.org/obo/NCIT_C2946", "http://purl.obolibrary.org/obo/MPATH_392", "http://www.orpha.net/ORDO/Orphanet_55880", "http://purl.obolibrary.org/obo/MESH_D002813"], "_version_": 1580845593530466304, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_3371", "id": "DOID:3371", "definition": ["Chondrosarcoma is a malignant bone tumor arising from cartilaginous tissue, most frequently occuring at the ends of the femur and tibia, the proximal end of the humerus and the pelvis; and presenting with a palpable mass and progressive pain. Chondrosarcoma is usually slow growing at low histological grades and can be well managed by intralesional curettage or en-block wide resection."], "synonym_kw": ["Chondrosarcoma", "chondrosarcoma", "CHONDROSARCOMA, MALIGNANT", "Chondrosarcomas", "primary chondrosarcoma of the bone", "chondrosarcoma of bone"], "synonym_std": ["Chondrosarcoma", "chondrosarcoma", "CHONDROSARCOMA, MALIGNANT", "Chondrosarcomas", "primary chondrosarcoma of the bone", "chondrosarcoma of bone"], "label": ["chondrosarcoma"], "definition_eng": ["Chondrosarcoma is a malignant bone tumor arising from cartilaginous tissue, most frequently occuring at the ends of the femur and tibia, the proximal end of the humerus and the pelvis; and presenting with a palpable mass and progressive pain. Chondrosarcoma is usually slow growing at low histological grades and can be well managed by intralesional curettage or en-block wide resection."], "equivalent_curie_std": ["OBO:NCIT_C2946", "MPATH:392", "Orphanet:55880", "MESH:D002813"], "category": ["disease"]}, {"synonym": ["Juxtacortical Osteogenic Sarcoma", "Parosteal Osteogenic sarcoma", "Osteosarcomas, Juxtacortical", "Juxtacortical Osteosarcoma", "Juxtacortical Osteosarcomas", "Parosteal Osteosarcoma", "Parosteal Osteogenic Sarcoma"], "equivalent_curie_eng": ["UMLS:C0206642", "MESH:D018217", "OBO:NCIT_C8969"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:3373", "iri": "http://purl.obolibrary.org/obo/DOID_3373", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0206642", "http://purl.obolibrary.org/obo/MESH_D018217", "http://purl.obolibrary.org/obo/NCIT_C8969"], "label_eng": ["juxtacortical osteosarcoma"], "definition_std": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone. It usually affects the distal posterior femur, the proximal tibia, and proximal humerus. Painless swelling is the usual clinical sign. Most patients are young adults and the prognosis is usually excellent."], "id_eng": "DOID:3373", "definition_kw": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone. It usually affects the distal posterior femur, the proximal tibia, and proximal humerus. Painless swelling is the usual clinical sign. Most patients are young adults and the prognosis is usually excellent."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0206642", "http://purl.obolibrary.org/obo/MESH_D018217", "http://purl.obolibrary.org/obo/NCIT_C8969"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_3373", "label_std": ["juxtacortical osteosarcoma"], "equivalent_curie": ["UMLS:C0206642", "MESH:D018217", "OBO:NCIT_C8969"], "equivalent_curie_kw": ["UMLS:C0206642", "MESH:D018217", "OBO:NCIT_C8969"], "synonym_eng": ["Juxtacortical Osteogenic Sarcoma", "Parosteal Osteogenic sarcoma", "Osteosarcomas, Juxtacortical", "Juxtacortical Osteosarcoma", "Juxtacortical Osteosarcomas", "Parosteal Osteosarcoma", "Parosteal Osteogenic Sarcoma"], "score": 14.34713, "id_kw": "DOID:3373", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0206642", "http://purl.obolibrary.org/obo/MESH_D018217", "http://purl.obolibrary.org/obo/NCIT_C8969"], "label_kw": ["juxtacortical osteosarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_3373", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0206642", "http://purl.obolibrary.org/obo/MESH_D018217", "http://purl.obolibrary.org/obo/NCIT_C8969"], "_version_": 1580845594533953536, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_3373", "id": "DOID:3373", "definition": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone. It usually affects the distal posterior femur, the proximal tibia, and proximal humerus. Painless swelling is the usual clinical sign. Most patients are young adults and the prognosis is usually excellent."], "synonym_kw": ["Juxtacortical Osteogenic Sarcoma", "Parosteal Osteogenic sarcoma", "Osteosarcomas, Juxtacortical", "Juxtacortical Osteosarcoma", "Juxtacortical Osteosarcomas", "Parosteal Osteosarcoma", "Parosteal Osteogenic Sarcoma"], "synonym_std": ["Juxtacortical Osteogenic Sarcoma", "Parosteal Osteogenic sarcoma", "Osteosarcomas, Juxtacortical", "Juxtacortical Osteosarcoma", "Juxtacortical Osteosarcomas", "Parosteal Osteosarcoma", "Parosteal Osteogenic Sarcoma"], "label": ["juxtacortical osteosarcoma"], "definition_eng": ["A low grade malignant bone-forming mesenchymal neoplasm arising from the surface of the bone. It usually affects the distal posterior femur, the proximal tibia, and proximal humerus. Painless swelling is the usual clinical sign. Most patients are young adults and the prognosis is usually excellent."], "equivalent_curie_std": ["UMLS:C0206642", "MESH:D018217", "OBO:NCIT_C8969"], "category": ["disease"]}, {"synonym": ["DDH2", "DEVELOPMENTAL DYSPLASIA OF THE HIP 2; DDH2"], "equivalent_curie_eng": ["UMLS:C3715079"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615612", "iri": "http://purl.obolibrary.org/obo/OMIM_615612", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3715079"], "label_eng": ["DDH2"], "definition_std": ["Developmental dysplasia of the hip (DDH) is a debilitating condition characterized by incomplete formation of the acetabulum leading to dislocation of the femur, suboptimal joint function, and accelerated wear of the articular cartilage, resulting in arthritis. Undetected hip dysplasia is the leading cause of osteoarthritis of the hip in young individuals, causing over 40% of cases in that age group (summary by {1:Feldman et al., 2013}).\n\nFor discussion of genetic heterogeneity of developmental dysplasia of the hip, see DDH1 (OMIM:142700).", "See http://www.omim.org/entry/615612"], "id_eng": "OMIM:615612", "definition_kw": ["Developmental dysplasia of the hip (DDH) is a debilitating condition characterized by incomplete formation of the acetabulum leading to dislocation of the femur, suboptimal joint function, and accelerated wear of the articular cartilage, resulting in arthritis. Undetected hip dysplasia is the leading cause of osteoarthritis of the hip in young individuals, causing over 40% of cases in that age group (summary by {1:Feldman et al., 2013}).\n\nFor discussion of genetic heterogeneity of developmental dysplasia of the hip, see DDH1 (OMIM:142700).", "See http://www.omim.org/entry/615612"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3715079"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615612", "label_std": ["DDH2"], "equivalent_curie": ["UMLS:C3715079"], "equivalent_curie_kw": ["UMLS:C3715079"], "synonym_eng": ["DDH2", "DEVELOPMENTAL DYSPLASIA OF THE HIP 2; DDH2"], "score": 14.34713, "id_kw": "OMIM:615612", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3715079"], "label_kw": ["DDH2"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615612", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3715079"], "_version_": 1580845549056163840, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615612", "id": "OMIM:615612", "definition": ["Developmental dysplasia of the hip (DDH) is a debilitating condition characterized by incomplete formation of the acetabulum leading to dislocation of the femur, suboptimal joint function, and accelerated wear of the articular cartilage, resulting in arthritis. Undetected hip dysplasia is the leading cause of osteoarthritis of the hip in young individuals, causing over 40% of cases in that age group (summary by {1:Feldman et al., 2013}).\n\nFor discussion of genetic heterogeneity of developmental dysplasia of the hip, see DDH1 (OMIM:142700).", "See http://www.omim.org/entry/615612"], "synonym_kw": ["DDH2", "DEVELOPMENTAL DYSPLASIA OF THE HIP 2; DDH2"], "synonym_std": ["DDH2", "DEVELOPMENTAL DYSPLASIA OF THE HIP 2; DDH2"], "label": ["DDH2"], "definition_eng": ["Developmental dysplasia of the hip (DDH) is a debilitating condition characterized by incomplete formation of the acetabulum leading to dislocation of the femur, suboptimal joint function, and accelerated wear of the articular cartilage, resulting in arthritis. Undetected hip dysplasia is the leading cause of osteoarthritis of the hip in young individuals, causing over 40% of cases in that age group (summary by {1:Feldman et al., 2013}).\n\nFor discussion of genetic heterogeneity of developmental dysplasia of the hip, see DDH1 (OMIM:142700).", "See http://www.omim.org/entry/615612"], "equivalent_curie_std": ["UMLS:C3715079"], "category": ["disease"]}, {"synonym": ["Rajab-Spranger syndrome", "LIPODYSTROPHY, GENERALIZED, WITH MENTAL RETARDATION, DEAFNESS, SHORT STATURE, AND SLENDER BONES"], "equivalent_curie_eng": ["UMLS:C1842465", "Orphanet:50811", "MESH:C564283"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:608154", "iri": "http://purl.obolibrary.org/obo/OMIM_608154", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1842465", "http://www.orpha.net/ORDO/Orphanet_50811", "http://purl.obolibrary.org/obo/MESH_C564283"], "label_eng": ["Lipodystrophy, Generalized, With Mental Retardation, Deafness, Short Stature, and Slender Bones", "Lipodystrophy-intellectual disability-deafness syndrome"], "definition_std": ["Lipodystrophy-intellectual disability-deafness syndrome is an extremely rare form of genetic lipodystrophy (see this term), reported in 3 patients from one family to date, characterized by generalized congenital lipodystrophy, low birth weight, progressive sensorineural deafness occurring in childhood, intellectual deficit, progressive osteopenia, delayed skeletal maturation, skeletal abnormalities described as slender, undermineralized tubular bones, and dense metaphyseal striations in the distal femur, ulna and radius of older patients. Autosomal recessive inheritance has been suggested."], "id_eng": "OMIM:608154", "definition_kw": ["Lipodystrophy-intellectual disability-deafness syndrome is an extremely rare form of genetic lipodystrophy (see this term), reported in 3 patients from one family to date, characterized by generalized congenital lipodystrophy, low birth weight, progressive sensorineural deafness occurring in childhood, intellectual deficit, progressive osteopenia, delayed skeletal maturation, skeletal abnormalities described as slender, undermineralized tubular bones, and dense metaphyseal striations in the distal femur, ulna and radius of older patients. Autosomal recessive inheritance has been suggested."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1842465", "http://www.orpha.net/ORDO/Orphanet_50811", "http://purl.obolibrary.org/obo/MESH_C564283"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_608154", "label_std": ["Lipodystrophy, Generalized, With Mental Retardation, Deafness, Short Stature, and Slender Bones", "Lipodystrophy-intellectual disability-deafness syndrome"], "equivalent_curie": ["UMLS:C1842465", "Orphanet:50811", "MESH:C564283"], "equivalent_curie_kw": ["UMLS:C1842465", "Orphanet:50811", "MESH:C564283"], "synonym_eng": ["Rajab-Spranger syndrome", "LIPODYSTROPHY, GENERALIZED, WITH MENTAL RETARDATION, DEAFNESS, SHORT STATURE, AND SLENDER BONES"], "score": 14.34713, "id_kw": "OMIM:608154", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1842465", "http://www.orpha.net/ORDO/Orphanet_50811", "http://purl.obolibrary.org/obo/MESH_C564283"], "label_kw": ["Lipodystrophy, Generalized, With Mental Retardation, Deafness, Short Stature, and Slender Bones", "Lipodystrophy-intellectual disability-deafness syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_608154", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1842465", "http://www.orpha.net/ORDO/Orphanet_50811", "http://purl.obolibrary.org/obo/MESH_C564283"], "_version_": 1580845550006173697, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_608154", "id": "OMIM:608154", "definition": ["Lipodystrophy-intellectual disability-deafness syndrome is an extremely rare form of genetic lipodystrophy (see this term), reported in 3 patients from one family to date, characterized by generalized congenital lipodystrophy, low birth weight, progressive sensorineural deafness occurring in childhood, intellectual deficit, progressive osteopenia, delayed skeletal maturation, skeletal abnormalities described as slender, undermineralized tubular bones, and dense metaphyseal striations in the distal femur, ulna and radius of older patients. Autosomal recessive inheritance has been suggested."], "synonym_kw": ["Rajab-Spranger syndrome", "LIPODYSTROPHY, GENERALIZED, WITH MENTAL RETARDATION, DEAFNESS, SHORT STATURE, AND SLENDER BONES"], "synonym_std": ["Rajab-Spranger syndrome", "LIPODYSTROPHY, GENERALIZED, WITH MENTAL RETARDATION, DEAFNESS, SHORT STATURE, AND SLENDER BONES"], "label": ["Lipodystrophy, Generalized, With Mental Retardation, Deafness, Short Stature, and Slender Bones", "Lipodystrophy-intellectual disability-deafness syndrome"], "definition_eng": ["Lipodystrophy-intellectual disability-deafness syndrome is an extremely rare form of genetic lipodystrophy (see this term), reported in 3 patients from one family to date, characterized by generalized congenital lipodystrophy, low birth weight, progressive sensorineural deafness occurring in childhood, intellectual deficit, progressive osteopenia, delayed skeletal maturation, skeletal abnormalities described as slender, undermineralized tubular bones, and dense metaphyseal striations in the distal femur, ulna and radius of older patients. Autosomal recessive inheritance has been suggested."], "equivalent_curie_std": ["UMLS:C1842465", "Orphanet:50811", "MESH:C564283"], "category": ["disease"]}, {"synonym": ["COPPER DEFICIENCY, FAMILIAL BENIGN", "Familial benign hypocupremia", "Familial benign copper deficiency"], "equivalent_curie_eng": ["Orphanet:1551", "UMLS:C1852576", "MESH:C535468"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:121270", "iri": "http://purl.obolibrary.org/obo/OMIM_121270", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1551", "http://purl.obolibrary.org/obo/UMLS_C1852576", "http://purl.obolibrary.org/obo/MESH_C535468"], "label_eng": ["Copper Deficiency, Familial Benign", "Familial benign copper deficiency"], "definition_std": ["Familial benign copper deficiency is a rare disorder of mineral absorption and transport characterized by hypocupremia that manifests as failure to thrive, mild anemia, repeated seizures, hypotonia, and seborrheic skin. Spurring of the femur and tibia are also noted on radiographic imaging. Symptoms are reversible or improve with supplements of oral copper. There have been no further descriptions in the literature since 1982."], "id_eng": "OMIM:121270", "definition_kw": ["Familial benign copper deficiency is a rare disorder of mineral absorption and transport characterized by hypocupremia that manifests as failure to thrive, mild anemia, repeated seizures, hypotonia, and seborrheic skin. Spurring of the femur and tibia are also noted on radiographic imaging. Symptoms are reversible or improve with supplements of oral copper. There have been no further descriptions in the literature since 1982."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1551", "http://purl.obolibrary.org/obo/UMLS_C1852576", "http://purl.obolibrary.org/obo/MESH_C535468"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_121270", "label_std": ["Copper Deficiency, Familial Benign", "Familial benign copper deficiency"], "equivalent_curie": ["Orphanet:1551", "UMLS:C1852576", "MESH:C535468"], "equivalent_curie_kw": ["Orphanet:1551", "UMLS:C1852576", "MESH:C535468"], "synonym_eng": ["COPPER DEFICIENCY, FAMILIAL BENIGN", "Familial benign hypocupremia", "Familial benign copper deficiency"], "score": 14.34713, "id_kw": "OMIM:121270", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1551", "http://purl.obolibrary.org/obo/UMLS_C1852576", "http://purl.obolibrary.org/obo/MESH_C535468"], "label_kw": ["Copper Deficiency, Familial Benign", "Familial benign copper deficiency"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_121270", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1551", "http://purl.obolibrary.org/obo/UMLS_C1852576", "http://purl.obolibrary.org/obo/MESH_C535468"], "_version_": 1580845550547238912, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_121270", "id": "OMIM:121270", "definition": ["Familial benign copper deficiency is a rare disorder of mineral absorption and transport characterized by hypocupremia that manifests as failure to thrive, mild anemia, repeated seizures, hypotonia, and seborrheic skin. Spurring of the femur and tibia are also noted on radiographic imaging. Symptoms are reversible or improve with supplements of oral copper. There have been no further descriptions in the literature since 1982."], "synonym_kw": ["COPPER DEFICIENCY, FAMILIAL BENIGN", "Familial benign hypocupremia", "Familial benign copper deficiency"], "synonym_std": ["COPPER DEFICIENCY, FAMILIAL BENIGN", "Familial benign hypocupremia", "Familial benign copper deficiency"], "label": ["Copper Deficiency, Familial Benign", "Familial benign copper deficiency"], "definition_eng": ["Familial benign copper deficiency is a rare disorder of mineral absorption and transport characterized by hypocupremia that manifests as failure to thrive, mild anemia, repeated seizures, hypotonia, and seborrheic skin. Spurring of the femur and tibia are also noted on radiographic imaging. Symptoms are reversible or improve with supplements of oral copper. There have been no further descriptions in the literature since 1982."], "equivalent_curie_std": ["Orphanet:1551", "UMLS:C1852576", "MESH:C535468"], "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN206604"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:93398", "iri": "http://www.orpha.net/ORDO/Orphanet_93398", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN206604"], "label_eng": ["Genochondromatosis type 2"], "definition_std": ["Genochondromatosis type 2 is a rare genetic bone development disorder characterized by normal clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal femur, proximal humerus, and bones of the wrists, hands, and feet. Lesions regress later in life with growth cartilage obliteration. Clinical examination is normal and the course of the disease is benign."], "id_eng": "Orphanet:93398", "definition_kw": ["Genochondromatosis type 2 is a rare genetic bone development disorder characterized by normal clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal femur, proximal humerus, and bones of the wrists, hands, and feet. Lesions regress later in life with growth cartilage obliteration. Clinical examination is normal and the course of the disease is benign."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN206604"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_93398", "label_std": ["Genochondromatosis type 2"], "equivalent_curie": ["UMLS:CN206604"], "equivalent_curie_kw": ["UMLS:CN206604"], "score": 14.34713, "id_kw": "Orphanet:93398", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN206604"], "label_kw": ["Genochondromatosis type 2"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_93398", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN206604"], "_version_": 1580845550959329282, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_93398", "id": "Orphanet:93398", "definition": ["Genochondromatosis type 2 is a rare genetic bone development disorder characterized by normal clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal femur, proximal humerus, and bones of the wrists, hands, and feet. Lesions regress later in life with growth cartilage obliteration. Clinical examination is normal and the course of the disease is benign."], "label": ["Genochondromatosis type 2"], "definition_eng": ["Genochondromatosis type 2 is a rare genetic bone development disorder characterized by normal clavicles and symmetrical generalized metaphyseal enchondromas particularly in the distal femur, proximal humerus, and bones of the wrists, hands, and feet. Lesions regress later in life with growth cartilage obliteration. Clinical examination is normal and the course of the disease is benign."], "equivalent_curie_std": ["UMLS:CN206604"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0031068", "iri": "http://purl.obolibrary.org/obo/HP_0031068", "label_eng": ["Increased femoral torsion"], "definition_std": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion exceeds this range."], "id_eng": "HP:0031068", "definition_kw": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion exceeds this range."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0031068", "label_std": ["Increased femoral torsion"], "score": 14.34713, "id_kw": "HP:0031068", "label_kw": ["Increased femoral torsion"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0031068", "_version_": 1580845609670148096, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0031068", "id": "HP:0031068", "definition": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion exceeds this range."], "label": ["Increased femoral torsion"], "definition_eng": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion exceeds this range."], "category": ["Phenotype"]}, {"leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0031069", "iri": "http://purl.obolibrary.org/obo/HP_0031069", "label_eng": ["Abnormal femoral torsion"], "definition_std": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion deviates from this range."], "id_eng": "HP:0031069", "definition_kw": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion deviates from this range."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0031069", "label_std": ["Abnormal femoral torsion"], "score": 14.34713, "id_kw": "HP:0031069", "label_kw": ["Abnormal femoral torsion"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0031069", "_version_": 1580845609670148097, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0031069", "id": "HP:0031069", "definition": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion deviates from this range."], "label": ["Abnormal femoral torsion"], "definition_eng": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion deviates from this range."], "category": ["Phenotype"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0031070", "iri": "http://purl.obolibrary.org/obo/HP_0031070", "label_eng": ["Decreased femoral torsion"], "definition_std": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion is below this range."], "id_eng": "HP:0031070", "definition_kw": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion is below this range."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0031070", "label_std": ["Decreased femoral torsion"], "score": 14.34713, "id_kw": "HP:0031070", "label_kw": ["Decreased femoral torsion"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0031070", "_version_": 1580845609676439553, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0031070", "id": "HP:0031070", "definition": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion is below this range."], "label": ["Decreased femoral torsion"], "definition_eng": ["Femoral torsion, also known as femoral rotation or femoral version, refers to the twist between the proximal and distal parts of the femur on the transverse plane. Femoral anteversion averages between 30-40 degress at birth, and between 8-14 degrees in adults. This term applies if the amount of femoral torsion is below this range."], "category": ["Phenotype"]}, {"synonym": ["Primary Non-Hodgkin Lymphoma of the Bone", "Primary Non-Hodgkin Lymphoma of Bone", "Primary Bone Non-Hodgkin Lymphoma"], "equivalent_curie_eng": ["UMLS:C4054154"], "leaf": true, "category_std": ["disease"], "id_std": "OBO:NCIT_C121930", "iri": "http://purl.obolibrary.org/obo/NCIT_C121930", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4054154"], "label_eng": ["Primary Non-Hodgkin Lymphoma of Bone"], "definition_std": ["A non-Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most frequently affected areas.  The majority of cases are diffuse large B-cell lymphomas.  Most patients present with pain in the affected area.  Systemic symptoms are rare."], "id_eng": "OBO:NCIT_C121930", "definition_kw": ["A non-Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most frequently affected areas.  The majority of cases are diffuse large B-cell lymphomas.  Most patients present with pain in the affected area.  Systemic symptoms are rare."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4054154"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/NCIT_C121930", "label_std": ["Primary Non-Hodgkin Lymphoma of Bone"], "equivalent_curie": ["UMLS:C4054154"], "equivalent_curie_kw": ["UMLS:C4054154"], "synonym_eng": ["Primary Non-Hodgkin Lymphoma of the Bone", "Primary Non-Hodgkin Lymphoma of Bone", "Primary Bone Non-Hodgkin Lymphoma"], "score": 14.34713, "id_kw": "OBO:NCIT_C121930", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4054154"], "label_kw": ["Primary Non-Hodgkin Lymphoma of Bone"], "iri_kw": "http://purl.obolibrary.org/obo/NCIT_C121930", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4054154"], "_version_": 1580845612641812481, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/NCIT_C121930", "id": "OBO:NCIT_C121930", "definition": ["A non-Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most frequently affected areas.  The majority of cases are diffuse large B-cell lymphomas.  Most patients present with pain in the affected area.  Systemic symptoms are rare."], "synonym_kw": ["Primary Non-Hodgkin Lymphoma of the Bone", "Primary Non-Hodgkin Lymphoma of Bone", "Primary Bone Non-Hodgkin Lymphoma"], "synonym_std": ["Primary Non-Hodgkin Lymphoma of the Bone", "Primary Non-Hodgkin Lymphoma of Bone", "Primary Bone Non-Hodgkin Lymphoma"], "label": ["Primary Non-Hodgkin Lymphoma of Bone"], "definition_eng": ["A non-Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most frequently affected areas.  The majority of cases are diffuse large B-cell lymphomas.  Most patients present with pain in the affected area.  Systemic symptoms are rare."], "equivalent_curie_std": ["UMLS:C4054154"], "category": ["disease"]}, {"synonym": ["Lymphoma of the bone", "Primary Lymphoma of Bone", "Primary Bone Lymphoma", "lymphoma of bone", "Primary Lymphoma of the Bone"], "equivalent_curie_eng": ["OBO:NCIT_C6620", "UMLS:C1332582", "Orphanet:314684"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:6759", "iri": "http://purl.obolibrary.org/obo/DOID_6759", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/NCIT_C6620", "http://purl.obolibrary.org/obo/UMLS_C1332582", "http://www.orpha.net/ORDO/Orphanet_314684"], "label_eng": ["bone lymphoma"], "definition_std": ["A rare non-Hodgkin lymphoma or even more rarely, a Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most commonly affected sites.  The majority of patients present with bone pain in the affected area.  A single bone or multiple skeletal sites may be involved. The prognosis is related to the cell type and the stage of the disease."], "id_eng": "DOID:6759", "definition_kw": ["A rare non-Hodgkin lymphoma or even more rarely, a Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most commonly affected sites.  The majority of patients present with bone pain in the affected area.  A single bone or multiple skeletal sites may be involved. The prognosis is related to the cell type and the stage of the disease."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/NCIT_C6620", "http://purl.obolibrary.org/obo/UMLS_C1332582", "http://www.orpha.net/ORDO/Orphanet_314684"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_6759", "label_std": ["bone lymphoma"], "equivalent_curie": ["OBO:NCIT_C6620", "UMLS:C1332582", "Orphanet:314684"], "equivalent_curie_kw": ["OBO:NCIT_C6620", "UMLS:C1332582", "Orphanet:314684"], "synonym_eng": ["Lymphoma of the bone", "Primary Lymphoma of Bone", "Primary Bone Lymphoma", "lymphoma of bone", "Primary Lymphoma of the Bone"], "score": 14.34713, "id_kw": "DOID:6759", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/NCIT_C6620", "http://purl.obolibrary.org/obo/UMLS_C1332582", "http://www.orpha.net/ORDO/Orphanet_314684"], "label_kw": ["bone lymphoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_6759", "equivalent_iri": ["http://purl.obolibrary.org/obo/NCIT_C6620", "http://purl.obolibrary.org/obo/UMLS_C1332582", "http://www.orpha.net/ORDO/Orphanet_314684"], "_version_": 1580845602409807872, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_6759", "id": "DOID:6759", "definition": ["A rare non-Hodgkin lymphoma or even more rarely, a Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most commonly affected sites.  The majority of patients present with bone pain in the affected area.  A single bone or multiple skeletal sites may be involved. The prognosis is related to the cell type and the stage of the disease."], "synonym_kw": ["Lymphoma of the bone", "Primary Lymphoma of Bone", "Primary Bone Lymphoma", "lymphoma of bone", "Primary Lymphoma of the Bone"], "synonym_std": ["Lymphoma of the bone", "Primary Lymphoma of Bone", "Primary Bone Lymphoma", "lymphoma of bone", "Primary Lymphoma of the Bone"], "label": ["bone lymphoma"], "definition_eng": ["A rare non-Hodgkin lymphoma or even more rarely, a Hodgkin lymphoma that arises from the bone, without lymph node or other extranodal involvement.  The femur, spine, and pelvic bones are the most commonly affected sites.  The majority of patients present with bone pain in the affected area.  A single bone or multiple skeletal sites may be involved. The prognosis is related to the cell type and the stage of the disease."], "equivalent_curie_std": ["OBO:NCIT_C6620", "UMLS:C1332582", "Orphanet:314684"], "category": ["disease"]}, {"synonym": ["Childhood Intracortical Osteosarcoma", "Childhood Conventional Osteosarcoma"], "equivalent_curie_eng": ["UMLS:C1332974", "OBO:NCIT_C6590"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:7612", "iri": "http://purl.obolibrary.org/obo/DOID_7612", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1332974", "http://purl.obolibrary.org/obo/NCIT_C6590"], "label_eng": ["childhood intracortical osteosarcoma"], "definition_std": ["A high grade malignant bone-forming mesenchymal neoplasm that produces osteoid and occurs in childhood.  It arises from the medullary portion of the bone.  It affects the long bones, and most commonly, the distal femur, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the most common clinical presentation.  It usually has an aggressive growth and may metastasize through the hematogenous route.  The lung is the most frequent site of metastasis."], "id_eng": "DOID:7612", "definition_kw": ["A high grade malignant bone-forming mesenchymal neoplasm that produces osteoid and occurs in childhood.  It arises from the medullary portion of the bone.  It affects the long bones, and most commonly, the distal femur, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the most common clinical presentation.  It usually has an aggressive growth and may metastasize through the hematogenous route.  The lung is the most frequent site of metastasis."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1332974", "http://purl.obolibrary.org/obo/NCIT_C6590"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_7612", "label_std": ["childhood intracortical osteosarcoma"], "equivalent_curie": ["UMLS:C1332974", "OBO:NCIT_C6590"], "equivalent_curie_kw": ["UMLS:C1332974", "OBO:NCIT_C6590"], "synonym_eng": ["Childhood Intracortical Osteosarcoma", "Childhood Conventional Osteosarcoma"], "score": 14.34713, "id_kw": "DOID:7612", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1332974", "http://purl.obolibrary.org/obo/NCIT_C6590"], "label_kw": ["childhood intracortical osteosarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_7612", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1332974", "http://purl.obolibrary.org/obo/NCIT_C6590"], "_version_": 1580845603353526274, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_7612", "id": "DOID:7612", "definition": ["A high grade malignant bone-forming mesenchymal neoplasm that produces osteoid and occurs in childhood.  It arises from the medullary portion of the bone.  It affects the long bones, and most commonly, the distal femur, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the most common clinical presentation.  It usually has an aggressive growth and may metastasize through the hematogenous route.  The lung is the most frequent site of metastasis."], "synonym_kw": ["Childhood Intracortical Osteosarcoma", "Childhood Conventional Osteosarcoma"], "synonym_std": ["Childhood Intracortical Osteosarcoma", "Childhood Conventional Osteosarcoma"], "label": ["childhood intracortical osteosarcoma"], "definition_eng": ["A high grade malignant bone-forming mesenchymal neoplasm that produces osteoid and occurs in childhood.  It arises from the medullary portion of the bone.  It affects the long bones, and most commonly, the distal femur, proximal tibia, and proximal humerus.  Pain with or without a palpable mass is the most common clinical presentation.  It usually has an aggressive growth and may metastasize through the hematogenous route.  The lung is the most frequent site of metastasis."], "equivalent_curie_std": ["UMLS:C1332974", "OBO:NCIT_C6590"], "category": ["disease"]}, {"synonym": ["Central Osteosarcoma", "Intracortical osteosarcoma (morphologic abnormality)", "Conventional Central Osteosarcoma", "Intracortical Osteogenic Sarcoma", "Conventional Osteosarcoma", "Medullary Osteosarcoma", "Intracortical Osteosarcoma"], "equivalent_curie_eng": ["OBO:NCIT_C35870"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:7602", "iri": "http://purl.obolibrary.org/obo/DOID_7602", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/NCIT_C35870"], "label_eng": ["intracortical osteogenic sarcoma"], "definition_std": ["A high grade malignant bone-forming mesenchymal neoplasm producing osteoid. The tumor arises from the medullary portion of the bone. It affects the long bones and most commonly, the distal femur, proximal tibia, and proximal humerus. Pain with or without a palpable mass is the most common clinical presentation. It usually has an aggressive growth and may metastasize through the hematogenous route. The lung is the most frequent site of metastasis."], "id_eng": "DOID:7602", "definition_kw": ["A high grade malignant bone-forming mesenchymal neoplasm producing osteoid. The tumor arises from the medullary portion of the bone. It affects the long bones and most commonly, the distal femur, proximal tibia, and proximal humerus. Pain with or without a palpable mass is the most common clinical presentation. It usually has an aggressive growth and may metastasize through the hematogenous route. The lung is the most frequent site of metastasis."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/NCIT_C35870"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_7602", "label_std": ["intracortical osteogenic sarcoma"], "equivalent_curie": ["OBO:NCIT_C35870"], "equivalent_curie_kw": ["OBO:NCIT_C35870"], "synonym_eng": ["Central Osteosarcoma", "Intracortical osteosarcoma (morphologic abnormality)", "Conventional Central Osteosarcoma", "Intracortical Osteogenic Sarcoma", "Conventional Osteosarcoma", "Medullary Osteosarcoma", "Intracortical Osteosarcoma"], "score": 14.34713, "id_kw": "DOID:7602", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/NCIT_C35870"], "label_kw": ["intracortical osteogenic sarcoma"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_7602", "equivalent_iri": ["http://purl.obolibrary.org/obo/NCIT_C35870"], "_version_": 1580845603604135936, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_7602", "id": "DOID:7602", "definition": ["A high grade malignant bone-forming mesenchymal neoplasm producing osteoid. The tumor arises from the medullary portion of the bone. It affects the long bones and most commonly, the distal femur, proximal tibia, and proximal humerus. Pain with or without a palpable mass is the most common clinical presentation. It usually has an aggressive growth and may metastasize through the hematogenous route. The lung is the most frequent site of metastasis."], "synonym_kw": ["Central Osteosarcoma", "Intracortical osteosarcoma (morphologic abnormality)", "Conventional Central Osteosarcoma", "Intracortical Osteogenic Sarcoma", "Conventional Osteosarcoma", "Medullary Osteosarcoma", "Intracortical Osteosarcoma"], "synonym_std": ["Central Osteosarcoma", "Intracortical osteosarcoma (morphologic abnormality)", "Conventional Central Osteosarcoma", "Intracortical Osteogenic Sarcoma", "Conventional Osteosarcoma", "Medullary Osteosarcoma", "Intracortical Osteosarcoma"], "label": ["intracortical osteogenic sarcoma"], "definition_eng": ["A high grade malignant bone-forming mesenchymal neoplasm producing osteoid. The tumor arises from the medullary portion of the bone. It affects the long bones and most commonly, the distal femur, proximal tibia, and proximal humerus. Pain with or without a palpable mass is the most common clinical presentation. It usually has an aggressive growth and may metastasize through the hematogenous route. The lung is the most frequent site of metastasis."], "equivalent_curie_std": ["OBO:NCIT_C35870"], "category": ["disease"]}, {"synonym": ["Regressive metaphyseal dysplasia", "Maroteaux-Verloes-Stanescu syndrome", "Early-onset regressive form of metaphyseal dysplasia"], "equivalent_curie_eng": ["UMLS:C0432226", "MESH:C537351"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:1040", "iri": "http://www.orpha.net/ORDO/Orphanet_1040", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0432226", "http://purl.obolibrary.org/obo/MESH_C537351"], "label_eng": ["Metaphyseal anadysplasia"], "definition_std": ["Metaphyseal anadysplasia is a very rare form of metaphyseal dysplasia characterized by short stature, rhizomelic micromelia and a mild varus deformity of the legs evident from the first months of life, that is associated with radiological features of severe metaphyseal changes (irregularities, widening and marginal blurring) in long bones, most prominent in proximal femurs, and generalized osteopenia, and that usually spontaneously resolves by the age of three years. Severe autosomal dominant and milder recessive variants have been observed."], "id_eng": "Orphanet:1040", "definition_kw": ["Metaphyseal anadysplasia is a very rare form of metaphyseal dysplasia characterized by short stature, rhizomelic micromelia and a mild varus deformity of the legs evident from the first months of life, that is associated with radiological features of severe metaphyseal changes (irregularities, widening and marginal blurring) in long bones, most prominent in proximal femurs, and generalized osteopenia, and that usually spontaneously resolves by the age of three years. Severe autosomal dominant and milder recessive variants have been observed."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0432226", "http://purl.obolibrary.org/obo/MESH_C537351"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_1040", "label_std": ["Metaphyseal anadysplasia"], "equivalent_curie": ["UMLS:C0432226", "MESH:C537351"], "equivalent_curie_kw": ["UMLS:C0432226", "MESH:C537351"], "synonym_eng": ["Regressive metaphyseal dysplasia", "Maroteaux-Verloes-Stanescu syndrome", "Early-onset regressive form of metaphyseal dysplasia"], "score": 13.12989, "id_kw": "Orphanet:1040", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0432226", "http://purl.obolibrary.org/obo/MESH_C537351"], "label_kw": ["Metaphyseal anadysplasia"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_1040", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0432226", "http://purl.obolibrary.org/obo/MESH_C537351"], "_version_": 1580845512713568257, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_1040", "id": "Orphanet:1040", "definition": ["Metaphyseal anadysplasia is a very rare form of metaphyseal dysplasia characterized by short stature, rhizomelic micromelia and a mild varus deformity of the legs evident from the first months of life, that is associated with radiological features of severe metaphyseal changes (irregularities, widening and marginal blurring) in long bones, most prominent in proximal femurs, and generalized osteopenia, and that usually spontaneously resolves by the age of three years. Severe autosomal dominant and milder recessive variants have been observed."], "synonym_kw": ["Regressive metaphyseal dysplasia", "Maroteaux-Verloes-Stanescu syndrome", "Early-onset regressive form of metaphyseal dysplasia"], "synonym_std": ["Regressive metaphyseal dysplasia", "Maroteaux-Verloes-Stanescu syndrome", "Early-onset regressive form of metaphyseal dysplasia"], "label": ["Metaphyseal anadysplasia"], "definition_eng": ["Metaphyseal anadysplasia is a very rare form of metaphyseal dysplasia characterized by short stature, rhizomelic micromelia and a mild varus deformity of the legs evident from the first months of life, that is associated with radiological features of severe metaphyseal changes (irregularities, widening and marginal blurring) in long bones, most prominent in proximal femurs, and generalized osteopenia, and that usually spontaneously resolves by the age of three years. Severe autosomal dominant and milder recessive variants have been observed."], "equivalent_curie_std": ["UMLS:C0432226", "MESH:C537351"], "category": ["disease"]}, {"synonym": ["Desbuquois Dysplasia type 2", "DESBUQUOIS DYSPLASIA 2; DBQD2", "DBQD2"], "equivalent_curie_eng": ["UMLS:C4014294"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615777", "iri": "http://purl.obolibrary.org/obo/OMIM_615777", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4014294"], "label_eng": ["Desbuquois dysplasia 2", "Desbuquois Dysplasia 2"], "definition_std": ["Desbuquois dysplasia (DBQD), which belongs to the multiple dislocation group of disorders, is characterized by dislocations of large joints, severe pre- and postnatal growth retardation, joint laxity, and flat face with prominent eyes. Radiologic features include short long bones with an exaggerated trochanter that gives a 'monkey wrench' appearance to the proximal femur, and advanced carpal and tarsal ossification (summary by {1:Bui et al., 2014}).\n\nFor a discussion of genetic heterogeneity of Desbuquois dysplasia, see DBQD1 (OMIM:251450).", "See http://www.omim.org/entry/615777"], "id_eng": "OMIM:615777", "definition_kw": ["Desbuquois dysplasia (DBQD), which belongs to the multiple dislocation group of disorders, is characterized by dislocations of large joints, severe pre- and postnatal growth retardation, joint laxity, and flat face with prominent eyes. Radiologic features include short long bones with an exaggerated trochanter that gives a 'monkey wrench' appearance to the proximal femur, and advanced carpal and tarsal ossification (summary by {1:Bui et al., 2014}).\n\nFor a discussion of genetic heterogeneity of Desbuquois dysplasia, see DBQD1 (OMIM:251450).", "See http://www.omim.org/entry/615777"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4014294"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615777", "label_std": ["Desbuquois dysplasia 2", "Desbuquois Dysplasia 2"], "equivalent_curie": ["UMLS:C4014294"], "equivalent_curie_kw": ["UMLS:C4014294"], "synonym_eng": ["Desbuquois Dysplasia type 2", "DESBUQUOIS DYSPLASIA 2; DBQD2", "DBQD2"], "score": 13.12989, "id_kw": "OMIM:615777", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4014294"], "label_kw": ["Desbuquois dysplasia 2", "Desbuquois Dysplasia 2"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615777", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4014294"], "_version_": 1580845545942941696, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615777", "id": "OMIM:615777", "definition": ["Desbuquois dysplasia (DBQD), which belongs to the multiple dislocation group of disorders, is characterized by dislocations of large joints, severe pre- and postnatal growth retardation, joint laxity, and flat face with prominent eyes. Radiologic features include short long bones with an exaggerated trochanter that gives a 'monkey wrench' appearance to the proximal femur, and advanced carpal and tarsal ossification (summary by {1:Bui et al., 2014}).\n\nFor a discussion of genetic heterogeneity of Desbuquois dysplasia, see DBQD1 (OMIM:251450).", "See http://www.omim.org/entry/615777"], "synonym_kw": ["Desbuquois Dysplasia type 2", "DESBUQUOIS DYSPLASIA 2; DBQD2", "DBQD2"], "synonym_std": ["Desbuquois Dysplasia type 2", "DESBUQUOIS DYSPLASIA 2; DBQD2", "DBQD2"], "label": ["Desbuquois dysplasia 2", "Desbuquois Dysplasia 2"], "definition_eng": ["Desbuquois dysplasia (DBQD), which belongs to the multiple dislocation group of disorders, is characterized by dislocations of large joints, severe pre- and postnatal growth retardation, joint laxity, and flat face with prominent eyes. Radiologic features include short long bones with an exaggerated trochanter that gives a 'monkey wrench' appearance to the proximal femur, and advanced carpal and tarsal ossification (summary by {1:Bui et al., 2014}).\n\nFor a discussion of genetic heterogeneity of Desbuquois dysplasia, see DBQD1 (OMIM:251450).", "See http://www.omim.org/entry/615777"], "equivalent_curie_std": ["UMLS:C4014294"], "category": ["disease"]}, {"leaf": true, "category_std": ["disease"], "id_std": "Orphanet:85197", "iri": "http://www.orpha.net/ORDO/Orphanet_85197", "label_eng": ["Genochondromatosis type 1"], "definition_std": ["Genochondromatosis is characterized by chondromatosis, typically involving the clavicles, upper end of the humerus, and lower end of the femur. Lesions are bilateral and symmetrical. It has been described four patients from the same family and is transmitted as an autosomal dominant trait. Another disorder, genochondromatosis II, shows strong similarities to genochondromatosis but is characterized by the involvement of the short tubular bones and by normal clavicles. It has been described in one unrelated family. Genochondromatosis II may also be inherited as an autosomal dominant trait. Genochondromatosis has a benign clinical course."], "id_eng": "Orphanet:85197", "definition_kw": ["Genochondromatosis is characterized by chondromatosis, typically involving the clavicles, upper end of the humerus, and lower end of the femur. Lesions are bilateral and symmetrical. It has been described four patients from the same family and is transmitted as an autosomal dominant trait. Another disorder, genochondromatosis II, shows strong similarities to genochondromatosis but is characterized by the involvement of the short tubular bones and by normal clavicles. It has been described in one unrelated family. Genochondromatosis II may also be inherited as an autosomal dominant trait. Genochondromatosis has a benign clinical course."], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_85197", "label_std": ["Genochondromatosis type 1"], "score": 13.12989, "id_kw": "Orphanet:85197", "label_kw": ["Genochondromatosis type 1"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_85197", "_version_": 1580845550698233856, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_85197", "id": "Orphanet:85197", "definition": ["Genochondromatosis is characterized by chondromatosis, typically involving the clavicles, upper end of the humerus, and lower end of the femur. Lesions are bilateral and symmetrical. It has been described four patients from the same family and is transmitted as an autosomal dominant trait. Another disorder, genochondromatosis II, shows strong similarities to genochondromatosis but is characterized by the involvement of the short tubular bones and by normal clavicles. It has been described in one unrelated family. Genochondromatosis II may also be inherited as an autosomal dominant trait. Genochondromatosis has a benign clinical course."], "label": ["Genochondromatosis type 1"], "definition_eng": ["Genochondromatosis is characterized by chondromatosis, typically involving the clavicles, upper end of the humerus, and lower end of the femur. Lesions are bilateral and symmetrical. It has been described four patients from the same family and is transmitted as an autosomal dominant trait. Another disorder, genochondromatosis II, shows strong similarities to genochondromatosis but is characterized by the involvement of the short tubular bones and by normal clavicles. It has been described in one unrelated family. Genochondromatosis II may also be inherited as an autosomal dominant trait. Genochondromatosis has a benign clinical course."], "category": ["disease"]}, {"synonym": ["AO1", "Giant Cell Chondrodysplasia", "Atelosteogenesis type 1", "Spondylohumerofemoral Hypoplasia", "Atelosteogenesis Type I", "Atelosteogenesis, Type I", "Spondylo-humero-femoral dysplasia", "Atelosteogenesis Type 1", "Giant cell chondrodysplasia", "Spondylohumerofemoral hypoplasia", "Aoi", "AOI", "ATELOSTEOGENESIS, TYPE I; AO1"], "equivalent_curie_eng": ["Orphanet:1190", "UMLS:C0265283", "MESH:C535396"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:108720", "iri": "http://purl.obolibrary.org/obo/OMIM_108720", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1190", "http://purl.obolibrary.org/obo/UMLS_C0265283", "http://purl.obolibrary.org/obo/MESH_C535396"], "label_eng": ["Atelosteogenesis type I", "Atelosteogenesis, Type 1", "Atelosteogenesis type 1"], "definition_std": ["Atelosteogenesis I is a perinatally lethal skeletal dysplasia characterized by severe short-limbed dwarfism, joint dislocations, club feet along with distinctive facies and radiographic findings.", "Atelosteogenesis is the name given by {6:Maroteaux et al. (1982)} to a lethal chondrodysplasia characterized by distal hypoplasia of the humeri and femurs, hypoplasia of the midthoracic spine, occasionally complete lack of ossification of single hand bones, and the finding in cartilage of multiple degenerated chondrocytes encapsulated in fibrous tissue. {8:Rimoin et al. (1980)} termed it 'giant cell chondrodysplasia.' Patients with AO1 exhibit severe short-limbed dwarfism and dislocated elbows, hips, and knees ({3:Jeon et al., 2014}).\n\n<Subhead> Genetic Heterogeneity of Atelosteogenesis\n\nAtelosteogenesis type II (AO2; OMIM:256050) is caused by mutation in the SLC26A2 gene (OMIM:606718) on chromosome 5q32. AO3 (OMIM:108721) is also caused by mutation in the FLNB gene (OMIM:603381)."], "id_eng": "OMIM:108720", "definition_kw": ["Atelosteogenesis I is a perinatally lethal skeletal dysplasia characterized by severe short-limbed dwarfism, joint dislocations, club feet along with distinctive facies and radiographic findings.", "Atelosteogenesis is the name given by {6:Maroteaux et al. (1982)} to a lethal chondrodysplasia characterized by distal hypoplasia of the humeri and femurs, hypoplasia of the midthoracic spine, occasionally complete lack of ossification of single hand bones, and the finding in cartilage of multiple degenerated chondrocytes encapsulated in fibrous tissue. {8:Rimoin et al. (1980)} termed it 'giant cell chondrodysplasia.' Patients with AO1 exhibit severe short-limbed dwarfism and dislocated elbows, hips, and knees ({3:Jeon et al., 2014}).\n\n<Subhead> Genetic Heterogeneity of Atelosteogenesis\n\nAtelosteogenesis type II (AO2; OMIM:256050) is caused by mutation in the SLC26A2 gene (OMIM:606718) on chromosome 5q32. AO3 (OMIM:108721) is also caused by mutation in the FLNB gene (OMIM:603381)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1190", "http://purl.obolibrary.org/obo/UMLS_C0265283", "http://purl.obolibrary.org/obo/MESH_C535396"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_108720", "label_std": ["Atelosteogenesis type I", "Atelosteogenesis, Type 1", "Atelosteogenesis type 1"], "equivalent_curie": ["Orphanet:1190", "UMLS:C0265283", "MESH:C535396"], "equivalent_curie_kw": ["Orphanet:1190", "UMLS:C0265283", "MESH:C535396"], "synonym_eng": ["AO1", "Giant Cell Chondrodysplasia", "Atelosteogenesis type 1", "Spondylohumerofemoral Hypoplasia", "Atelosteogenesis Type I", "Atelosteogenesis, Type I", "Spondylo-humero-femoral dysplasia", "Atelosteogenesis Type 1", "Giant cell chondrodysplasia", "Spondylohumerofemoral hypoplasia", "Aoi", "AOI", "ATELOSTEOGENESIS, TYPE I; AO1"], "score": 11.611979, "id_kw": "OMIM:108720", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1190", "http://purl.obolibrary.org/obo/UMLS_C0265283", "http://purl.obolibrary.org/obo/MESH_C535396"], "label_kw": ["Atelosteogenesis type I", "Atelosteogenesis, Type 1", "Atelosteogenesis type 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_108720", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1190", "http://purl.obolibrary.org/obo/UMLS_C0265283", "http://purl.obolibrary.org/obo/MESH_C535396"], "_version_": 1580845510840811520, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_108720", "id": "OMIM:108720", "definition": ["Atelosteogenesis I is a perinatally lethal skeletal dysplasia characterized by severe short-limbed dwarfism, joint dislocations, club feet along with distinctive facies and radiographic findings.", "Atelosteogenesis is the name given by {6:Maroteaux et al. (1982)} to a lethal chondrodysplasia characterized by distal hypoplasia of the humeri and femurs, hypoplasia of the midthoracic spine, occasionally complete lack of ossification of single hand bones, and the finding in cartilage of multiple degenerated chondrocytes encapsulated in fibrous tissue. {8:Rimoin et al. (1980)} termed it 'giant cell chondrodysplasia.' Patients with AO1 exhibit severe short-limbed dwarfism and dislocated elbows, hips, and knees ({3:Jeon et al., 2014}).\n\n<Subhead> Genetic Heterogeneity of Atelosteogenesis\n\nAtelosteogenesis type II (AO2; OMIM:256050) is caused by mutation in the SLC26A2 gene (OMIM:606718) on chromosome 5q32. AO3 (OMIM:108721) is also caused by mutation in the FLNB gene (OMIM:603381)."], "synonym_kw": ["AO1", "Giant Cell Chondrodysplasia", "Atelosteogenesis type 1", "Spondylohumerofemoral Hypoplasia", "Atelosteogenesis Type I", "Atelosteogenesis, Type I", "Spondylo-humero-femoral dysplasia", "Atelosteogenesis Type 1", "Giant cell chondrodysplasia", "Spondylohumerofemoral hypoplasia", "Aoi", "AOI", "ATELOSTEOGENESIS, TYPE I; AO1"], "synonym_std": ["AO1", "Giant Cell Chondrodysplasia", "Atelosteogenesis type 1", "Spondylohumerofemoral Hypoplasia", "Atelosteogenesis Type I", "Atelosteogenesis, Type I", "Spondylo-humero-femoral dysplasia", "Atelosteogenesis Type 1", "Giant cell chondrodysplasia", "Spondylohumerofemoral hypoplasia", "Aoi", "AOI", "ATELOSTEOGENESIS, TYPE I; AO1"], "label": ["Atelosteogenesis type I", "Atelosteogenesis, Type 1", "Atelosteogenesis type 1"], "definition_eng": ["Atelosteogenesis I is a perinatally lethal skeletal dysplasia characterized by severe short-limbed dwarfism, joint dislocations, club feet along with distinctive facies and radiographic findings.", "Atelosteogenesis is the name given by {6:Maroteaux et al. (1982)} to a lethal chondrodysplasia characterized by distal hypoplasia of the humeri and femurs, hypoplasia of the midthoracic spine, occasionally complete lack of ossification of single hand bones, and the finding in cartilage of multiple degenerated chondrocytes encapsulated in fibrous tissue. {8:Rimoin et al. (1980)} termed it 'giant cell chondrodysplasia.' Patients with AO1 exhibit severe short-limbed dwarfism and dislocated elbows, hips, and knees ({3:Jeon et al., 2014}).\n\n<Subhead> Genetic Heterogeneity of Atelosteogenesis\n\nAtelosteogenesis type II (AO2; OMIM:256050) is caused by mutation in the SLC26A2 gene (OMIM:606718) on chromosome 5q32. AO3 (OMIM:108721) is also caused by mutation in the FLNB gene (OMIM:603381)."], "equivalent_curie_std": ["Orphanet:1190", "UMLS:C0265283", "MESH:C535396"], "category": ["disease"]}, {"synonym": ["Fetal thalidomide syndrome"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:3312", "iri": "http://www.orpha.net/ORDO/Orphanet_3312", "label_eng": ["Thalidomide embryopathy"], "definition_std": [" exposure (between 20-36 days after fertilization) to thalidomide, a sedative used in treatment of a range of conditions, including morning sickness, leprosy and multiple myeloma (see these terms). Thalidomine embryopathy is characterized by phocomelia, amelia, forelimb and hand plate anomalies (absence of humerus and/or forearm, femur and/or lower leg, thumb anomalies). Other anomalies include facial hemangiomas, and damages to ears (anotia, microtia), eyes (microphthalmia, anophthalmos, coloboma, strabismus), internal organs (kidney, heart, and gastrointestinal tract), genitalia, and heart. Infant mortality associated with thalidomide embryopathy is estimated to be as high as 40%. Thalidomide is contraindicated in pregnancy and pregnancy prevention is recommended in women under treatment."], "id_eng": "Orphanet:3312", "definition_kw": [" exposure (between 20-36 days after fertilization) to thalidomide, a sedative used in treatment of a range of conditions, including morning sickness, leprosy and multiple myeloma (see these terms). Thalidomine embryopathy is characterized by phocomelia, amelia, forelimb and hand plate anomalies (absence of humerus and/or forearm, femur and/or lower leg, thumb anomalies). Other anomalies include facial hemangiomas, and damages to ears (anotia, microtia), eyes (microphthalmia, anophthalmos, coloboma, strabismus), internal organs (kidney, heart, and gastrointestinal tract), genitalia, and heart. Infant mortality associated with thalidomide embryopathy is estimated to be as high as 40%. Thalidomide is contraindicated in pregnancy and pregnancy prevention is recommended in women under treatment."], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_3312", "label_std": ["Thalidomide embryopathy"], "synonym_eng": ["Fetal thalidomide syndrome"], "score": 11.611979, "id_kw": "Orphanet:3312", "label_kw": ["Thalidomide embryopathy"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_3312", "_version_": 1580845593344868353, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_3312", "id": "Orphanet:3312", "definition": [" exposure (between 20-36 days after fertilization) to thalidomide, a sedative used in treatment of a range of conditions, including morning sickness, leprosy and multiple myeloma (see these terms). Thalidomine embryopathy is characterized by phocomelia, amelia, forelimb and hand plate anomalies (absence of humerus and/or forearm, femur and/or lower leg, thumb anomalies). Other anomalies include facial hemangiomas, and damages to ears (anotia, microtia), eyes (microphthalmia, anophthalmos, coloboma, strabismus), internal organs (kidney, heart, and gastrointestinal tract), genitalia, and heart. Infant mortality associated with thalidomide embryopathy is estimated to be as high as 40%. Thalidomide is contraindicated in pregnancy and pregnancy prevention is recommended in women under treatment."], "synonym_kw": ["Fetal thalidomide syndrome"], "synonym_std": ["Fetal thalidomide syndrome"], "label": ["Thalidomide embryopathy"], "definition_eng": [" exposure (between 20-36 days after fertilization) to thalidomide, a sedative used in treatment of a range of conditions, including morning sickness, leprosy and multiple myeloma (see these terms). Thalidomine embryopathy is characterized by phocomelia, amelia, forelimb and hand plate anomalies (absence of humerus and/or forearm, femur and/or lower leg, thumb anomalies). Other anomalies include facial hemangiomas, and damages to ears (anotia, microtia), eyes (microphthalmia, anophthalmos, coloboma, strabismus), internal organs (kidney, heart, and gastrointestinal tract), genitalia, and heart. Infant mortality associated with thalidomide embryopathy is estimated to be as high as 40%. Thalidomide is contraindicated in pregnancy and pregnancy prevention is recommended in women under treatment."], "category": ["disease"]}, {"synonym": ["rcdp"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1270", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1270", "label_eng": ["Rhizomelic Chondrodysplasia Punctata Type 1"], "definition_std": ["Rhizomelic chondrodysplasia punctata type 1 (RCDP1) classic type, a peroxisome biogenesis disorder (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the femur (rhizomelia), punctate calcifications in cartilage with epiphyseal and metaphyseal abnormalities (chondrodysplasia punctata, or CDP), coronal clefts of the vertebral bodies, and cataracts that are usually present at birth or appear in the first few months of life. Birth weight, length, and head circumference are often at the lower range of normal; postnatal growth deficiency is profound. Intellectual disability is severe, and the majority of children develop seizures. Most affected children do not survive the first decade of life; a proportion die in the neonatal period. A milder phenotype in which all affected individuals have congenital cataracts and chondrodysplasia is now recognized; some do not have rhizomelia, and some have less severe intellectual disability and growth deficiency. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1270]"], "id_eng": "GeneReviews:NBK1270", "definition_kw": ["Rhizomelic chondrodysplasia punctata type 1 (RCDP1) classic type, a peroxisome biogenesis disorder (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the femur (rhizomelia), punctate calcifications in cartilage with epiphyseal and metaphyseal abnormalities (chondrodysplasia punctata, or CDP), coronal clefts of the vertebral bodies, and cataracts that are usually present at birth or appear in the first few months of life. Birth weight, length, and head circumference are often at the lower range of normal; postnatal growth deficiency is profound. Intellectual disability is severe, and the majority of children develop seizures. Most affected children do not survive the first decade of life; a proportion die in the neonatal period. A milder phenotype in which all affected individuals have congenital cataracts and chondrodysplasia is now recognized; some do not have rhizomelia, and some have less severe intellectual disability and growth deficiency. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1270]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1270", "label_std": ["Rhizomelic Chondrodysplasia Punctata Type 1"], "synonym_eng": ["rcdp"], "score": 9.743797, "id_kw": "GeneReviews:NBK1270", "label_kw": ["Rhizomelic Chondrodysplasia Punctata Type 1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1270", "_version_": 1580845511650312192, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1270", "id": "GeneReviews:NBK1270", "definition": ["Rhizomelic chondrodysplasia punctata type 1 (RCDP1) classic type, a peroxisome biogenesis disorder (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the femur (rhizomelia), punctate calcifications in cartilage with epiphyseal and metaphyseal abnormalities (chondrodysplasia punctata, or CDP), coronal clefts of the vertebral bodies, and cataracts that are usually present at birth or appear in the first few months of life. Birth weight, length, and head circumference are often at the lower range of normal; postnatal growth deficiency is profound. Intellectual disability is severe, and the majority of children develop seizures. Most affected children do not survive the first decade of life; a proportion die in the neonatal period. A milder phenotype in which all affected individuals have congenital cataracts and chondrodysplasia is now recognized; some do not have rhizomelia, and some have less severe intellectual disability and growth deficiency. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1270]"], "synonym_kw": ["rcdp"], "synonym_std": ["rcdp"], "label": ["Rhizomelic Chondrodysplasia Punctata Type 1"], "definition_eng": ["Rhizomelic chondrodysplasia punctata type 1 (RCDP1) classic type, a peroxisome biogenesis disorder (PBD), is characterized by proximal shortening of the humerus and to a lesser degree the femur (rhizomelia), punctate calcifications in cartilage with epiphyseal and metaphyseal abnormalities (chondrodysplasia punctata, or CDP), coronal clefts of the vertebral bodies, and cataracts that are usually present at birth or appear in the first few months of life. Birth weight, length, and head circumference are often at the lower range of normal; postnatal growth deficiency is profound. Intellectual disability is severe, and the majority of children develop seizures. Most affected children do not survive the first decade of life; a proportion die in the neonatal period. A milder phenotype in which all affected individuals have congenital cataracts and chondrodysplasia is now recognized; some do not have rhizomelia, and some have less severe intellectual disability and growth deficiency. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1270]"], "category": ["disease"]}, {"synonym": ["DESBUQUOIS DYSPLASIA 1; DBQD1", "Desbuquois Syndrome", "Micromelic Dwarfism With Vertebral and Metaphyseal Abnormalities and Advanced Carpotarsal Ossification", "Desbuquois Dysplasia, Kim Variant", "DBQD1", "Desbuquois Dysplasia type 1"], "equivalent_curie_eng": ["UMLS:C4012146"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:251450", "iri": "http://purl.obolibrary.org/obo/OMIM_251450", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4012146"], "label_eng": ["Desbuquois dysplasia 1", "Desbuquois Dysplasia 1"], "definition_std": ["See http://www.omim.org/entry/251450", "Desbuquois dysplasia (DBQD) is an autosomal recessive chondrodysplasia belonging to the multiple dislocation group and characterized by severe prenatal and postnatal growth retardation (stature less than -5 SD), joint laxity, short extremities, and progressive scoliosis. The main radiologic features are short long bones with metaphyseal splay, a 'Swedish key' appearance of the proximal femur (exaggerated trochanter), and advanced carpal and tarsal bone age with a delta phalanx (summary by {14:Huber et al., 2009}).\n\nDesbuquois dysplasia is clinically and radiographically heterogeneous, and had been classified into 2 types based on the presence (type 1) or absence (type 2) of characteristic hand anomalies, including an extra ossification center distal to the second metacarpal, delta phalanx, bifid distal thumb phalanx, and dislocation of the interphalangeal joints ({8:Faivre et al., 2004}). However, patients with and without these additional hand anomalies have been reported to have mutations in the same gene (see, e.g., CANT1); thus, these features are not distinctive criteria to predict the molecular basis of DBQD ({12:Furuichi et al., 2011}). In addition, {15:Kim et al. (2010)} described another milder variant of DBQD with almost normal outwardly appearing hands, but significant radiographic changes, including short metacarpals, elongated phalanges, and remarkably advanced carpal bone age. However, there is no accessory ossification center distal to the second metacarpal, and patients do not have thumb anomalies. Similar changes occur in the feet. These patients also tend to develop precocious osteoarthritis of the hand and spine with age. This phenotype is sometimes referred to as the 'Kim variant' of DBQD ({12:Furuichi et al., 2011}).\n\n<Subhead> Genetic Heterogeneity of Desbuquois Dysplasia\n\nDBQD2 (OMIM:615777) is caused by mutation in the XYLT1 gene (OMIM:608124) on chromosome 16p12.\n\nTwo unrelated patients with immunodeficiency-23 (IMD23; OMIM:615816), due to mutation in the PGM3 gene (OMIM:172100), were reported to have skeletal features reminiscent of DBQD."], "id_eng": "OMIM:251450", "definition_kw": ["See http://www.omim.org/entry/251450", "Desbuquois dysplasia (DBQD) is an autosomal recessive chondrodysplasia belonging to the multiple dislocation group and characterized by severe prenatal and postnatal growth retardation (stature less than -5 SD), joint laxity, short extremities, and progressive scoliosis. The main radiologic features are short long bones with metaphyseal splay, a 'Swedish key' appearance of the proximal femur (exaggerated trochanter), and advanced carpal and tarsal bone age with a delta phalanx (summary by {14:Huber et al., 2009}).\n\nDesbuquois dysplasia is clinically and radiographically heterogeneous, and had been classified into 2 types based on the presence (type 1) or absence (type 2) of characteristic hand anomalies, including an extra ossification center distal to the second metacarpal, delta phalanx, bifid distal thumb phalanx, and dislocation of the interphalangeal joints ({8:Faivre et al., 2004}). However, patients with and without these additional hand anomalies have been reported to have mutations in the same gene (see, e.g., CANT1); thus, these features are not distinctive criteria to predict the molecular basis of DBQD ({12:Furuichi et al., 2011}). In addition, {15:Kim et al. (2010)} described another milder variant of DBQD with almost normal outwardly appearing hands, but significant radiographic changes, including short metacarpals, elongated phalanges, and remarkably advanced carpal bone age. However, there is no accessory ossification center distal to the second metacarpal, and patients do not have thumb anomalies. Similar changes occur in the feet. These patients also tend to develop precocious osteoarthritis of the hand and spine with age. This phenotype is sometimes referred to as the 'Kim variant' of DBQD ({12:Furuichi et al., 2011}).\n\n<Subhead> Genetic Heterogeneity of Desbuquois Dysplasia\n\nDBQD2 (OMIM:615777) is caused by mutation in the XYLT1 gene (OMIM:608124) on chromosome 16p12.\n\nTwo unrelated patients with immunodeficiency-23 (IMD23; OMIM:615816), due to mutation in the PGM3 gene (OMIM:172100), were reported to have skeletal features reminiscent of DBQD."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4012146"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_251450", "label_std": ["Desbuquois dysplasia 1", "Desbuquois Dysplasia 1"], "equivalent_curie": ["UMLS:C4012146"], "equivalent_curie_kw": ["UMLS:C4012146"], "synonym_eng": ["DESBUQUOIS DYSPLASIA 1; DBQD1", "Desbuquois Syndrome", "Micromelic Dwarfism With Vertebral and Metaphyseal Abnormalities and Advanced Carpotarsal Ossification", "Desbuquois Dysplasia, Kim Variant", "DBQD1", "Desbuquois Dysplasia type 1"], "score": 7.5173597, "id_kw": "OMIM:251450", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4012146"], "label_kw": ["Desbuquois dysplasia 1", "Desbuquois Dysplasia 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_251450", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4012146"], "_version_": 1580845545002369024, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_251450", "id": "OMIM:251450", "definition": ["See http://www.omim.org/entry/251450", "Desbuquois dysplasia (DBQD) is an autosomal recessive chondrodysplasia belonging to the multiple dislocation group and characterized by severe prenatal and postnatal growth retardation (stature less than -5 SD), joint laxity, short extremities, and progressive scoliosis. The main radiologic features are short long bones with metaphyseal splay, a 'Swedish key' appearance of the proximal femur (exaggerated trochanter), and advanced carpal and tarsal bone age with a delta phalanx (summary by {14:Huber et al., 2009}).\n\nDesbuquois dysplasia is clinically and radiographically heterogeneous, and had been classified into 2 types based on the presence (type 1) or absence (type 2) of characteristic hand anomalies, including an extra ossification center distal to the second metacarpal, delta phalanx, bifid distal thumb phalanx, and dislocation of the interphalangeal joints ({8:Faivre et al., 2004}). However, patients with and without these additional hand anomalies have been reported to have mutations in the same gene (see, e.g., CANT1); thus, these features are not distinctive criteria to predict the molecular basis of DBQD ({12:Furuichi et al., 2011}). In addition, {15:Kim et al. (2010)} described another milder variant of DBQD with almost normal outwardly appearing hands, but significant radiographic changes, including short metacarpals, elongated phalanges, and remarkably advanced carpal bone age. However, there is no accessory ossification center distal to the second metacarpal, and patients do not have thumb anomalies. Similar changes occur in the feet. These patients also tend to develop precocious osteoarthritis of the hand and spine with age. This phenotype is sometimes referred to as the 'Kim variant' of DBQD ({12:Furuichi et al., 2011}).\n\n<Subhead> Genetic Heterogeneity of Desbuquois Dysplasia\n\nDBQD2 (OMIM:615777) is caused by mutation in the XYLT1 gene (OMIM:608124) on chromosome 16p12.\n\nTwo unrelated patients with immunodeficiency-23 (IMD23; OMIM:615816), due to mutation in the PGM3 gene (OMIM:172100), were reported to have skeletal features reminiscent of DBQD."], "synonym_kw": ["DESBUQUOIS DYSPLASIA 1; DBQD1", "Desbuquois Syndrome", "Micromelic Dwarfism With Vertebral and Metaphyseal Abnormalities and Advanced Carpotarsal Ossification", "Desbuquois Dysplasia, Kim Variant", "DBQD1", "Desbuquois Dysplasia type 1"], "synonym_std": ["DESBUQUOIS DYSPLASIA 1; DBQD1", "Desbuquois Syndrome", "Micromelic Dwarfism With Vertebral and Metaphyseal Abnormalities and Advanced Carpotarsal Ossification", "Desbuquois Dysplasia, Kim Variant", "DBQD1", "Desbuquois Dysplasia type 1"], "label": ["Desbuquois dysplasia 1", "Desbuquois Dysplasia 1"], "definition_eng": ["See http://www.omim.org/entry/251450", "Desbuquois dysplasia (DBQD) is an autosomal recessive chondrodysplasia belonging to the multiple dislocation group and characterized by severe prenatal and postnatal growth retardation (stature less than -5 SD), joint laxity, short extremities, and progressive scoliosis. The main radiologic features are short long bones with metaphyseal splay, a 'Swedish key' appearance of the proximal femur (exaggerated trochanter), and advanced carpal and tarsal bone age with a delta phalanx (summary by {14:Huber et al., 2009}).\n\nDesbuquois dysplasia is clinically and radiographically heterogeneous, and had been classified into 2 types based on the presence (type 1) or absence (type 2) of characteristic hand anomalies, including an extra ossification center distal to the second metacarpal, delta phalanx, bifid distal thumb phalanx, and dislocation of the interphalangeal joints ({8:Faivre et al., 2004}). However, patients with and without these additional hand anomalies have been reported to have mutations in the same gene (see, e.g., CANT1); thus, these features are not distinctive criteria to predict the molecular basis of DBQD ({12:Furuichi et al., 2011}). In addition, {15:Kim et al. (2010)} described another milder variant of DBQD with almost normal outwardly appearing hands, but significant radiographic changes, including short metacarpals, elongated phalanges, and remarkably advanced carpal bone age. However, there is no accessory ossification center distal to the second metacarpal, and patients do not have thumb anomalies. Similar changes occur in the feet. These patients also tend to develop precocious osteoarthritis of the hand and spine with age. This phenotype is sometimes referred to as the 'Kim variant' of DBQD ({12:Furuichi et al., 2011}).\n\n<Subhead> Genetic Heterogeneity of Desbuquois Dysplasia\n\nDBQD2 (OMIM:615777) is caused by mutation in the XYLT1 gene (OMIM:608124) on chromosome 16p12.\n\nTwo unrelated patients with immunodeficiency-23 (IMD23; OMIM:615816), due to mutation in the PGM3 gene (OMIM:172100), were reported to have skeletal features reminiscent of DBQD."], "equivalent_curie_std": ["UMLS:C4012146"], "category": ["disease"]}], "facet_counts": {"category": {"Phenotype": 124, "disease": 39}, "taxon_label": {}}, "pagination": {}}
--- a/test-data/find-associations-for-subject.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/find-associations-for-subject.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane retraction syndrome", "deprecated": null, "id": "DOID:12557", "description": null, "consider": null}, "id": "5a292625-da8a-45de-8f87-1c7dd3b63d74", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "deprecated": null, "id": "OMIM:616219", "description": null, "consider": null}, "id": "b131fb75-c18e-4b3c-843e-cfd402496552", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882"}, {"lbl": "some variant of no KO assigned | (RefSeq) COL25A1", "id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "RO:0002607", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21688384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "schizophrenia", "deprecated": null, "id": "EFO:0000692", "description": null, "consider": null}, "id": "0a82f5bb-f678-4699-9a68-0089f6e55ecc", "type": null, "evidence_graph": {"nodes": [{"lbl": "rs17039583-?", "id": "dbSNP:rs17039583"}, {"lbl": "schizophrenia", "id": "EFO:0000692"}, {"lbl": null, "id": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c"}, {"lbl": "combinatorial evidence used in automatic assertion", "id": "ECO:0000213"}, {"lbl": null, "id": "PMID:21688384"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_object", "obj": "EFO:0000692"}, {"sub": "dbSNP:rs17039583", "pred": "RO:0002326", "obj": "EFO:0000692"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "dc:source", "obj": "PMID:21688384"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_subject", "obj": "dbSNP:rs17039583"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "RO:0002558", "obj": "ECO:0000213"}, {"sub": "dbSNP:rs17039583", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PTOS1", "deprecated": null, "id": "OMIM:178300", "description": null, "consider": null}, "id": "fd880883-5777-46ae-a909-16724fce815a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "3b280c11-dc4a-421b-895b-8e193e88a64a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "c9c4e456-d851-4a1c-a793-ea62b20f9365", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "ec5a6c20-8d22-4d1c-b7ca-a725ef205a6d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Extracellular matrix organization", "deprecated": null, "id": "REACT:118779", "description": null, "consider": null}, "id": "f9901aa4-f590-4490-a58a-660d4db52d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": ":.well-known/genid/NCBIGene84570product"}, {"lbl": "Extracellular matrix organization", "id": "REACT:118779"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002205", "obj": ":.well-known/genid/NCBIGene84570product"}, {"sub": ":.well-known/genid/NCBIGene84570product", "pred": "RO:0002331", "obj": "REACT:118779"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15615705", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15215182", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "beta-amyloid binding", "deprecated": null, "id": "GO:0001540", "description": null, "consider": null}, "id": "25214fbf-44fd-47be-96d7-e4941e1c4639", "type": null, "evidence_graph": {"nodes": [{"lbl": "beta-amyloid binding", "id": "GO:0001540"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": null, "id": "PMID:15215182"}, {"lbl": null, "id": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:15615705"}], "edges": [{"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15615705"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15215182"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_object", "obj": "GO:0001540"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0001540"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "4128419b-dfc6-4d91-b2fd-cc1d5f073695", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2022073", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-8944250", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endoplasmic reticulum lumen", "deprecated": null, "id": "GO:0005788", "description": null, "consider": null}, "id": "28ea727b-8ec1-4ac3-9683-dcf4f6af95ea", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d"}, {"lbl": "endoplasmic reticulum lumen", "id": "GO:0005788"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-8944250"}, {"lbl": null, "id": "REACT:R-HSA-2022073"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2022073"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_object", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-8944250"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000107", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "axonogenesis involved in innervation", "deprecated": null, "id": "GO:0060385", "description": null, "consider": null}, "id": "53b111fb-9d04-49af-a220-79c2dbccac79", "type": null, "evidence_graph": {"nodes": [{"lbl": "axonogenesis involved in innervation", "id": "GO:0060385"}, {"lbl": null, "id": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000107"}], "edges": [{"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_object", "obj": "GO:0060385"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0060385"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "dc:source", "obj": "GO_REF:0000107"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular region", "deprecated": null, "id": "GO:0005576", "description": null, "consider": null}, "id": "f496b607-b2ea-4013-a29a-fb56a28cc94c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "extracellular region", "id": "GO:0005576"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_object", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of membrane", "deprecated": null, "id": "GO:0016021", "description": null, "consider": null}, "id": "6b5357b4-8e6f-4dbc-ae15-51fe5473a752", "type": null, "evidence_graph": {"nodes": [{"lbl": "integral component of membrane", "id": "GO:0016021"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "non-traceable author statement used in manual assertion", "id": "ECO:0000303"}, {"lbl": null, "id": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "RO:0002558", "obj": "ECO:0000303"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_object", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "dc:source", "obj": "PMID:11927537"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "49ea36e0-d21c-4db2-8e23-4f78a80ae959", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen catabolic process", "deprecated": null, "id": "GO:0030574", "description": null, "consider": null}, "id": "d0c98dde-e1b1-42d8-bcf1-0a0be7e93ae8", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "collagen catabolic process", "id": "GO:0030574"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f"}], "edges": [{"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "dc:source", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_object", "obj": "GO:0030574"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0030574"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "plasma membrane", "deprecated": null, "id": "GO:0005886", "description": null, "consider": null}, "id": "ae4128d8-c1d7-4316-b376-82c3862bdd82", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f"}, {"lbl": "plasma membrane", "id": "GO:0005886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_object", "obj": "GO:0005886"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005886"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular space", "deprecated": null, "id": "GO:0005615", "description": null, "consider": null}, "id": "50c29cf2-6c9e-4dd9-b346-ab3c679608d0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": "extracellular space", "id": "GO:0005615"}, {"lbl": null, "id": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_object", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000037", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen trimer", "deprecated": null, "id": "GO:0005581", "description": null, "consider": null}, "id": "9f848aee-0078-4a7b-ad04-86cb484f8dd0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e"}, {"lbl": "collagen trimer", "id": "GO:0005581"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000037"}], "edges": [{"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_object", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "dc:source", "obj": "GO_REF:0000037"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of plasma membrane", "deprecated": null, "id": "GO:0005887", "description": null, "consider": null}, "id": "4213bf26-a8bf-4de6-88de-854d9ff29969", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "integral component of plasma membrane", "id": "GO:0005887"}], "edges": [{"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_object", "obj": "GO:0005887"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005887"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "RO:0002558", "obj": "ECO:0000314"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "6afae437-0ec4-41b0-afbf-840cc3b83a3d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cerebral cortex", "deprecated": null, "id": "UBERON:0000956", "description": null, "consider": null}, "id": "30ac8c64-68c7-47d2-8e99-2e3ffb363b42", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705"}, {"lbl": "cerebral cortex", "id": "UBERON:0000956"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_object", "obj": "UBERON:0000956"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000956"}, {"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pancreas", "deprecated": null, "id": "UBERON:0001264", "description": null, "consider": null}, "id": "502b95e5-f257-47b0-b022-37af6c88ffc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "pancreas", "id": "UBERON:0001264"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524"}], "edges": [{"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_object", "obj": "UBERON:0001264"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001264"}, {"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "female gonad", "deprecated": null, "id": "UBERON:0000992", "description": null, "consider": null}, "id": "26df1b3b-0d20-4543-a924-b4be43e952ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "female gonad", "id": "UBERON:0000992"}, {"lbl": null, "id": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000992"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000992"}, {"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "subcutaneous adipose tissue", "deprecated": null, "id": "UBERON:0002190", "description": null, "consider": null}, "id": "528137e1-e4ae-4c5d-af96-cd50e1d893d6", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3"}, {"lbl": "subcutaneous adipose tissue", "id": "UBERON:0002190"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_object", "obj": "UBERON:0002190"}, {"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002190"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "blood", "deprecated": null, "id": "UBERON:0000178", "description": null, "consider": null}, "id": "a1e678af-eb25-4fbf-9341-c748095dcfc8", "type": null, "evidence_graph": {"nodes": [{"lbl": "blood", "id": "UBERON:0000178"}, {"lbl": null, "id": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "heparin binding", "deprecated": null, "id": "GO:0008201", "description": null, "consider": null}, "id": "4de23742-d921-4ae9-9628-1f7b9a87b396", "type": null, "evidence_graph": {"nodes": [{"lbl": "heparin binding", "id": "GO:0008201"}, {"lbl": null, "id": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_object", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "dc:source", "obj": "PMID:15522881"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "parietal pleura", "deprecated": null, "id": "UBERON:0002400", "description": null, "consider": null}, "id": "daead4a8-1ace-4b3d-91ee-1feb1845264f", "type": null, "evidence_graph": {"nodes": [{"lbl": "parietal pleura", "id": "UBERON:0002400"}, {"lbl": null, "id": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002400"}, {"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_object", "obj": "UBERON:0002400"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "medial globus pallidus", "deprecated": null, "id": "UBERON:0002477", "description": null, "consider": null}, "id": "f71bf9a5-314d-4017-b26d-38bbe9873e7d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "medial globus pallidus", "id": "UBERON:0002477"}], "edges": [{"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002477"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002477"}, {"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "mammary duct", "deprecated": null, "id": "UBERON:0001765", "description": null, "consider": null}, "id": "492810dc-955e-493d-98a8-eb3c3824f63d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "mammary duct", "id": "UBERON:0001765"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_object", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "anatomical system", "deprecated": null, "id": "UBERON:0000467", "description": null, "consider": null}, "id": "f17ae424-146c-45dc-ae68-e6240377e200", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "anatomical system", "id": "UBERON:0000467"}], "edges": [{"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_object", "obj": "UBERON:0000467"}, {"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000467"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain", "deprecated": null, "id": "UBERON:0001890", "description": null, "consider": null}, "id": "4cf9199a-5dc3-4540-84be-7a43a38115e1", "type": null, "evidence_graph": {"nodes": [{"lbl": "forebrain", "id": "UBERON:0001890"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_object", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "retina", "deprecated": null, "id": "UBERON:0000966", "description": null, "consider": null}, "id": "c9dcf6f7-459f-4661-9f93-ddd6e8c49f06", "type": null, "evidence_graph": {"nodes": [{"lbl": "retina", "id": "UBERON:0000966"}, {"lbl": null, "id": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000966"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_object", "obj": "UBERON:0000966"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "vagina", "deprecated": null, "id": "UBERON:0000996", "description": null, "consider": null}, "id": "5e13596d-2102-4e6f-bb2c-05bf8f5f0f21", "type": null, "evidence_graph": {"nodes": [{"lbl": "vagina", "id": "UBERON:0000996"}, {"lbl": null, "id": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000996"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_object", "obj": "UBERON:0000996"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "testis", "deprecated": null, "id": "UBERON:0000473", "description": null, "consider": null}, "id": "36c2dced-1fa3-4046-99be-b2128c877191", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b"}, {"lbl": "testis", "id": "UBERON:0000473"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_object", "obj": "UBERON:0000473"}, {"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000473"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endometrium", "deprecated": null, "id": "UBERON:0001295", "description": null, "consider": null}, "id": "2c0f6eaf-fcf1-474b-b695-ba5fe0b41920", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d58cbcc4429380b4f917105d848de010185556db"}, {"lbl": "endometrium", "id": "UBERON:0001295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_object", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "duodenum", "deprecated": null, "id": "UBERON:0002114", "description": null, "consider": null}, "id": "ba8a29a2-e155-4b13-b3eb-78f757714d03", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a"}, {"lbl": "duodenum", "id": "UBERON:0002114"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002114"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002114"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "omental fat pad", "deprecated": null, "id": "UBERON:0010414", "description": null, "consider": null}, "id": "88a9db76-a6bc-4246-9b9a-6d1bebcce429", "type": null, "evidence_graph": {"nodes": [{"lbl": "omental fat pad", "id": "UBERON:0010414"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_object", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "buccal mucosa cell", "deprecated": null, "id": "CL:0002336", "description": null, "consider": null}, "id": "e69179cb-277e-434b-827e-0075e52916cb", "type": null, "evidence_graph": {"nodes": [{"lbl": "buccal mucosa cell", "id": "CL:0002336"}, {"lbl": null, "id": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0002336"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_object", "obj": "CL:0002336"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "sperm", "deprecated": null, "id": "CL:0000019", "description": null, "consider": null}, "id": "05dc2e61-449a-44e2-a6ed-f9972c145d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b"}, {"lbl": "sperm", "id": "CL:0000019"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_object", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "skeletal muscle organ", "deprecated": null, "id": "UBERON:0014892", "description": null, "consider": null}, "id": "2079c56e-f02a-4017-933e-151f470c54a6", "type": null, "evidence_graph": {"nodes": [{"lbl": "skeletal muscle organ", "id": "UBERON:0014892"}, {"lbl": null, "id": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0014892"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_object", "obj": "UBERON:0014892"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cartilage tissue", "deprecated": null, "id": "UBERON:0002418", "description": null, "consider": null}, "id": "d2642316-093b-4028-ad41-9e2d59ea1c9d", "type": null, "evidence_graph": {"nodes": [{"lbl": "cartilage tissue", "id": "UBERON:0002418"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002418"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_object", "obj": "UBERON:0002418"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL2A1", "deprecated": null, "id": "NCBIGene:1280", "description": null, "consider": null}, "id": "c69c61d4-bad7-4041-82ca-4ca75756170b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL2A1", "id": "NCBIGene:1280"}, {"lbl": null, "id": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col25a1", "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "description": null, "consider": null}, "id": "772f254e-03aa-4311-b9c8-86bfa22cc886", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "ZFIN:ZDB-PUB-030905-1"}, {"lbl": "protein BLAST evidence used in manual assertion", "id": "ECO:0000031"}, {"lbl": "sequence similarity evidence", "id": "ECO:0000044"}, {"lbl": "col25a1", "id": "ZFIN:ZDB-GENE-130530-720"}, {"lbl": null, "id": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "ZFIN:ZDB-GENE-130530-720", "pred": "RO:HOM0000017", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000031"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000044"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL16A1", "deprecated": null, "id": "NCBIGene:1307", "description": null, "consider": null}, "id": "34cd6926-42c0-4752-8101-21796321c149", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL16A1", "id": "NCBIGene:1307"}, {"lbl": null, "id": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1307"}, {"sub": "NCBIGene:1307", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF7", "deprecated": null, "id": "NCBIGene:114905", "description": null, "consider": null}, "id": "32a73b9e-95bc-40d0-b05e-b11fe6c44dc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF7", "id": "NCBIGene:114905"}, {"lbl": null, "id": "MONARCH:564487bce517c2be897c73406c7d59c50f418426"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114905"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114905"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A3", "deprecated": null, "id": "NCBIGene:1285", "description": null, "consider": null}, "id": "fcbfb264-97d8-46fa-9b86-dc98f3215b73", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A3", "id": "NCBIGene:1285"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94"}], "edges": [{"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1285"}, {"sub": "NCBIGene:1285", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QC", "deprecated": null, "id": "NCBIGene:714", "description": null, "consider": null}, "id": "feee795d-22c0-4cf5-95d4-c45204589d33", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "C1QC", "id": "NCBIGene:714"}], "edges": [{"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_object", "obj": "NCBIGene:714"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:714"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL13A1", "deprecated": null, "id": "NCBIGene:1305", "description": null, "consider": null}, "id": "5176894a-14f1-4fe2-acd1-f7e2c129d440", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04"}, {"lbl": "COL13A1", "id": "NCBIGene:1305"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1305"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1305"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL26A1", "deprecated": null, "id": "NCBIGene:136227", "description": null, "consider": null}, "id": "4e2e4372-90f0-4758-954f-f51819168187", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL26A1", "id": "NCBIGene:136227"}], "edges": [{"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:136227"}, {"sub": "NCBIGene:136227", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL15A1", "deprecated": null, "id": "NCBIGene:1306", "description": null, "consider": null}, "id": "4ffd1f46-e2fb-4aa1-a395-66c70fd01d7e", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL15A1", "id": "NCBIGene:1306"}, {"lbl": null, "id": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1306"}, {"sub": "NCBIGene:1306", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MSR1", "deprecated": null, "id": "NCBIGene:4481", "description": null, "consider": null}, "id": "c498a3d5-feea-4fb4-8b50-4b6406abb292", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "MSR1", "id": "NCBIGene:4481"}, {"lbl": null, "id": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188"}], "edges": [{"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:4481", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4481"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL10A1", "deprecated": null, "id": "NCBIGene:1300", "description": null, "consider": null}, "id": "c32afb05-9760-4869-8e77-6e20f69adff1", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL10A1", "id": "NCBIGene:1300"}, {"lbl": null, "id": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1300", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1300"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A2", "deprecated": null, "id": "NCBIGene:1302", "description": null, "consider": null}, "id": "a9ab300a-45e1-493b-8521-209433b6e05b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A2", "id": "NCBIGene:1302"}, {"lbl": null, "id": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1302"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1302"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A1", "deprecated": null, "id": "NCBIGene:1282", "description": null, "consider": null}, "id": "454b37bf-3aeb-4424-9915-5ddd7b2c15c7", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A1", "id": "NCBIGene:1282"}, {"lbl": null, "id": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1282"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1282", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA3", "deprecated": null, "id": "NCBIGene:51435", "description": null, "consider": null}, "id": "33ecca93-9a4a-425f-86b6-e4b65e8ef2c3", "type": null, "evidence_graph": {"nodes": [{"lbl": "SCARA3", "id": "NCBIGene:51435"}, {"lbl": null, "id": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:51435", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:51435"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "OTOL1", "deprecated": null, "id": "NCBIGene:131149", "description": null, "consider": null}, "id": "a087bcfa-43e3-4d69-afdb-b83f8928b703", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4"}, {"lbl": "OTOL1", "id": "NCBIGene:131149"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:131149", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:131149"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A2", "deprecated": null, "id": "NCBIGene:1284", "description": null, "consider": null}, "id": "de38078f-fbb4-47d0-a40b-25c1fad2b3df", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A2", "id": "NCBIGene:1284"}, {"lbl": null, "id": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1284", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1284"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-86", "deprecated": null, "id": "NCBIGene:190749", "description": null, "consider": null}, "id": "c47bb215-68f0-49be-b15e-f06616be80b3", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "col-86", "id": "NCBIGene:190749"}], "edges": [{"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:190749"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:190749"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A4", "deprecated": null, "id": "NCBIGene:1286", "description": null, "consider": null}, "id": "a7873753-b1e0-450b-9e3e-bc26a8b431af", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A4", "id": "NCBIGene:1286"}, {"lbl": null, "id": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:1286", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1286"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A6", "deprecated": null, "id": "NCBIGene:1288", "description": null, "consider": null}, "id": "70c17ecc-442f-4efe-8734-630ba1c74249", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A6", "id": "NCBIGene:1288"}, {"lbl": null, "id": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1288", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1288"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9B", "deprecated": null, "id": "NCBIGene:387911", "description": null, "consider": null}, "id": "ee7a9628-834d-4f40-8412-b44abc189ca6", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9B", "id": "NCBIGene:387911"}, {"lbl": null, "id": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:387911"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_object", "obj": "NCBIGene:387911"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA5", "deprecated": null, "id": "NCBIGene:286133", "description": null, "consider": null}, "id": "6bd46f4b-dc7a-4403-abf6-726bae17cd2f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d"}, {"lbl": "SCARA5", "id": "NCBIGene:286133"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:286133"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:286133", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A2", "deprecated": null, "id": "NCBIGene:1292", "description": null, "consider": null}, "id": "1e26b99c-fb05-4d74-a375-e6bc75485492", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A2", "id": "NCBIGene:1292"}, {"lbl": null, "id": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1292"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "MGI:1924268", "description": null, "consider": null}, "id": "3ab96dd1-91f0-400c-b64b-b3c406e5447e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f"}, {"lbl": "Col25a1", "id": "MGI:1924268"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "MGI:1924268"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_object", "obj": "MGI:1924268"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A2", "deprecated": null, "id": "NCBIGene:1290", "description": null, "consider": null}, "id": "e3bf1757-ac8e-4dcb-98d3-5c9f55d622d9", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A2", "id": "NCBIGene:1290"}, {"lbl": null, "id": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1290", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1290"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ADIPOQ", "deprecated": null, "id": "NCBIGene:9370", "description": null, "consider": null}, "id": "0b29c708-fd43-4329-a818-aa1034642d29", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59"}, {"lbl": "ADIPOQ", "id": "NCBIGene:9370"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:9370"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:9370", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "AMACR", "deprecated": null, "id": "NCBIGene:23600", "description": null, "consider": null}, "id": "ff07847b-1284-4cb1-a184-00fcea99951a", "type": null, "evidence_graph": {"nodes": [{"lbl": "AMACR", "id": "NCBIGene:23600"}, {"lbl": null, "id": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_object", "obj": "NCBIGene:23600"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:23600"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A2", "deprecated": null, "id": "NCBIGene:1298", "description": null, "consider": null}, "id": "c56808fe-7add-4a14-bd40-23f1f6f7460f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL9A2", "id": "NCBIGene:1298"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1298"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1298"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A3", "deprecated": null, "id": "NCBIGene:50509", "description": null, "consider": null}, "id": "aa37ecf3-9cdd-48f1-a927-342f5873881d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL5A3", "id": "NCBIGene:50509"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:50509"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:50509"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A1", "deprecated": null, "id": "NCBIGene:1277", "description": null, "consider": null}, "id": "c8c91211-784c-4b6d-b215-ad82814f5e5f", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL1A1", "id": "NCBIGene:1277"}, {"lbl": null, "id": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1277"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1277"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL22A1", "deprecated": null, "id": "NCBIGene:169044", "description": null, "consider": null}, "id": "45ad6c6a-019b-4b10-9fd6-3037b00fea86", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e888862458c194248c3725efacaec612b380f0f2"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL22A1", "id": "NCBIGene:169044"}], "edges": [{"sub": "NCBIGene:169044", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:169044"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL23A1", "deprecated": null, "id": "NCBIGene:91522", "description": null, "consider": null}, "id": "45f09a3f-4336-4cab-a62f-c3dacfaf53b9", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL23A1", "id": "NCBIGene:91522"}, {"lbl": null, "id": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401"}], "edges": [{"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_object", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A2", "deprecated": null, "id": "NCBIGene:1296", "description": null, "consider": null}, "id": "e702938b-8c0c-4953-b430-82a4fe6d6461", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL8A2", "id": "NCBIGene:1296"}], "edges": [{"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1296", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1296"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Rattus norvegicus", "id": "NCBITaxon:10116"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "NCBIGene:687064", "description": null, "consider": null}, "id": "1783ce18-6f47-4a56-891b-b1ed820cb489", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e"}, {"lbl": "Col25a1", "id": "NCBIGene:687064"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:687064"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:687064"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL27A1", "deprecated": null, "id": "NCBIGene:85301", "description": null, "consider": null}, "id": "c870fb03-1acd-4f65-a5ef-af3da662136e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9"}, {"lbl": "COL27A1", "id": "NCBIGene:85301"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:85301", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:85301"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9", "deprecated": null, "id": "NCBIGene:338872", "description": null, "consider": null}, "id": "1b562f59-16db-4bd7-b301-ac5345843e96", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9", "id": "NCBIGene:338872"}, {"lbl": null, "id": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:338872"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:338872"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL18A1", "deprecated": null, "id": "NCBIGene:80781", "description": null, "consider": null}, "id": "79fe9bb4-782a-4fc3-834f-dade8287838f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6"}, {"lbl": "COL18A1", "id": "NCBIGene:80781"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:80781"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:80781"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-75", "deprecated": null, "id": "NCBIGene:186968", "description": null, "consider": null}, "id": "f67cc1a7-ebb5-4345-b7cc-62d719f7cc36", "type": null, "evidence_graph": {"nodes": [{"lbl": "col-75", "id": "NCBIGene:186968"}, {"lbl": null, "id": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Macaca mulatta", "id": "NCBITaxon:9544"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:697122", "description": null, "consider": null}, "id": "c5281fa8-68a6-4c95-a31c-0d1c0bed2850", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be"}, {"lbl": "COL25A1", "id": "NCBIGene:697122"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_object", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL28A1", "deprecated": null, "id": "NCBIGene:340267", "description": null, "consider": null}, "id": "3033e01d-83a5-44b9-b87d-703c9afd2553", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe"}, {"lbl": "COL28A1", "id": "NCBIGene:340267"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:340267", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:340267"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLEC12", "deprecated": null, "id": "NCBIGene:81035", "description": null, "consider": null}, "id": "7bb5c557-a408-4bec-8541-3017e8f3641d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1"}, {"lbl": "COLEC12", "id": "NCBIGene:81035"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:81035", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:81035"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR3606", "deprecated": null, "id": "NCBIGene:100500837", "description": null, "consider": null}, "id": "7306f776-7a8c-4b5e-9996-a09d295a29ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75"}, {"lbl": "MIR3606", "id": "NCBIGene:100500837"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL19A1", "deprecated": null, "id": "NCBIGene:1310", "description": null, "consider": null}, "id": "b610c426-a663-4786-8a5f-23eed0fbe8f4", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL19A1", "id": "NCBIGene:1310"}, {"lbl": null, "id": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF5", "deprecated": null, "id": "NCBIGene:114902", "description": null, "consider": null}, "id": "2ff2f867-9945-45f9-b6ec-60b0bccf64a3", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF5", "id": "NCBIGene:114902"}, {"lbl": null, "id": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114902"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114902"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A1", "deprecated": null, "id": "NCBIGene:1289", "description": null, "consider": null}, "id": "7e457f72-43bf-4e11-924f-2c436311c577", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A1", "id": "NCBIGene:1289"}, {"lbl": null, "id": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1289"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1289"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "id": "11ea71f2-7a4d-490c-ba1b-84d4238ab317", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR936", "deprecated": null, "id": "NCBIGene:100126326", "description": null, "consider": null}, "id": "6ee55033-c9b2-4ac2-8391-164d3bf0522a", "type": null, "evidence_graph": {"nodes": [{"lbl": "MIR936", "id": "NCBIGene:100126326"}, {"lbl": null, "id": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:100126326"}, {"sub": "NCBIGene:100126326", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF2", "deprecated": null, "id": "NCBIGene:114898", "description": null, "consider": null}, "id": "d9a616a7-3685-47c2-a689-cc0b36e8f5a4", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4"}, {"lbl": "C1QTNF2", "id": "NCBIGene:114898"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QB", "deprecated": null, "id": "NCBIGene:713", "description": null, "consider": null}, "id": "8d62712c-ae7e-4ca7-89ce-0b7b94128e78", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QB", "id": "NCBIGene:713"}, {"lbl": null, "id": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_object", "obj": "NCBIGene:713"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:713"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SUGCT", "deprecated": null, "id": "NCBIGene:79783", "description": null, "consider": null}, "id": "bf1b040e-5cad-4780-89f0-9d6c3e9aa06f", "type": null, "evidence_graph": {"nodes": [{"lbl": "SUGCT", "id": "NCBIGene:79783"}, {"lbl": null, "id": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:79783", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:79783"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A1", "deprecated": null, "id": "NCBIGene:1297", "description": null, "consider": null}, "id": "297180cb-f6f5-4ee2-9469-eb9b9aa66c43", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58"}, {"lbl": "COL9A1", "id": "NCBIGene:1297"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1297"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1297", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PELP1", "deprecated": null, "id": "NCBIGene:27043", "description": null, "consider": null}, "id": "ab89a615-a295-4f07-8cd4-2818598f4da2", "type": null, "evidence_graph": {"nodes": [{"lbl": "PELP1", "id": "NCBIGene:27043"}, {"lbl": null, "id": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:27043"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:27043", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A5", "deprecated": null, "id": "NCBIGene:1287", "description": null, "consider": null}, "id": "fb1a3103-18bb-48a2-ba3e-88923ff7ccad", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f"}, {"lbl": "COL4A5", "id": "NCBIGene:1287"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22525168", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16989758", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abducens palsy", "deprecated": null, "id": "HP:0011349", "description": null, "consider": null}, "id": "8da167dc-18a2-4249-bc41-bb980971144f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:16989758"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Abducens palsy", "id": "HP:0011349"}, {"lbl": null, "id": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:22525168"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:22525168"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_object", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:16989758"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Seizures", "deprecated": null, "id": "HP:0001250", "description": null, "consider": null}, "id": "a46a384b-2f3b-4c97-a347-9e0e2a5e4593", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Seizures", "id": "HP:0001250"}, {"lbl": null, "id": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_object", "obj": "HP:0001250"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001250"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aniridia", "deprecated": null, "id": "HP:0000526", "description": null, "consider": null}, "id": "1905ad88-fb36-4c17-afa1-ba20dbe0878b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Aniridia", "id": "HP:0000526"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_object", "obj": "HP:0000526"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000526"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6480241", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18691219", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hearing impairment", "deprecated": null, "id": "HP:0000365", "description": null, "consider": null}, "id": "5a492155-7cd2-4985-b056-7b439aeaac88", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "PMID:6480241"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add"}, {"lbl": null, "id": "PMID:18691219"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "Hearing impairment", "id": "HP:0000365"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:6480241"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_object", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:18691219"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10809934", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18404116", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital strabismus", "deprecated": null, "id": "HP:0000487", "description": null, "consider": null}, "id": "7542e732-52b4-44f8-b5c0-4cb9d8eee340", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:18404116"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital strabismus", "id": "HP:0000487"}, {"lbl": null, "id": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": null, "id": "PMID:10809934"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:11960793"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000487"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:10809934"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_object", "obj": "HP:0000487"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:18404116"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplastic iris stroma", "deprecated": null, "id": "HP:0007990", "description": null, "consider": null}, "id": "0d0ed88a-470a-465b-81a4-faf07e31f559", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Hypoplastic iris stroma", "id": "HP:0007990"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_object", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aplasia/Hypoplasia of the thumb", "deprecated": null, "id": "HP:0009601", "description": null, "consider": null}, "id": "255dbec3-8555-4a00-bda9-dbde4902a715", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Aplasia/Hypoplasia of the thumb", "id": "HP:0009601"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f"}], "edges": [{"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009601"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_object", "obj": "HP:0009601"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8839346", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Gustatory lacrimation", "deprecated": null, "id": "HP:0100274", "description": null, "consider": null}, "id": "d5ac4c29-2bc5-4fec-bca2-aedc044cb1aa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398"}, {"lbl": null, "id": "PMID:12133390"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Gustatory lacrimation", "id": "HP:0100274"}, {"lbl": null, "id": "PMID:8839346"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_object", "obj": "HP:0100274"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100274"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:8839346"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Wide nasal bridge", "deprecated": null, "id": "HP:0000431", "description": null, "consider": null}, "id": "d960b130-da77-4add-9cf4-9b7fb0d64786", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Wide nasal bridge", "id": "HP:0000431"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_object", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Iris coloboma", "deprecated": null, "id": "HP:0000612", "description": null, "consider": null}, "id": "de4f17c1-bec8-452f-b5e3-38af44dc3e79", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Iris coloboma", "id": "HP:0000612"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_object", "obj": "HP:0000612"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000612"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4050857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3877101", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16411190", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial asymmetry", "deprecated": null, "id": "HP:0000324", "description": null, "consider": null}, "id": "71435dee-8d55-4718-80d6-aecbc233ca5e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16411190"}, {"lbl": null, "id": "PMID:3877101"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "Facial asymmetry", "id": "HP:0000324"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:4050857"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:4050857"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:3877101"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:16411190"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "RO:0002558", "obj": "ECO:0000246"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor nerve palsy", "deprecated": null, "id": "HP:0012246", "description": null, "consider": null}, "id": "5ce0f8ef-96ea-48aa-88ec-f5ff4fc16d00", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Oculomotor nerve palsy", "id": "HP:0012246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_object", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal form of the vertebral bodies", "deprecated": null, "id": "HP:0003312", "description": null, "consider": null}, "id": "b411456c-ac2c-4013-9f4f-16c0a55f1f7b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormal form of the vertebral bodies", "id": "HP:0003312"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9a62c5992b74d951f8678f26731330789328677b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_object", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal vertebral segmentation and fusion", "deprecated": null, "id": "HP:0005640", "description": null, "consider": null}, "id": "c77bdf23-ea39-4d16-9038-f12269bc1ef1", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormal vertebral segmentation and fusion", "id": "HP:0005640"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0005640"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_object", "obj": "HP:0005640"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10202298", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3958872", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Amblyopia", "deprecated": null, "id": "HP:0000646", "description": null, "consider": null}, "id": "f9d8a25f-9d54-46e3-a635-0570deaf76ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:10202298"}, {"lbl": null, "id": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Amblyopia", "id": "HP:0000646"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:3958872"}], "edges": [{"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:10202298"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:3958872"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7498569", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15279427", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20865239", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Deeply set eye", "deprecated": null, "id": "HP:0000490", "description": null, "consider": null}, "id": "b6c77f4d-667d-403d-9e06-22d5f81d6514", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20865239"}, {"lbl": null, "id": "PMID:15279427"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7498569"}, {"lbl": "Deeply set eye", "id": "HP:0000490"}], "edges": [{"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:7498569"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:15279427"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20865239"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11600883", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital fibrosis of extraocular muscles", "deprecated": null, "id": "HP:0001491", "description": null, "consider": null}, "id": "1f2b1f4f-e1ec-4d27-9232-eb9d2a4daf5f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b"}, {"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11600883"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Congenital fibrosis of extraocular muscles", "id": "HP:0001491"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_object", "obj": "HP:0001491"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001491"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11600883"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11960793"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Talipes equinovarus", "deprecated": null, "id": "HP:0001762", "description": null, "consider": null}, "id": "2a4b6daf-6f65-47cf-af6a-ee4ed0300e1d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Talipes equinovarus", "id": "HP:0001762"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_object", "obj": "HP:0001762"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001762"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2139048", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10577917", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22370672", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10530982", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Palpebral fissure narrowing on adduction", "deprecated": null, "id": "HP:0000661", "description": null, "consider": null}, "id": "f3e7ad82-df05-479d-b198-1a559c85ca1b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:2139048"}, {"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb"}, {"lbl": null, "id": "PMID:10577917"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Palpebral fissure narrowing on adduction", "id": "HP:0000661"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:22370672"}, {"lbl": null, "id": "PMID:10530982"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_object", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:2139048"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10577917"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:22370672"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10530982"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Plagiocephaly", "deprecated": null, "id": "HP:0001357", "description": null, "consider": null}, "id": "eb0d8e71-f267-4632-affb-bee47aab9646", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Plagiocephaly", "id": "HP:0001357"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001357"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_object", "obj": "HP:0001357"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Everted lower lip vermilion", "deprecated": null, "id": "HP:0000232", "description": null, "consider": null}, "id": "220e2469-f29c-4887-a9de-c634e9debd3b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Everted lower lip vermilion", "id": "HP:0000232"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_object", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Stenosis of the external auditory canal", "deprecated": null, "id": "HP:0000402", "description": null, "consider": null}, "id": "6e9138f2-74f8-4093-8cdd-9d2ec391e561", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Stenosis of the external auditory canal", "id": "HP:0000402"}], "edges": [{"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000402"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_object", "obj": "HP:0000402"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6703002", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23654011", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17701102", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21850174", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypermetropia", "deprecated": null, "id": "HP:0000540", "description": null, "consider": null}, "id": "c311f133-0943-4baa-8e48-c3f63e00f878", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypermetropia", "id": "HP:0000540"}, {"lbl": null, "id": "PMID:23654011"}, {"lbl": null, "id": "PMID:6703002"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033"}, {"lbl": null, "id": "PMID:17701102"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:21850174"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_object", "obj": "HP:0000540"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:6703002"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:23654011"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000540"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:17701102"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:21850174"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor apraxia", "deprecated": null, "id": "HP:0000657", "description": null, "consider": null}, "id": "2fd443a5-4d34-4f47-a761-8bb42b83178c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Oculomotor apraxia", "id": "HP:0000657"}, {"lbl": null, "id": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_object", "obj": "HP:0000657"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000657"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anteverted nares", "deprecated": null, "id": "HP:0000463", "description": null, "consider": null}, "id": "ce6f03f0-a474-41a3-adea-3e727fba2933", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Anteverted nares", "id": "HP:0000463"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc"}], "edges": [{"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_object", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6645274", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9717759", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Strabismus", "deprecated": null, "id": "HP:0000486", "description": null, "consider": null}, "id": "3774b2de-1607-4367-96c3-5294e7416950", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038"}, {"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:6645274"}, {"lbl": null, "id": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:9717759"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Strabismus", "id": "HP:0000486"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:6645274"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:9717759"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8749054", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20534924", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2037260", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8687351", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short stature", "deprecated": null, "id": "HP:0004322", "description": null, "consider": null}, "id": "807c77f9-b706-4302-aa4d-3dc64aacb594", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": "Short stature", "id": "HP:0004322"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:20534924"}, {"lbl": null, "id": "PMID:2037260"}, {"lbl": null, "id": "PMID:8749054"}, {"lbl": null, "id": "PMID:8687351"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_object", "obj": "HP:0004322"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8749054"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0004322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:20534924"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:2037260"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8687351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Narrow internal auditory canal", "deprecated": null, "id": "HP:0011386", "description": null, "consider": null}, "id": "bae31cbd-a1e4-4c3d-8038-eb825c25f13d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Narrow internal auditory canal", "id": "HP:0011386"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011386"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_object", "obj": "HP:0011386"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A1", "deprecated": null, "id": "NCBIGene:1295", "description": null, "consider": null}, "id": "7ad2c4b8-18fe-43c0-9cb4-b399279ab4b7", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL8A1", "id": "NCBIGene:1295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1295", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1295"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A1", "deprecated": null, "id": "NCBIGene:1301", "description": null, "consider": null}, "id": "57c6575e-58c4-4a2d-8ef1-3c6c4400798c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A1", "id": "NCBIGene:1301"}, {"lbl": null, "id": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "APP", "deprecated": null, "id": "NCBIGene:351", "description": null, "consider": null}, "id": "0d65317f-8571-41c1-bb40-f793c0f91a7d", "type": null, "evidence_graph": {"nodes": [{"lbl": "imaging assay evidence", "id": "ECO:0000324"}, {"lbl": null, "id": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "APP", "id": "NCBIGene:351"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": null, "id": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969"}, {"lbl": null, "id": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:351"}, {"sub": "NCBIGene:351", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "NCBIGene:84570", "pred": "RO:0002325", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "RO:0002558", "obj": "ECO:0000324"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:351"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLQ", "deprecated": null, "id": "NCBIGene:8292", "description": null, "consider": null}, "id": "db5045d4-e0fd-425a-a14a-f44a729ac712", "type": null, "evidence_graph": {"nodes": [{"lbl": "COLQ", "id": "NCBIGene:8292"}, {"lbl": null, "id": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:8292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8292"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anorectal anomaly", "deprecated": null, "id": "HP:0012732", "description": null, "consider": null}, "id": "4c51c055-619f-4662-b5b3-c4372796c5ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Anorectal anomaly", "id": "HP:0012732"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_object", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short palpebral fissure", "deprecated": null, "id": "HP:0012745", "description": null, "consider": null}, "id": "ec29958e-5210-45ee-9709-fdb971377c4e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short palpebral fissure", "id": "HP:0012745"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_object", "obj": "HP:0012745"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012745"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11304819", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Diplopia", "deprecated": null, "id": "HP:0000651", "description": null, "consider": null}, "id": "52e6a619-dcda-483b-9b64-89a06a6cd7cb", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:11304819"}, {"lbl": "Diplopia", "id": "HP:0000651"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_object", "obj": "HP:0000651"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:11304819"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000651"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15492742", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7234921", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2919045", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital exotropia", "deprecated": null, "id": "HP:0008033", "description": null, "consider": null}, "id": "880f7ea0-8360-4b41-b96c-5d64733aefc1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7234921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:2919045"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8"}, {"lbl": "Congenital exotropia", "id": "HP:0008033"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15492742"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:15492742"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:7234921"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_object", "obj": "HP:0008033"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:2919045"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008033"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Patchy hypopigmentation of hair", "deprecated": null, "id": "HP:0011365", "description": null, "consider": null}, "id": "0a19364d-3965-47bc-a659-9248712b1002", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Patchy hypopigmentation of hair", "id": "HP:0011365"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011365"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_object", "obj": "HP:0011365"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A2", "deprecated": null, "id": "NCBIGene:1278", "description": null, "consider": null}, "id": "c959e26d-1cb0-40b4-b851-e0793da35d11", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL1A2", "id": "NCBIGene:1278"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A3", "deprecated": null, "id": "NCBIGene:1299", "description": null, "consider": null}, "id": "44ecb7f3-1060-4b14-956f-8f200f09d6dc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0"}, {"lbl": "COL9A3", "id": "NCBIGene:1299"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1299"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1299"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A1", "deprecated": null, "id": "NCBIGene:1291", "description": null, "consider": null}, "id": "97b2523a-c757-499c-afeb-2be435e5e15a", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A1", "id": "NCBIGene:1291"}, {"lbl": null, "id": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1291"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1291"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19038376", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2004723", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16024848", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10773809", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cranial nerve paralysis", "deprecated": null, "id": "HP:0006824", "description": null, "consider": null}, "id": "257e7444-aee2-4f06-b355-020c4688a101", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b736d1824502d6af606b7b82f842381567328868"}, {"lbl": null, "id": "PMID:19038376"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10773809"}, {"lbl": null, "id": "PMID:16024848"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:2004723"}, {"lbl": "Cranial nerve paralysis", "id": "HP:0006824"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006824"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_object", "obj": "HP:0006824"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:19038376"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:2004723"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:16024848"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:10773809"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Triphalangeal thumb", "deprecated": null, "id": "HP:0001199", "description": null, "consider": null}, "id": "c1ceffea-fd81-4a8a-a540-95d804bab9e6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Triphalangeal thumb", "id": "HP:0001199"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001199"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_object", "obj": "HP:0001199"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6947592", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12736629", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:845747", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Exotropia", "deprecated": null, "id": "HP:0000577", "description": null, "consider": null}, "id": "1b673791-753e-4381-88c4-18f95e0685a1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Exotropia", "id": "HP:0000577"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1"}, {"lbl": null, "id": "PMID:845747"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:6947592"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:12736629"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:6947592"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:12736629"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:845747"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_object", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22932093", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19791724", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18055799", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the musculature", "deprecated": null, "id": "HP:0009004", "description": null, "consider": null}, "id": "88c338af-8ced-4cdc-b922-adc030b1eee9", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:22932093"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18055799"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Hypoplasia of the musculature", "id": "HP:0009004"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19791724"}], "edges": [{"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:22932093"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:19791724"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:18055799"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009004"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_object", "obj": "HP:0009004"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21680214", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the palpebral fissures", "deprecated": null, "id": "HP:0008050", "description": null, "consider": null}, "id": "2c9e5cb8-60cf-4a0c-94f7-1c949d2c8321", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:21680214"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the palpebral fissures", "id": "HP:0008050"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:21680214"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_object", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Webbed neck", "deprecated": null, "id": "HP:0000465", "description": null, "consider": null}, "id": "b35b0b86-6388-4b56-960c-6d4c9382e4cf", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Webbed neck", "id": "HP:0000465"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_object", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18653847", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22912401", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12395297", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of movement", "deprecated": null, "id": "HP:0100022", "description": null, "consider": null}, "id": "ee55665d-54de-4e1a-9790-7d7485be1d8d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:22912401"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of movement", "id": "HP:0100022"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18653847"}, {"lbl": null, "id": "PMID:12395297"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:18653847"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100022"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_object", "obj": "HP:0100022"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:22912401"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:12395297"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11162999", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11404742", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Esotropia", "deprecated": null, "id": "HP:0000565", "description": null, "consider": null}, "id": "2cf9fd28-349e-429a-b710-c395327bb9ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Esotropia", "id": "HP:0000565"}, {"lbl": null, "id": "PMID:11162999"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11404742"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11162999"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_object", "obj": "HP:0000565"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000565"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11404742"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4094734", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic nerve coloboma", "deprecated": null, "id": "HP:0000588", "description": null, "consider": null}, "id": "5c44fef9-88a9-48af-8801-10773e048de1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Optic nerve coloboma", "id": "HP:0000588"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:4094734"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:4094734"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_object", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short neck", "deprecated": null, "id": "HP:0000470", "description": null, "consider": null}, "id": "dc932512-2cd4-4a9e-995a-c16826782c9f", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Short neck", "id": "HP:0000470"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000470"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_object", "obj": "HP:0000470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "External ear malformation", "deprecated": null, "id": "HP:0008572", "description": null, "consider": null}, "id": "64afbabf-66e5-4831-ad38-dd5fc21d928b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "External ear malformation", "id": "HP:0008572"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008572"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_object", "obj": "HP:0008572"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypopigmented skin patches", "deprecated": null, "id": "HP:0001053", "description": null, "consider": null}, "id": "668cc4f4-a13b-49c7-be1d-7c604d445cb7", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypopigmented skin patches", "id": "HP:0001053"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_object", "obj": "HP:0001053"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001053"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of cardiovascular system morphology", "deprecated": null, "id": "HP:0030680", "description": null, "consider": null}, "id": "c58a5e20-19f9-440b-bc79-50c17a988212", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormality of cardiovascular system morphology", "id": "HP:0030680"}, {"lbl": null, "id": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_object", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ectopic kidney", "deprecated": null, "id": "HP:0000086", "description": null, "consider": null}, "id": "063a3179-d85b-4248-8209-53ae038613f2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Ectopic kidney", "id": "HP:0000086"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000086"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_object", "obj": "HP:0000086"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic disc hypoplasia", "deprecated": null, "id": "HP:0007766", "description": null, "consider": null}, "id": "e63300fb-9169-4837-a961-d9e538d0dbae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Optic disc hypoplasia", "id": "HP:0007766"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_object", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Irregular hyperpigmentation", "deprecated": null, "id": "HP:0007400", "description": null, "consider": null}, "id": "579cd576-dc33-426e-81be-9ecf15a5db30", "type": null, "evidence_graph": {"nodes": [{"lbl": "Irregular hyperpigmentation", "id": "HP:0007400"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_object", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Epibulbar dermoid", "deprecated": null, "id": "HP:0001140", "description": null, "consider": null}, "id": "1d882e85-b33a-4b97-8cde-319bedf6d6ff", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "Epibulbar dermoid", "id": "HP:0001140"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_object", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:16814183"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3397857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the head", "deprecated": null, "id": "HP:0000234", "description": null, "consider": null}, "id": "0da122b8-8eea-45c4-9a07-162a14b08d7c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of the head", "id": "HP:0000234"}, {"lbl": null, "id": "PMID:3397857"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:3397857"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_object", "obj": "HP:0000234"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000234"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9695089", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital nystagmus", "deprecated": null, "id": "HP:0006934", "description": null, "consider": null}, "id": "905e84ed-5cc5-40e4-9a12-3821b6ba9c5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Congenital nystagmus", "id": "HP:0006934"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:9695089"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006934"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:9695089"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_object", "obj": "HP:0006934"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preaxial hand polydactyly", "deprecated": null, "id": "HP:0001177", "description": null, "consider": null}, "id": "01e4ad85-2f26-4fcf-9098-0aab86c67cea", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Preaxial hand polydactyly", "id": "HP:0001177"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001177"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_object", "obj": "HP:0001177"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Low posterior hairline", "deprecated": null, "id": "HP:0002162", "description": null, "consider": null}, "id": "177d3c81-f58e-40a9-a2ab-307616c41716", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:277b15ce6349fee1b7884686da8828f427854094"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Low posterior hairline", "id": "HP:0002162"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_object", "obj": "HP:0002162"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002162"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Mixed hearing impairment", "deprecated": null, "id": "HP:0000410", "description": null, "consider": null}, "id": "31adca12-1fde-4c62-b0c7-bf4c80c7708a", "type": null, "evidence_graph": {"nodes": [{"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Mixed hearing impairment", "id": "HP:0000410"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000410"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_object", "obj": "HP:0000410"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cleft palate", "deprecated": null, "id": "HP:0000175", "description": null, "consider": null}, "id": "b0d0f949-f1a8-42f3-b56c-3c7bd77239bd", "type": null, "evidence_graph": {"nodes": [{"lbl": "Cleft palate", "id": "HP:0000175"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000175"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000175"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preauricular skin tag", "deprecated": null, "id": "HP:0000384", "description": null, "consider": null}, "id": "ed88232b-2979-4b13-a464-5821db002bf1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Preauricular skin tag", "id": "HP:0000384"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_object", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2641083", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7295131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20535495", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Nystagmus", "deprecated": null, "id": "HP:0000639", "description": null, "consider": null}, "id": "335ca26c-36f2-425b-906c-7b26c8bd31fe", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20535495"}, {"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:7295131"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Nystagmus", "id": "HP:0000639"}, {"lbl": null, "id": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "PMID:2641083"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:2641083"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:7295131"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:20535495"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Absent radius", "deprecated": null, "id": "HP:0003974", "description": null, "consider": null}, "id": "63524779-1cb2-4e70-851e-5212b205c9ba", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Absent radius", "id": "HP:0003974"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003974"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_object", "obj": "HP:0003974"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9781021", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7710257", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17322606", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Intellectual disability", "deprecated": null, "id": "HP:0001249", "description": null, "consider": null}, "id": "28bc6bf0-6c25-490d-9b77-f18f967e3e60", "type": null, "evidence_graph": {"nodes": [{"lbl": "Intellectual disability", "id": "HP:0001249"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17322606"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:9781021"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7710257"}, {"lbl": null, "id": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:9781021"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:7710257"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:17322606"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_object", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11495312", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8350229", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Sensorineural hearing impairment", "deprecated": null, "id": "HP:0000407", "description": null, "consider": null}, "id": "ce3d30b8-6720-48a6-8e3a-c5b5fed7a086", "type": null, "evidence_graph": {"nodes": [{"lbl": "Sensorineural hearing impairment", "id": "HP:0000407"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652"}, {"lbl": null, "id": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:11495312"}, {"lbl": null, "id": "PMID:20227628"}, {"lbl": null, "id": "PMID:8350229"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:11495312"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:8350229"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Camptodactyly", "deprecated": null, "id": "HP:0012385", "description": null, "consider": null}, "id": "501b24bb-6e86-44c1-bfef-15ffed76f88b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Camptodactyly", "id": "HP:0012385"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_object", "obj": "HP:0012385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012385"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital ptosis", "deprecated": null, "id": "HP:0007970", "description": null, "consider": null}, "id": "fef5810a-d833-4119-b1e4-6bf23fe207d8", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f"}, {"lbl": "Congenital ptosis", "id": "HP:0007970"}, {"lbl": null, "id": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "RO:0002558", "obj": "ECO:0000501"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609386", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6739039", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paralysis", "deprecated": null, "id": "HP:0003470", "description": null, "consider": null}, "id": "6fc15b0e-1c82-4c20-a4d3-3f57c921ba4c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": null, "id": "PMID:6739039"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "Paralysis", "id": "HP:0003470"}, {"lbl": null, "id": "PMID:7609386"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964"}], "edges": [{"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_object", "obj": "HP:0003470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609386"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003470"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:6739039"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcornea", "deprecated": null, "id": "HP:0000482", "description": null, "consider": null}, "id": "8bdd438d-298e-4f95-a714-450825be7528", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946"}, {"lbl": "Microcornea", "id": "HP:0000482"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_object", "obj": "HP:0000482"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000482"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MARCO", "deprecated": null, "id": "NCBIGene:8685", "description": null, "consider": null}, "id": "63bd7954-d396-4044-97b1-858b39099291", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MARCO", "id": "NCBIGene:8685"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3"}], "edges": [{"sub": "NCBIGene:8685", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8685"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Brachydactyly syndrome", "deprecated": null, "id": "HP:0001156", "description": null, "consider": null}, "id": "169956cf-41cc-4c9e-89fc-4122ebe09377", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Brachydactyly syndrome", "id": "HP:0001156"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_object", "obj": "HP:0001156"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001156"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17515303", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane anomaly", "deprecated": null, "id": "HP:0009921", "description": null, "consider": null}, "id": "add615b9-5df2-41c3-9b0c-12769b1f1fd1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "Duane anomaly", "id": "HP:0009921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:17515303"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17515303"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009921"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_object", "obj": "HP:0009921"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11240932", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal posturing", "deprecated": null, "id": "HP:0002533", "description": null, "consider": null}, "id": "32cfb5e1-9506-442f-a7a1-3da3af140683", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:11240932"}, {"lbl": "Abnormal posturing", "id": "HP:0002533"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2"}], "edges": [{"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_object", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:11240932"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609384"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Skeletal muscle atrophy", "deprecated": null, "id": "HP:0003202", "description": null, "consider": null}, "id": "ddd0b73a-1172-4664-9230-dabf9b146bc2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46"}, {"lbl": "Skeletal muscle atrophy", "id": "HP:0003202"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003202"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_object", "obj": "HP:0003202"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL24A1", "deprecated": null, "id": "NCBIGene:255631", "description": null, "consider": null}, "id": "6b247c97-8e43-4a10-9da7-4f5ecccd531c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL24A1", "id": "NCBIGene:255631"}, {"lbl": null, "id": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:255631", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:255631"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QA", "deprecated": null, "id": "NCBIGene:712", "description": null, "consider": null}, "id": "102ddac3-bd69-4d6a-9221-f09ab2343d6e", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QA", "id": "NCBIGene:712"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad"}], "edges": [{"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:712"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:712", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "EMID1", "deprecated": null, "id": "NCBIGene:129080", "description": null, "consider": null}, "id": "65725219-c4ce-4c80-838d-674340689a94", "type": null, "evidence_graph": {"nodes": [{"lbl": "EMID1", "id": "NCBIGene:129080"}, {"lbl": null, "id": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:129080"}, {"sub": "NCBIGene:129080", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Spina bifida occulta", "deprecated": null, "id": "HP:0003298", "description": null, "consider": null}, "id": "086a4ae4-6937-46f9-8396-435149fdf7c6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Spina bifida occulta", "id": "HP:0003298"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003298"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_object", "obj": "HP:0003298"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7394038", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ptosis", "deprecated": null, "id": "HP:0000508", "description": null, "consider": null}, "id": "be171b19-1214-46bd-8f4d-cd50f96103ee", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": null, "id": "PMID:7394038"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Ptosis", "id": "HP:0000508"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": null, "id": "MONARCH:2836bfabbacf84918af027ce382737970d427e68"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "OMIM:616219", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:7394038"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_subject", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4039894", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16283882", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharophimosis", "deprecated": null, "id": "HP:0000581", "description": null, "consider": null}, "id": "d59dc5ff-3d56-4b20-a233-7d415dd6bca1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566"}, {"lbl": null, "id": "PMID:4039894"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Blepharophimosis", "id": "HP:0000581"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:16283882"}, {"lbl": null, "id": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341"}], "edges": [{"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4039894"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:16283882"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharospasm", "deprecated": null, "id": "HP:0000643", "description": null, "consider": null}, "id": "8f527b9a-4654-4e0d-816a-b31bb75296de", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Blepharospasm", "id": "HP:0000643"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_object", "obj": "HP:0000643"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000643"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcephaly", "deprecated": null, "id": "HP:0000252", "description": null, "consider": null}, "id": "b59bfd99-52a2-431d-9b4a-3ce934f0a68b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Microcephaly", "id": "HP:0000252"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_object", "obj": "HP:0000252"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000252"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micrognathia", "deprecated": null, "id": "HP:0000347", "description": null, "consider": null}, "id": "ca179e89-7ca0-4848-9254-f4b37aa89c27", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Micrognathia", "id": "HP:0000347"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_object", "obj": "HP:0000347"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000347"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10942112", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16121554", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of eye movement", "deprecated": null, "id": "HP:0000496", "description": null, "consider": null}, "id": "d49bb12c-bac2-4999-b98c-8da2fa4c16d1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:12133390"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": null, "id": "PMID:16121554"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of eye movement", "id": "HP:0000496"}, {"lbl": null, "id": "PMID:10942112"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:10942112"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:16121554"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_object", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Central heterochromia", "deprecated": null, "id": "HP:0007818", "description": null, "consider": null}, "id": "23fe48f9-f7e7-4a1d-903b-063a40fa83d2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Central heterochromia", "id": "HP:0007818"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_object", "obj": "HP:0007818"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007818"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the pupil", "deprecated": null, "id": "HP:0000615", "description": null, "consider": null}, "id": "5ff5829c-b030-4bf0-8633-7dc8bd0dd680", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the pupil", "id": "HP:0000615"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000615"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_object", "obj": "HP:0000615"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20933218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11955935", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Global developmental delay", "deprecated": null, "id": "HP:0001263", "description": null, "consider": null}, "id": "bcef8e5e-b4bd-4ecd-92ee-24861e0a3dbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20933218"}, {"lbl": null, "id": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc"}, {"lbl": "Global developmental delay", "id": "HP:0001263"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11955935"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:20933218"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:11955935"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17564942", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8333272", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microphthalmia", "deprecated": null, "id": "HP:0000568", "description": null, "consider": null}, "id": "f76364c1-b189-4a19-acb7-0180f81d773c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17564942"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "Microphthalmia", "id": "HP:0000568"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:8333272"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:b991d94546f318317de75309209201a042c6c8b7"}, {"lbl": null, "id": "PMID:16814183"}], "edges": [{"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:17564942"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:8333272"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_object", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Chorioretinal coloboma", "deprecated": null, "id": "HP:0000567", "description": null, "consider": null}, "id": "8d9129c9-eb43-4470-9c19-418fe8154b32", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Chorioretinal coloboma", "id": "HP:0000567"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000567"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_object", "obj": "HP:0000567"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23710497", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15512995", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital cataract", "deprecated": null, "id": "HP:0000519", "description": null, "consider": null}, "id": "93fa8e3f-7cb2-4039-bc9f-d9431f29acbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:15512995"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital cataract", "id": "HP:0000519"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:23710497"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:23710497"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15512995"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:11641645"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17280850", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21158364", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19277226", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial palsy", "deprecated": null, "id": "HP:0010628", "description": null, "consider": null}, "id": "b3ba378c-8d6a-4e60-be4b-7a104efdc4fa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6"}, {"lbl": null, "id": "PMID:21158364"}, {"lbl": null, "id": "PMID:17280850"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19277226"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Facial palsy", "id": "HP:0010628"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_object", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:17280850"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:21158364"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:19277226"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL21A1", "deprecated": null, "id": "NCBIGene:81578", "description": null, "consider": null}, "id": "76d61d15-3c45-4316-8de2-67a2684ef949", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL21A1", "id": "NCBIGene:81578"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e"}], "edges": [{"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the radius", "deprecated": null, "id": "HP:0002984", "description": null, "consider": null}, "id": "d7cbdd79-8364-4740-89ba-6ef259a76b4d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Hypoplasia of the radius", "id": "HP:0002984"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_object", "obj": "HP:0002984"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002984"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": null, "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 190}, "object_closure": {"BFO:0000020": 90, "owl:Thing": 190, "SO:0000110": 64, "HP:0000118": 84, "SO:0001411": 64, "BFO:0000002": 183, "MP:0000001": 83, "HP:0000001": 84, "IAO:0000144": 83, "SO:0001217": 63, "GENO:0000701": 64, "UBERON:0013701PHENOTYPE": 59, "BFO:0000031": 149, "SEPIO:0000013": 83, "IAO:0000300": 83, "UPHENO:0001002": 84, "GENO:0000014": 64, "BFO:0000001": 190, "UBERON:0000153PHENOTYPE": 66, "MP:0005378": 60, "SO:0000704": 64, "UPHENO:0001001": 84, "SO:0000001": 64, "IAO:0000030": 85, "SEPIO:0000129": 83}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1290"}, {"pred": "RO:0002434", "sub": "NCBIGene:1290", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1290", "lbl": "COL5A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1290", "replaced_by": null, "consider": null, "label": "COL5A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5339e6c3-40f7-477c-a688-a39953937cc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "RO:0002558", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:f11341d1c9dcc38f", "lbl": null}, {"id": "ZFIN:ZDB-GENE-070705-543", "lbl": "si:dkeyp-44a8.4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-070705-543", "replaced_by": null, "consider": null, "label": "si:dkeyp-44a8.4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0109d0b1-5f1c-4159-bff8-82fc0ba6b290", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1292", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1292"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1292", "lbl": "COL6A2"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1292", "replaced_by": null, "consider": null, "label": "COL6A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9e2bde6d-3db3-4855-a986-dda3bd075a84", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1294"}, {"pred": "RO:0002434", "sub": "NCBIGene:1294", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1294", "lbl": "COL7A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1294", "replaced_by": null, "consider": null, "label": "COL7A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4f855986-cc7e-421f-a6e2-20a1c893e7fd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:340267"}, {"pred": "RO:0002434", "sub": "NCBIGene:340267", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:340267", "lbl": "COL28A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:340267", "replaced_by": null, "consider": null, "label": "COL28A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "916c3302-1a60-4f52-bef0-2c37506c7407", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl", "https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:f8bef00ad70ee777", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5351"}, {"pred": "RO:0002558", "sub": "MONARCH:f8bef00ad70ee777", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:5351"}, {"pred": "RO:0002434", "sub": "NCBIGene:5351", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5351", "lbl": "PLOD1"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:f8bef00ad70ee777", "lbl": null}, {"id": "PMID:28514442", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5351", "replaced_by": null, "consider": null, "label": "PLOD1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8a5b0905-46a2-47b4-bebf-a2ce2777033e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5045"}, {"pred": "RO:0002434", "sub": "NCBIGene:5045", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5045", "lbl": "FURIN"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5045", "replaced_by": null, "consider": null, "label": "FURIN", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "757daf00-c34c-49e7-8fde-6bb9360e20d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:50509", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:50509"}], "nodes": [{"id": "NCBIGene:50509", "lbl": "COL5A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:50509", "replaced_by": null, "consider": null, "label": "COL5A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a200b40c-67bc-49f1-91aa-077b99438320", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:131873"}, {"pred": "RO:0002434", "sub": "NCBIGene:131873", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:131873", "lbl": "COL6A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:131873", "replaced_by": null, "consider": null, "label": "COL6A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efcbb4be-0920-4d68-baab-1db59ff08fd8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2598361df009584b", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007990"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2598361df009584b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2598361df009584b", "obj": "HP:0007990"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2598361df009584b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0007990", "lbl": "Hypoplastic iris stroma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007990", "replaced_by": null, "consider": null, "label": "Hypoplastic iris stroma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b800fda6-b37a-4c39-8410-590e26cc4077", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e4380d71ba3a9721", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:23654011"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:21850174"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e4380d71ba3a9721", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:6703002"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000540"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e4380d71ba3a9721", "obj": "HP:0000540"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:17701102"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:23654011", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000540", "lbl": "Hypermetropia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21850174", "lbl": null}, {"id": "PMID:17701102", "lbl": null}, {"id": "MONARCH:e4380d71ba3a9721", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:6703002", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23654011", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17701102", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21850174", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6703002", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000540", "replaced_by": null, "consider": null, "label": "Hypermetropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44d63d06-b275-426b-89cd-ca18ac966f76", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:659585b637f5ec60", "obj": "HP:0004322"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0004322"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8687351"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:20534924"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:659585b637f5ec60", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8749054"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:2037260"}, {"pred": "RO:0002558", "sub": "MONARCH:659585b637f5ec60", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:659585b637f5ec60", "lbl": null}, {"id": "PMID:8687351", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8749054", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0004322", "lbl": "Short stature"}, {"id": "PMID:20534924", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:2037260", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2037260", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8687351", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8749054", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20534924", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004322", "replaced_by": null, "consider": null, "label": "Short stature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf8226e1-a48e-4895-9eff-5e23d67288d7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:93919a6e08a01a91", "obj": "HP:0000612"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000612"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:93919a6e08a01a91", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:93919a6e08a01a91", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:93919a6e08a01a91", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000612", "lbl": "Iris coloboma"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000612", "replaced_by": null, "consider": null, "label": "Iris coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ee97d7c1-934e-466b-ad69-49a26f948cc3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:1d42c7330db2fe19", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d42c7330db2fe19", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:21680214"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1d42c7330db2fe19", "obj": "HP:0008050"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:11705140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008050"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:1d42c7330db2fe19", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0008050", "lbl": "Abnormality of the palpebral fissures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:21680214", "lbl": null}, {"id": "PMID:11705140", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21680214", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008050", "replaced_by": null, "consider": null, "label": "Abnormality of the palpebral fissures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b0b2d5f4-a5aa-4c70-b444-6bb7526015b3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "HP:0000465"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000465"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000465", "lbl": "Webbed neck"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:e5a91bc2bdbedffe", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000465", "replaced_by": null, "consider": null, "label": "Webbed neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "32bdb02d-6e72-4cc8-a5e9-6b2f7ad53aa2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1291"}, {"pred": "RO:0002434", "sub": "NCBIGene:1291", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1291", "lbl": "COL6A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1291", "replaced_by": null, "consider": null, "label": "COL6A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e11d66ce-a5c1-454c-a1a5-bc679f691060", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:871", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:871"}], "nodes": [{"id": "NCBIGene:871", "lbl": "SERPINH1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:871", "replaced_by": null, "consider": null, "label": "SERPINH1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f3e76741-960b-41ca-8591-04b367d73fe4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1293", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1293"}], "nodes": [{"id": "NCBIGene:1293", "lbl": "COL6A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1293", "replaced_by": null, "consider": null, "label": "COL6A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac4b6bec-d203-4154-a65f-455e8779e6c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:351"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:85905b125a1a6c0e", "obj": "ECO:0000085"}, {"pred": "dc:source", "sub": "MONARCH:85905b125a1a6c0e", "obj": "PMID:15522881"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:351"}, {"pred": "RO:0002434", "sub": "NCBIGene:351", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000006"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:6aa9a1661ccb1f48", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:85905b125a1a6c0e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "667f4c9e-4f70-449f-83e1-6508fd1b6460", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2e32b27186069bee", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2e32b27186069bee", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2e32b27186069bee", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:2e32b27186069bee", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000232", "lbl": "Everted lower lip vermilion"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000232", "replaced_by": null, "consider": null, "label": "Everted lower lip vermilion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0897685f-586e-4509-9504-7ac900e78fc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:12133390"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:8839346"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3917d385165411c6", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3917d385165411c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:3917d385165411c6", "obj": "ECO:0000246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:12133390", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:8839346", "lbl": null}, {"id": "HP:0100274", "lbl": "Gustatory lacrimation"}, {"id": "MONARCH:3917d385165411c6", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8839346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100274", "replaced_by": null, "consider": null, "label": "Gustatory lacrimation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "931e28c1-06db-4393-ad50-ae65e31c9152", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:be4f583b00a121ab", "obj": "HP:0009601"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:be4f583b00a121ab", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009601"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:be4f583b00a121ab", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0009601", "lbl": "Aplasia/Hypoplasia of the thumb"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:be4f583b00a121ab", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009601", "replaced_by": null, "consider": null, "label": "Aplasia/Hypoplasia of the thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d549778e-214f-480c-ac24-cdae3da69ebe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "RGD:1590105"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c65c21c583cad9e", "obj": "RGD:1590105"}, {"pred": "RO:0002558", "sub": "MONARCH:7c65c21c583cad9e", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c65c21c583cad9e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "RGD:1590105", "lbl": "Col25a1"}, {"id": "MONARCH:7c65c21c583cad9e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10116", "label": "Rattus norvegicus"}, "xrefs": null, "deprecated": null, "id": "RGD:1590105", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e29df174-4463-477a-913d-e8e6bb2cdaed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:80781", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:80781"}], "nodes": [{"id": "NCBIGene:80781", "lbl": "COL18A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:80781", "replaced_by": null, "consider": null, "label": "COL18A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d9f7d228-fe57-4f21-af8e-e2de4b77500d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10491"}, {"pred": "RO:0002434", "sub": "NCBIGene:10491", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:10491", "lbl": "CRTAP"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10491", "replaced_by": null, "consider": null, "label": "CRTAP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "87df9c00-5802-4d1b-bbe0-37f857b3cf04", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1300", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1300"}], "nodes": [{"id": "NCBIGene:1300", "lbl": "COL10A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1300", "replaced_by": null, "consider": null, "label": "COL10A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9c01dbb6-85d7-4fd9-8713-ad24ddcf93e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:57642", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:57642"}], "nodes": [{"id": "NCBIGene:57642", "lbl": "COL20A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57642", "replaced_by": null, "consider": null, "label": "COL20A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b5ab0bd-1eee-4e4f-96fd-a63e4f9aa562", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001177"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eed466b1a0aaefba", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eed466b1a0aaefba", "obj": "HP:0001177"}, {"pred": "RO:0002558", "sub": "MONARCH:eed466b1a0aaefba", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0001177", "lbl": "Preaxial hand polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:eed466b1a0aaefba", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001177", "replaced_by": null, "consider": null, "label": "Preaxial hand polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "da9f2c94-d48e-45f0-91d0-398027fa505b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:19038376"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b736d1824502d6af", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b736d1824502d6af", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b736d1824502d6af", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:16024848"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:2004723"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:10773809"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:2004723", "lbl": null}, {"id": "PMID:10773809", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0006824", "lbl": "Cranial nerve paralysis"}, {"id": "MONARCH:b736d1824502d6af", "lbl": null}, {"id": "PMID:19038376", "lbl": null}, {"id": "PMID:16024848", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10773809", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16024848", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2004723", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19038376", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006824", "replaced_by": null, "consider": null, "label": "Cranial nerve paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d50d4237-79e9-4169-872e-e40e595abd40", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:79709"}, {"pred": "RO:0002434", "sub": "NCBIGene:79709", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:79709", "lbl": "COLGALT1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:79709", "replaced_by": null, "consider": null, "label": "COLGALT1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1583a290-7b03-454c-82e5-84d9f9c73338", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1288", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1288"}], "nodes": [{"id": "NCBIGene:1288", "lbl": "COL4A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1288", "replaced_by": null, "consider": null, "label": "COL4A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0430f376-15f1-4ec8-9294-2c3597bbedc1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:16736738"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7425127cd202168f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:2377353"}, {"pred": "RO:0002558", "sub": "MONARCH:7425127cd202168f", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7425127cd202168f", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:21204225"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000410", "lbl": "Mixed hearing impairment"}, {"id": "PMID:2377353", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:7425127cd202168f", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000410", "replaced_by": null, "consider": null, "label": "Mixed hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f6eb9cc5-844c-4fc1-b2a8-d257e554b509", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "MGI:1924268"}, {"pred": "RO:0002558", "sub": "MONARCH:2d92eff41199b2c4", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2d92eff41199b2c4", "obj": "MGI:1924268"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2d92eff41199b2c4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:2d92eff41199b2c4", "lbl": null}, {"id": "MGI:1924268", "lbl": "Col25a1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1924268", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dec7ece8-f226-46dd-bc0f-d155b2e34ebd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:697122"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "NCBIGene:697122"}, {"pred": "RO:0002558", "sub": "MONARCH:b9c6a0701992f541", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b9c6a0701992f541", "lbl": null}, {"id": "NCBIGene:697122", "lbl": "COL25A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9544", "label": "Macaca mulatta"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:697122", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d5281c71-5436-4549-a652-70d7693b560d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1308"}, {"pred": "RO:0002434", "sub": "NCBIGene:1308", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1308", "lbl": "COL17A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1308", "replaced_by": null, "consider": null, "label": "COL17A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "45aa057d-b9ed-400f-81a6-2b0539e2bfac", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1282", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1282"}], "nodes": [{"id": "NCBIGene:1282", "lbl": "COL4A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1282", "replaced_by": null, "consider": null, "label": "COL4A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b508da53-ac2d-4713-a3ec-ef1a3d4f0228", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1306", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1306"}], "nodes": [{"id": "NCBIGene:1306", "lbl": "COL15A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1306", "replaced_by": null, "consider": null, "label": "COL15A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "470bfffa-2c21-4870-b919-566db031e7d3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5033"}, {"pred": "RO:0002434", "sub": "NCBIGene:5033", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5033", "lbl": "P4HA1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5033", "replaced_by": null, "consider": null, "label": "P4HA1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "92fe4a76-900a-42c7-b636-3d349408e9fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "CL:0002336"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0002336"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:97eeb685a7d07ae6", "lbl": null}, {"id": "CL:0002336", "lbl": "buccal mucosa cell"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0002336", "replaced_by": null, "consider": null, "label": "buccal mucosa cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "69f165e2-639b-4c90-85d6-34ff411e07a0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:8985", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8985"}], "nodes": [{"id": "NCBIGene:8985", "lbl": "PLOD3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8985", "replaced_by": null, "consider": null, "label": "PLOD3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71da1da5-582d-491a-aa05-54c178e97b9c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:19005989"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15646492"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:23710497"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15512995"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "HP:0000519"}, {"pred": "RO:0002558", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000519"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15512995", "lbl": null}, {"id": "PMID:23710497", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:019f7e8fc5de4cb7", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "HP:0000519", "lbl": "Congenital cataract"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23710497", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15512995", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000519", "replaced_by": null, "consider": null, "label": "Congenital cataract", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fb281adf-4599-4183-969b-fff59c5097ef", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62ad106d452cb058", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:19277226"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62ad106d452cb058", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:21158364"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:62ad106d452cb058", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:16736738"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:17280850"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:20227628"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0010628", "lbl": "Facial palsy"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:17280850", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21158364", "lbl": null}, {"id": "MONARCH:62ad106d452cb058", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:19277226", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19277226", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21158364", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17280850", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010628", "replaced_by": null, "consider": null, "label": "Facial palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6e0cee0-2ceb-4d4e-b12e-593ae88c1fe8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:4057901"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:22950449"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7474fd090928e292", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17515303"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17216607"}, {"pred": "RO:0002558", "sub": "MONARCH:7474fd090928e292", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7474fd090928e292", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:7474fd090928e292", "lbl": null}, {"id": "PMID:17515303", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0009921", "lbl": "Duane anomaly"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17515303", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009921", "replaced_by": null, "consider": null, "label": "Duane anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "674a04f3-4102-4d4f-971d-c88fc46c97cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609385"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002533"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:11240932"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "HP:0002533"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:c0db1cb7420cfa20", "lbl": null}, {"id": "PMID:11240932", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "HP:0002533", "lbl": "Abnormal posturing"}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11240932", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002533", "replaced_by": null, "consider": null, "label": "Abnormal posturing", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "08cf5ccc-236a-471a-85fd-0a4099de1bfd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e77005e0a1a66326", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e77005e0a1a66326", "obj": "HP:0003202"}, {"pred": "RO:0002558", "sub": "MONARCH:e77005e0a1a66326", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003202"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003202", "lbl": "Skeletal muscle atrophy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:e77005e0a1a66326", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003202", "replaced_by": null, "consider": null, "label": "Skeletal muscle atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8fc2fadf-66de-4459-9e4b-9038c023abc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:81578"}, {"pred": "RO:0002434", "sub": "NCBIGene:81578", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:81578", "lbl": "COL21A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:81578", "replaced_by": null, "consider": null, "label": "COL21A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78665149-f3c2-4057-acc0-9527eb08285f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:55214", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:55214"}], "nodes": [{"id": "NCBIGene:55214", "lbl": "P3H2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:55214", "replaced_by": null, "consider": null, "label": "P3H2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ec7fe5e-8519-44d2-abff-557382c560f0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5479"}, {"pred": "RO:0002434", "sub": "NCBIGene:5479", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5479", "lbl": "PPIB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5479", "replaced_by": null, "consider": null, "label": "PPIB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "54d0b155-f8e4-4fa1-a103-113d324beee4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1295", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1295"}], "nodes": [{"id": "NCBIGene:1295", "lbl": "COL8A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1295", "replaced_by": null, "consider": null, "label": "COL8A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8a3c75e-7862-48f3-ba0d-854a54c4a157", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:255631"}, {"pred": "RO:0002434", "sub": "NCBIGene:255631", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:255631", "lbl": "COL24A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:255631", "replaced_by": null, "consider": null, "label": "COL24A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "63d9910b-17a4-4172-9847-2d50a40921a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:d3f7c717d2912915", "obj": "PMID:21688384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d3f7c717d2912915", "obj": "dbSNP:rs17039583"}, {"pred": "GENO:0000418", "sub": "dbSNP:rs17039583", "obj": "NCBIGene:84570"}, {"pred": "RO:0002326", "sub": "dbSNP:rs17039583", "obj": "EFO:0000692"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d3f7c717d2912915", "obj": "EFO:0000692"}, {"pred": "RO:0002558", "sub": "MONARCH:d3f7c717d2912915", "obj": "ECO:0000213"}], "nodes": [{"id": "EFO:0000692", "lbl": "schizophrenia"}, {"id": "MONARCH:d3f7c717d2912915", "lbl": null}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "dbSNP:rs17039583", "lbl": "rs17039583-?"}, {"id": "PMID:21688384", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21688384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:0000692", "replaced_by": null, "consider": null, "label": "schizophrenia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "396381bc-1547-456a-b17c-63183bff65ec", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "KEGG-ds:H00838"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5f4ab821c0672cca", "obj": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5f4ab821c0672cca", "obj": "KEGG-ds:H00838"}], "nodes": [{"id": "MONARCH:5f4ab821c0672cca", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1 that is associated with Congenital fibrosis of the extraocular muscles (CFEOM)"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "KEGG-ds:H00838", "lbl": "Congenital fibrosis of the extraocular muscles (CFEOM)"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "KEGG-ds:H00838", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of the extraocular muscles (CFEOM)", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b927f4d-e73d-4fcb-88b1-b8b2ad50f4cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "dbSNP:rs144998240", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "dbSNP:rs144998240"}, {"pred": "RO:0002558", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "ECO:0000213"}, {"pred": "dc:source", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "PMID:27770636"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "EFO:1001870"}, {"pred": "RO:0002326", "sub": "dbSNP:rs144998240", "obj": "EFO:1001870"}], "nodes": [{"id": "PMID:27770636", "lbl": null}, {"id": "EFO:1001870", "lbl": "late-onset Alzheimers disease"}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:08a2d7e27eabd84c", "lbl": null}, {"id": "dbSNP:rs144998240", "lbl": "rs144998240-A"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27770636", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:1001870", "replaced_by": null, "consider": null, "label": "late-onset Alzheimers disease", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9039b7fa-8e3d-43f6-b4e7-8fcdbbc8275e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}], "nodes": [{"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "OMIM:178300", "lbl": "PTOS1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:178300", "replaced_by": null, "consider": null, "label": "PTOS1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b00ac68-0f2e-464f-a292-2c4a5caa6729", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "DOID:12557", "replaced_by": null, "consider": null, "label": "Duane retraction syndrome", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b9fdcb9e-172e-467f-8984-5213743d3ba6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}], "nodes": [{"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1"}, {"id": "PMID:25500261", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "MONARCH:74ad9f8e9f8c3594", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:616219", "replaced_by": null, "consider": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "469ba88f-0937-4cef-a8f3-fa29b9ff82dd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9f6e47b9-f0bd-48ea-9960-adb5e62a3811", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "GO:0005576"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "REACT:R-HSA-2471842"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005576"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "PMID:11927537"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005576", "lbl": "extracellular region"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:5fcbbd622a045f1a", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005576", "replaced_by": null, "consider": null, "label": "extracellular region", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bcad5c06-ede2-4dcc-a808-54c40a560a5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "670906be-ba50-4ba9-8813-ff168215b976", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005887"}, {"pred": "dc:source", "sub": "MONARCH:df3e92c827f66ed0", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:df3e92c827f66ed0", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df3e92c827f66ed0", "obj": "GO:0005887"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df3e92c827f66ed0", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005887", "lbl": "integral component of plasma membrane"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:df3e92c827f66ed0", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005887", "replaced_by": null, "consider": null, "label": "integral component of plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b7f1c505-e68b-4d39-a8ca-387904af7896", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "aa0e7e3c-cacc-433b-a2ea-eb45d666ef99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474290"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474290", "lbl": "Collagen formation"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474290", "replaced_by": null, "consider": null, "label": "Collagen formation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89ab7c76-4afe-4337-83e6-58a6153ea7a1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474228"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474228", "lbl": "Degradation of the extracellular matrix"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474228", "replaced_by": null, "consider": null, "label": "Degradation of the extracellular matrix", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "951d8ef1-ed3b-4140-a19b-46236a22ac12", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e2605925-8b7f-43da-9548-8e0383e9547e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474244"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474244", "lbl": "Extracellular matrix organization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474244", "replaced_by": null, "consider": null, "label": "Extracellular matrix organization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d75cd6b6-f63c-47a9-b135-a2f4333bfc7d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7a022e7abd49303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0060385"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO:0060385"}, {"pred": "RO:0002558", "sub": "MONARCH:b7a022e7abd49303", "obj": "ECO:0000501"}, {"pred": "dc:source", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO_REF:0000107"}], "nodes": [{"id": "GO:0060385", "lbl": "axonogenesis involved in innervation"}, {"id": "MONARCH:b7a022e7abd49303", "lbl": null}, {"id": "GO_REF:0000107", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000107", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0060385", "replaced_by": null, "consider": null, "label": "axonogenesis involved in innervation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8183fde2-9405-41b6-be73-7b253bb74a44", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "ECO:0000501"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005581"}, {"pred": "dc:source", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO_REF:0000037"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO:0005581"}], "nodes": [{"id": "GO:0005581", "lbl": "collagen trimer"}, {"id": "MONARCH:251ecf0f9c4ec77b", "lbl": null}, {"id": "GO_REF:0000037", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000037", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005581", "replaced_by": null, "consider": null, "label": "collagen trimer", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eff4e13-579f-4293-88e1-6e2891cff20c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e28318f-276c-4087-b70f-03d720a0a519", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d58cbcc4429380b4", "obj": "UBERON:0001295"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001295"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d58cbcc4429380b4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0001295", "lbl": "endometrium"}, {"id": "MONARCH:d58cbcc4429380b4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001295", "replaced_by": null, "consider": null, "label": "endometrium", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efe5e751-1aa2-4da1-bd8f-d1f996706c45", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a559340d28515bac", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000996"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a559340d28515bac", "obj": "UBERON:0000996"}], "nodes": [{"id": "MONARCH:a559340d28515bac", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0000996", "lbl": "vagina"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000996", "replaced_by": null, "consider": null, "label": "vagina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3caa94c5-5588-458e-9b75-18fea7aaf206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:622988bb658bcf3e", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:622988bb658bcf3e", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:622988bb658bcf3e", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:622988bb658bcf3e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:622988bb658bcf3e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "GO:0030574", "lbl": "collagen catabolic process"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0030574", "replaced_by": null, "consider": null, "label": "collagen catabolic process", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "00e5ede8-8b28-4716-817d-8d6650da063a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000992"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "UBERON:0000992"}], "nodes": [{"id": "UBERON:0000992", "lbl": "female gonad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d1a4c74c4fb8a36e", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000992", "replaced_by": null, "consider": null, "label": "female gonad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c6d79aa0-7a31-49be-a1c2-8201511744ee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:807aeae4996e0338", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:807aeae4996e0338", "obj": "UBERON:0002477"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002477"}], "nodes": [{"id": "UBERON:0002477", "lbl": "medial globus pallidus"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:807aeae4996e0338", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002477", "replaced_by": null, "consider": null, "label": "medial globus pallidus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e801b87-9c34-4ccd-b42c-c2655123fe42", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000473", "lbl": "testis"}, {"id": "MONARCH:6d47a06f1ba7175d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000473", "replaced_by": null, "consider": null, "label": "testis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cb90f2e4-5f07-4c78-bee3-91c2e752cfe3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0014892"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2197b6ed3e976064", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2197b6ed3e976064", "obj": "UBERON:0014892"}], "nodes": [{"id": "UBERON:0014892", "lbl": "skeletal muscle organ"}, {"id": "MONARCH:2197b6ed3e976064", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0014892", "replaced_by": null, "consider": null, "label": "skeletal muscle organ", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "002c257b-010b-4e98-8700-7e3ee96068e1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "GO:0001540"}, {"pred": "RO:0002558", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:11927537"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "NCBIGene:84570"}, {"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0001540"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15615705"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15215182"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "PMID:15215182", "lbl": null}, {"id": "MONARCH:2baac2d98bebfe6d", "lbl": null}, {"id": "PMID:15615705", "lbl": null}, {"id": "GO:0001540", "lbl": "amyloid-beta binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15615705", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15215182", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0001540", "replaced_by": null, "consider": null, "label": "amyloid-beta binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2e9b6e26-5561-47df-9e44-a1335430a484", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:10536", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10536"}], "nodes": [{"id": "NCBIGene:10536", "lbl": "P3H3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10536", "replaced_by": null, "consider": null, "label": "P3H3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0155c01-28af-4acd-87f8-03430a8e2f2d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:db0e9165c4aa55be", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:db0e9165c4aa55be", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:db0e9165c4aa55be", "lbl": null}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "af71f255-26e6-48d8-b0ce-0a14be0a2a16", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1289", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1289"}], "nodes": [{"id": "NCBIGene:1289", "lbl": "COL5A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1289", "replaced_by": null, "consider": null, "label": "COL5A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bb4d83ed-3f61-4e75-8f06-01551ac72992", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:1d08a88b524213e7", "obj": "GO:0005788"}, {"pred": "RO:0002558", "sub": "MONARCH:1d08a88b524213e7", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2022073"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2152276"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-8944250"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005788"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d08a88b524213e7", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005788", "lbl": "endoplasmic reticulum lumen"}, {"id": "MONARCH:1d08a88b524213e7", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8944250", "lbl": null}, {"id": "REACT:R-HSA-2022073", "lbl": null}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2022073", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-8944250", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005788", "replaced_by": null, "consider": null, "label": "endoplasmic reticulum lumen", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ec2801c4-c2d2-4f90-9910-e4b6d9b34181", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:32d650b3579b0996", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:32d650b3579b0996", "obj": "UBERON:0001765"}], "nodes": [{"id": "UBERON:0001765", "lbl": "mammary duct"}, {"id": "MONARCH:32d650b3579b0996", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001765", "replaced_by": null, "consider": null, "label": "mammary duct", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e427ef90-22e7-4a5f-b6aa-71a9d88b7002", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1285", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1285"}], "nodes": [{"id": "NCBIGene:1285", "lbl": "COL4A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1285", "replaced_by": null, "consider": null, "label": "COL4A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c2371a06-7a35-4d34-b55f-bc73e343f59f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1287"}, {"pred": "RO:0002434", "sub": "NCBIGene:1287", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1287", "lbl": "COL4A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1287", "replaced_by": null, "consider": null, "label": "COL4A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1417125a-6267-4d70-b1ce-9578caf099d9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f661d55bbc62118", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f661d55bbc62118", "obj": "UBERON:0001264"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001264"}], "nodes": [{"id": "MONARCH:4f661d55bbc62118", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0001264", "lbl": "pancreas"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001264", "replaced_by": null, "consider": null, "label": "pancreas", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b6737d3a-c052-4a9b-a9b8-e0940d44d853", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:15424fd4e2f4c281", "obj": "UBERON:0000966"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:15424fd4e2f4c281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000966"}], "nodes": [{"id": "MONARCH:15424fd4e2f4c281", "lbl": null}, {"id": "UBERON:0000966", "lbl": "retina"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000966", "replaced_by": null, "consider": null, "label": "retina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c7a10a25-7008-4db0-a1d2-4b891ee2ae5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "UBERON:0002418"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002418"}], "nodes": [{"id": "UBERON:0002418", "lbl": "cartilage tissue"}, {"id": "MONARCH:cc8eea22ca5c71a4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002418", "replaced_by": null, "consider": null, "label": "cartilage tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b67ce591-d8e6-4aae-9526-8f4934fe9879", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:256076", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:256076"}], "nodes": [{"id": "NCBIGene:256076", "lbl": "COL6A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:256076", "replaced_by": null, "consider": null, "label": "COL6A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "549a8693-d14e-4ba7-b6db-ee6fb4fce91e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "UBERON:0000956"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000956"}], "nodes": [{"id": "MONARCH:7200ef7cfe0d5638", "lbl": null}, {"id": "UBERON:0000956", "lbl": "cerebral cortex"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000956", "replaced_by": null, "consider": null, "label": "cerebral cortex", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5bc7a743-4f8d-4c5c-9d60-ed8fd9e204c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7de05a22172b0281", "obj": "UBERON:0000178"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000178"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7de05a22172b0281", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000178", "lbl": "blood"}, {"id": "MONARCH:7de05a22172b0281", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000178", "replaced_by": null, "consider": null, "label": "blood", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "919fe7cb-e7d9-451b-98b1-6e3b188ffa46", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0008201"}, {"pred": "dc:source", "sub": "MONARCH:fbec05c106f7bd79", "obj": "PMID:15522881"}, {"pred": "RO:0002558", "sub": "MONARCH:fbec05c106f7bd79", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fbec05c106f7bd79", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fbec05c106f7bd79", "obj": "GO:0008201"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:fbec05c106f7bd79", "lbl": null}, {"id": "GO:0008201", "lbl": "heparin binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0008201", "replaced_by": null, "consider": null, "label": "heparin binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f4282f04-aa44-4a84-ae21-c67220509f81", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:bceb014d1d76a1b8", "lbl": null}, {"id": "UBERON:0002114", "lbl": "duodenum"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002114", "replaced_by": null, "consider": null, "label": "duodenum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b218031d-ea70-44bd-a353-6ae896ef08d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002400"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "UBERON:0002400"}], "nodes": [{"id": "UBERON:0002400", "lbl": "parietal pleura"}, {"id": "MONARCH:7c19c09ac8a1ec28", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002400", "replaced_by": null, "consider": null, "label": "parietal pleura", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c96ea36b-979e-4acc-9303-78ca34c2f78e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:9a52a40bf12edb39", "obj": "ECO:0000303"}, {"pred": "dc:source", "sub": "MONARCH:9a52a40bf12edb39", "obj": "PMID:11927537"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0016021"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a52a40bf12edb39", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a52a40bf12edb39", "obj": "GO:0016021"}], "nodes": [{"id": "ECO:0000303", "lbl": "non-traceable author statement used in manual assertion"}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0016021", "lbl": "integral component of membrane"}, {"id": "MONARCH:9a52a40bf12edb39", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0016021", "replaced_by": null, "consider": null, "label": "integral component of membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89aaa643-e88e-422e-a8f8-f6d118bf6eff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:23127", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:23127"}], "nodes": [{"id": "NCBIGene:23127", "lbl": "COLGALT2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:23127", "replaced_by": null, "consider": null, "label": "COLGALT2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a7f2e8ff-515f-4b0a-81ab-07266bcf8065", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:85301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:85301"}], "nodes": [{"id": "NCBIGene:85301", "lbl": "COL27A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:85301", "replaced_by": null, "consider": null, "label": "COL27A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "13a44b65-132d-4217-b556-ab35aac096cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:feead5432a76b90c", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:feead5432a76b90c", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:feead5432a76b90c", "obj": "HP:0011365"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011365", "lbl": "Patchy hypopigmentation of hair"}, {"id": "MONARCH:feead5432a76b90c", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011365", "replaced_by": null, "consider": null, "label": "Patchy hypopigmentation of hair", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "27dc378a-1a73-4f92-8c33-9c0cd81cdc09", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000234"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9468ccc32079a2a9", "obj": "HP:0000234"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:9468ccc32079a2a9", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:3397857"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7956685"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9468ccc32079a2a9", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000234", "lbl": "Abnormality of the head"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:3397857", "lbl": null}, {"id": "MONARCH:9468ccc32079a2a9", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3397857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000234", "replaced_by": null, "consider": null, "label": "Abnormality of the head", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f4bffd6-319d-4d38-b4af-87594d85821a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001053", "lbl": "Hypopigmented skin patches"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:e2eb6c487666d1f7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001053", "replaced_by": null, "consider": null, "label": "Hypopigmented skin patches", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a756b73-6f78-45c2-a33a-9b470277a434", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:81dc234c0d672974", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000086"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:81dc234c0d672974", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:81dc234c0d672974", "obj": "HP:0000086"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:81dc234c0d672974", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000086", "lbl": "Ectopic kidney"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000086", "replaced_by": null, "consider": null, "label": "Ectopic kidney", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5b7f0a6d-b4ee-4dfb-8faa-29fd1d8c5eee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:19005989"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:16814183"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e11c077d9840ff74", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e11c077d9840ff74", "obj": "HP:0001140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001140"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e11c077d9840ff74", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001140", "lbl": "Epibulbar dermoid"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:e11c077d9840ff74", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001140", "replaced_by": null, "consider": null, "label": "Epibulbar dermoid", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d28c15ff-24f6-4474-a37b-b8833cf61e8d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6a535885bdb1386b", "obj": "HP:0030680"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6a535885bdb1386b", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6a535885bdb1386b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0030680"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:6a535885bdb1386b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0030680", "lbl": "Abnormality of cardiovascular system morphology"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030680", "replaced_by": null, "consider": null, "label": "Abnormality of cardiovascular system morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6a1fda3b-80d9-4f98-a478-08518c9eb7b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09e88d238ec07e99", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:09e88d238ec07e99", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007766"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09e88d238ec07e99", "obj": "HP:0007766"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:09e88d238ec07e99", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0007766", "lbl": "Optic disc hypoplasia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007766", "replaced_by": null, "consider": null, "label": "Optic disc hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2426f588-7b46-4305-90d1-cabcda9a19db", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609385"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000565"}, {"pred": "RO:0002558", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "HP:0000565"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609384"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11404742"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609383"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11162999"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7609383", "lbl": null}, {"id": "PMID:11162999", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000565", "lbl": "Esotropia"}, {"id": "PMID:11404742", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:40cdd2f6e45affc7", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11404742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11162999", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000565", "replaced_by": null, "consider": null, "label": "Esotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ef846580-1a33-4de1-b3cd-8788090b32d5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1278"}, {"pred": "RO:0002434", "sub": "NCBIGene:1278", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1278", "lbl": "COL1A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1278", "replaced_by": null, "consider": null, "label": "COL1A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6b26a0c6-7304-4f98-a6d0-3c679bcfc905", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000431"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9ec78262adafbd69", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9ec78262adafbd69", "obj": "HP:0000431"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9ec78262adafbd69", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0000431", "lbl": "Wide nasal bridge"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:9ec78262adafbd69", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000431", "replaced_by": null, "consider": null, "label": "Wide nasal bridge", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d276f08f-90e7-4668-90ad-bcdec2750edf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000470"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ef1667a5725607ed", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ef1667a5725607ed", "obj": "HP:0000470"}, {"pred": "RO:0002558", "sub": "MONARCH:ef1667a5725607ed", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000470", "lbl": "Short neck"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:ef1667a5725607ed", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000470", "replaced_by": null, "consider": null, "label": "Short neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7f7731c4-bc72-4017-861a-b113cd75c47f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:16814183"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:4094734"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0671c596ad2a0b40", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:0671c596ad2a0b40", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0671c596ad2a0b40", "obj": "HP:0000588"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000588"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:0671c596ad2a0b40", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:4094734", "lbl": null}, {"id": "HP:0000588", "lbl": "Optic nerve coloboma"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4094734", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000588", "replaced_by": null, "consider": null, "label": "Optic nerve coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ff11159-6538-4b92-a083-df033ee852f3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "HP:0008572"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008572"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:f62ed98569a8fd2f", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0008572", "lbl": "External ear malformation"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008572", "replaced_by": null, "consider": null, "label": "External ear malformation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b7ce6b7-081a-4a58-aa89-a1ad32b6356d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1299"}, {"pred": "RO:0002434", "sub": "NCBIGene:1299", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1299", "lbl": "COL9A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1299", "replaced_by": null, "consider": null, "label": "COL9A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52565934-b4e7-4522-bc8d-44632d7c4135", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:5352", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5352"}], "nodes": [{"id": "NCBIGene:5352", "lbl": "PLOD2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5352", "replaced_by": null, "consider": null, "label": "PLOD2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "893597af-b222-4d73-9a2d-8f337c562a91", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1297", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1297"}], "nodes": [{"id": "NCBIGene:1297", "lbl": "COL9A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1297", "replaced_by": null, "consider": null, "label": "COL9A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "83022e4e-e9fb-46b2-8207-e0c157c0d331", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:3877101"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:b810b7e333850095", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0651b70d76e36f03", "obj": "HP:0000324"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0651b70d76e36f03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "RO:0002558", "sub": "MONARCH:0651b70d76e36f03", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:4050857"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b810b7e333850095", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:10165103"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:16411190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b810b7e333850095", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:0651b70d76e36f03", "lbl": null}, {"id": "PMID:3877101", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4050857", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:b810b7e333850095", "lbl": null}, {"id": "HP:0000324", "lbl": "Facial asymmetry"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16411190", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10165103", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16411190", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3877101", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4050857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000324", "replaced_by": null, "consider": null, "label": "Facial asymmetry", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "baef2a91-be8c-4d12-bc76-745654cf2495", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "HP:0000643"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000643"}], "nodes": [{"id": "HP:0000643", "lbl": "Blepharospasm"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:efa4077fc5ff3cfe", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000643", "replaced_by": null, "consider": null, "label": "Blepharospasm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5fddd443-e9c3-4312-b56e-c483c44854ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000567", "lbl": "Chorioretinal coloboma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7d656a633ca0a2ea", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000567", "replaced_by": null, "consider": null, "label": "Chorioretinal coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d4b5c80c-6c10-48ed-b9f0-663dc2507b99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:78e32a6faac3e046", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78e32a6faac3e046", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78e32a6faac3e046", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000252", "lbl": "Microcephaly"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:78e32a6faac3e046", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000252", "replaced_by": null, "consider": null, "label": "Microcephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8d09dcef-f440-4b1a-a06c-0d2db25a40ed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "HP:0000639"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:7295131"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e444b27757d8a2a5", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:10711888"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:11641645"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:2641083"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e444b27757d8a2a5", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:20535495"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "RO:0002558", "sub": "MONARCH:e444b27757d8a2a5", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:e444b27757d8a2a5", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:20535495", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7295131", "lbl": null}, {"id": "HP:0000639", "lbl": "Nystagmus"}, {"id": "MONARCH:abd6e88a26e3d42d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2641083", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20535495", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7295131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2641083", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000639", "replaced_by": null, "consider": null, "label": "Nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2cd09bc2-ab1d-4e3a-8b53-d1584cc51da2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed8351a5142f81c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed8351a5142f81c", "obj": "HP:0000407"}, {"pred": "RO:0002558", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:20227628"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "HP:0000407"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:8350229"}, {"pred": "RO:0002558", "sub": "MONARCH:bed8351a5142f81c", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:11495312"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:17216607"}], "nodes": [{"id": "MONARCH:91dcd7d4a4d81465", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8350229", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:bed8351a5142f81c", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:11495312", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "HP:0000407", "lbl": "Sensorineural hearing impairment"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8350229", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11495312", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000407", "replaced_by": null, "consider": null, "label": "Sensorineural hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86ff69a4-4335-4e58-acba-48baf0fc64cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2210fd99edc1fac4", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2210fd99edc1fac4", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2210fd99edc1fac4", "obj": "HP:0003974"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003974"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003974", "lbl": "Absent radius"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2210fd99edc1fac4", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003974", "replaced_by": null, "consider": null, "label": "Absent radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d8f8db05-9976-46c6-a882-ead3b42bc9e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007818"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "HP:0007818"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:eb0f027ef9dac6e0", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0007818", "lbl": "Central heterochromia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007818", "replaced_by": null, "consider": null, "label": "Central heterochromia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d12858ca-fa6d-4e8a-af0b-c53bddaaea71", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:7710257"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:9781021"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001249"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:caed020087a85119", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:22258531"}, {"pred": "RO:0002558", "sub": "MONARCH:caed020087a85119", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:20227628"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:caed020087a85119", "obj": "HP:0001249"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:17322606"}], "nodes": [{"id": "PMID:9781021", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:17322606", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:7710257", "lbl": null}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:20227628", "lbl": null}, {"id": "MONARCH:caed020087a85119", "lbl": null}, {"id": "HP:0001249", "lbl": "Intellectual disability"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7710257", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17322606", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9781021", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001249", "replaced_by": null, "consider": null, "label": "Intellectual disability", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6882c4d1-1eb7-4716-ac2e-4083f3bb081f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "HP:0000384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000384", "lbl": "Preauricular skin tag"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:d7b502cf9ec881ca", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000384", "replaced_by": null, "consider": null, "label": "Preauricular skin tag", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a5b9b364-cac1-440d-9ca8-c2bba19b66d2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000175"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74a34612cab7deff", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:74a34612cab7deff", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74a34612cab7deff", "obj": "HP:0000175"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:74a34612cab7deff", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000175", "lbl": "Cleft palate"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000175", "replaced_by": null, "consider": null, "label": "Cleft palate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a52a491-fee6-469a-8f81-c659e087a6ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:277b15ce6349fee1", "obj": "HP:0002162"}, {"pred": "RO:0002558", "sub": "MONARCH:277b15ce6349fee1", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:277b15ce6349fee1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002162"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002162", "lbl": "Low posterior hairline"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:277b15ce6349fee1", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002162", "replaced_by": null, "consider": null, "label": "Low posterior hairline", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0406ef9f-ed7d-4158-8dca-431f197ff785", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:13054c0e2b6613b8", "obj": "HP:0007970"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f0a3f47978f02f51", "obj": "OMIM:178300"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f0a3f47978f02f51", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "RO:0002558", "sub": "MONARCH:13054c0e2b6613b8", "obj": "ECO:0000501"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:13054c0e2b6613b8", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:f0a3f47978f02f51", "obj": "ECO:0000501"}], "nodes": [{"id": "MONARCH:f0a3f47978f02f51", "lbl": null}, {"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "HP:0007970", "lbl": "Congenital ptosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:13054c0e2b6613b8", "lbl": null}, {"id": "OMIM:178300", "lbl": "PTOS1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007970", "replaced_by": null, "consider": null, "label": "Congenital ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86abcdcd-7fc1-4271-a85c-739e0377e6fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609386"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:05d471bbfc2dd302", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:23237754"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:05d471bbfc2dd302", "obj": "HP:0003470"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003470"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:6739039"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:10165103"}, {"pred": "RO:0002558", "sub": "MONARCH:05d471bbfc2dd302", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:05d471bbfc2dd302", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0003470", "lbl": "Paralysis"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7609386", "lbl": null}, {"id": "PMID:10165103", "lbl": null}, {"id": "PMID:6739039", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6739039", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609386", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003470", "replaced_by": null, "consider": null, "label": "Paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64730770-e203-4ea8-9c15-7fade8a75f41", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:a5ca9119821d53a9", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1cdbada97cdfee63", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1cdbada97cdfee63", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4039894"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:20046701"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:17126050"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4057901"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:16283882"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a5ca9119821d53a9", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:1cdbada97cdfee63", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a5ca9119821d53a9", "obj": "HP:0000581"}], "nodes": [{"id": "MONARCH:a5ca9119821d53a9", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000581", "lbl": "Blepharophimosis"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4039894", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16283882", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:1cdbada97cdfee63", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16283882", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4039894", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000581", "replaced_by": null, "consider": null, "label": "Blepharophimosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6cbaab91-e755-4583-a13b-4bccae721145", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1286", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1286"}], "nodes": [{"id": "NCBIGene:1286", "lbl": "COL4A4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1286", "replaced_by": null, "consider": null, "label": "COL4A4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "36ba26f2-6b19-484f-9b58-0e210bcc850e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000496"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:16121554"}, {"pred": "RO:0002558", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:12133390"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "HP:0000496"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:11705140"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:10942112"}], "nodes": [{"id": "PMID:16121554", "lbl": null}, {"id": "PMID:12133390", "lbl": null}, {"id": "MONARCH:004fbf87bbb0dd3c", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000496", "lbl": "Abnormality of eye movement"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11705140", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10942112", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16121554", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10942112", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000496", "replaced_by": null, "consider": null, "label": "Abnormality of eye movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d3c786e3-2a0e-40d8-a58e-497f4106c48f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9a62c5992b74d951", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a62c5992b74d951", "obj": "HP:0003312"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003312"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a62c5992b74d951", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003312", "lbl": "Abnormal form of the vertebral bodies"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:9a62c5992b74d951", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003312", "replaced_by": null, "consider": null, "label": "Abnormal form of the vertebral bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4e090c20-e923-4c8b-b1fb-1c7d78f75f73", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50547cd61f40a328", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50547cd61f40a328", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50547cd61f40a328", "obj": "HP:0012246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:50547cd61f40a328", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012246", "lbl": "Oculomotor nerve palsy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012246", "replaced_by": null, "consider": null, "label": "Oculomotor nerve palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cde7ef54-0e09-4434-b693-9956fc9f03cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b991d94546f31831", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:19005989"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b991d94546f31831", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:17564942"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:8333272"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b991d94546f31831", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:2377353"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:16814183"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:8333272", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:b991d94546f31831", "lbl": null}, {"id": "PMID:17564942", "lbl": null}, {"id": "PMID:2377353", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000568", "lbl": "Microphthalmia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17564942", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8333272", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000568", "replaced_by": null, "consider": null, "label": "Microphthalmia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "85ef607b-8602-4817-86ca-1dc2538b4db6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "HP:0000347"}, {"pred": "RO:0002558", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000347"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000347", "lbl": "Micrognathia"}, {"id": "MONARCH:7e620c056ed9fbb1", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000347", "replaced_by": null, "consider": null, "label": "Micrognathia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6c5a9d7-2817-4b2a-ad5b-deb844dde37e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "HP:0001156"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001156", "lbl": "Brachydactyly"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:d6cfdb81c3cf9232", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001156", "replaced_by": null, "consider": null, "label": "Brachydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9d50b080-1f3d-4604-81e2-f6c324f30788", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0005640"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:0ac436e1e7075aae", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0ac436e1e7075aae", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0ac436e1e7075aae", "obj": "HP:0005640"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0005640", "lbl": "Abnormal vertebral segmentation and fusion"}, {"id": "MONARCH:0ac436e1e7075aae", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005640", "replaced_by": null, "consider": null, "label": "Abnormal vertebral segmentation and fusion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3ee29fdb-f21d-4a28-9c52-6ddcc6dc44ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50b30b6df0088864", "obj": "HP:0001491"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001491"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11600883"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50b30b6df0088864", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50b30b6df0088864", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11960793"}], "nodes": [{"id": "PMID:11600883", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001491", "lbl": "Congenital fibrosis of extraocular muscles"}, {"id": "PMID:21774381", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:50b30b6df0088864", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11600883", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001491", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of extraocular muscles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d96aca63-21a0-49b9-9f19-efa1a6e07d79", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:7956685"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:20736120"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:cca4cbfdb942e119", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c1e294c5664fe32", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:6645274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c1e294c5664fe32", "obj": "HP:0000486"}, {"pred": "RO:0002558", "sub": "MONARCH:5c1e294c5664fe32", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cca4cbfdb942e119", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cca4cbfdb942e119", "obj": "HP:0000486"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:23237754"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:9717759"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}], "nodes": [{"id": "HP:0000486", "lbl": "Strabismus"}, {"id": "MONARCH:5c1e294c5664fe32", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9717759", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:6645274", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:cca4cbfdb942e119", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6645274", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9717759", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000486", "replaced_by": null, "consider": null, "label": "Strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9addb590-81e8-4f7a-9e55-acb321ebbdbc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:034ba4c49c158a33", "obj": "HP:0000508"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:034ba4c49c158a33", "obj": "DOID:12557"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2836bfabbacf8491", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:7394038"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:69fd66921e8bc683", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:034ba4c49c158a33", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2836bfabbacf8491", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "RO:0002558", "sub": "MONARCH:2836bfabbacf8491", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:15607218"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:21774381"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:1816462"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:69fd66921e8bc683", "obj": "ECO:0000501"}, {"pred": "RO:0002200", "sub": "OMIM:616219", "obj": "HP:0000508"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:69fd66921e8bc683", "obj": "HP:0000508"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7394038", "lbl": null}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:034ba4c49c158a33", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "HP:0000508", "lbl": "Ptosis"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "PMID:25500261", "lbl": null}, {"id": "MONARCH:69fd66921e8bc683", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "PMID:21774381", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "MONARCH:2836bfabbacf8491", "lbl": null}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7394038", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000508", "replaced_by": null, "consider": null, "label": "Ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0a95eb16-6f2c-4b22-980c-c3a6abe5cef3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d557e724d2cc585f", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d557e724d2cc585f", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d557e724d2cc585f", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0003298", "lbl": "Spina bifida occulta"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:d557e724d2cc585f", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003298", "replaced_by": null, "consider": null, "label": "Spina bifida occulta", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6f2b1b3-813f-4856-b3c2-b33c12445513", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "HP:0000615"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000615"}, {"pred": "RO:0002558", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5399b3a0f2edbf94", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000615", "lbl": "Abnormality of the pupil"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000615", "replaced_by": null, "consider": null, "label": "Abnormality of the pupil", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba863d37-a73e-468a-b99d-eb66ef89b4cd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000482"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "HP:0000482"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:c3f21ee8d66ed9b5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000482", "lbl": "Microcornea"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000482", "replaced_by": null, "consider": null, "label": "Microcornea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "119d911f-10ad-4a5b-a8e5-90d04107034a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22258531"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:20933218"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:11955935"}, {"pred": "RO:0002558", "sub": "MONARCH:0d032f1f6402a96b", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0d032f1f6402a96b", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:21204225"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:189bedee51feeadc", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:189bedee51feeadc", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:189bedee51feeadc", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0d032f1f6402a96b", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001263", "lbl": "Global developmental delay"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11955935", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:189bedee51feeadc", "lbl": null}, {"id": "PMID:22950449", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:0d032f1f6402a96b", "lbl": null}, {"id": "PMID:20933218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11955935", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20933218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001263", "replaced_by": null, "consider": null, "label": "Global developmental delay", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac0c3da6-5aeb-49d0-8461-4af2823ed162", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b77dae23c9ce213e", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b77dae23c9ce213e", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b77dae23c9ce213e", "obj": "HP:0001199"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001199"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:b77dae23c9ce213e", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0001199", "lbl": "Triphalangeal thumb"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001199", "replaced_by": null, "consider": null, "label": "Triphalangeal thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e5cb1ce-ab35-44e3-b359-c4b2c7a704ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000577"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:12736629"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "HP:0000577"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609383"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:845747"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:6947592"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:12736629", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:845747", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:1e005d4ed31e0e89", "lbl": null}, {"id": "PMID:7609383", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:6947592", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000577", "lbl": "Exotropia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:845747", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12736629", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6947592", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000577", "replaced_by": null, "consider": null, "label": "Exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6717fbc-b34e-4ab6-97b8-12babe887eae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012385"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fea781b9be79dc43", "obj": "HP:0012385"}, {"pred": "RO:0002558", "sub": "MONARCH:fea781b9be79dc43", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fea781b9be79dc43", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0012385", "lbl": "Camptodactyly"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:fea781b9be79dc43", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012385", "replaced_by": null, "consider": null, "label": "Camptodactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "82640ad6-df71-4a9a-ba79-cfa57504f3c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7cfdba3362b4f440", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7cfdba3362b4f440", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7cfdba3362b4f440", "obj": "HP:0006934"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:9695089"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:1816462"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006934"}], "nodes": [{"id": "HP:0006934", "lbl": "Congenital nystagmus"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21774381", "lbl": null}, {"id": "PMID:9695089", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "MONARCH:7cfdba3362b4f440", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9695089", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006934", "replaced_by": null, "consider": null, "label": "Congenital nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8130fd77-9a45-46b0-9fe7-25c5cd4d4d01", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "HP:0002984"}, {"pred": "RO:0002558", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002984"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002984", "lbl": "Hypoplasia of the radius"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:660f2807c8ac9b3b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002984", "replaced_by": null, "consider": null, "label": "Hypoplasia of the radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "81affef3-dc27-40fb-a1ae-a2e8176b54bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:aa8ef1db2a851009", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007400"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:aa8ef1db2a851009", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:aa8ef1db2a851009", "obj": "HP:0007400"}], "nodes": [{"id": "HP:0007400", "lbl": "Irregular hyperpigmentation"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:aa8ef1db2a851009", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007400", "replaced_by": null, "consider": null, "label": "Irregular hyperpigmentation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8311b429-42fe-4b0f-bf58-a459d2836dd0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1284", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1284"}], "nodes": [{"id": "NCBIGene:1284", "lbl": "COL4A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1284", "replaced_by": null, "consider": null, "label": "COL4A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eb8f2e4-0187-47ed-88ea-93a5c6ddf6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1280"}, {"pred": "RO:0002434", "sub": "NCBIGene:1280", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1280", "lbl": "COL2A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1280", "replaced_by": null, "consider": null, "label": "COL2A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1c8a0328-5c96-455c-b22e-6fa396c158e8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1296", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1296"}], "nodes": [{"id": "NCBIGene:1296", "lbl": "COL8A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1296", "replaced_by": null, "consider": null, "label": "COL8A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ea31712-28dd-4e05-8c74-866ec2075d9a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:91522"}, {"pred": "RO:0002434", "sub": "NCBIGene:91522", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:91522", "lbl": "COL23A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:91522", "replaced_by": null, "consider": null, "label": "COL23A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "22f9c40d-457c-413f-a70e-41132629a6c2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1298", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1298"}], "nodes": [{"id": "NCBIGene:1298", "lbl": "COL9A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1298", "replaced_by": null, "consider": null, "label": "COL9A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "521e3782-5922-49aa-a5a3-d680d680074e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:169044"}, {"pred": "RO:0002434", "sub": "NCBIGene:169044", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:169044", "lbl": "COL22A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:169044", "replaced_by": null, "consider": null, "label": "COL22A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b5183f8-ca81-4c6a-90bb-cf7876f7336a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1277"}, {"pred": "RO:0002434", "sub": "NCBIGene:1277", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1277", "lbl": "COL1A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1277", "replaced_by": null, "consider": null, "label": "COL1A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b2051a3-e9b0-40c1-855d-dab53cbf7508", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ceaf098e680c3317", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"pred": "RO:HOM0000017", "sub": "ZFIN:ZDB-GENE-130530-720", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000044"}, {"pred": "dc:source", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000031"}], "nodes": [{"id": "ZFIN:ZDB-GENE-130530-720", "lbl": "col25a1"}, {"id": "ECO:0000031", "lbl": "protein BLAST evidence used in manual assertion"}, {"id": "ECO:0000044", "lbl": "sequence similarity evidence"}, {"id": "MONARCH:ceaf098e680c3317", "lbl": null}, {"id": "ZFIN:ZDB-PUB-030905-1", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000017", "replaced_by": null, "consider": null, "label": "in orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "replaced_by": null, "consider": null, "label": "col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf224bdf-b70e-4dc4-a74b-b7cc2d604fbe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:351"}, {"pred": "RO:0002558", "sub": "MONARCH:ca07706810c16869", "obj": "ECO:0000324"}, {"pred": "dc:source", "sub": "MONARCH:ca07706810c16869", "obj": "PMID:11927537"}, {"pred": "RO:0002325", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "ECO:0000324", "lbl": "imaging assay evidence"}, {"id": "MONARCH:ca07706810c16869", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}]}, "relation": {"deprecated": null, "id": "RO:0002325", "replaced_by": null, "consider": null, "label": "colocalizes with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f572df1-8291-48ed-ab7b-4ad12d9e88f2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5034"}, {"pred": "RO:0002434", "sub": "NCBIGene:5034", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5034", "lbl": "P4HB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5034", "replaced_by": null, "consider": null, "label": "P4HB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6982d32c-be8e-4af6-931c-b9ae51029be5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1301"}], "nodes": [{"id": "NCBIGene:1301", "lbl": "COL11A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1301", "replaced_by": null, "consider": null, "label": "COL11A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ea4dbaaf-6ab3-48c0-8ce8-e91402ed14bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "UBERON:0000467"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000467"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000467", "lbl": "anatomical system"}, {"id": "MONARCH:e8b8b46a71cd9243", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000467", "replaced_by": null, "consider": null, "label": "anatomical system", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6670b9d0-b599-4ce8-8f35-1fef50e2ef85", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:7373"}, {"pred": "RO:0002434", "sub": "NCBIGene:7373", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:7373", "lbl": "COL14A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7373", "replaced_by": null, "consider": null, "label": "COL14A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6f8f7dad-2a98-46e5-96c2-25680a0e95c5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:283208", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:283208"}], "nodes": [{"id": "NCBIGene:283208", "lbl": "P4HA3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:283208", "replaced_by": null, "consider": null, "label": "P4HA3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a237d1e-9dde-4397-beb6-d2a99f1e982a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:22932093"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:19791724"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:18055799"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009004"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "HP:0009004"}], "nodes": [{"id": "PMID:18055799", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:f63e29e1e4c35e5a", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0009004", "lbl": "Hypoplasia of the musculature"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:19791724", "lbl": null}, {"id": "PMID:22932093", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22932093", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19791724", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18055799", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009004", "replaced_by": null, "consider": null, "label": "Hypoplasia of the musculature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b57a3b3d-d296-49b3-bd53-ea7c72ded4e4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:ba857c0ab3a57611", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000526"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba857c0ab3a57611", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba857c0ab3a57611", "obj": "HP:0000526"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:ba857c0ab3a57611", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000526", "lbl": "Aniridia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000526", "replaced_by": null, "consider": null, "label": "Aniridia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ed17dc6-7977-43e3-9ef7-ae26f5090bb3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:17605266"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15607218"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d9747d2614154526", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d9747d2614154526", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d9747d2614154526", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:11304819"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15646492"}], "nodes": [{"id": "PMID:11304819", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000651", "lbl": "Diplopia"}, {"id": "PMID:17605266", "lbl": null}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:d9747d2614154526", "lbl": null}, {"id": "PMID:7956685", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11304819", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000651", "replaced_by": null, "consider": null, "label": "Diplopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0fc633b9-cdd3-4ae7-bf51-5d1a913e8d1b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5277f8dda712a861", "obj": "HP:0012745"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012745"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5277f8dda712a861", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5277f8dda712a861", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5277f8dda712a861", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012745", "lbl": "Short palpebral fissure"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012745", "replaced_by": null, "consider": null, "label": "Short palpebral fissure", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8193e0e-a60e-4b16-91ed-ce9d7a94e2fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "HP:0001250"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001250"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:5b7a67a5aaff725c", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001250", "lbl": "Seizures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001250", "replaced_by": null, "consider": null, "label": "Seizures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dd0a0a33-7c9f-4d0e-a5c9-381d9c32537d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001357"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20ca37450ceaa402", "obj": "HP:0001357"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:20ca37450ceaa402", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20ca37450ceaa402", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001357", "lbl": "Plagiocephaly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:20ca37450ceaa402", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001357", "replaced_by": null, "consider": null, "label": "Plagiocephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f8a82bc8-0011-4f21-90f0-0e3bf9a8e659", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:669a4a0127bbeafe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:16989758"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:9642311"}, {"pred": "RO:0002558", "sub": "MONARCH:669a4a0127bbeafe", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11835823"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:669a4a0127bbeafe", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:22525168"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:669a4a0127bbeafe", "lbl": null}, {"id": "HP:0011349", "lbl": "Abducens palsy"}, {"id": "PMID:11835823", "lbl": null}, {"id": "PMID:22525168", "lbl": null}, {"id": "PMID:16989758", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22525168", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16989758", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011349", "replaced_by": null, "consider": null, "label": "Abducens palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba23ac92-1101-4881-8957-64b27cf33eb9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:22912401"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:370e129fb75a8aa6", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:17126050"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100022"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:12395297"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:18653847"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:370e129fb75a8aa6", "obj": "HP:0100022"}, {"pred": "RO:0002558", "sub": "MONARCH:370e129fb75a8aa6", "obj": "ECO:0000246"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:370e129fb75a8aa6", "lbl": null}, {"id": "PMID:22912401", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0100022", "lbl": "Abnormality of movement"}, {"id": "PMID:12395297", "lbl": null}, {"id": "PMID:18653847", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22912401", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18653847", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12395297", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100022", "replaced_by": null, "consider": null, "label": "Abnormality of movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d83af1e7-da13-4e2e-9be6-f1859a7b09fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9678f1a3-30d9-4adb-80ee-e79f9c392206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005886"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "GO:0005886"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2471842"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2152276"}], "nodes": [{"id": "MONARCH:467bd2ba9db2e7aa", "lbl": null}, {"id": "GO:0005886", "lbl": "plasma membrane"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005886", "replaced_by": null, "consider": null, "label": "plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "20c07144-6c36-4506-8175-6fc563ce0c4d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1303"}], "nodes": [{"id": "NCBIGene:1303", "lbl": "COL12A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1303", "replaced_by": null, "consider": null, "label": "COL12A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78355d93-f754-4c9e-abf1-5c3871c767bf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:012d427a72514be8", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:012d427a72514be8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:012d427a72514be8", "lbl": null}, {"id": "UBERON:0002190", "lbl": "subcutaneous adipose tissue"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002190", "replaced_by": null, "consider": null, "label": "subcutaneous adipose tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8960d04a-340a-4951-806e-f8b8f0d0e26e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:9dcd41dd508c9321", "obj": "UBERON:0010414"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9dcd41dd508c9321", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0010414"}], "nodes": [{"id": "MONARCH:9dcd41dd508c9321", "lbl": null}, {"id": "UBERON:0010414", "lbl": "omental fat pad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0010414", "replaced_by": null, "consider": null, "label": "omental fat pad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3f615d42-9d97-4ffc-8168-411f7b7f2c0b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "GO:0005615"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "NCBIGene:84570"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005615"}, {"pred": "dc:source", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "PMID:11927537"}], "nodes": [{"id": "MONARCH:d4e432fbabbae4cd", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005615", "lbl": "extracellular space"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005615", "replaced_by": null, "consider": null, "label": "extracellular space", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f7cf4839-3903-4481-8ee4-4fcec28c716e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1305", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1305"}], "nodes": [{"id": "NCBIGene:1305", "lbl": "COL13A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1305", "replaced_by": null, "consider": null, "label": "COL13A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52350bb3-7a61-43a3-8f5c-dba3960dd1cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "CL:0000019"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0000019"}], "nodes": [{"id": "MONARCH:cf7e9f1090b8c515", "lbl": null}, {"id": "CL:0000019", "lbl": "sperm"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0000019", "replaced_by": null, "consider": null, "label": "sperm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9b33a6ea-89a9-4081-a432-7dd25e5d5bdd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c75c02421cf1592", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001890"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c75c02421cf1592", "obj": "UBERON:0001890"}], "nodes": [{"id": "UBERON:0001890", "lbl": "forebrain"}, {"id": "MONARCH:5c75c02421cf1592", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001890", "replaced_by": null, "consider": null, "label": "forebrain", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b0b320d-a951-4e39-8531-243c7fc9b6c9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1307", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1307"}], "nodes": [{"id": "NCBIGene:1307", "lbl": "COL16A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1307", "replaced_by": null, "consider": null, "label": "COL16A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7d164383-466d-4dda-a887-a1afcb06607a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:64175"}, {"pred": "RO:0002434", "sub": "NCBIGene:64175", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:64175", "lbl": "P3H1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:64175", "replaced_by": null, "consider": null, "label": "P3H1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f78e60e0-6f6c-4753-a38a-f728b2e4ef19", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1281"}], "nodes": [{"id": "NCBIGene:1281", "lbl": "COL3A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1281", "replaced_by": null, "consider": null, "label": "COL3A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "40525872-ed03-4610-91b0-40e93a0d92fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:2715696"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:18691219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:10711888"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0647097965b693d7", "obj": "HP:0000365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0647097965b693d7", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000365"}, {"pred": "RO:0002558", "sub": "MONARCH:0647097965b693d7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:6480241"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:18691219", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "MONARCH:0647097965b693d7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:6480241", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0000365", "lbl": "Hearing impairment"}, {"id": "PMID:2715696", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18691219", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6480241", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000365", "replaced_by": null, "consider": null, "label": "Hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44dc4307-0000-46b8-9f12-7bf7b4f6f06e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:2715696"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c9c27891a80bf956", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:208d65790486af41", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:15279427"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20046701"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9c27891a80bf956", "obj": "HP:0000490"}, {"pred": "RO:0002558", "sub": "MONARCH:208d65790486af41", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9c27891a80bf956", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:208d65790486af41", "obj": "HP:0000490"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:7498569"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20865239"}], "nodes": [{"id": "HP:0000490", "lbl": "Deeply set eye"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7498569", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15279427", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:208d65790486af41", "lbl": null}, {"id": "PMID:2715696", "lbl": null}, {"id": "MONARCH:c9c27891a80bf956", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "PMID:20865239", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20865239", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15279427", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7498569", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000490", "replaced_by": null, "consider": null, "label": "Deeply set eye", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18dfda57-9271-4989-9002-32d6318079a4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:17605266"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c705b64e8dc2c970", "obj": "HP:0000646"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "HP:0000646"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "RO:0002558", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:c705b64e8dc2c970", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:10202298"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:16814184"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c705b64e8dc2c970", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:3958872"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "PMID:3958872", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:10202298", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17605266", "lbl": null}, {"id": "MONARCH:c705b64e8dc2c970", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000646", "lbl": "Amblyopia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:2cf17bc5d9d508ab", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10202298", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3958872", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000646", "replaced_by": null, "consider": null, "label": "Amblyopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71f4610b-20c4-4f37-b5ea-e666f5185c18", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012732"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f5782afc0829e1c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f5782afc0829e1c6", "obj": "HP:0012732"}, {"pred": "RO:0002558", "sub": "MONARCH:f5782afc0829e1c6", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0012732", "lbl": "Anorectal anomaly"}, {"id": "MONARCH:f5782afc0829e1c6", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012732", "replaced_by": null, "consider": null, "label": "Anorectal anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "373eaab1-0ec9-424c-9621-f90803a6f6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001762"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "HP:0001762"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:08ae1e61c4db1ea2", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001762", "lbl": "Talipes equinovarus"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001762", "replaced_by": null, "consider": null, "label": "Talipes equinovarus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bc175745-a4fa-4761-9d4a-49fe6f931bc6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10530982"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:2139048"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10577917"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:23d2749ec45f58b7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:23d2749ec45f58b7", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:23d2749ec45f58b7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:22370672"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:23d2749ec45f58b7", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10530982", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22370672", "lbl": null}, {"id": "PMID:10577917", "lbl": null}, {"id": "HP:0000661", "lbl": "Palpebral fissure narrowing on adduction"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2139048", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2139048", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22370672", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10530982", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10577917", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000661", "replaced_by": null, "consider": null, "label": "Palpebral fissure narrowing on adduction", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8413da25-cc0a-41d6-a3f3-4348b14ca7a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:16814184"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:10809934"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20b2aa01a60c9230", "obj": "HP:0000487"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20b2aa01a60c9230", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:18404116"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000487"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:11960793"}, {"pred": "RO:0002558", "sub": "MONARCH:20b2aa01a60c9230", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:22258531"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10809934", "lbl": null}, {"id": "MONARCH:20b2aa01a60c9230", "lbl": null}, {"id": "PMID:18404116", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000487", "lbl": "Congenital strabismus"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10809934", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18404116", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000487", "replaced_by": null, "consider": null, "label": "Congenital strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f05653d1-e7dd-47b1-9668-729364dbef8f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:6c7d5ca44f712b05", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011386", "lbl": "Narrow internal auditory canal"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011386", "replaced_by": null, "consider": null, "label": "Narrow internal auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5cd6d63-f2ea-474f-8ca5-93b39156f52c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8974"}, {"pred": "RO:0002434", "sub": "NCBIGene:8974", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:8974", "lbl": "P4HA2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8974", "replaced_by": null, "consider": null, "label": "P4HA2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2b5f5c84-0c9f-4c36-b012-33ca08d56a4f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:15492742"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78c048e6dc5f5925", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78c048e6dc5f5925", "obj": "HP:0008033"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:2919045"}, {"pred": "RO:0002558", "sub": "MONARCH:78c048e6dc5f5925", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:7234921"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008033"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:15492742", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:2919045", "lbl": null}, {"id": "PMID:7234921", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:78c048e6dc5f5925", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0008033", "lbl": "Congenital exotropia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2919045", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7234921", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15492742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008033", "replaced_by": null, "consider": null, "label": "Congenital exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b44c0f9f-ccad-48b9-bfa8-ba9ca1232823", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000657"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "HP:0000657"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:9642311"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11835823"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11835823", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000657", "lbl": "Oculomotor apraxia"}, {"id": "MONARCH:3a5fddc3f3e9b6d7", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000657", "replaced_by": null, "consider": null, "label": "Oculomotor apraxia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4d4179b0-a3f8-45c6-85d4-f8369eaed7b9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:5df480314d95e3cc", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000463"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5df480314d95e3cc", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5df480314d95e3cc", "obj": "HP:0000463"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:5df480314d95e3cc", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000463", "lbl": "Anteverted nares"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000463", "replaced_by": null, "consider": null, "label": "Anteverted nares", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18fc79d4-67c9-4d42-b845-f1fcc4d8e529", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000402"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9c7cc18326210b86", "obj": "HP:0000402"}, {"pred": "RO:0002558", "sub": "MONARCH:9c7cc18326210b86", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9c7cc18326210b86", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000402", "lbl": "Stenosis of the external auditory canal"}, {"id": "MONARCH:9c7cc18326210b86", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000402", "replaced_by": null, "consider": null, "label": "Stenosis of the external auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "380d2984-7b0b-4e11-9208-4fdccbaae1a9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": null, "numFound": null, "start": null, "facet_counts": {"object_closure": {"GENO:0000701": 64, "SO:0001411": 64, "HP:0000001": 84, "HP:0000118": 84, "SO:0000001": 64, "BFO:0000002": 187, "SO:0000704": 64, "BFO:0000031": 151, "IAO:0000300": 83, "UPHENO:0001002": 84, "SO:0000110": 64, "MP:0005378": 60, "MP:0000001": 83, "UBERON:0013701PHENOTYPE": 59, "UBERON:0000153PHENOTYPE": 66, "HP:0000152": 58, "BFO:0000020": 92, "IAO:0000030": 87, "owl:Thing": 194, "BFO:0000001": 194, "UPHENO:0001001": 84, "UBERON:0013702PHENOTYPE": 59, "GENO:0000014": 64, "SO:0001217": 63, "IAO:0000144": 83}, "subject_taxon_label": {"Homo sapiens": 194}}, "facet_pivot": null}
--- a/test-data/from-associations-for-subject.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/from-associations-for-subject.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane retraction syndrome", "deprecated": null, "id": "DOID:12557", "description": null, "consider": null}, "id": "5a292625-da8a-45de-8f87-1c7dd3b63d74", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "deprecated": null, "id": "OMIM:616219", "description": null, "consider": null}, "id": "b131fb75-c18e-4b3c-843e-cfd402496552", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882"}, {"lbl": "some variant of no KO assigned | (RefSeq) COL25A1", "id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "MONARCH:74ad9f8e9f8c3594d343e19ab156bafcaa996882", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "pred": "RO:0002607", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21688384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "schizophrenia", "deprecated": null, "id": "EFO:0000692", "description": null, "consider": null}, "id": "0a82f5bb-f678-4699-9a68-0089f6e55ecc", "type": null, "evidence_graph": {"nodes": [{"lbl": "rs17039583-?", "id": "dbSNP:rs17039583"}, {"lbl": "schizophrenia", "id": "EFO:0000692"}, {"lbl": null, "id": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c"}, {"lbl": "combinatorial evidence used in automatic assertion", "id": "ECO:0000213"}, {"lbl": null, "id": "PMID:21688384"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_object", "obj": "EFO:0000692"}, {"sub": "dbSNP:rs17039583", "pred": "RO:0002326", "obj": "EFO:0000692"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "dc:source", "obj": "PMID:21688384"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "OBAN:association_has_subject", "obj": "dbSNP:rs17039583"}, {"sub": "MONARCH:d3f7c717d291291581723217f12d763b5b44859c", "pred": "RO:0002558", "obj": "ECO:0000213"}, {"sub": "dbSNP:rs17039583", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PTOS1", "deprecated": null, "id": "OMIM:178300", "description": null, "consider": null}, "id": "fd880883-5777-46ae-a909-16724fce815a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "3b280c11-dc4a-421b-895b-8e193e88a64a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "c9c4e456-d851-4a1c-a793-ea62b20f9365", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "ec5a6c20-8d22-4d1c-b7ca-a725ef205a6d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Extracellular matrix organization", "deprecated": null, "id": "REACT:118779", "description": null, "consider": null}, "id": "f9901aa4-f590-4490-a58a-660d4db52d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": ":.well-known/genid/NCBIGene84570product"}, {"lbl": "Extracellular matrix organization", "id": "REACT:118779"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002205", "obj": ":.well-known/genid/NCBIGene84570product"}, {"sub": ":.well-known/genid/NCBIGene84570product", "pred": "RO:0002331", "obj": "REACT:118779"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15615705", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15215182", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "beta-amyloid binding", "deprecated": null, "id": "GO:0001540", "description": null, "consider": null}, "id": "25214fbf-44fd-47be-96d7-e4941e1c4639", "type": null, "evidence_graph": {"nodes": [{"lbl": "beta-amyloid binding", "id": "GO:0001540"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": null, "id": "PMID:15215182"}, {"lbl": null, "id": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:15615705"}], "edges": [{"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15615705"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15215182"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_object", "obj": "GO:0001540"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:2baac2d98bebfe6d69b065245ae04964fb2e77b6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0001540"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen biosynthesis and modifying enzymes", "deprecated": null, "id": "REACT:R-HSA-1650814", "description": null, "consider": null}, "id": "4128419b-dfc6-4d91-b2fd-cc1d5f073695", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503"}, {"lbl": "Collagen biosynthesis and modifying enzymes", "id": "REACT:R-HSA-1650814"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1650814"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d8a17ae9ca102b28434a59d546de8756d6312503", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2022073", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-8944250", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endoplasmic reticulum lumen", "deprecated": null, "id": "GO:0005788", "description": null, "consider": null}, "id": "28ea727b-8ec1-4ac3-9683-dcf4f6af95ea", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d"}, {"lbl": "endoplasmic reticulum lumen", "id": "GO:0005788"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-8944250"}, {"lbl": null, "id": "REACT:R-HSA-2022073"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2022073"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "OBAN:association_has_object", "obj": "GO:0005788"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:1d08a88b524213e72299ba79defa38a867e90d7d", "pred": "dc:source", "obj": "REACT:R-HSA-8944250"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000107", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "axonogenesis involved in innervation", "deprecated": null, "id": "GO:0060385", "description": null, "consider": null}, "id": "53b111fb-9d04-49af-a220-79c2dbccac79", "type": null, "evidence_graph": {"nodes": [{"lbl": "axonogenesis involved in innervation", "id": "GO:0060385"}, {"lbl": null, "id": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000107"}], "edges": [{"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_object", "obj": "GO:0060385"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0060385"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "dc:source", "obj": "GO_REF:0000107"}, {"sub": "MONARCH:b7a022e7abd493030f17750dc8644caa01bc50ea", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular region", "deprecated": null, "id": "GO:0005576", "description": null, "consider": null}, "id": "f496b607-b2ea-4013-a29a-fb56a28cc94c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "extracellular region", "id": "GO:0005576"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_object", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005576"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:5fcbbd622a045f1a1c157cb3693d93c2bd86583e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of membrane", "deprecated": null, "id": "GO:0016021", "description": null, "consider": null}, "id": "6b5357b4-8e6f-4dbc-ae15-51fe5473a752", "type": null, "evidence_graph": {"nodes": [{"lbl": "integral component of membrane", "id": "GO:0016021"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": "non-traceable author statement used in manual assertion", "id": "ECO:0000303"}, {"lbl": null, "id": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "RO:0002558", "obj": "ECO:0000303"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "OBAN:association_has_object", "obj": "GO:0016021"}, {"sub": "MONARCH:9a52a40bf12edb396941097fe477f2ce10d3f89c", "pred": "dc:source", "obj": "PMID:11927537"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen chain trimerization", "deprecated": null, "id": "REACT:R-HSA-8948216", "description": null, "consider": null}, "id": "49ea36e0-d21c-4db2-8e23-4f78a80ae959", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91"}, {"lbl": "Collagen chain trimerization", "id": "REACT:R-HSA-8948216"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-8948216"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-8948216"}, {"sub": "MONARCH:40a9270324a2e5479a4312595f98858701e14e91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen catabolic process", "deprecated": null, "id": "GO:0030574", "description": null, "consider": null}, "id": "d0c98dde-e1b1-42d8-bcf1-0a0be7e93ae8", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "collagen catabolic process", "id": "GO:0030574"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f"}], "edges": [{"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "dc:source", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_object", "obj": "GO:0030574"}, {"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "GO:0030574"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:622988bb658bcf3e84e39fa97aaa3793a55b098f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2152276", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "REACT:R-HSA-2471842", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "plasma membrane", "deprecated": null, "id": "GO:0005886", "description": null, "consider": null}, "id": "ae4128d8-c1d7-4316-b376-82c3862bdd82", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "REACT:R-HSA-2471842"}, {"lbl": null, "id": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f"}, {"lbl": "plasma membrane", "id": "GO:0005886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "REACT:R-HSA-2152276"}], "edges": [{"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "OBAN:association_has_object", "obj": "GO:0005886"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005886"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2152276"}, {"sub": "MONARCH:467bd2ba9db2e7aa7029f3268aef01891aa5857f", "pred": "dc:source", "obj": "REACT:R-HSA-2471842"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "extracellular space", "deprecated": null, "id": "GO:0005615", "description": null, "consider": null}, "id": "50c29cf2-6c9e-4dd9-b346-ab3c679608d0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": "extracellular space", "id": "GO:0005615"}, {"lbl": null, "id": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_object", "obj": "GO:0005615"}, {"sub": "MONARCH:d4e432fbabbae4cdd2bce10383b75d810d37be19", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "GO_REF:0000037", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "collagen trimer", "deprecated": null, "id": "GO:0005581", "description": null, "consider": null}, "id": "9f848aee-0078-4a7b-ad04-86cb484f8dd0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e"}, {"lbl": "collagen trimer", "id": "GO:0005581"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "GO_REF:0000037"}], "edges": [{"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_object", "obj": "GO:0005581"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "dc:source", "obj": "GO_REF:0000037"}, {"sub": "MONARCH:251ecf0f9c4ec77b931a0944a2ab5816fcec8f3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "integral component of plasma membrane", "deprecated": null, "id": "GO:0005887", "description": null, "consider": null}, "id": "4213bf26-a8bf-4de6-88de-854d9ff29969", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "integral component of plasma membrane", "id": "GO:0005887"}], "edges": [{"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_object", "obj": "GO:0005887"}, {"sub": "NCBIGene:84570", "pred": "BFO:0000050", "obj": "GO:0005887"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:df3e92c827f66ed0d9467486244f33f45ababbba", "pred": "RO:0002558", "obj": "ECO:0000314"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is part of", "deprecated": null, "id": "BFO:0000050", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Collagen degradation", "deprecated": null, "id": "REACT:R-HSA-1442490", "description": null, "consider": null}, "id": "6afae437-0ec4-41b0-afbf-840cc3b83a3d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad"}, {"lbl": "Collagen degradation", "id": "REACT:R-HSA-1442490"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002331", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_object", "obj": "REACT:R-HSA-1442490"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:f788b4b02efbb9847f44d5750c1b2c5fb6cf21ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "involved in", "deprecated": null, "id": "RO:0002331", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cerebral cortex", "deprecated": null, "id": "UBERON:0000956", "description": null, "consider": null}, "id": "30ac8c64-68c7-47d2-8e99-2e3ffb363b42", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705"}, {"lbl": "cerebral cortex", "id": "UBERON:0000956"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_object", "obj": "UBERON:0000956"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000956"}, {"sub": "MONARCH:7200ef7cfe0d56388f20ea20a00389bbc4342705", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pancreas", "deprecated": null, "id": "UBERON:0001264", "description": null, "consider": null}, "id": "502b95e5-f257-47b0-b022-37af6c88ffc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "pancreas", "id": "UBERON:0001264"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524"}], "edges": [{"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_object", "obj": "UBERON:0001264"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001264"}, {"sub": "MONARCH:4f661d55bbc62118d2f1e1270273437f56423524", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "female gonad", "deprecated": null, "id": "UBERON:0000992", "description": null, "consider": null}, "id": "26df1b3b-0d20-4543-a924-b4be43e952ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "female gonad", "id": "UBERON:0000992"}, {"lbl": null, "id": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000992"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000992"}, {"sub": "MONARCH:d1a4c74c4fb8a36ec93868cec698042e3d9a39b1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "subcutaneous adipose tissue", "deprecated": null, "id": "UBERON:0002190", "description": null, "consider": null}, "id": "528137e1-e4ae-4c5d-af96-cd50e1d893d6", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3"}, {"lbl": "subcutaneous adipose tissue", "id": "UBERON:0002190"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_object", "obj": "UBERON:0002190"}, {"sub": "MONARCH:012d427a72514be8315f4c407ef87830a2885dc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002190"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "blood", "deprecated": null, "id": "UBERON:0000178", "description": null, "consider": null}, "id": "a1e678af-eb25-4fbf-9341-c748095dcfc8", "type": null, "evidence_graph": {"nodes": [{"lbl": "blood", "id": "UBERON:0000178"}, {"lbl": null, "id": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_object", "obj": "UBERON:0000178"}, {"sub": "MONARCH:7de05a22172b02818cb3f3279ce3ed9242fe4eb1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "heparin binding", "deprecated": null, "id": "GO:0008201", "description": null, "consider": null}, "id": "4de23742-d921-4ae9-9628-1f7b9a87b396", "type": null, "evidence_graph": {"nodes": [{"lbl": "heparin binding", "id": "GO:0008201"}, {"lbl": null, "id": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "direct assay evidence used in manual assertion", "id": "ECO:0000314"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002327", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "RO:0002558", "obj": "ECO:0000314"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "OBAN:association_has_object", "obj": "GO:0008201"}, {"sub": "MONARCH:fbec05c106f7bd7986bb8583395746a345467cd4", "pred": "dc:source", "obj": "PMID:15522881"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/go.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "enables", "deprecated": null, "id": "RO:0002327", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "parietal pleura", "deprecated": null, "id": "UBERON:0002400", "description": null, "consider": null}, "id": "daead4a8-1ace-4b3d-91ee-1feb1845264f", "type": null, "evidence_graph": {"nodes": [{"lbl": "parietal pleura", "id": "UBERON:0002400"}, {"lbl": null, "id": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002400"}, {"sub": "MONARCH:7c19c09ac8a1ec28b1fa1716e92b96739194ef27", "pred": "OBAN:association_has_object", "obj": "UBERON:0002400"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "medial globus pallidus", "deprecated": null, "id": "UBERON:0002477", "description": null, "consider": null}, "id": "f71bf9a5-314d-4017-b26d-38bbe9873e7d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "medial globus pallidus", "id": "UBERON:0002477"}], "edges": [{"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002477"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002477"}, {"sub": "MONARCH:807aeae4996e0338078577af9caefbd1a2b4594a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "mammary duct", "deprecated": null, "id": "UBERON:0001765", "description": null, "consider": null}, "id": "492810dc-955e-493d-98a8-eb3c3824f63d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "mammary duct", "id": "UBERON:0001765"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_object", "obj": "UBERON:0001765"}, {"sub": "MONARCH:32d650b3579b099629d7ae93c38c96b37e545db1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "anatomical system", "deprecated": null, "id": "UBERON:0000467", "description": null, "consider": null}, "id": "f17ae424-146c-45dc-ae68-e6240377e200", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "anatomical system", "id": "UBERON:0000467"}], "edges": [{"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_object", "obj": "UBERON:0000467"}, {"sub": "MONARCH:e8b8b46a71cd92432bcee4315522da5a9d0a1ede", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000467"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "forebrain", "deprecated": null, "id": "UBERON:0001890", "description": null, "consider": null}, "id": "4cf9199a-5dc3-4540-84be-7a43a38115e1", "type": null, "evidence_graph": {"nodes": [{"lbl": "forebrain", "id": "UBERON:0001890"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_object", "obj": "UBERON:0001890"}, {"sub": "MONARCH:5c75c02421cf15926152a12a2afec8229da87c66", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "retina", "deprecated": null, "id": "UBERON:0000966", "description": null, "consider": null}, "id": "c9dcf6f7-459f-4661-9f93-ddd6e8c49f06", "type": null, "evidence_graph": {"nodes": [{"lbl": "retina", "id": "UBERON:0000966"}, {"lbl": null, "id": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000966"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:15424fd4e2f4c2812703811828fd1d632cfe7eec", "pred": "OBAN:association_has_object", "obj": "UBERON:0000966"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "vagina", "deprecated": null, "id": "UBERON:0000996", "description": null, "consider": null}, "id": "5e13596d-2102-4e6f-bb2c-05bf8f5f0f21", "type": null, "evidence_graph": {"nodes": [{"lbl": "vagina", "id": "UBERON:0000996"}, {"lbl": null, "id": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000996"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a559340d28515bac1f0714e50a0fb092ee365006", "pred": "OBAN:association_has_object", "obj": "UBERON:0000996"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "testis", "deprecated": null, "id": "UBERON:0000473", "description": null, "consider": null}, "id": "36c2dced-1fa3-4046-99be-b2128c877191", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b"}, {"lbl": "testis", "id": "UBERON:0000473"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_object", "obj": "UBERON:0000473"}, {"sub": "MONARCH:6d47a06f1ba7175de9723e36b737e95c6516814b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0000473"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "endometrium", "deprecated": null, "id": "UBERON:0001295", "description": null, "consider": null}, "id": "2c0f6eaf-fcf1-474b-b695-ba5fe0b41920", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d58cbcc4429380b4f917105d848de010185556db"}, {"lbl": "endometrium", "id": "UBERON:0001295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_object", "obj": "UBERON:0001295"}, {"sub": "MONARCH:d58cbcc4429380b4f917105d848de010185556db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "duodenum", "deprecated": null, "id": "UBERON:0002114", "description": null, "consider": null}, "id": "ba8a29a2-e155-4b13-b3eb-78f757714d03", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a"}, {"lbl": "duodenum", "id": "UBERON:0002114"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bceb014d1d76a1b88f80049220762acb171e4f4a", "pred": "OBAN:association_has_object", "obj": "UBERON:0002114"}, {"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002114"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "omental fat pad", "deprecated": null, "id": "UBERON:0010414", "description": null, "consider": null}, "id": "88a9db76-a6bc-4246-9b9a-6d1bebcce429", "type": null, "evidence_graph": {"nodes": [{"lbl": "omental fat pad", "id": "UBERON:0010414"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_object", "obj": "UBERON:0010414"}, {"sub": "MONARCH:9dcd41dd508c93215233fc3282ddaf7702889d3e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "buccal mucosa cell", "deprecated": null, "id": "CL:0002336", "description": null, "consider": null}, "id": "e69179cb-277e-434b-827e-0075e52916cb", "type": null, "evidence_graph": {"nodes": [{"lbl": "buccal mucosa cell", "id": "CL:0002336"}, {"lbl": null, "id": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0002336"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97eeb685a7d07ae6ecb901f62faf28ed48c9d886", "pred": "OBAN:association_has_object", "obj": "CL:0002336"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "sperm", "deprecated": null, "id": "CL:0000019", "description": null, "consider": null}, "id": "05dc2e61-449a-44e2-a6ed-f9972c145d24", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b"}, {"lbl": "sperm", "id": "CL:0000019"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_object", "obj": "CL:0000019"}, {"sub": "MONARCH:cf7e9f1090b8c5154faecb25df35aa1cfd25445b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "skeletal muscle organ", "deprecated": null, "id": "UBERON:0014892", "description": null, "consider": null}, "id": "2079c56e-f02a-4017-933e-151f470c54a6", "type": null, "evidence_graph": {"nodes": [{"lbl": "skeletal muscle organ", "id": "UBERON:0014892"}, {"lbl": null, "id": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0014892"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2197b6ed3e976064383fc122158ed65653ee2d4e", "pred": "OBAN:association_has_object", "obj": "UBERON:0014892"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cartilage tissue", "deprecated": null, "id": "UBERON:0002418", "description": null, "consider": null}, "id": "d2642316-093b-4028-ad41-9e2d59ea1c9d", "type": null, "evidence_graph": {"nodes": [{"lbl": "cartilage tissue", "id": "UBERON:0002418"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:0002206", "obj": "UBERON:0002418"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:cc8eea22ca5c71a4a584b046944c28755514da53", "pred": "OBAN:association_has_object", "obj": "UBERON:0002418"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "expressed in", "deprecated": null, "id": "RO:0002206", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL2A1", "deprecated": null, "id": "NCBIGene:1280", "description": null, "consider": null}, "id": "c69c61d4-bad7-4041-82ca-4ca75756170b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL2A1", "id": "NCBIGene:1280"}, {"lbl": null, "id": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1280"}, {"sub": "MONARCH:470ecc3a06ec283a00592920c846e7522a52888a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col25a1", "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "description": null, "consider": null}, "id": "772f254e-03aa-4311-b9c8-86bfa22cc886", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "ZFIN:ZDB-PUB-030905-1"}, {"lbl": "protein BLAST evidence used in manual assertion", "id": "ECO:0000031"}, {"lbl": "sequence similarity evidence", "id": "ECO:0000044"}, {"lbl": "col25a1", "id": "ZFIN:ZDB-GENE-130530-720"}, {"lbl": null, "id": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "ZFIN:ZDB-GENE-130530-720", "pred": "RO:HOM0000017", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000031"}, {"sub": "MONARCH:ceaf098e680c3317d014a356ec0cf80f18df0d16", "pred": "RO:0002558", "obj": "ECO:0000044"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL16A1", "deprecated": null, "id": "NCBIGene:1307", "description": null, "consider": null}, "id": "34cd6926-42c0-4752-8101-21796321c149", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL16A1", "id": "NCBIGene:1307"}, {"lbl": null, "id": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1307"}, {"sub": "NCBIGene:1307", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a7603afa93077d2827fb51e8b726e01e10e0ce91", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF7", "deprecated": null, "id": "NCBIGene:114905", "description": null, "consider": null}, "id": "32a73b9e-95bc-40d0-b05e-b11fe6c44dc4", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF7", "id": "NCBIGene:114905"}, {"lbl": null, "id": "MONARCH:564487bce517c2be897c73406c7d59c50f418426"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114905"}, {"sub": "MONARCH:564487bce517c2be897c73406c7d59c50f418426", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114905"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A3", "deprecated": null, "id": "NCBIGene:1285", "description": null, "consider": null}, "id": "fcbfb264-97d8-46fa-9b86-dc98f3215b73", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A3", "id": "NCBIGene:1285"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94"}], "edges": [{"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1285"}, {"sub": "NCBIGene:1285", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:44ed769b226d1fe07edcc3e150e5ede93252da94", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QC", "deprecated": null, "id": "NCBIGene:714", "description": null, "consider": null}, "id": "feee795d-22c0-4cf5-95d4-c45204589d33", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "C1QC", "id": "NCBIGene:714"}], "edges": [{"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a009f0fb03e384dcf5665a16256aca7aab347e65", "pred": "OBAN:association_has_object", "obj": "NCBIGene:714"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:714"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL13A1", "deprecated": null, "id": "NCBIGene:1305", "description": null, "consider": null}, "id": "5176894a-14f1-4fe2-acd1-f7e2c129d440", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04"}, {"lbl": "COL13A1", "id": "NCBIGene:1305"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1305"}, {"sub": "MONARCH:2ca553db6fa40a23c7d6299ee0f1765e68f7ab04", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1305"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL26A1", "deprecated": null, "id": "NCBIGene:136227", "description": null, "consider": null}, "id": "4e2e4372-90f0-4758-954f-f51819168187", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL26A1", "id": "NCBIGene:136227"}], "edges": [{"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:136227"}, {"sub": "NCBIGene:136227", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:33e33df2c83cf5f099655db5c260c1d07dabb7e4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL15A1", "deprecated": null, "id": "NCBIGene:1306", "description": null, "consider": null}, "id": "4ffd1f46-e2fb-4aa1-a395-66c70fd01d7e", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL15A1", "id": "NCBIGene:1306"}, {"lbl": null, "id": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1306"}, {"sub": "NCBIGene:1306", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8f9beb7bac9b8866e75077ba3251d59e051df7dd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MSR1", "deprecated": null, "id": "NCBIGene:4481", "description": null, "consider": null}, "id": "c498a3d5-feea-4fb4-8b50-4b6406abb292", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "MSR1", "id": "NCBIGene:4481"}, {"lbl": null, "id": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188"}], "edges": [{"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:4481", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4481"}, {"sub": "MONARCH:8869d5cf1f13997d36d2444b8bbdfc1c4ea2b188", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL10A1", "deprecated": null, "id": "NCBIGene:1300", "description": null, "consider": null}, "id": "c32afb05-9760-4869-8e77-6e20f69adff1", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL10A1", "id": "NCBIGene:1300"}, {"lbl": null, "id": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1300", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1300"}, {"sub": "MONARCH:7e022124af0ed82c716011819b252e39be3df3db", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A2", "deprecated": null, "id": "NCBIGene:1302", "description": null, "consider": null}, "id": "a9ab300a-45e1-493b-8521-209433b6e05b", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A2", "id": "NCBIGene:1302"}, {"lbl": null, "id": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f0b3660304d18383d7fe10f0b12c60dbcabefb6e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1302"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1302"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A1", "deprecated": null, "id": "NCBIGene:1282", "description": null, "consider": null}, "id": "454b37bf-3aeb-4424-9915-5ddd7b2c15c7", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A1", "id": "NCBIGene:1282"}, {"lbl": null, "id": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1282"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8b2ed71f6d6c02cb3da25630e5228fbd8a300b2b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1282", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA3", "deprecated": null, "id": "NCBIGene:51435", "description": null, "consider": null}, "id": "33ecca93-9a4a-425f-86b6-e4b65e8ef2c3", "type": null, "evidence_graph": {"nodes": [{"lbl": "SCARA3", "id": "NCBIGene:51435"}, {"lbl": null, "id": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:51435", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d579595dded06af0026ae3b4243e40bf016d83a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:51435"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "OTOL1", "deprecated": null, "id": "NCBIGene:131149", "description": null, "consider": null}, "id": "a087bcfa-43e3-4d69-afdb-b83f8928b703", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4"}, {"lbl": "OTOL1", "id": "NCBIGene:131149"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:131149", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:131149"}, {"sub": "MONARCH:0911a2b5a6df2df7bf0fbe2159c5db0024854fd4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A2", "deprecated": null, "id": "NCBIGene:1284", "description": null, "consider": null}, "id": "de38078f-fbb4-47d0-a40b-25c1fad2b3df", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A2", "id": "NCBIGene:1284"}, {"lbl": null, "id": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1284", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:83299a15583a71492bbe1beac7045815cdb36293", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1284"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-86", "deprecated": null, "id": "NCBIGene:190749", "description": null, "consider": null}, "id": "c47bb215-68f0-49be-b15e-f06616be80b3", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "col-86", "id": "NCBIGene:190749"}], "edges": [{"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:190749"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:190749"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93b8c54ceb6d40f213d3e414d467c054cfe64f0b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A4", "deprecated": null, "id": "NCBIGene:1286", "description": null, "consider": null}, "id": "a7873753-b1e0-450b-9e3e-bc26a8b431af", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A4", "id": "NCBIGene:1286"}, {"lbl": null, "id": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:1286", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97b231eaf6c504c58e9d04e80b4568a2f24d3f0a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1286"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A6", "deprecated": null, "id": "NCBIGene:1288", "description": null, "consider": null}, "id": "70c17ecc-442f-4efe-8734-630ba1c74249", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL4A6", "id": "NCBIGene:1288"}, {"lbl": null, "id": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1288", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93dc30c106d8e67f6675b2acf52c8ff7632a80ee", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1288"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9B", "deprecated": null, "id": "NCBIGene:387911", "description": null, "consider": null}, "id": "ee7a9628-834d-4f40-8412-b44abc189ca6", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9B", "id": "NCBIGene:387911"}, {"lbl": null, "id": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:387911"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94f59bcdd4bd99eae7c3be5dd24f5441f10bb412", "pred": "OBAN:association_has_object", "obj": "NCBIGene:387911"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SCARA5", "deprecated": null, "id": "NCBIGene:286133", "description": null, "consider": null}, "id": "6bd46f4b-dc7a-4403-abf6-726bae17cd2f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d"}, {"lbl": "SCARA5", "id": "NCBIGene:286133"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:286133"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:286133", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:416079c77f7d2bad68c16ba7599b3fe32d2f6a0d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A2", "deprecated": null, "id": "NCBIGene:1292", "description": null, "consider": null}, "id": "1e26b99c-fb05-4d74-a375-e6bc75485492", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A2", "id": "NCBIGene:1292"}, {"lbl": null, "id": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1292"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f276050018b6b1b047ce0d6fbf549e0a0e73b549", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "MGI:1924268", "description": null, "consider": null}, "id": "3ab96dd1-91f0-400c-b64b-b3c406e5447e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f"}, {"lbl": "Col25a1", "id": "MGI:1924268"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "MGI:1924268"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2d92eff41199b2c48f028a6f2250e1c46997274f", "pred": "OBAN:association_has_object", "obj": "MGI:1924268"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A2", "deprecated": null, "id": "NCBIGene:1290", "description": null, "consider": null}, "id": "e3bf1757-ac8e-4dcb-98d3-5c9f55d622d9", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A2", "id": "NCBIGene:1290"}, {"lbl": null, "id": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:1290", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1290"}, {"sub": "MONARCH:8b0d1a3b97e42edf0610447d0e91c692a34bb808", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ADIPOQ", "deprecated": null, "id": "NCBIGene:9370", "description": null, "consider": null}, "id": "0b29c708-fd43-4329-a818-aa1034642d29", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59"}, {"lbl": "ADIPOQ", "id": "NCBIGene:9370"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:9370"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:9370", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4f132857ff62e243d04561e76d129d89df4f6d59", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "AMACR", "deprecated": null, "id": "NCBIGene:23600", "description": null, "consider": null}, "id": "ff07847b-1284-4cb1-a184-00fcea99951a", "type": null, "evidence_graph": {"nodes": [{"lbl": "AMACR", "id": "NCBIGene:23600"}, {"lbl": null, "id": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_object", "obj": "NCBIGene:23600"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:23600"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:9170ba10053928c4208914a4f7417e1db3ac2263", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A2", "deprecated": null, "id": "NCBIGene:1298", "description": null, "consider": null}, "id": "c56808fe-7add-4a14-bd40-23f1f6f7460f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL9A2", "id": "NCBIGene:1298"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f710ed1e77ad887ad2becb1f22d836bca2d62358", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1298"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1298"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A3", "deprecated": null, "id": "NCBIGene:50509", "description": null, "consider": null}, "id": "aa37ecf3-9cdd-48f1-a927-342f5873881d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL5A3", "id": "NCBIGene:50509"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:50509"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d2b7362d5811ce7109a2fcc728fe12c43a0d2da4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:50509"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A1", "deprecated": null, "id": "NCBIGene:1277", "description": null, "consider": null}, "id": "c8c91211-784c-4b6d-b215-ad82814f5e5f", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL1A1", "id": "NCBIGene:1277"}, {"lbl": null, "id": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:943a92a3010b52c01382b2ba3e2ced2ac1e7bcf0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1277"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1277"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL22A1", "deprecated": null, "id": "NCBIGene:169044", "description": null, "consider": null}, "id": "45ad6c6a-019b-4b10-9fd6-3037b00fea86", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e888862458c194248c3725efacaec612b380f0f2"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL22A1", "id": "NCBIGene:169044"}], "edges": [{"sub": "NCBIGene:169044", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:169044"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e888862458c194248c3725efacaec612b380f0f2", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL23A1", "deprecated": null, "id": "NCBIGene:91522", "description": null, "consider": null}, "id": "45f09a3f-4336-4cab-a62f-c3dacfaf53b9", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL23A1", "id": "NCBIGene:91522"}, {"lbl": null, "id": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401"}], "edges": [{"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_object", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:91522"}, {"sub": "MONARCH:53f6fd58deb432bd07d2d82e49fa4541463b0401", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A2", "deprecated": null, "id": "NCBIGene:1296", "description": null, "consider": null}, "id": "e702938b-8c0c-4953-b430-82a4fe6d6461", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL8A2", "id": "NCBIGene:1296"}], "edges": [{"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1296", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1296"}, {"sub": "MONARCH:d542442f1ed906b9fb413ad35edab48dffb161ad", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Rattus norvegicus", "id": "NCBITaxon:10116"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Col25a1", "deprecated": null, "id": "NCBIGene:687064", "description": null, "consider": null}, "id": "1783ce18-6f47-4a56-891b-b1ed820cb489", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e"}, {"lbl": "Col25a1", "id": "NCBIGene:687064"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:687064"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7c65c21c583cad9e66871c984810b06628da5d1e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:687064"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL27A1", "deprecated": null, "id": "NCBIGene:85301", "description": null, "consider": null}, "id": "c870fb03-1acd-4f65-a5ef-af3da662136e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9"}, {"lbl": "COL27A1", "id": "NCBIGene:85301"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:85301", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9ef854587ec003ac9b5c4dbf97ae81a836c698e9", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:85301"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF9", "deprecated": null, "id": "NCBIGene:338872", "description": null, "consider": null}, "id": "1b562f59-16db-4bd7-b301-ac5345843e96", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF9", "id": "NCBIGene:338872"}, {"lbl": null, "id": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:338872"}, {"sub": "MONARCH:5abbbaa16094285d1e9ed5bcdc296b427fdbd89e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:338872"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL18A1", "deprecated": null, "id": "NCBIGene:80781", "description": null, "consider": null}, "id": "79fe9bb4-782a-4fc3-834f-dade8287838f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6"}, {"lbl": "COL18A1", "id": "NCBIGene:80781"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:80781"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55bb261f817a05a4619123fe9cb69d5ff5aab8c6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:80781"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Caenorhabditis elegans", "id": "NCBITaxon:6239"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "col-75", "deprecated": null, "id": "NCBIGene:186968", "description": null, "consider": null}, "id": "f67cc1a7-ebb5-4345-b7cc-62d719f7cc36", "type": null, "evidence_graph": {"nodes": [{"lbl": "col-75", "id": "NCBIGene:186968"}, {"lbl": null, "id": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000017", "obj": "NCBIGene:186968"}, {"sub": "MONARCH:ef8bfe4bafd7bbe038c6477d88315bce0f5a2ee1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Macaca mulatta", "id": "NCBITaxon:9544"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:697122", "description": null, "consider": null}, "id": "c5281fa8-68a6-4c95-a31c-0d1c0bed2850", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be"}, {"lbl": "COL25A1", "id": "NCBIGene:697122"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000020", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "OBAN:association_has_object", "obj": "NCBIGene:697122"}, {"sub": "MONARCH:b9c6a0701992f541e59bffef4448855ecaf930be", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL28A1", "deprecated": null, "id": "NCBIGene:340267", "description": null, "consider": null}, "id": "3033e01d-83a5-44b9-b87d-703c9afd2553", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe"}, {"lbl": "COL28A1", "id": "NCBIGene:340267"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:340267", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:30ceed7e7349d7e81822d38fca26b623addc3dbe", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:340267"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLEC12", "deprecated": null, "id": "NCBIGene:81035", "description": null, "consider": null}, "id": "7bb5c557-a408-4bec-8541-3017e8f3641d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1"}, {"lbl": "COLEC12", "id": "NCBIGene:81035"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:81035", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:81035"}, {"sub": "MONARCH:d169858830038d3c5b13b16ed8d7859392ae58c1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR3606", "deprecated": null, "id": "NCBIGene:100500837", "description": null, "consider": null}, "id": "7306f776-7a8c-4b5e-9996-a09d295a29ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75"}, {"lbl": "MIR3606", "id": "NCBIGene:100500837"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100500837"}, {"sub": "MONARCH:4ee0eda7c7518f0e9ef298357ae7ce48121e4b75", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL19A1", "deprecated": null, "id": "NCBIGene:1310", "description": null, "consider": null}, "id": "b610c426-a663-4786-8a5f-23eed0fbe8f4", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL19A1", "id": "NCBIGene:1310"}, {"lbl": null, "id": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1310"}, {"sub": "MONARCH:05c8772a076c50cfbddd5347dfdbf8dc365d2f4f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF5", "deprecated": null, "id": "NCBIGene:114902", "description": null, "consider": null}, "id": "2ff2f867-9945-45f9-b6ec-60b0bccf64a3", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QTNF5", "id": "NCBIGene:114902"}, {"lbl": null, "id": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114902"}, {"sub": "MONARCH:c31042b1942fb6f8e5436bf10dea80fa895bab1c", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114902"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL5A1", "deprecated": null, "id": "NCBIGene:1289", "description": null, "consider": null}, "id": "7e457f72-43bf-4e11-924f-2c436311c577", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL5A1", "id": "NCBIGene:1289"}, {"lbl": null, "id": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1289"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1289"}, {"sub": "MONARCH:2aae1d7a986d846b586f0730dce45555f16e7720", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "id": "11ea71f2-7a4d-490c-ba1b-84d4238ab317", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:db0e9165c4aa55bea042632c6a4ebba8e566bf2f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR936", "deprecated": null, "id": "NCBIGene:100126326", "description": null, "consider": null}, "id": "6ee55033-c9b2-4ac2-8391-164d3bf0522a", "type": null, "evidence_graph": {"nodes": [{"lbl": "MIR936", "id": "NCBIGene:100126326"}, {"lbl": null, "id": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:100126326"}, {"sub": "NCBIGene:100126326", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:26cffabf3d7dc41a0c9f11d78516606b74d4639b", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QTNF2", "deprecated": null, "id": "NCBIGene:114898", "description": null, "consider": null}, "id": "d9a616a7-3685-47c2-a689-cc0b36e8f5a4", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4"}, {"lbl": "C1QTNF2", "id": "NCBIGene:114898"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:114898"}, {"sub": "MONARCH:0823f2f7a9c15d2ea335edcb5768b181c51662c4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QB", "deprecated": null, "id": "NCBIGene:713", "description": null, "consider": null}, "id": "8d62712c-ae7e-4ca7-89ce-0b7b94128e78", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QB", "id": "NCBIGene:713"}, {"lbl": null, "id": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_object", "obj": "NCBIGene:713"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:713"}, {"sub": "MONARCH:b817098f15cff2cfb86a4f9cb788c955ceb394bb", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SUGCT", "deprecated": null, "id": "NCBIGene:79783", "description": null, "consider": null}, "id": "bf1b040e-5cad-4780-89f0-9d6c3e9aa06f", "type": null, "evidence_graph": {"nodes": [{"lbl": "SUGCT", "id": "NCBIGene:79783"}, {"lbl": null, "id": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:79783", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:79783"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:04dfa9cb34d1a25e5ecb7ac15a23c015f6f1f56b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A1", "deprecated": null, "id": "NCBIGene:1297", "description": null, "consider": null}, "id": "297180cb-f6f5-4ee2-9469-eb9b9aa66c43", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58"}, {"lbl": "COL9A1", "id": "NCBIGene:1297"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1297"}, {"sub": "MONARCH:94093e52d2b37d7226e0845e0be432de716ebd58", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1297", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PELP1", "deprecated": null, "id": "NCBIGene:27043", "description": null, "consider": null}, "id": "ab89a615-a295-4f07-8cd4-2818598f4da2", "type": null, "evidence_graph": {"nodes": [{"lbl": "PELP1", "id": "NCBIGene:27043"}, {"lbl": null, "id": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:27043"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:27043", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d6a2c847a2cbc1147c8ce98d9c271c36ba4c6ebd", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL4A5", "deprecated": null, "id": "NCBIGene:1287", "description": null, "consider": null}, "id": "fb1a3103-18bb-48a2-ba3e-88923ff7ccad", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f"}, {"lbl": "COL4A5", "id": "NCBIGene:1287"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1287"}, {"sub": "MONARCH:9620ff7d33434fc2bea227e27659731b5f50338f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22525168", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16989758", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abducens palsy", "deprecated": null, "id": "HP:0011349", "description": null, "consider": null}, "id": "8da167dc-18a2-4249-bc41-bb980971144f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:16989758"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Abducens palsy", "id": "HP:0011349"}, {"lbl": null, "id": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:22525168"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:22525168"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "OBAN:association_has_object", "obj": "HP:0011349"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:669a4a0127bbeafec35d2d7364267b78bc7d29f8", "pred": "dc:source", "obj": "PMID:16989758"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Seizures", "deprecated": null, "id": "HP:0001250", "description": null, "consider": null}, "id": "a46a384b-2f3b-4c97-a347-9e0e2a5e4593", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Seizures", "id": "HP:0001250"}, {"lbl": null, "id": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "OBAN:association_has_object", "obj": "HP:0001250"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001250"}, {"sub": "MONARCH:5b7a67a5aaff725cdffc5d89b2b6b207a3e479b7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aniridia", "deprecated": null, "id": "HP:0000526", "description": null, "consider": null}, "id": "1905ad88-fb36-4c17-afa1-ba20dbe0878b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Aniridia", "id": "HP:0000526"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_object", "obj": "HP:0000526"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000526"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:ba857c0ab3a576112214f47438763f3038fb44e7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6480241", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18691219", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hearing impairment", "deprecated": null, "id": "HP:0000365", "description": null, "consider": null}, "id": "5a492155-7cd2-4985-b056-7b439aeaac88", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "PMID:6480241"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add"}, {"lbl": null, "id": "PMID:18691219"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "Hearing impairment", "id": "HP:0000365"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:6480241"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_object", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:18691219"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000365"}, {"sub": "MONARCH:0647097965b693d737a39ae4f5e9498c795a5add", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10809934", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18404116", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital strabismus", "deprecated": null, "id": "HP:0000487", "description": null, "consider": null}, "id": "7542e732-52b4-44f8-b5c0-4cb9d8eee340", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:18404116"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital strabismus", "id": "HP:0000487"}, {"lbl": null, "id": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": null, "id": "PMID:10809934"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:11960793"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000487"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:10809934"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "OBAN:association_has_object", "obj": "HP:0000487"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "MONARCH:20b2aa01a60c92307ac5b41343561552a62662ea", "pred": "dc:source", "obj": "PMID:18404116"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplastic iris stroma", "deprecated": null, "id": "HP:0007990", "description": null, "consider": null}, "id": "0d0ed88a-470a-465b-81a4-faf07e31f559", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Hypoplastic iris stroma", "id": "HP:0007990"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2598361df009584bfb05c75be9306c11a6844c26", "pred": "OBAN:association_has_object", "obj": "HP:0007990"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Aplasia/Hypoplasia of the thumb", "deprecated": null, "id": "HP:0009601", "description": null, "consider": null}, "id": "255dbec3-8555-4a00-bda9-dbde4902a715", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Aplasia/Hypoplasia of the thumb", "id": "HP:0009601"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f"}], "edges": [{"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009601"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_object", "obj": "HP:0009601"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:be4f583b00a121ab1a04646ac259c5d5ffc6a22f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8839346", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Gustatory lacrimation", "deprecated": null, "id": "HP:0100274", "description": null, "consider": null}, "id": "d5ac4c29-2bc5-4fec-bca2-aedc044cb1aa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398"}, {"lbl": null, "id": "PMID:12133390"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Gustatory lacrimation", "id": "HP:0100274"}, {"lbl": null, "id": "PMID:8839346"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_object", "obj": "HP:0100274"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100274"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3917d385165411c6bd5dc1aad9a837eed7abe398", "pred": "dc:source", "obj": "PMID:8839346"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Wide nasal bridge", "deprecated": null, "id": "HP:0000431", "description": null, "consider": null}, "id": "d960b130-da77-4add-9cf4-9b7fb0d64786", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Wide nasal bridge", "id": "HP:0000431"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_object", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000431"}, {"sub": "MONARCH:9ec78262adafbd696311fb5b91c6a1daf71f5a34", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Iris coloboma", "deprecated": null, "id": "HP:0000612", "description": null, "consider": null}, "id": "de4f17c1-bec8-452f-b5e3-38af44dc3e79", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Iris coloboma", "id": "HP:0000612"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_object", "obj": "HP:0000612"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000612"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:93919a6e08a01a91dc921d0921fc468915440c8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4050857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3877101", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16411190", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial asymmetry", "deprecated": null, "id": "HP:0000324", "description": null, "consider": null}, "id": "71435dee-8d55-4718-80d6-aecbc233ca5e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16411190"}, {"lbl": null, "id": "PMID:3877101"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "Facial asymmetry", "id": "HP:0000324"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:4050857"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:4050857"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:3877101"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:16411190"}, {"sub": "MONARCH:0651b70d76e36f0353597dfe35a618bd14843f8a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "OBAN:association_has_object", "obj": "HP:0000324"}, {"sub": "MONARCH:b810b7e33385009593c5f2a0a7d22a5661e3ff63", "pred": "RO:0002558", "obj": "ECO:0000246"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor nerve palsy", "deprecated": null, "id": "HP:0012246", "description": null, "consider": null}, "id": "5ce0f8ef-96ea-48aa-88ec-f5ff4fc16d00", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Oculomotor nerve palsy", "id": "HP:0012246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_object", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50547cd61f40a328e0d1ff7dc379125865309740", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal form of the vertebral bodies", "deprecated": null, "id": "HP:0003312", "description": null, "consider": null}, "id": "b411456c-ac2c-4013-9f4f-16c0a55f1f7b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormal form of the vertebral bodies", "id": "HP:0003312"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9a62c5992b74d951f8678f26731330789328677b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_object", "obj": "HP:0003312"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9a62c5992b74d951f8678f26731330789328677b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal vertebral segmentation and fusion", "deprecated": null, "id": "HP:0005640", "description": null, "consider": null}, "id": "c77bdf23-ea39-4d16-9038-f12269bc1ef1", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormal vertebral segmentation and fusion", "id": "HP:0005640"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0005640"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "OBAN:association_has_object", "obj": "HP:0005640"}, {"sub": "MONARCH:0ac436e1e7075aaee38ea49e775262ddd710c776", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814184", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10202298", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3958872", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Amblyopia", "deprecated": null, "id": "HP:0000646", "description": null, "consider": null}, "id": "f9d8a25f-9d54-46e3-a635-0570deaf76ab", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:10202298"}, {"lbl": null, "id": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Amblyopia", "id": "HP:0000646"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16814184"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:3958872"}], "edges": [{"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:16814184"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:10202298"}, {"sub": "MONARCH:2cf17bc5d9d508ab6877ea45d007cc12b81086c8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "dc:source", "obj": "PMID:3958872"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "OBAN:association_has_object", "obj": "HP:0000646"}, {"sub": "MONARCH:c705b64e8dc2c970e3b9f7e7d28359c83ad31c9d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7498569", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15279427", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20865239", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2715696", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Deeply set eye", "deprecated": null, "id": "HP:0000490", "description": null, "consider": null}, "id": "b6c77f4d-667d-403d-9e06-22d5f81d6514", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20865239"}, {"lbl": null, "id": "PMID:15279427"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4"}, {"lbl": null, "id": "PMID:2715696"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7498569"}, {"lbl": "Deeply set eye", "id": "HP:0000490"}], "edges": [{"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:7498569"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:15279427"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:20865239"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "dc:source", "obj": "PMID:2715696"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:208d65790486af41eb6b3e5773ce05d2d3c971d1", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:c9c27891a80bf956765f87412bb5969228935ab4", "pred": "OBAN:association_has_object", "obj": "HP:0000490"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11600883", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11960793", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital fibrosis of extraocular muscles", "deprecated": null, "id": "HP:0001491", "description": null, "consider": null}, "id": "1f2b1f4f-e1ec-4d27-9232-eb9d2a4daf5f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b"}, {"lbl": null, "id": "PMID:11960793"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11600883"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Congenital fibrosis of extraocular muscles", "id": "HP:0001491"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "OBAN:association_has_object", "obj": "HP:0001491"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001491"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11600883"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:50b30b6df00888642544ced3d5fde90c7f99c19b", "pred": "dc:source", "obj": "PMID:11960793"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Talipes equinovarus", "deprecated": null, "id": "HP:0001762", "description": null, "consider": null}, "id": "2a4b6daf-6f65-47cf-af6a-ee4ed0300e1d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Talipes equinovarus", "id": "HP:0001762"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_object", "obj": "HP:0001762"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001762"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:08ae1e61c4db1ea266e0215692338dea7cbd0218", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2139048", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10577917", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22370672", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10530982", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Palpebral fissure narrowing on adduction", "deprecated": null, "id": "HP:0000661", "description": null, "consider": null}, "id": "f3e7ad82-df05-479d-b198-1a559c85ca1b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:2139048"}, {"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb"}, {"lbl": null, "id": "PMID:10577917"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Palpebral fissure narrowing on adduction", "id": "HP:0000661"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:22370672"}, {"lbl": null, "id": "PMID:10530982"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_object", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:2139048"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10577917"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:22370672"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000661"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "dc:source", "obj": "PMID:10530982"}, {"sub": "MONARCH:23d2749ec45f58b78bacad5b18fa6aab77b31bbb", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Plagiocephaly", "deprecated": null, "id": "HP:0001357", "description": null, "consider": null}, "id": "eb0d8e71-f267-4632-affb-bee47aab9646", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Plagiocephaly", "id": "HP:0001357"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001357"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "OBAN:association_has_object", "obj": "HP:0001357"}, {"sub": "MONARCH:20ca37450ceaa40250ff33b53abfce9472a7a0f5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Everted lower lip vermilion", "deprecated": null, "id": "HP:0000232", "description": null, "consider": null}, "id": "220e2469-f29c-4887-a9de-c634e9debd3b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Everted lower lip vermilion", "id": "HP:0000232"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_object", "obj": "HP:0000232"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2e32b27186069bee4f26758418f6c20ff6dd8a15", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Stenosis of the external auditory canal", "deprecated": null, "id": "HP:0000402", "description": null, "consider": null}, "id": "6e9138f2-74f8-4093-8cdd-9d2ec391e561", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Stenosis of the external auditory canal", "id": "HP:0000402"}], "edges": [{"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000402"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:9c7cc18326210b8663270fc36e480310f0a2c85b", "pred": "OBAN:association_has_object", "obj": "HP:0000402"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6703002", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23654011", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17701102", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21850174", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypermetropia", "deprecated": null, "id": "HP:0000540", "description": null, "consider": null}, "id": "c311f133-0943-4baa-8e48-c3f63e00f878", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypermetropia", "id": "HP:0000540"}, {"lbl": null, "id": "PMID:23654011"}, {"lbl": null, "id": "PMID:6703002"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033"}, {"lbl": null, "id": "PMID:17701102"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:21850174"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_object", "obj": "HP:0000540"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:6703002"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:23654011"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000540"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:17701102"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:e4380d71ba3a97219d4c19e1586e550b9abee033", "pred": "dc:source", "obj": "PMID:21850174"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9642311", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11877173", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11835823", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Oculomotor apraxia", "deprecated": null, "id": "HP:0000657", "description": null, "consider": null}, "id": "2fd443a5-4d34-4f47-a761-8bb42b83178c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:11835823"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Oculomotor apraxia", "id": "HP:0000657"}, {"lbl": null, "id": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:9642311"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11877173"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_object", "obj": "HP:0000657"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:9642311"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000657"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11877173"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "dc:source", "obj": "PMID:11835823"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:3a5fddc3f3e9b6d7062659c3379a08cb7f235ca4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anteverted nares", "deprecated": null, "id": "HP:0000463", "description": null, "consider": null}, "id": "ce6f03f0-a474-41a3-adea-3e727fba2933", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Anteverted nares", "id": "HP:0000463"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc"}], "edges": [{"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_object", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:5df480314d95e3cc6b585650597cfa8d222180fc", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000463"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6645274", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9717759", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Strabismus", "deprecated": null, "id": "HP:0000486", "description": null, "consider": null}, "id": "3774b2de-1607-4367-96c3-5294e7416950", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038"}, {"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:6645274"}, {"lbl": null, "id": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:9717759"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Strabismus", "id": "HP:0000486"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:6645274"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000486"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:9717759"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "OBAN:association_has_object", "obj": "HP:0000486"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:cca4cbfdb942e11979446436efe0b326ccc31479", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:5c1e294c5664fe32d81676533fa595e93a11b038", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8749054", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20534924", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2037260", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8687351", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short stature", "deprecated": null, "id": "HP:0004322", "description": null, "consider": null}, "id": "807c77f9-b706-4302-aa4d-3dc64aacb594", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": "Short stature", "id": "HP:0004322"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:20534924"}, {"lbl": null, "id": "PMID:2037260"}, {"lbl": null, "id": "PMID:8749054"}, {"lbl": null, "id": "PMID:8687351"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_object", "obj": "HP:0004322"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8749054"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0004322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:20534924"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:2037260"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:659585b637f5ec6085b4210e436b61d30ee36fa7", "pred": "dc:source", "obj": "PMID:8687351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Narrow internal auditory canal", "deprecated": null, "id": "HP:0011386", "description": null, "consider": null}, "id": "bae31cbd-a1e4-4c3d-8038-eb825c25f13d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Narrow internal auditory canal", "id": "HP:0011386"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011386"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "OBAN:association_has_object", "obj": "HP:0011386"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:6c7d5ca44f712b05e7051bd929da3e22787d3e23", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL8A1", "deprecated": null, "id": "NCBIGene:1295", "description": null, "consider": null}, "id": "7ad2c4b8-18fe-43c0-9cb4-b399279ab4b7", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL8A1", "id": "NCBIGene:1295"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "NCBIGene:1295", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:11e95fb95cee5ce94f8b625f0a77c9b04c202948", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1295"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL11A1", "deprecated": null, "id": "NCBIGene:1301", "description": null, "consider": null}, "id": "57c6575e-58c4-4a2d-8ef1-3c6c4400798c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL11A1", "id": "NCBIGene:1301"}, {"lbl": null, "id": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1301"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1a6d1d018aa8a6269fcb34cf0776672941b3f0b4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15522881", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11927537", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "APP", "deprecated": null, "id": "NCBIGene:351", "description": null, "consider": null}, "id": "0d65317f-8571-41c1-bb40-f793c0f91a7d", "type": null, "evidence_graph": {"nodes": [{"lbl": "imaging assay evidence", "id": "ECO:0000324"}, {"lbl": null, "id": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "APP", "id": "NCBIGene:351"}, {"lbl": null, "id": "PMID:11927537"}, {"lbl": null, "id": "PMID:15522881"}, {"lbl": null, "id": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969"}, {"lbl": null, "id": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "NCBIGene:84570", "pred": "RO:0002434", "obj": "NCBIGene:351"}, {"sub": "NCBIGene:351", "pred": "RO:0002434", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "NCBIGene:84570", "pred": "RO:0002325", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "RO:0002558", "obj": "ECO:0000324"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "dc:source", "obj": "PMID:15522881"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:ca07706810c16869c88d05bb6d9ba410546fafc3", "pred": "dc:source", "obj": "PMID:11927537"}, {"sub": "MONARCH:6aa9a1661ccb1f48fa9b88cc1774b1e2cb036562", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:351"}, {"sub": "MONARCH:85905b125a1a6c0e5e88f95d64bb0fbfd5594969", "pred": "OBAN:association_has_object", "obj": "NCBIGene:351"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COLQ", "deprecated": null, "id": "NCBIGene:8292", "description": null, "consider": null}, "id": "db5045d4-e0fd-425a-a14a-f44a729ac712", "type": null, "evidence_graph": {"nodes": [{"lbl": "COLQ", "id": "NCBIGene:8292"}, {"lbl": null, "id": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:8292", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8292"}, {"sub": "MONARCH:23bf442e76952d5430a1a164ec413115585ada7b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anorectal anomaly", "deprecated": null, "id": "HP:0012732", "description": null, "consider": null}, "id": "4c51c055-619f-4662-b5b3-c4372796c5ae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Anorectal anomaly", "id": "HP:0012732"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_object", "obj": "HP:0012732"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:f5782afc0829e1c6ab0764ccd40f1ec48b4eb28c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short palpebral fissure", "deprecated": null, "id": "HP:0012745", "description": null, "consider": null}, "id": "ec29958e-5210-45ee-9709-fdb971377c4e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short palpebral fissure", "id": "HP:0012745"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_object", "obj": "HP:0012745"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012745"}, {"sub": "MONARCH:5277f8dda712a86149d84e7f02ad31014f5e43d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11304819", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17605266", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Diplopia", "deprecated": null, "id": "HP:0000651", "description": null, "consider": null}, "id": "52e6a619-dcda-483b-9b64-89a06a6cd7cb", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17605266"}, {"lbl": null, "id": "PMID:11304819"}, {"lbl": "Diplopia", "id": "HP:0000651"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_object", "obj": "HP:0000651"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:11304819"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000651"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:17605266"}, {"sub": "MONARCH:d9747d26141545267cdb6da56d04230d4c4b41b5", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15492742", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7234921", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2919045", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital exotropia", "deprecated": null, "id": "HP:0008033", "description": null, "consider": null}, "id": "880f7ea0-8360-4b41-b96c-5d64733aefc1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7234921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:2919045"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8"}, {"lbl": "Congenital exotropia", "id": "HP:0008033"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15492742"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:15492742"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:7234921"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "OBAN:association_has_object", "obj": "HP:0008033"}, {"sub": "MONARCH:78c048e6dc5f59257828afcb42f21afdcc995ad8", "pred": "dc:source", "obj": "PMID:2919045"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008033"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Patchy hypopigmentation of hair", "deprecated": null, "id": "HP:0011365", "description": null, "consider": null}, "id": "0a19364d-3965-47bc-a659-9248712b1002", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Patchy hypopigmentation of hair", "id": "HP:0011365"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0011365"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:feead5432a76b90cd35fceee289cf4b29e9fe928", "pred": "OBAN:association_has_object", "obj": "HP:0011365"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL1A2", "deprecated": null, "id": "NCBIGene:1278", "description": null, "consider": null}, "id": "c959e26d-1cb0-40b4-b851-e0793da35d11", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "COL1A2", "id": "NCBIGene:1278"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1278"}, {"sub": "MONARCH:1aaebcee3336bae32d486470b33c4afcbdcaf6bf", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL9A3", "deprecated": null, "id": "NCBIGene:1299", "description": null, "consider": null}, "id": "44ecb7f3-1060-4b14-956f-8f200f09d6dc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0"}, {"lbl": "COL9A3", "id": "NCBIGene:1299"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1299"}, {"sub": "MONARCH:b7acb44bae57937ae51e5b043d8bf6c8a15970e0", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1299"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL6A1", "deprecated": null, "id": "NCBIGene:1291", "description": null, "consider": null}, "id": "97b2523a-c757-499c-afeb-2be435e5e15a", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL6A1", "id": "NCBIGene:1291"}, {"lbl": null, "id": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:1291"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a952447c5b3ec2663fb5246009a3af6dc54229f4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:1291"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19038376", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2004723", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16024848", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10773809", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cranial nerve paralysis", "deprecated": null, "id": "HP:0006824", "description": null, "consider": null}, "id": "257e7444-aee2-4f06-b355-020c4688a101", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b736d1824502d6af606b7b82f842381567328868"}, {"lbl": null, "id": "PMID:19038376"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10773809"}, {"lbl": null, "id": "PMID:16024848"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:2004723"}, {"lbl": "Cranial nerve paralysis", "id": "HP:0006824"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006824"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_object", "obj": "HP:0006824"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:19038376"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:2004723"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:16024848"}, {"sub": "MONARCH:b736d1824502d6af606b7b82f842381567328868", "pred": "dc:source", "obj": "PMID:10773809"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Triphalangeal thumb", "deprecated": null, "id": "HP:0001199", "description": null, "consider": null}, "id": "c1ceffea-fd81-4a8a-a540-95d804bab9e6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Triphalangeal thumb", "id": "HP:0001199"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001199"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_object", "obj": "HP:0001199"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b77dae23c9ce213eafdbf219a7cac859dd3fd3f7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6947592", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12736629", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:845747", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Exotropia", "deprecated": null, "id": "HP:0000577", "description": null, "consider": null}, "id": "1b673791-753e-4381-88c4-18f95e0685a1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Exotropia", "id": "HP:0000577"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1"}, {"lbl": null, "id": "PMID:845747"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "PMID:6947592"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:12736629"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:6947592"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:12736629"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:845747"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_object", "obj": "HP:0000577"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:1e005d4ed31e0e89315650aa289537fa760d33d1", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22932093", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19791724", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18055799", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the musculature", "deprecated": null, "id": "HP:0009004", "description": null, "consider": null}, "id": "88c338af-8ced-4cdc-b922-adc030b1eee9", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:22932093"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18055799"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "Hypoplasia of the musculature", "id": "HP:0009004"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19791724"}], "edges": [{"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:22932093"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:19791724"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "dc:source", "obj": "PMID:18055799"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009004"}, {"sub": "MONARCH:f63e29e1e4c35e5af816041399894b38dca5584f", "pred": "OBAN:association_has_object", "obj": "HP:0009004"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21680214", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the palpebral fissures", "deprecated": null, "id": "HP:0008050", "description": null, "consider": null}, "id": "2c9e5cb8-60cf-4a0c-94f7-1c949d2c8321", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:21680214"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the palpebral fissures", "id": "HP:0008050"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "dc:source", "obj": "PMID:21680214"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_object", "obj": "HP:0008050"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:1d42c7330db2fe19b2cd22955602159b77ce34cd", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Webbed neck", "deprecated": null, "id": "HP:0000465", "description": null, "consider": null}, "id": "b35b0b86-6388-4b56-960c-6d4c9382e4cf", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Webbed neck", "id": "HP:0000465"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_object", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:e5a91bc2bdbedffe6b486895eac4d214aa2912f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000465"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:18653847", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22912401", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20923409", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12395297", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of movement", "deprecated": null, "id": "HP:0100022", "description": null, "consider": null}, "id": "ee55665d-54de-4e1a-9790-7d7485be1d8d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20923409"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:22912401"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of movement", "id": "HP:0100022"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:18653847"}, {"lbl": null, "id": "PMID:12395297"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:18653847"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0100022"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "OBAN:association_has_object", "obj": "HP:0100022"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:22912401"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:20923409"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:370e129fb75a8aa66dc3dc3c3862c7f48ce3f3dc", "pred": "dc:source", "obj": "PMID:12395297"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11162999", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609383", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11404742", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Esotropia", "deprecated": null, "id": "HP:0000565", "description": null, "consider": null}, "id": "2cf9fd28-349e-429a-b710-c395327bb9ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Esotropia", "id": "HP:0000565"}, {"lbl": null, "id": "PMID:11162999"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11404742"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:7609383"}], "edges": [{"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11162999"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_object", "obj": "HP:0000565"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000565"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:7609383"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:40cdd2f6e45affc7d5e27f29cf3a7ad858d53c8c", "pred": "dc:source", "obj": "PMID:11404742"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4094734", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic nerve coloboma", "deprecated": null, "id": "HP:0000588", "description": null, "consider": null}, "id": "5c44fef9-88a9-48af-8801-10773e048de1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Optic nerve coloboma", "id": "HP:0000588"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:4094734"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:4094734"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_object", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0671c596ad2a0b404b391ea45f0d492f14898b11", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000588"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short neck", "deprecated": null, "id": "HP:0000470", "description": null, "consider": null}, "id": "dc932512-2cd4-4a9e-995a-c16826782c9f", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Short neck", "id": "HP:0000470"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000470"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:ef1667a5725607ed628d8f325b7b5664e9c10ae2", "pred": "OBAN:association_has_object", "obj": "HP:0000470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "External ear malformation", "deprecated": null, "id": "HP:0008572", "description": null, "consider": null}, "id": "64afbabf-66e5-4831-ad38-dd5fc21d928b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "External ear malformation", "id": "HP:0008572"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0008572"}, {"sub": "MONARCH:f62ed98569a8fd2ff10894b94e7009ca65585123", "pred": "OBAN:association_has_object", "obj": "HP:0008572"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypopigmented skin patches", "deprecated": null, "id": "HP:0001053", "description": null, "consider": null}, "id": "668cc4f4-a13b-49c7-be1d-7c604d445cb7", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypopigmented skin patches", "id": "HP:0001053"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "OBAN:association_has_object", "obj": "HP:0001053"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001053"}, {"sub": "MONARCH:e2eb6c487666d1f7e3ad81fd3aafff38b18ade4b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of cardiovascular system morphology", "deprecated": null, "id": "HP:0030680", "description": null, "consider": null}, "id": "c58a5e20-19f9-440b-bc79-50c17a988212", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormality of cardiovascular system morphology", "id": "HP:0030680"}, {"lbl": null, "id": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:6a535885bdb1386b0545b1572d0cb3b4f6b97880", "pred": "OBAN:association_has_object", "obj": "HP:0030680"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ectopic kidney", "deprecated": null, "id": "HP:0000086", "description": null, "consider": null}, "id": "063a3179-d85b-4248-8209-53ae038613f2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Ectopic kidney", "id": "HP:0000086"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000086"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:81dc234c0d672974bf04416ead599c668ef4febb", "pred": "OBAN:association_has_object", "obj": "HP:0000086"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Optic disc hypoplasia", "deprecated": null, "id": "HP:0007766", "description": null, "consider": null}, "id": "e63300fb-9169-4837-a961-d9e538d0dbae", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Optic disc hypoplasia", "id": "HP:0007766"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_object", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:09e88d238ec07e9979fc03a358dae1777d52c59d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007766"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Irregular hyperpigmentation", "deprecated": null, "id": "HP:0007400", "description": null, "consider": null}, "id": "579cd576-dc33-426e-81be-9ecf15a5db30", "type": null, "evidence_graph": {"nodes": [{"lbl": "Irregular hyperpigmentation", "id": "HP:0007400"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:aa8ef1db2a8510099179d0ba328ab81dbc1f8853", "pred": "OBAN:association_has_object", "obj": "HP:0007400"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Epibulbar dermoid", "deprecated": null, "id": "HP:0001140", "description": null, "consider": null}, "id": "1d882e85-b33a-4b97-8cde-319bedf6d6ff", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "Epibulbar dermoid", "id": "HP:0001140"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:16814183"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "OBAN:association_has_object", "obj": "HP:0001140"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:e11c077d9840ff748958449396fc5fd079b813f2", "pred": "dc:source", "obj": "PMID:16814183"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:3397857", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the head", "deprecated": null, "id": "HP:0000234", "description": null, "consider": null}, "id": "0da122b8-8eea-45c4-9a07-162a14b08d7c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of the head", "id": "HP:0000234"}, {"lbl": null, "id": "PMID:3397857"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:3397857"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_object", "obj": "HP:0000234"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000234"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "MONARCH:9468ccc32079a2a9f1755dc6eabc2f3bd108f59f", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9695089", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital nystagmus", "deprecated": null, "id": "HP:0006934", "description": null, "consider": null}, "id": "905e84ed-5cc5-40e4-9a12-3821b6ba9c5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Congenital nystagmus", "id": "HP:0006934"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "PMID:9695089"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0006934"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "dc:source", "obj": "PMID:9695089"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7cfdba3362b4f440c6121d3ef76b6326d2c6e53d", "pred": "OBAN:association_has_object", "obj": "HP:0006934"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preaxial hand polydactyly", "deprecated": null, "id": "HP:0001177", "description": null, "consider": null}, "id": "01e4ad85-2f26-4fcf-9098-0aab86c67cea", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Preaxial hand polydactyly", "id": "HP:0001177"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001177"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eed466b1a0aaefba1246c9c13f74e200bda7b6e0", "pred": "OBAN:association_has_object", "obj": "HP:0001177"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Low posterior hairline", "deprecated": null, "id": "HP:0002162", "description": null, "consider": null}, "id": "177d3c81-f58e-40a9-a2ab-307616c41716", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:277b15ce6349fee1b7884686da8828f427854094"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Low posterior hairline", "id": "HP:0002162"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "OBAN:association_has_object", "obj": "HP:0002162"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002162"}, {"sub": "MONARCH:277b15ce6349fee1b7884686da8828f427854094", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Mixed hearing impairment", "deprecated": null, "id": "HP:0000410", "description": null, "consider": null}, "id": "31adca12-1fde-4c62-b0c7-bf4c80c7708a", "type": null, "evidence_graph": {"nodes": [{"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Mixed hearing impairment", "id": "HP:0000410"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000410"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "OBAN:association_has_object", "obj": "HP:0000410"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7425127cd202168ff35ec6063f66c95d74f08f56", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cleft palate", "deprecated": null, "id": "HP:0000175", "description": null, "consider": null}, "id": "b0d0f949-f1a8-42f3-b56c-3c7bd77239bd", "type": null, "evidence_graph": {"nodes": [{"lbl": "Cleft palate", "id": "HP:0000175"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000175"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000175"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:74a34612cab7deff3a27eea0bc0218501fac3ea3", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preauricular skin tag", "deprecated": null, "id": "HP:0000384", "description": null, "consider": null}, "id": "ed88232b-2979-4b13-a464-5821db002bf1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Preauricular skin tag", "id": "HP:0000384"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_object", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:d7b502cf9ec881caf5fdbe8f335486cb7e3947af", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2641083", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10711888", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7295131", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20535495", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Nystagmus", "deprecated": null, "id": "HP:0000639", "description": null, "consider": null}, "id": "335ca26c-36f2-425b-906c-7b26c8bd31fe", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20535495"}, {"lbl": null, "id": "PMID:10711888"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:7295131"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Nystagmus", "id": "HP:0000639"}, {"lbl": null, "id": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "PMID:2641083"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:2641083"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:10711888"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "OBAN:association_has_object", "obj": "HP:0000639"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:7295131"}, {"sub": "MONARCH:e444b27757d8a2a56b0733ceda5d8533257502ac", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:20535495"}, {"sub": "MONARCH:abd6e88a26e3d42da208fd8709ff5e2a0cf486f4", "pred": "dc:source", "obj": "PMID:11641645"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Absent radius", "deprecated": null, "id": "HP:0003974", "description": null, "consider": null}, "id": "63524779-1cb2-4e70-851e-5212b205c9ba", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Absent radius", "id": "HP:0003974"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003974"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2210fd99edc1fac47e391bf5db6f2dbb5ee26342", "pred": "OBAN:association_has_object", "obj": "HP:0003974"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:9781021", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7710257", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17322606", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Intellectual disability", "deprecated": null, "id": "HP:0001249", "description": null, "consider": null}, "id": "28bc6bf0-6c25-490d-9b77-f18f967e3e60", "type": null, "evidence_graph": {"nodes": [{"lbl": "Intellectual disability", "id": "HP:0001249"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:17322606"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:9781021"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7710257"}, {"lbl": null, "id": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:9781021"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:7710257"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:17322606"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "OBAN:association_has_object", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001249"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:caed020087a8511983a5b95a4f6677d6d32d4874", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11495312", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8350229", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Sensorineural hearing impairment", "deprecated": null, "id": "HP:0000407", "description": null, "consider": null}, "id": "ce3d30b8-6720-48a6-8e3a-c5b5fed7a086", "type": null, "evidence_graph": {"nodes": [{"lbl": "Sensorineural hearing impairment", "id": "HP:0000407"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652"}, {"lbl": null, "id": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:11495312"}, {"lbl": null, "id": "PMID:20227628"}, {"lbl": null, "id": "PMID:8350229"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000407"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:11495312"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "OBAN:association_has_object", "obj": "HP:0000407"}, {"sub": "MONARCH:bed8351a5142f81ccf9403be915091984acb7652", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "dc:source", "obj": "PMID:8350229"}, {"sub": "MONARCH:91dcd7d4a4d8146514f3b134bf413f10d8b38a87", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Camptodactyly", "deprecated": null, "id": "HP:0012385", "description": null, "consider": null}, "id": "501b24bb-6e86-44c1-bfef-15ffed76f88b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Camptodactyly", "id": "HP:0012385"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_object", "obj": "HP:0012385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0012385"}, {"sub": "MONARCH:fea781b9be79dc43b57b619614a25d37b329317e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital ptosis", "deprecated": null, "id": "HP:0007970", "description": null, "consider": null}, "id": "fef5810a-d833-4119-b1e4-6bf23fe207d8", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f"}, {"lbl": "Congenital ptosis", "id": "HP:0007970"}, {"lbl": null, "id": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis", "id": ":.well-known/genid/422551-91411VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "PTOS1", "id": "OMIM:178300"}], "edges": [{"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-91411VL"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "RO:0002200", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": ":.well-known/genid/422551-91411VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:13054c0e2b6613b8d44c78e377a5d208488a589f", "pred": "OBAN:association_has_object", "obj": "HP:0007970"}, {"sub": "OMIM:178300", "pred": "RO:0002200", "obj": "HP:0007970"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "OBAN:association_has_subject", "obj": "OMIM:178300"}, {"sub": "MONARCH:20a225cca77089af3cd6419ecd95b56adb5e0a5a", "pred": "OBAN:association_has_object", "obj": "OMIM:178300"}, {"sub": "MONARCH:f0a3f47978f02f51a88e848723bfc21d7a97cf1f", "pred": "RO:0002558", "obj": "ECO:0000501"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10165103", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23237754", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609386", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:6739039", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paralysis", "deprecated": null, "id": "HP:0003470", "description": null, "consider": null}, "id": "6fc15b0e-1c82-4c20-a4d3-3f57c921ba4c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:10165103"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:23237754"}, {"lbl": null, "id": "PMID:6739039"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "Paralysis", "id": "HP:0003470"}, {"lbl": null, "id": "PMID:7609386"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964"}], "edges": [{"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_object", "obj": "HP:0003470"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:10165103"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:23237754"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:7609386"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003470"}, {"sub": "MONARCH:05d471bbfc2dd3027ddafe936b86906dfe0bb964", "pred": "dc:source", "obj": "PMID:6739039"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcornea", "deprecated": null, "id": "HP:0000482", "description": null, "consider": null}, "id": "8bdd438d-298e-4f95-a714-450825be7528", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946"}, {"lbl": "Microcornea", "id": "HP:0000482"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_object", "obj": "HP:0000482"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000482"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c3f21ee8d66ed9b5f81b800eabe75ac9a2d19946", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MARCO", "deprecated": null, "id": "NCBIGene:8685", "description": null, "consider": null}, "id": "63bd7954-d396-4044-97b1-858b39099291", "type": null, "evidence_graph": {"nodes": [{"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MARCO", "id": "NCBIGene:8685"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3"}], "edges": [{"sub": "NCBIGene:8685", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8685"}, {"sub": "MONARCH:d22544620fd92d4f1227235a907db4322cadaac3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Brachydactyly syndrome", "deprecated": null, "id": "HP:0001156", "description": null, "consider": null}, "id": "169956cf-41cc-4c9e-89fc-4122ebe09377", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Brachydactyly syndrome", "id": "HP:0001156"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_object", "obj": "HP:0001156"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001156"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d6cfdb81c3cf92326953c1263343aa530906363b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17216607", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17515303", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Duane anomaly", "deprecated": null, "id": "HP:0009921", "description": null, "consider": null}, "id": "add615b9-5df2-41c3-9b0c-12769b1f1fd1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9"}, {"lbl": null, "id": "PMID:17216607"}, {"lbl": "Duane anomaly", "id": "HP:0009921"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:17515303"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17216607"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:17515303"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0009921"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:7474fd090928e2923be1f2b1a376a71a6ca65bb9", "pred": "OBAN:association_has_object", "obj": "HP:0009921"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609385", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7956685", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20736120", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11240932", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal posturing", "deprecated": null, "id": "HP:0002533", "description": null, "consider": null}, "id": "32cfb5e1-9506-442f-a7a1-3da3af140683", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:7956685"}, {"lbl": null, "id": "PMID:20736120"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:11240932"}, {"lbl": "Abnormal posturing", "id": "HP:0002533"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:7609385"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2"}], "edges": [{"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_object", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609385"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7956685"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:20736120"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002533"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:11240932"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:c0db1cb7420cfa205f00ea027f1b3d23ffb036f2", "pred": "dc:source", "obj": "PMID:7609384"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Skeletal muscle atrophy", "deprecated": null, "id": "HP:0003202", "description": null, "consider": null}, "id": "ddd0b73a-1172-4664-9230-dabf9b146bc2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46"}, {"lbl": "Skeletal muscle atrophy", "id": "HP:0003202"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003202"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:e77005e0a1a66326e964c77b95f4072231383d46", "pred": "OBAN:association_has_object", "obj": "HP:0003202"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL24A1", "deprecated": null, "id": "NCBIGene:255631", "description": null, "consider": null}, "id": "6b247c97-8e43-4a10-9da7-4f5ecccd531c", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL24A1", "id": "NCBIGene:255631"}, {"lbl": null, "id": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:255631", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:255631"}, {"sub": "MONARCH:c8a6d2da3e3c7fc65a3363754de9e881bad315f6", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "C1QA", "deprecated": null, "id": "NCBIGene:712", "description": null, "consider": null}, "id": "102ddac3-bd69-4d6a-9221-f09ab2343d6e", "type": null, "evidence_graph": {"nodes": [{"lbl": "C1QA", "id": "NCBIGene:712"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad"}], "edges": [{"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:712"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:712", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7eff593034f04e719953d0bf0822337a921e46ad", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "EMID1", "deprecated": null, "id": "NCBIGene:129080", "description": null, "consider": null}, "id": "65725219-c4ce-4c80-838d-674340689a94", "type": null, "evidence_graph": {"nodes": [{"lbl": "EMID1", "id": "NCBIGene:129080"}, {"lbl": null, "id": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}], "edges": [{"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:129080"}, {"sub": "NCBIGene:129080", "pred": "RO:HOM0000011", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "OBAN:association_has_object", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:4672f4f3101d090d4f2d9d4bb3b17a318b7fc534", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Spina bifida occulta", "deprecated": null, "id": "HP:0003298", "description": null, "consider": null}, "id": "086a4ae4-6937-46f9-8396-435149fdf7c6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Spina bifida occulta", "id": "HP:0003298"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0003298"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_object", "obj": "HP:0003298"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:d557e724d2cc585fc99fb798073d39914a3a15c5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:1816462", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14659780", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21774381", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15607218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7394038", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ptosis", "deprecated": null, "id": "HP:0000508", "description": null, "consider": null}, "id": "be171b19-1214-46bd-8f4d-cd50f96103ee", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5", "id": ":.well-known/genid/OMIM610004-616219VL"}, {"lbl": null, "id": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce"}, {"lbl": null, "id": "PMID:15607218"}, {"lbl": null, "id": "PMID:21774381"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:14659780"}, {"lbl": null, "id": "PMID:7394038"}, {"lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)", "id": "ClinVarVariant:180690"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Ptosis", "id": "HP:0000508"}, {"lbl": "COL25A1, 12.4-KB DEL", "id": "ClinVarVariant:180692"}, {"lbl": null, "id": "MONARCH:2836bfabbacf84918af027ce382737970d427e68"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": null, "id": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b"}, {"lbl": null, "id": "PMID:1816462"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)", "id": "ClinVarVariant:180691"}, {"lbl": "Fibrosis of Extraocular Muscles, Congenital, 5", "id": "OMIM:616219"}], "edges": [{"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:1816462"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_object", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:14659780"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "RO:0002200", "obj": "OMIM:616219"}, {"sub": "ClinVarVariant:180690", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "OMIM:616219", "pred": "RO:0002200", "obj": "HP:0000508"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/OMIM610004-616219VL", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:2836bfabbacf84918af027ce382737970d427e68", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "ClinVarVariant:180691", "pred": "GENO:0000418", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:55af007eab607d18a7fd79f58a567620535ce8ce", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:180692", "pred": "GENO:0000840", "obj": "OMIM:616219"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:21774381"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "OBAN:association_has_object", "obj": "HP:0000508"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:15607218"}, {"sub": "MONARCH:034ba4c49c158a33c606afd7f7a40732aa84f75b", "pred": "dc:source", "obj": "PMID:7394038"}, {"sub": "MONARCH:69fd66921e8bc683f4f0e45b0a0d48d29c088a8a", "pred": "OBAN:association_has_subject", "obj": "OMIM:616219"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20046701", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17126050", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4057901", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:4039894", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16283882", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharophimosis", "deprecated": null, "id": "HP:0000581", "description": null, "consider": null}, "id": "d59dc5ff-3d56-4b20-a233-7d415dd6bca1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566"}, {"lbl": null, "id": "PMID:4039894"}, {"lbl": null, "id": "PMID:17126050"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:20046701"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:4057901"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Blepharophimosis", "id": "HP:0000581"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:16283882"}, {"lbl": null, "id": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341"}], "edges": [{"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:20046701"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:17126050"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:1cdbada97cdfee636e2d6b87dd68dc4061a82341", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4057901"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000581"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:4039894"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "dc:source", "obj": "PMID:16283882"}, {"sub": "MONARCH:a5ca9119821d53a93921c4c8c8d91d08eab40566", "pred": "OBAN:association_has_object", "obj": "HP:0000581"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Blepharospasm", "deprecated": null, "id": "HP:0000643", "description": null, "consider": null}, "id": "8f527b9a-4654-4e0d-816a-b31bb75296de", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Blepharospasm", "id": "HP:0000643"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_object", "obj": "HP:0000643"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000643"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:efa4077fc5ff3cfe33dbf154bb818e3bc0e3ea0b", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microcephaly", "deprecated": null, "id": "HP:0000252", "description": null, "consider": null}, "id": "b59bfd99-52a2-431d-9b4a-3ce934f0a68b", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Microcephaly", "id": "HP:0000252"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_object", "obj": "HP:0000252"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000252"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:78e32a6faac3e0469174013bd125e649387289f1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micrognathia", "deprecated": null, "id": "HP:0000347", "description": null, "consider": null}, "id": "ca179e89-7ca0-4848-9254-f4b37aa89c27", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Micrognathia", "id": "HP:0000347"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_object", "obj": "HP:0000347"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000347"}, {"sub": "MONARCH:7e620c056ed9fbb13ee60b3d7550ee410265e5b5", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11705140", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10942112", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16121554", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:12133390", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:7609384", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of eye movement", "deprecated": null, "id": "HP:0000496", "description": null, "consider": null}, "id": "d49bb12c-bac2-4999-b98c-8da2fa4c16d1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:12133390"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:7609384"}, {"lbl": null, "id": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:11705140"}, {"lbl": null, "id": "PMID:16121554"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Abnormality of eye movement", "id": "HP:0000496"}, {"lbl": null, "id": "PMID:10942112"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}], "edges": [{"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:11705140"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:10942112"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:16121554"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:12133390"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_object", "obj": "HP:0000496"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "dc:source", "obj": "PMID:7609384"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:004fbf87bbb0dd3c158c88fbb144ee70a722895a", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Central heterochromia", "deprecated": null, "id": "HP:0007818", "description": null, "consider": null}, "id": "23fe48f9-f7e7-4a1d-903b-063a40fa83d2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Central heterochromia", "id": "HP:0007818"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_object", "obj": "HP:0007818"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0007818"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:eb0f027ef9dac6e08262323ffb66ec7d1f4c891e", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the pupil", "deprecated": null, "id": "HP:0000615", "description": null, "consider": null}, "id": "5ff5829c-b030-4bf0-8633-7dc8bd0dd680", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Abnormality of the pupil", "id": "HP:0000615"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000615"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "OBAN:association_has_object", "obj": "HP:0000615"}, {"sub": "MONARCH:5399b3a0f2edbf9466407d76f12068c24dbd1fa1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22950449", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22258531", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20933218", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21204225", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11955935", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Global developmental delay", "deprecated": null, "id": "HP:0001263", "description": null, "consider": null}, "id": "bcef8e5e-b4bd-4ecd-92ee-24861e0a3dbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:20933218"}, {"lbl": null, "id": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc"}, {"lbl": "Global developmental delay", "id": "HP:0001263"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:22950449"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:21204225"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:11955935"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:22258531"}], "edges": [{"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22950449"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:22258531"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:20933218"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "OBAN:association_has_object", "obj": "HP:0001263"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:21204225"}, {"sub": "MONARCH:189bedee51feeadcde0898d17aa839666ce03561", "pred": "dc:source", "obj": "PMID:11955935"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:0d032f1f6402a96bbed916e8cb0ecd1e9b313fdc", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:2377353", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16814183", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17564942", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:8333272", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microphthalmia", "deprecated": null, "id": "HP:0000568", "description": null, "consider": null}, "id": "f76364c1-b189-4a19-acb7-0180f81d773c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": null, "id": "PMID:2377353"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:17564942"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "Microphthalmia", "id": "HP:0000568"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "PMID:8333272"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "MONARCH:b991d94546f318317de75309209201a042c6c8b7"}, {"lbl": null, "id": "PMID:16814183"}], "edges": [{"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:2377353"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:16814183"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:17564942"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:8333272"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "OBAN:association_has_object", "obj": "HP:0000568"}, {"sub": "MONARCH:b991d94546f318317de75309209201a042c6c8b7", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Chorioretinal coloboma", "deprecated": null, "id": "HP:0000567", "description": null, "consider": null}, "id": "8d9129c9-eb43-4470-9c19-418fe8154b32", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "Chorioretinal coloboma", "id": "HP:0000567"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000567"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_object", "obj": "HP:0000567"}, {"sub": "MONARCH:7d656a633ca0a2ea8438c8d05b647d4ddc6bb49f", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19005989", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:23710497", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15646492", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15512995", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:11641645", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital cataract", "deprecated": null, "id": "HP:0000519", "description": null, "consider": null}, "id": "93fa8e3f-7cb2-4039-bc9f-d9431f29acbc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "PMID:15512995"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": "Congenital cataract", "id": "HP:0000519"}, {"lbl": null, "id": "PMID:19005989"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": null, "id": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3"}, {"lbl": null, "id": "PMID:11641645"}, {"lbl": null, "id": "PMID:23710497"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:15646492"}], "edges": [{"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:19005989"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "OBAN:association_has_object", "obj": "HP:0000519"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:23710497"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15646492"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:15512995"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:019f7e8fc5de4cb76dc596a24efc5d5bc5c21ea3", "pred": "dc:source", "obj": "PMID:11641645"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:16736738", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17280850", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21158364", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:20227628", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19277226", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial palsy", "deprecated": null, "id": "HP:0010628", "description": null, "consider": null}, "id": "b3ba378c-8d6a-4e60-be4b-7a104efdc4fa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6"}, {"lbl": null, "id": "PMID:21158364"}, {"lbl": null, "id": "PMID:17280850"}, {"lbl": null, "id": "PMID:16736738"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}, {"lbl": null, "id": "PMID:19277226"}, {"lbl": "computational combinatorial evidence used in automatic assertion", "id": "ECO:0000246"}, {"lbl": "Facial palsy", "id": "HP:0010628"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": null, "id": "PMID:20227628"}], "edges": [{"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:16736738"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "RO:0002558", "obj": "ECO:0000246"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "OBAN:association_has_object", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:17280850"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0010628"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:21158364"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:20227628"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": "MONARCH:62ad106d452cb0580979b04e7121f9c7a381cfd6", "pred": "dc:source", "obj": "PMID:19277226"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL21A1", "deprecated": null, "id": "NCBIGene:81578", "description": null, "consider": null}, "id": "76d61d15-3c45-4316-8de2-67a2684ef949", "type": null, "evidence_graph": {"nodes": [{"lbl": "COL21A1", "id": "NCBIGene:81578"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": null, "id": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e"}], "edges": [{"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:84570", "pred": "RO:HOM0000011", "obj": "NCBIGene:81578"}, {"sub": "MONARCH:7c035208e6e7041030c37aba11dac5c78dd7451e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84570"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the radius", "deprecated": null, "id": "HP:0002984", "description": null, "consider": null}, "id": "d7cbdd79-8364-4740-89ba-6ef259a76b4d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9"}, {"lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome", "id": ":.well-known/genid/422551-233VL"}, {"lbl": "Hypoplasia of the radius", "id": "HP:0002984"}, {"lbl": "imported manually asserted information used in automatic assertion", "id": "ECO:0000322"}, {"lbl": null, "id": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c"}, {"lbl": "COL25A1", "id": "NCBIGene:84570"}, {"lbl": "Duane retraction syndrome", "id": "DOID:12557"}], "edges": [{"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_subject", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_object", "obj": "DOID:12557"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "OBAN:association_has_object", "obj": "HP:0002984"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "GENO:0000408", "obj": "NCBIGene:84570"}, {"sub": "MONARCH:660f2807c8ac9b3b28471bd688f3fa4899ae386c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "DOID:12557", "pred": "RO:0002200", "obj": "HP:0002984"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "RO:0002558", "obj": "ECO:0000322"}, {"sub": ":.well-known/genid/422551-233VL", "pred": "RO:0002200", "obj": "DOID:12557"}, {"sub": "MONARCH:97c1a32dc0e33b0332f5068331349af854ac02d9", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/422551-233VL"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "COL25A1", "deprecated": null, "id": "NCBIGene:84570", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/orphanet.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": null, "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 190}, "object_closure": {"BFO:0000020": 90, "owl:Thing": 190, "SO:0000110": 64, "HP:0000118": 84, "SO:0001411": 64, "BFO:0000002": 183, "MP:0000001": 83, "HP:0000001": 84, "IAO:0000144": 83, "SO:0001217": 63, "GENO:0000701": 64, "UBERON:0013701PHENOTYPE": 59, "BFO:0000031": 149, "SEPIO:0000013": 83, "IAO:0000300": 83, "UPHENO:0001002": 84, "GENO:0000014": 64, "BFO:0000001": 190, "UBERON:0000153PHENOTYPE": 66, "MP:0005378": 60, "SO:0000704": 64, "UPHENO:0001001": 84, "SO:0000001": 64, "IAO:0000030": 85, "SEPIO:0000129": 83}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1290"}, {"pred": "RO:0002434", "sub": "NCBIGene:1290", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1290", "lbl": "COL5A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1290", "replaced_by": null, "consider": null, "label": "COL5A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5339e6c3-40f7-477c-a688-a39953937cc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "RO:0002558", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "ZFIN:ZDB-GENE-070705-543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f11341d1c9dcc38f", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:f11341d1c9dcc38f", "lbl": null}, {"id": "ZFIN:ZDB-GENE-070705-543", "lbl": "si:dkeyp-44a8.4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-070705-543", "replaced_by": null, "consider": null, "label": "si:dkeyp-44a8.4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0109d0b1-5f1c-4159-bff8-82fc0ba6b290", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1292", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1292"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1292", "lbl": "COL6A2"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1292", "replaced_by": null, "consider": null, "label": "COL6A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9e2bde6d-3db3-4855-a986-dda3bd075a84", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1294"}, {"pred": "RO:0002434", "sub": "NCBIGene:1294", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1294", "lbl": "COL7A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1294", "replaced_by": null, "consider": null, "label": "COL7A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4f855986-cc7e-421f-a6e2-20a1c893e7fd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:340267"}, {"pred": "RO:0002434", "sub": "NCBIGene:340267", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:340267", "lbl": "COL28A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:340267", "replaced_by": null, "consider": null, "label": "COL28A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "916c3302-1a60-4f52-bef0-2c37506c7407", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl", "https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:f8bef00ad70ee777", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5351"}, {"pred": "RO:0002558", "sub": "MONARCH:f8bef00ad70ee777", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f8bef00ad70ee777", "obj": "NCBIGene:5351"}, {"pred": "RO:0002434", "sub": "NCBIGene:5351", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5351", "lbl": "PLOD1"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:f8bef00ad70ee777", "lbl": null}, {"id": "PMID:28514442", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5351", "replaced_by": null, "consider": null, "label": "PLOD1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8a5b0905-46a2-47b4-bebf-a2ce2777033e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5045"}, {"pred": "RO:0002434", "sub": "NCBIGene:5045", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5045", "lbl": "FURIN"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5045", "replaced_by": null, "consider": null, "label": "FURIN", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "757daf00-c34c-49e7-8fde-6bb9360e20d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:50509", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:50509"}], "nodes": [{"id": "NCBIGene:50509", "lbl": "COL5A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:50509", "replaced_by": null, "consider": null, "label": "COL5A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a200b40c-67bc-49f1-91aa-077b99438320", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:131873"}, {"pred": "RO:0002434", "sub": "NCBIGene:131873", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:131873", "lbl": "COL6A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:131873", "replaced_by": null, "consider": null, "label": "COL6A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efcbb4be-0920-4d68-baab-1db59ff08fd8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2598361df009584b", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007990"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2598361df009584b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2598361df009584b", "obj": "HP:0007990"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2598361df009584b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0007990", "lbl": "Hypoplastic iris stroma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007990", "replaced_by": null, "consider": null, "label": "Hypoplastic iris stroma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b800fda6-b37a-4c39-8410-590e26cc4077", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e4380d71ba3a9721", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:23654011"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:21850174"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e4380d71ba3a9721", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:6703002"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000540"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e4380d71ba3a9721", "obj": "HP:0000540"}, {"pred": "dc:source", "sub": "MONARCH:e4380d71ba3a9721", "obj": "PMID:17701102"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:23654011", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000540", "lbl": "Hypermetropia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21850174", "lbl": null}, {"id": "PMID:17701102", "lbl": null}, {"id": "MONARCH:e4380d71ba3a9721", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:6703002", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23654011", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17701102", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21850174", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6703002", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000540", "replaced_by": null, "consider": null, "label": "Hypermetropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44d63d06-b275-426b-89cd-ca18ac966f76", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:659585b637f5ec60", "obj": "HP:0004322"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0004322"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8687351"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:20534924"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:659585b637f5ec60", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:8749054"}, {"pred": "dc:source", "sub": "MONARCH:659585b637f5ec60", "obj": "PMID:2037260"}, {"pred": "RO:0002558", "sub": "MONARCH:659585b637f5ec60", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:659585b637f5ec60", "lbl": null}, {"id": "PMID:8687351", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8749054", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0004322", "lbl": "Short stature"}, {"id": "PMID:20534924", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:2037260", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2037260", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8687351", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8749054", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20534924", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004322", "replaced_by": null, "consider": null, "label": "Short stature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf8226e1-a48e-4895-9eff-5e23d67288d7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:93919a6e08a01a91", "obj": "HP:0000612"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000612"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:93919a6e08a01a91", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:93919a6e08a01a91", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:93919a6e08a01a91", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000612", "lbl": "Iris coloboma"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000612", "replaced_by": null, "consider": null, "label": "Iris coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ee97d7c1-934e-466b-ad69-49a26f948cc3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:1d42c7330db2fe19", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d42c7330db2fe19", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:21680214"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1d42c7330db2fe19", "obj": "HP:0008050"}, {"pred": "dc:source", "sub": "MONARCH:1d42c7330db2fe19", "obj": "PMID:11705140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008050"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:1d42c7330db2fe19", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0008050", "lbl": "Abnormality of the palpebral fissures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:21680214", "lbl": null}, {"id": "PMID:11705140", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21680214", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008050", "replaced_by": null, "consider": null, "label": "Abnormality of the palpebral fissures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b0b2d5f4-a5aa-4c70-b444-6bb7526015b3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "HP:0000465"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000465"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e5a91bc2bdbedffe", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000465", "lbl": "Webbed neck"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:e5a91bc2bdbedffe", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000465", "replaced_by": null, "consider": null, "label": "Webbed neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "32bdb02d-6e72-4cc8-a5e9-6b2f7ad53aa2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1291"}, {"pred": "RO:0002434", "sub": "NCBIGene:1291", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:1291", "lbl": "COL6A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1291", "replaced_by": null, "consider": null, "label": "COL6A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e11d66ce-a5c1-454c-a1a5-bc679f691060", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:871", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:871"}], "nodes": [{"id": "NCBIGene:871", "lbl": "SERPINH1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:871", "replaced_by": null, "consider": null, "label": "SERPINH1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f3e76741-960b-41ca-8591-04b367d73fe4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1293", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1293"}], "nodes": [{"id": "NCBIGene:1293", "lbl": "COL6A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1293", "replaced_by": null, "consider": null, "label": "COL6A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac4b6bec-d203-4154-a65f-455e8779e6c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:351"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:85905b125a1a6c0e", "obj": "ECO:0000085"}, {"pred": "dc:source", "sub": "MONARCH:85905b125a1a6c0e", "obj": "PMID:15522881"}, {"pred": "dc:source", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:85905b125a1a6c0e", "obj": "NCBIGene:351"}, {"pred": "RO:0002434", "sub": "NCBIGene:351", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:6aa9a1661ccb1f48", "obj": "ECO:0000006"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:6aa9a1661ccb1f48", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:85905b125a1a6c0e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "667f4c9e-4f70-449f-83e1-6508fd1b6460", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2e32b27186069bee", "obj": "HP:0000232"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2e32b27186069bee", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2e32b27186069bee", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:2e32b27186069bee", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000232", "lbl": "Everted lower lip vermilion"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000232", "replaced_by": null, "consider": null, "label": "Everted lower lip vermilion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0897685f-586e-4509-9504-7ac900e78fc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:12133390"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3917d385165411c6", "obj": "PMID:8839346"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3917d385165411c6", "obj": "HP:0100274"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3917d385165411c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:3917d385165411c6", "obj": "ECO:0000246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:12133390", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:8839346", "lbl": null}, {"id": "HP:0100274", "lbl": "Gustatory lacrimation"}, {"id": "MONARCH:3917d385165411c6", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8839346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100274", "replaced_by": null, "consider": null, "label": "Gustatory lacrimation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "931e28c1-06db-4393-ad50-ae65e31c9152", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:be4f583b00a121ab", "obj": "HP:0009601"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:be4f583b00a121ab", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009601"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:be4f583b00a121ab", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0009601", "lbl": "Aplasia/Hypoplasia of the thumb"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:be4f583b00a121ab", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009601", "replaced_by": null, "consider": null, "label": "Aplasia/Hypoplasia of the thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d549778e-214f-480c-ac24-cdae3da69ebe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "RGD:1590105"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c65c21c583cad9e", "obj": "RGD:1590105"}, {"pred": "RO:0002558", "sub": "MONARCH:7c65c21c583cad9e", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c65c21c583cad9e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "RGD:1590105", "lbl": "Col25a1"}, {"id": "MONARCH:7c65c21c583cad9e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10116", "label": "Rattus norvegicus"}, "xrefs": null, "deprecated": null, "id": "RGD:1590105", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e29df174-4463-477a-913d-e8e6bb2cdaed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:80781", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:80781"}], "nodes": [{"id": "NCBIGene:80781", "lbl": "COL18A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:80781", "replaced_by": null, "consider": null, "label": "COL18A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d9f7d228-fe57-4f21-af8e-e2de4b77500d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10491"}, {"pred": "RO:0002434", "sub": "NCBIGene:10491", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:10491", "lbl": "CRTAP"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10491", "replaced_by": null, "consider": null, "label": "CRTAP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "87df9c00-5802-4d1b-bbe0-37f857b3cf04", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1300", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1300"}], "nodes": [{"id": "NCBIGene:1300", "lbl": "COL10A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1300", "replaced_by": null, "consider": null, "label": "COL10A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9c01dbb6-85d7-4fd9-8713-ad24ddcf93e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:57642", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:57642"}], "nodes": [{"id": "NCBIGene:57642", "lbl": "COL20A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57642", "replaced_by": null, "consider": null, "label": "COL20A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b5ab0bd-1eee-4e4f-96fd-a63e4f9aa562", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001177"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eed466b1a0aaefba", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eed466b1a0aaefba", "obj": "HP:0001177"}, {"pred": "RO:0002558", "sub": "MONARCH:eed466b1a0aaefba", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0001177", "lbl": "Preaxial hand polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:eed466b1a0aaefba", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001177", "replaced_by": null, "consider": null, "label": "Preaxial hand polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "da9f2c94-d48e-45f0-91d0-398027fa505b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:19038376"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b736d1824502d6af", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b736d1824502d6af", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b736d1824502d6af", "obj": "HP:0006824"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:16024848"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:2004723"}, {"pred": "dc:source", "sub": "MONARCH:b736d1824502d6af", "obj": "PMID:10773809"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:2004723", "lbl": null}, {"id": "PMID:10773809", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0006824", "lbl": "Cranial nerve paralysis"}, {"id": "MONARCH:b736d1824502d6af", "lbl": null}, {"id": "PMID:19038376", "lbl": null}, {"id": "PMID:16024848", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10773809", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16024848", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2004723", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19038376", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006824", "replaced_by": null, "consider": null, "label": "Cranial nerve paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d50d4237-79e9-4169-872e-e40e595abd40", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:79709"}, {"pred": "RO:0002434", "sub": "NCBIGene:79709", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:79709", "lbl": "COLGALT1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:79709", "replaced_by": null, "consider": null, "label": "COLGALT1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1583a290-7b03-454c-82e5-84d9f9c73338", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1288", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1288"}], "nodes": [{"id": "NCBIGene:1288", "lbl": "COL4A6"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1288", "replaced_by": null, "consider": null, "label": "COL4A6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0430f376-15f1-4ec8-9294-2c3597bbedc1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:16736738"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7425127cd202168f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:2377353"}, {"pred": "RO:0002558", "sub": "MONARCH:7425127cd202168f", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7425127cd202168f", "obj": "HP:0000410"}, {"pred": "dc:source", "sub": "MONARCH:7425127cd202168f", "obj": "PMID:21204225"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000410", "lbl": "Mixed hearing impairment"}, {"id": "PMID:2377353", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:7425127cd202168f", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000410", "replaced_by": null, "consider": null, "label": "Mixed hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f6eb9cc5-844c-4fc1-b2a8-d257e554b509", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "MGI:1924268"}, {"pred": "RO:0002558", "sub": "MONARCH:2d92eff41199b2c4", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2d92eff41199b2c4", "obj": "MGI:1924268"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2d92eff41199b2c4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:2d92eff41199b2c4", "lbl": null}, {"id": "MGI:1924268", "lbl": "Col25a1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1924268", "replaced_by": null, "consider": null, "label": "Col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dec7ece8-f226-46dd-bc0f-d155b2e34ebd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b9c6a0701992f541", "obj": "NCBIGene:697122"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:84570", "obj": "NCBIGene:697122"}, {"pred": "RO:0002558", "sub": "MONARCH:b9c6a0701992f541", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b9c6a0701992f541", "lbl": null}, {"id": "NCBIGene:697122", "lbl": "COL25A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9544", "label": "Macaca mulatta"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:697122", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d5281c71-5436-4549-a652-70d7693b560d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1308"}, {"pred": "RO:0002434", "sub": "NCBIGene:1308", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1308", "lbl": "COL17A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1308", "replaced_by": null, "consider": null, "label": "COL17A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "45aa057d-b9ed-400f-81a6-2b0539e2bfac", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1282", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1282"}], "nodes": [{"id": "NCBIGene:1282", "lbl": "COL4A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1282", "replaced_by": null, "consider": null, "label": "COL4A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b508da53-ac2d-4713-a3ec-ef1a3d4f0228", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1306", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1306"}], "nodes": [{"id": "NCBIGene:1306", "lbl": "COL15A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1306", "replaced_by": null, "consider": null, "label": "COL15A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "470bfffa-2c21-4870-b919-566db031e7d3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5033"}, {"pred": "RO:0002434", "sub": "NCBIGene:5033", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5033", "lbl": "P4HA1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5033", "replaced_by": null, "consider": null, "label": "P4HA1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "92fe4a76-900a-42c7-b636-3d349408e9fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "CL:0002336"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0002336"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97eeb685a7d07ae6", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:97eeb685a7d07ae6", "lbl": null}, {"id": "CL:0002336", "lbl": "buccal mucosa cell"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0002336", "replaced_by": null, "consider": null, "label": "buccal mucosa cell", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "69f165e2-639b-4c90-85d6-34ff411e07a0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:8985", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8985"}], "nodes": [{"id": "NCBIGene:8985", "lbl": "PLOD3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8985", "replaced_by": null, "consider": null, "label": "PLOD3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71da1da5-582d-491a-aa05-54c178e97b9c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:19005989"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15646492"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:23710497"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:15512995"}, {"pred": "dc:source", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "HP:0000519"}, {"pred": "RO:0002558", "sub": "MONARCH:019f7e8fc5de4cb7", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000519"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15512995", "lbl": null}, {"id": "PMID:23710497", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:019f7e8fc5de4cb7", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "HP:0000519", "lbl": "Congenital cataract"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23710497", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15512995", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000519", "replaced_by": null, "consider": null, "label": "Congenital cataract", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fb281adf-4599-4183-969b-fff59c5097ef", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62ad106d452cb058", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:19277226"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62ad106d452cb058", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:21158364"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:62ad106d452cb058", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:16736738"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0010628"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:17280850"}, {"pred": "dc:source", "sub": "MONARCH:62ad106d452cb058", "obj": "PMID:20227628"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0010628", "lbl": "Facial palsy"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:17280850", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21158364", "lbl": null}, {"id": "MONARCH:62ad106d452cb058", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:19277226", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19277226", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21158364", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17280850", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010628", "replaced_by": null, "consider": null, "label": "Facial palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6e0cee0-2ceb-4d4e-b12e-593ae88c1fe8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:4057901"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:22950449"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7474fd090928e292", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17515303"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:17216607"}, {"pred": "RO:0002558", "sub": "MONARCH:7474fd090928e292", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009921"}, {"pred": "dc:source", "sub": "MONARCH:7474fd090928e292", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7474fd090928e292", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:7474fd090928e292", "lbl": null}, {"id": "PMID:17515303", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0009921", "lbl": "Duane anomaly"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17515303", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009921", "replaced_by": null, "consider": null, "label": "Duane anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "674a04f3-4102-4d4f-971d-c88fc46c97cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7609385"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002533"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "PMID:11240932"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "HP:0002533"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c0db1cb7420cfa20", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:c0db1cb7420cfa20", "lbl": null}, {"id": "PMID:11240932", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "HP:0002533", "lbl": "Abnormal posturing"}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11240932", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002533", "replaced_by": null, "consider": null, "label": "Abnormal posturing", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "08cf5ccc-236a-471a-85fd-0a4099de1bfd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e77005e0a1a66326", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e77005e0a1a66326", "obj": "HP:0003202"}, {"pred": "RO:0002558", "sub": "MONARCH:e77005e0a1a66326", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003202"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003202", "lbl": "Skeletal muscle atrophy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:e77005e0a1a66326", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003202", "replaced_by": null, "consider": null, "label": "Skeletal muscle atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8fc2fadf-66de-4459-9e4b-9038c023abc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:81578"}, {"pred": "RO:0002434", "sub": "NCBIGene:81578", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:81578", "lbl": "COL21A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:81578", "replaced_by": null, "consider": null, "label": "COL21A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78665149-f3c2-4057-acc0-9527eb08285f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:55214", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:55214"}], "nodes": [{"id": "NCBIGene:55214", "lbl": "P3H2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:55214", "replaced_by": null, "consider": null, "label": "P3H2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ec7fe5e-8519-44d2-abff-557382c560f0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5479"}, {"pred": "RO:0002434", "sub": "NCBIGene:5479", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5479", "lbl": "PPIB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5479", "replaced_by": null, "consider": null, "label": "PPIB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "54d0b155-f8e4-4fa1-a103-113d324beee4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1295", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1295"}], "nodes": [{"id": "NCBIGene:1295", "lbl": "COL8A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1295", "replaced_by": null, "consider": null, "label": "COL8A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8a3c75e-7862-48f3-ba0d-854a54c4a157", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:255631"}, {"pred": "RO:0002434", "sub": "NCBIGene:255631", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:255631", "lbl": "COL24A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:255631", "replaced_by": null, "consider": null, "label": "COL24A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "63d9910b-17a4-4172-9847-2d50a40921a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:d3f7c717d2912915", "obj": "PMID:21688384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d3f7c717d2912915", "obj": "dbSNP:rs17039583"}, {"pred": "GENO:0000418", "sub": "dbSNP:rs17039583", "obj": "NCBIGene:84570"}, {"pred": "RO:0002326", "sub": "dbSNP:rs17039583", "obj": "EFO:0000692"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d3f7c717d2912915", "obj": "EFO:0000692"}, {"pred": "RO:0002558", "sub": "MONARCH:d3f7c717d2912915", "obj": "ECO:0000213"}], "nodes": [{"id": "EFO:0000692", "lbl": "schizophrenia"}, {"id": "MONARCH:d3f7c717d2912915", "lbl": null}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "dbSNP:rs17039583", "lbl": "rs17039583-?"}, {"id": "PMID:21688384", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21688384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:0000692", "replaced_by": null, "consider": null, "label": "schizophrenia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "396381bc-1547-456a-b17c-63183bff65ec", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "KEGG-ds:H00838"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5f4ab821c0672cca", "obj": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5f4ab821c0672cca", "obj": "KEGG-ds:H00838"}], "nodes": [{"id": "MONARCH:5f4ab821c0672cca", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-KEGG-dsH00838VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1 that is associated with Congenital fibrosis of the extraocular muscles (CFEOM)"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "KEGG-ds:H00838", "lbl": "Congenital fibrosis of the extraocular muscles (CFEOM)"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "KEGG-ds:H00838", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of the extraocular muscles (CFEOM)", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4b927f4d-e73d-4fcb-88b1-b8b2ad50f4cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/gwascatalog.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "dbSNP:rs144998240", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "dbSNP:rs144998240"}, {"pred": "RO:0002558", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "ECO:0000213"}, {"pred": "dc:source", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "PMID:27770636"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08a2d7e27eabd84c", "obj": "EFO:1001870"}, {"pred": "RO:0002326", "sub": "dbSNP:rs144998240", "obj": "EFO:1001870"}], "nodes": [{"id": "PMID:27770636", "lbl": null}, {"id": "EFO:1001870", "lbl": "late-onset Alzheimers disease"}, {"id": "ECO:0000213", "lbl": "combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:08a2d7e27eabd84c", "lbl": null}, {"id": "dbSNP:rs144998240", "lbl": "rs144998240-A"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002326", "replaced_by": null, "consider": null, "label": "contributes to", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27770636", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "EFO:1001870", "replaced_by": null, "consider": null, "label": "late-onset Alzheimers disease", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9039b7fa-8e3d-43f6-b4e7-8fcdbbc8275e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}], "nodes": [{"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "OMIM:178300", "lbl": "PTOS1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:178300", "replaced_by": null, "consider": null, "label": "PTOS1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b00ac68-0f2e-464f-a292-2c4a5caa6729", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "DOID:12557", "replaced_by": null, "consider": null, "label": "Duane retraction syndrome", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b9fdcb9e-172e-467f-8984-5213743d3ba6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74ad9f8e9f8c3594", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}], "nodes": [{"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": ":.well-known/genid/KEGG-hsa84570-OMIM616219VL", "lbl": "some variant of no KO assigned | (RefSeq) COL25A1"}, {"id": "PMID:25500261", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "MONARCH:74ad9f8e9f8c3594", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002607", "replaced_by": null, "consider": null, "label": "is marker for", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:616219", "replaced_by": null, "consider": null, "label": "Fibrosis of Extraocular Muscles, Congenital, 5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "469ba88f-0937-4cef-a8f3-fa29b9ff82dd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9f6e47b9-f0bd-48ea-9960-adb5e62a3811", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "GO:0005576"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "REACT:R-HSA-2471842"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005576"}, {"pred": "dc:source", "sub": "MONARCH:5fcbbd622a045f1a", "obj": "PMID:11927537"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005576", "lbl": "extracellular region"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:5fcbbd622a045f1a", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005576", "replaced_by": null, "consider": null, "label": "extracellular region", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bcad5c06-ede2-4dcc-a808-54c40a560a5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "670906be-ba50-4ba9-8813-ff168215b976", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005887"}, {"pred": "dc:source", "sub": "MONARCH:df3e92c827f66ed0", "obj": "PMID:11927537"}, {"pred": "RO:0002558", "sub": "MONARCH:df3e92c827f66ed0", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df3e92c827f66ed0", "obj": "GO:0005887"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df3e92c827f66ed0", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005887", "lbl": "integral component of plasma membrane"}, {"id": "PMID:11927537", "lbl": null}, {"id": "MONARCH:df3e92c827f66ed0", "lbl": null}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005887", "replaced_by": null, "consider": null, "label": "integral component of plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b7f1c505-e68b-4d39-a8ca-387904af7896", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f788b4b02efbb984", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:f788b4b02efbb984", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1442490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f788b4b02efbb984", "obj": "NCBIGene:84570"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "MONARCH:f788b4b02efbb984", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": "Collagen degradation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "aa0e7e3c-cacc-433b-a2ea-eb45d666ef99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474290"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474290", "lbl": "Collagen formation"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474290", "replaced_by": null, "consider": null, "label": "Collagen formation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89ab7c76-4afe-4337-83e6-58a6153ea7a1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474228"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474228", "lbl": "Degradation of the extracellular matrix"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474228", "replaced_by": null, "consider": null, "label": "Degradation of the extracellular matrix", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "951d8ef1-ed3b-4140-a19b-46236a22ac12", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e2605925-8b7f-43da-9548-8e0383e9547e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/ctd.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002331", "sub": ":.well-known/genid/NCBIGene84570product", "obj": "REACT:R-HSA-1474244"}, {"pred": "RO:0002205", "sub": "NCBIGene:84570", "obj": ":.well-known/genid/NCBIGene84570product"}], "nodes": [{"id": ":.well-known/genid/NCBIGene84570product", "lbl": null}, {"id": "REACT:R-HSA-1474244", "lbl": "Extracellular matrix organization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1474244", "replaced_by": null, "consider": null, "label": "Extracellular matrix organization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d75cd6b6-f63c-47a9-b135-a2f4333bfc7d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7a022e7abd49303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0060385"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO:0060385"}, {"pred": "RO:0002558", "sub": "MONARCH:b7a022e7abd49303", "obj": "ECO:0000501"}, {"pred": "dc:source", "sub": "MONARCH:b7a022e7abd49303", "obj": "GO_REF:0000107"}], "nodes": [{"id": "GO:0060385", "lbl": "axonogenesis involved in innervation"}, {"id": "MONARCH:b7a022e7abd49303", "lbl": null}, {"id": "GO_REF:0000107", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000107", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0060385", "replaced_by": null, "consider": null, "label": "axonogenesis involved in innervation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8183fde2-9405-41b6-be73-7b253bb74a44", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "ECO:0000501"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005581"}, {"pred": "dc:source", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO_REF:0000037"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:251ecf0f9c4ec77b", "obj": "GO:0005581"}], "nodes": [{"id": "GO:0005581", "lbl": "collagen trimer"}, {"id": "MONARCH:251ecf0f9c4ec77b", "lbl": null}, {"id": "GO_REF:0000037", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "GO_REF:0000037", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005581", "replaced_by": null, "consider": null, "label": "collagen trimer", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eff4e13-579f-4293-88e1-6e2891cff20c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:40a9270324a2e547", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:40a9270324a2e547", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-8948216"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40a9270324a2e547", "obj": "REACT:R-HSA-8948216"}], "nodes": [{"id": "MONARCH:40a9270324a2e547", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8948216", "lbl": "Collagen chain trimerization"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-8948216", "replaced_by": null, "consider": null, "label": "Collagen chain trimerization", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e28318f-276c-4087-b70f-03d720a0a519", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d58cbcc4429380b4", "obj": "UBERON:0001295"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001295"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d58cbcc4429380b4", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0001295", "lbl": "endometrium"}, {"id": "MONARCH:d58cbcc4429380b4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001295", "replaced_by": null, "consider": null, "label": "endometrium", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "efe5e751-1aa2-4da1-bd8f-d1f996706c45", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a559340d28515bac", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000996"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a559340d28515bac", "obj": "UBERON:0000996"}], "nodes": [{"id": "MONARCH:a559340d28515bac", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0000996", "lbl": "vagina"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000996", "replaced_by": null, "consider": null, "label": "vagina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3caa94c5-5588-458e-9b75-18fea7aaf206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:622988bb658bcf3e", "obj": "REACT:R-HSA-1442490"}, {"pred": "RO:0002558", "sub": "MONARCH:622988bb658bcf3e", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:622988bb658bcf3e", "obj": "GO:0030574"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:622988bb658bcf3e", "obj": "NCBIGene:84570"}], "nodes": [{"id": "REACT:R-HSA-1442490", "lbl": "Collagen degradation"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:622988bb658bcf3e", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "GO:0030574", "lbl": "collagen catabolic process"}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-1442490", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0030574", "replaced_by": null, "consider": null, "label": "collagen catabolic process", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "00e5ede8-8b28-4716-817d-8d6650da063a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000992"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d1a4c74c4fb8a36e", "obj": "UBERON:0000992"}], "nodes": [{"id": "UBERON:0000992", "lbl": "female gonad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d1a4c74c4fb8a36e", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000992", "replaced_by": null, "consider": null, "label": "female gonad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c6d79aa0-7a31-49be-a1c2-8201511744ee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:807aeae4996e0338", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:807aeae4996e0338", "obj": "UBERON:0002477"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002477"}], "nodes": [{"id": "UBERON:0002477", "lbl": "medial globus pallidus"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:807aeae4996e0338", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002477", "replaced_by": null, "consider": null, "label": "medial globus pallidus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e801b87-9c34-4ccd-b42c-c2655123fe42", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "UBERON:0000473"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d47a06f1ba7175d", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000473", "lbl": "testis"}, {"id": "MONARCH:6d47a06f1ba7175d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000473", "replaced_by": null, "consider": null, "label": "testis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cb90f2e4-5f07-4c78-bee3-91c2e752cfe3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0014892"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2197b6ed3e976064", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2197b6ed3e976064", "obj": "UBERON:0014892"}], "nodes": [{"id": "UBERON:0014892", "lbl": "skeletal muscle organ"}, {"id": "MONARCH:2197b6ed3e976064", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0014892", "replaced_by": null, "consider": null, "label": "skeletal muscle organ", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "002c257b-010b-4e98-8700-7e3ee96068e1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "GO:0001540"}, {"pred": "RO:0002558", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "ECO:0000314"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:11927537"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "NCBIGene:84570"}, {"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0001540"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15615705"}, {"pred": "dc:source", "sub": "MONARCH:2baac2d98bebfe6d", "obj": "PMID:15215182"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "PMID:15215182", "lbl": null}, {"id": "MONARCH:2baac2d98bebfe6d", "lbl": null}, {"id": "PMID:15615705", "lbl": null}, {"id": "GO:0001540", "lbl": "amyloid-beta binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15615705", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15215182", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0001540", "replaced_by": null, "consider": null, "label": "amyloid-beta binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2e9b6e26-5561-47df-9e44-a1335430a484", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:10536", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:10536"}], "nodes": [{"id": "NCBIGene:10536", "lbl": "P3H3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10536", "replaced_by": null, "consider": null, "label": "P3H3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0155c01-28af-4acd-87f8-03430a8e2f2d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:db0e9165c4aa55be", "obj": "PMID:15522881"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:db0e9165c4aa55be", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:db0e9165c4aa55be", "obj": "ECO:0000085"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:db0e9165c4aa55be", "lbl": null}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "af71f255-26e6-48d8-b0ce-0a14be0a2a16", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1289", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1289"}], "nodes": [{"id": "NCBIGene:1289", "lbl": "COL5A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1289", "replaced_by": null, "consider": null, "label": "COL5A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bb4d83ed-3f61-4e75-8f06-01551ac72992", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:1d08a88b524213e7", "obj": "GO:0005788"}, {"pred": "RO:0002558", "sub": "MONARCH:1d08a88b524213e7", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2022073"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-2152276"}, {"pred": "dc:source", "sub": "MONARCH:1d08a88b524213e7", "obj": "REACT:R-HSA-8944250"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005788"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1d08a88b524213e7", "obj": "NCBIGene:84570"}], "nodes": [{"id": "GO:0005788", "lbl": "endoplasmic reticulum lumen"}, {"id": "MONARCH:1d08a88b524213e7", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-8944250", "lbl": null}, {"id": "REACT:R-HSA-2022073", "lbl": null}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2022073", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-8944250", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005788", "replaced_by": null, "consider": null, "label": "endoplasmic reticulum lumen", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ec2801c4-c2d2-4f90-9910-e4b6d9b34181", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:32d650b3579b0996", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:32d650b3579b0996", "obj": "UBERON:0001765"}], "nodes": [{"id": "UBERON:0001765", "lbl": "mammary duct"}, {"id": "MONARCH:32d650b3579b0996", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001765", "replaced_by": null, "consider": null, "label": "mammary duct", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e427ef90-22e7-4a5f-b6aa-71a9d88b7002", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1285", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1285"}], "nodes": [{"id": "NCBIGene:1285", "lbl": "COL4A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1285", "replaced_by": null, "consider": null, "label": "COL4A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c2371a06-7a35-4d34-b55f-bc73e343f59f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1287"}, {"pred": "RO:0002434", "sub": "NCBIGene:1287", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1287", "lbl": "COL4A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1287", "replaced_by": null, "consider": null, "label": "COL4A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1417125a-6267-4d70-b1ce-9578caf099d9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f661d55bbc62118", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f661d55bbc62118", "obj": "UBERON:0001264"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001264"}], "nodes": [{"id": "MONARCH:4f661d55bbc62118", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "UBERON:0001264", "lbl": "pancreas"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001264", "replaced_by": null, "consider": null, "label": "pancreas", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b6737d3a-c052-4a9b-a9b8-e0940d44d853", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:15424fd4e2f4c281", "obj": "UBERON:0000966"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:15424fd4e2f4c281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000966"}], "nodes": [{"id": "MONARCH:15424fd4e2f4c281", "lbl": null}, {"id": "UBERON:0000966", "lbl": "retina"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000966", "replaced_by": null, "consider": null, "label": "retina", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c7a10a25-7008-4db0-a1d2-4b891ee2ae5d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "UBERON:0002418"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cc8eea22ca5c71a4", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002418"}], "nodes": [{"id": "UBERON:0002418", "lbl": "cartilage tissue"}, {"id": "MONARCH:cc8eea22ca5c71a4", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002418", "replaced_by": null, "consider": null, "label": "cartilage tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b67ce591-d8e6-4aae-9526-8f4934fe9879", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:256076", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:256076"}], "nodes": [{"id": "NCBIGene:256076", "lbl": "COL6A5"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:256076", "replaced_by": null, "consider": null, "label": "COL6A5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "549a8693-d14e-4ba7-b6db-ee6fb4fce91e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "UBERON:0000956"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7200ef7cfe0d5638", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000956"}], "nodes": [{"id": "MONARCH:7200ef7cfe0d5638", "lbl": null}, {"id": "UBERON:0000956", "lbl": "cerebral cortex"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000956", "replaced_by": null, "consider": null, "label": "cerebral cortex", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5bc7a743-4f8d-4c5c-9d60-ed8fd9e204c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7de05a22172b0281", "obj": "UBERON:0000178"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000178"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7de05a22172b0281", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000178", "lbl": "blood"}, {"id": "MONARCH:7de05a22172b0281", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000178", "replaced_by": null, "consider": null, "label": "blood", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "919fe7cb-e7d9-451b-98b1-6e3b188ffa46", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002327", "sub": "NCBIGene:84570", "obj": "GO:0008201"}, {"pred": "dc:source", "sub": "MONARCH:fbec05c106f7bd79", "obj": "PMID:15522881"}, {"pred": "RO:0002558", "sub": "MONARCH:fbec05c106f7bd79", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fbec05c106f7bd79", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fbec05c106f7bd79", "obj": "GO:0008201"}], "nodes": [{"id": "PMID:15522881", "lbl": null}, {"id": "MONARCH:fbec05c106f7bd79", "lbl": null}, {"id": "GO:0008201", "lbl": "heparin binding"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002327", "replaced_by": null, "consider": null, "label": "enables", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15522881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0008201", "replaced_by": null, "consider": null, "label": "heparin binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f4282f04-aa44-4a84-ae21-c67220509f81", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "UBERON:0002114"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bceb014d1d76a1b8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:bceb014d1d76a1b8", "lbl": null}, {"id": "UBERON:0002114", "lbl": "duodenum"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002114", "replaced_by": null, "consider": null, "label": "duodenum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b218031d-ea70-44bd-a353-6ae896ef08d0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002400"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c19c09ac8a1ec28", "obj": "UBERON:0002400"}], "nodes": [{"id": "UBERON:0002400", "lbl": "parietal pleura"}, {"id": "MONARCH:7c19c09ac8a1ec28", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002400", "replaced_by": null, "consider": null, "label": "parietal pleura", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c96ea36b-979e-4acc-9303-78ca34c2f78e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:9a52a40bf12edb39", "obj": "ECO:0000303"}, {"pred": "dc:source", "sub": "MONARCH:9a52a40bf12edb39", "obj": "PMID:11927537"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0016021"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a52a40bf12edb39", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a52a40bf12edb39", "obj": "GO:0016021"}], "nodes": [{"id": "ECO:0000303", "lbl": "non-traceable author statement used in manual assertion"}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0016021", "lbl": "integral component of membrane"}, {"id": "MONARCH:9a52a40bf12edb39", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0016021", "replaced_by": null, "consider": null, "label": "integral component of membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89aaa643-e88e-422e-a8f8-f6d118bf6eff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:23127", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:23127"}], "nodes": [{"id": "NCBIGene:23127", "lbl": "COLGALT2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:23127", "replaced_by": null, "consider": null, "label": "COLGALT2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a7f2e8ff-515f-4b0a-81ab-07266bcf8065", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:85301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:85301"}], "nodes": [{"id": "NCBIGene:85301", "lbl": "COL27A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:85301", "replaced_by": null, "consider": null, "label": "COL27A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "13a44b65-132d-4217-b556-ab35aac096cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:feead5432a76b90c", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:feead5432a76b90c", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:feead5432a76b90c", "obj": "HP:0011365"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011365", "lbl": "Patchy hypopigmentation of hair"}, {"id": "MONARCH:feead5432a76b90c", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011365", "replaced_by": null, "consider": null, "label": "Patchy hypopigmentation of hair", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "27dc378a-1a73-4f92-8c33-9c0cd81cdc09", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000234"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9468ccc32079a2a9", "obj": "HP:0000234"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:9468ccc32079a2a9", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:3397857"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:20736120"}, {"pred": "dc:source", "sub": "MONARCH:9468ccc32079a2a9", "obj": "PMID:7956685"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9468ccc32079a2a9", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000234", "lbl": "Abnormality of the head"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:3397857", "lbl": null}, {"id": "MONARCH:9468ccc32079a2a9", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3397857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000234", "replaced_by": null, "consider": null, "label": "Abnormality of the head", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f4bffd6-319d-4d38-b4af-87594d85821a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001053"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e2eb6c487666d1f7", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001053", "lbl": "Hypopigmented skin patches"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:e2eb6c487666d1f7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001053", "replaced_by": null, "consider": null, "label": "Hypopigmented skin patches", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a756b73-6f78-45c2-a33a-9b470277a434", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:81dc234c0d672974", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000086"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:81dc234c0d672974", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:81dc234c0d672974", "obj": "HP:0000086"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:81dc234c0d672974", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000086", "lbl": "Ectopic kidney"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000086", "replaced_by": null, "consider": null, "label": "Ectopic kidney", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5b7f0a6d-b4ee-4dfb-8faa-29fd1d8c5eee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:19005989"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:16814183"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:e11c077d9840ff74", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:e11c077d9840ff74", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e11c077d9840ff74", "obj": "HP:0001140"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001140"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e11c077d9840ff74", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001140", "lbl": "Epibulbar dermoid"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:e11c077d9840ff74", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001140", "replaced_by": null, "consider": null, "label": "Epibulbar dermoid", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d28c15ff-24f6-4474-a37b-b8833cf61e8d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6a535885bdb1386b", "obj": "HP:0030680"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6a535885bdb1386b", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6a535885bdb1386b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0030680"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:6a535885bdb1386b", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0030680", "lbl": "Abnormality of cardiovascular system morphology"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030680", "replaced_by": null, "consider": null, "label": "Abnormality of cardiovascular system morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6a1fda3b-80d9-4f98-a478-08518c9eb7b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09e88d238ec07e99", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:09e88d238ec07e99", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007766"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09e88d238ec07e99", "obj": "HP:0007766"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:09e88d238ec07e99", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0007766", "lbl": "Optic disc hypoplasia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007766", "replaced_by": null, "consider": null, "label": "Optic disc hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2426f588-7b46-4305-90d1-cabcda9a19db", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609385"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000565"}, {"pred": "RO:0002558", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "HP:0000565"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609384"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11404742"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:7609383"}, {"pred": "dc:source", "sub": "MONARCH:40cdd2f6e45affc7", "obj": "PMID:11162999"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7609383", "lbl": null}, {"id": "PMID:11162999", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000565", "lbl": "Esotropia"}, {"id": "PMID:11404742", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:40cdd2f6e45affc7", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11404742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11162999", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000565", "replaced_by": null, "consider": null, "label": "Esotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ef846580-1a33-4de1-b3cd-8788090b32d5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1278"}, {"pred": "RO:0002434", "sub": "NCBIGene:1278", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1278", "lbl": "COL1A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1278", "replaced_by": null, "consider": null, "label": "COL1A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6b26a0c6-7304-4f98-a6d0-3c679bcfc905", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000431"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9ec78262adafbd69", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9ec78262adafbd69", "obj": "HP:0000431"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9ec78262adafbd69", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0000431", "lbl": "Wide nasal bridge"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:9ec78262adafbd69", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000431", "replaced_by": null, "consider": null, "label": "Wide nasal bridge", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d276f08f-90e7-4668-90ad-bcdec2750edf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000470"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ef1667a5725607ed", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ef1667a5725607ed", "obj": "HP:0000470"}, {"pred": "RO:0002558", "sub": "MONARCH:ef1667a5725607ed", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000470", "lbl": "Short neck"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:ef1667a5725607ed", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000470", "replaced_by": null, "consider": null, "label": "Short neck", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7f7731c4-bc72-4017-861a-b113cd75c47f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:16814183"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:4094734"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:0671c596ad2a0b40", "obj": "PMID:11641645"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0671c596ad2a0b40", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:0671c596ad2a0b40", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0671c596ad2a0b40", "obj": "HP:0000588"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000588"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:0671c596ad2a0b40", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16814183", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:4094734", "lbl": null}, {"id": "HP:0000588", "lbl": "Optic nerve coloboma"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4094734", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000588", "replaced_by": null, "consider": null, "label": "Optic nerve coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ff11159-6538-4b92-a083-df033ee852f3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "HP:0008572"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008572"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f62ed98569a8fd2f", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:f62ed98569a8fd2f", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0008572", "lbl": "External ear malformation"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008572", "replaced_by": null, "consider": null, "label": "External ear malformation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7b7ce6b7-081a-4a58-aa89-a1ad32b6356d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1299"}, {"pred": "RO:0002434", "sub": "NCBIGene:1299", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1299", "lbl": "COL9A3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1299", "replaced_by": null, "consider": null, "label": "COL9A3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52565934-b4e7-4522-bc8d-44632d7c4135", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:5352", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5352"}], "nodes": [{"id": "NCBIGene:5352", "lbl": "PLOD2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5352", "replaced_by": null, "consider": null, "label": "PLOD2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "893597af-b222-4d73-9a2d-8f337c562a91", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1297", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1297"}], "nodes": [{"id": "NCBIGene:1297", "lbl": "COL9A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1297", "replaced_by": null, "consider": null, "label": "COL9A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "83022e4e-e9fb-46b2-8207-e0c157c0d331", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:3877101"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:b810b7e333850095", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0651b70d76e36f03", "obj": "HP:0000324"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0651b70d76e36f03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "RO:0002558", "sub": "MONARCH:0651b70d76e36f03", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:4050857"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b810b7e333850095", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:10165103"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000324"}, {"pred": "dc:source", "sub": "MONARCH:b810b7e333850095", "obj": "PMID:16411190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b810b7e333850095", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:0651b70d76e36f03", "lbl": null}, {"id": "PMID:3877101", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4050857", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:b810b7e333850095", "lbl": null}, {"id": "HP:0000324", "lbl": "Facial asymmetry"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16411190", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10165103", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16411190", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3877101", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4050857", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000324", "replaced_by": null, "consider": null, "label": "Facial asymmetry", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "baef2a91-be8c-4d12-bc76-745654cf2495", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "HP:0000643"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:efa4077fc5ff3cfe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000643"}], "nodes": [{"id": "HP:0000643", "lbl": "Blepharospasm"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:efa4077fc5ff3cfe", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000643", "replaced_by": null, "consider": null, "label": "Blepharospasm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5fddd443-e9c3-4312-b56e-c483c44854ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000567"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d656a633ca0a2ea", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000567", "lbl": "Chorioretinal coloboma"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7d656a633ca0a2ea", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000567", "replaced_by": null, "consider": null, "label": "Chorioretinal coloboma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d4b5c80c-6c10-48ed-b9f0-663dc2507b99", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:78e32a6faac3e046", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78e32a6faac3e046", "obj": "HP:0000252"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78e32a6faac3e046", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000252", "lbl": "Microcephaly"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:78e32a6faac3e046", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000252", "replaced_by": null, "consider": null, "label": "Microcephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8d09dcef-f440-4b1a-a06c-0d2db25a40ed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "HP:0000639"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:7295131"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e444b27757d8a2a5", "obj": "HP:0000639"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:10711888"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:11641645"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:2641083"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e444b27757d8a2a5", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "PMID:20535495"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000639"}, {"pred": "RO:0002558", "sub": "MONARCH:e444b27757d8a2a5", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:abd6e88a26e3d42d", "obj": "DOID:12557"}], "nodes": [{"id": "MONARCH:e444b27757d8a2a5", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11641645", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:20535495", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7295131", "lbl": null}, {"id": "HP:0000639", "lbl": "Nystagmus"}, {"id": "MONARCH:abd6e88a26e3d42d", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2641083", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20535495", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7295131", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11641645", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2641083", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000639", "replaced_by": null, "consider": null, "label": "Nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2cd09bc2-ab1d-4e3a-8b53-d1584cc51da2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:16736738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed8351a5142f81c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed8351a5142f81c", "obj": "HP:0000407"}, {"pred": "RO:0002558", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:20227628"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000407"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "HP:0000407"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:8350229"}, {"pred": "RO:0002558", "sub": "MONARCH:bed8351a5142f81c", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:11495312"}, {"pred": "dc:source", "sub": "MONARCH:91dcd7d4a4d81465", "obj": "PMID:17216607"}], "nodes": [{"id": "MONARCH:91dcd7d4a4d81465", "lbl": null}, {"id": "PMID:17216607", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:8350229", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:bed8351a5142f81c", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:11495312", "lbl": null}, {"id": "PMID:20227628", "lbl": null}, {"id": "HP:0000407", "lbl": "Sensorineural hearing impairment"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:16736738", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8350229", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17216607", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11495312", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16736738", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000407", "replaced_by": null, "consider": null, "label": "Sensorineural hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86ff69a4-4335-4e58-acba-48baf0fc64cf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:2210fd99edc1fac4", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2210fd99edc1fac4", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2210fd99edc1fac4", "obj": "HP:0003974"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003974"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003974", "lbl": "Absent radius"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:2210fd99edc1fac4", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003974", "replaced_by": null, "consider": null, "label": "Absent radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d8f8db05-9976-46c6-a882-ead3b42bc9e3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007818"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eb0f027ef9dac6e0", "obj": "HP:0007818"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:eb0f027ef9dac6e0", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0007818", "lbl": "Central heterochromia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007818", "replaced_by": null, "consider": null, "label": "Central heterochromia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d12858ca-fa6d-4e8a-af0b-c53bddaaea71", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:7710257"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:9781021"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001249"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:caed020087a85119", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:22258531"}, {"pred": "RO:0002558", "sub": "MONARCH:caed020087a85119", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:20227628"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:caed020087a85119", "obj": "HP:0001249"}, {"pred": "dc:source", "sub": "MONARCH:caed020087a85119", "obj": "PMID:17322606"}], "nodes": [{"id": "PMID:9781021", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:17322606", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:7710257", "lbl": null}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:20227628", "lbl": null}, {"id": "MONARCH:caed020087a85119", "lbl": null}, {"id": "HP:0001249", "lbl": "Intellectual disability"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20227628", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7710257", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17322606", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9781021", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001249", "replaced_by": null, "consider": null, "label": "Intellectual disability", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6882c4d1-1eb7-4716-ac2e-4083f3bb081f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "HP:0000384"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d7b502cf9ec881ca", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000384", "lbl": "Preauricular skin tag"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:d7b502cf9ec881ca", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000384", "replaced_by": null, "consider": null, "label": "Preauricular skin tag", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a5b9b364-cac1-440d-9ca8-c2bba19b66d2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000175"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:74a34612cab7deff", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:74a34612cab7deff", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:74a34612cab7deff", "obj": "HP:0000175"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:74a34612cab7deff", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000175", "lbl": "Cleft palate"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000175", "replaced_by": null, "consider": null, "label": "Cleft palate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a52a491-fee6-469a-8f81-c659e087a6ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:277b15ce6349fee1", "obj": "HP:0002162"}, {"pred": "RO:0002558", "sub": "MONARCH:277b15ce6349fee1", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:277b15ce6349fee1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002162"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002162", "lbl": "Low posterior hairline"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:277b15ce6349fee1", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002162", "replaced_by": null, "consider": null, "label": "Low posterior hairline", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0406ef9f-ed7d-4158-8dca-431f197ff785", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:20a225cca77089af", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:13054c0e2b6613b8", "obj": "HP:0007970"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f0a3f47978f02f51", "obj": "OMIM:178300"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002558", "sub": "MONARCH:20a225cca77089af", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f0a3f47978f02f51", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": "OMIM:178300", "obj": "HP:0007970"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-91411VL", "obj": "OMIM:178300"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20a225cca77089af", "obj": ":.well-known/genid/422551-91411VL"}, {"pred": "RO:0002558", "sub": "MONARCH:13054c0e2b6613b8", "obj": "ECO:0000501"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-91411VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:13054c0e2b6613b8", "obj": "OMIM:178300"}, {"pred": "RO:0002558", "sub": "MONARCH:f0a3f47978f02f51", "obj": "ECO:0000501"}], "nodes": [{"id": "MONARCH:f0a3f47978f02f51", "lbl": null}, {"id": ":.well-known/genid/422551-91411VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Congenital ptosis"}, {"id": "HP:0007970", "lbl": "Congenital ptosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:20a225cca77089af", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:13054c0e2b6613b8", "lbl": null}, {"id": "OMIM:178300", "lbl": "PTOS1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007970", "replaced_by": null, "consider": null, "label": "Congenital ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86abcdcd-7fc1-4271-a85c-739e0377e6fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609385"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:7609386"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:05d471bbfc2dd302", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:23237754"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:05d471bbfc2dd302", "obj": "HP:0003470"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003470"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:6739039"}, {"pred": "dc:source", "sub": "MONARCH:05d471bbfc2dd302", "obj": "PMID:10165103"}, {"pred": "RO:0002558", "sub": "MONARCH:05d471bbfc2dd302", "obj": "ECO:0000246"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:05d471bbfc2dd302", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0003470", "lbl": "Paralysis"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7609386", "lbl": null}, {"id": "PMID:10165103", "lbl": null}, {"id": "PMID:6739039", "lbl": null}, {"id": "PMID:7609385", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6739039", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10165103", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609386", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609385", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003470", "replaced_by": null, "consider": null, "label": "Paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64730770-e203-4ea8-9c15-7fade8a75f41", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:a5ca9119821d53a9", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1cdbada97cdfee63", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000581"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1cdbada97cdfee63", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4039894"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:20046701"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:17126050"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:4057901"}, {"pred": "dc:source", "sub": "MONARCH:a5ca9119821d53a9", "obj": "PMID:16283882"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a5ca9119821d53a9", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:1cdbada97cdfee63", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a5ca9119821d53a9", "obj": "HP:0000581"}], "nodes": [{"id": "MONARCH:a5ca9119821d53a9", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000581", "lbl": "Blepharophimosis"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:4039894", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16283882", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:1cdbada97cdfee63", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:4057901", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16283882", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4039894", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4057901", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000581", "replaced_by": null, "consider": null, "label": "Blepharophimosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6cbaab91-e755-4583-a13b-4bccae721145", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1286", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1286"}], "nodes": [{"id": "NCBIGene:1286", "lbl": "COL4A4"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1286", "replaced_by": null, "consider": null, "label": "COL4A4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "36ba26f2-6b19-484f-9b58-0e210bcc850e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000496"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:16121554"}, {"pred": "RO:0002558", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:12133390"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "HP:0000496"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:11705140"}, {"pred": "dc:source", "sub": "MONARCH:004fbf87bbb0dd3c", "obj": "PMID:10942112"}], "nodes": [{"id": "PMID:16121554", "lbl": null}, {"id": "PMID:12133390", "lbl": null}, {"id": "MONARCH:004fbf87bbb0dd3c", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000496", "lbl": "Abnormality of eye movement"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11705140", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:10942112", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16121554", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10942112", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12133390", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11705140", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000496", "replaced_by": null, "consider": null, "label": "Abnormality of eye movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d3c786e3-2a0e-40d8-a58e-497f4106c48f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:9a62c5992b74d951", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a62c5992b74d951", "obj": "HP:0003312"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003312"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a62c5992b74d951", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0003312", "lbl": "Abnormal form of the vertebral bodies"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:9a62c5992b74d951", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003312", "replaced_by": null, "consider": null, "label": "Abnormal form of the vertebral bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4e090c20-e923-4c8b-b1fb-1c7d78f75f73", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50547cd61f40a328", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50547cd61f40a328", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50547cd61f40a328", "obj": "HP:0012246"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:50547cd61f40a328", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012246", "lbl": "Oculomotor nerve palsy"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012246", "replaced_by": null, "consider": null, "label": "Oculomotor nerve palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cde7ef54-0e09-4434-b693-9956fc9f03cb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b991d94546f31831", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:19005989"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b991d94546f31831", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:17564942"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:8333272"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b991d94546f31831", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:2377353"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000568"}, {"pred": "dc:source", "sub": "MONARCH:b991d94546f31831", "obj": "PMID:16814183"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:8333272", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:b991d94546f31831", "lbl": null}, {"id": "PMID:17564942", "lbl": null}, {"id": "PMID:2377353", "lbl": null}, {"id": "PMID:19005989", "lbl": null}, {"id": "PMID:16814183", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000568", "lbl": "Microphthalmia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17564942", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2377353", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19005989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814183", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8333272", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000568", "replaced_by": null, "consider": null, "label": "Microphthalmia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "85ef607b-8602-4817-86ca-1dc2538b4db6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "HP:0000347"}, {"pred": "RO:0002558", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7e620c056ed9fbb1", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000347"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000347", "lbl": "Micrognathia"}, {"id": "MONARCH:7e620c056ed9fbb1", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000347", "replaced_by": null, "consider": null, "label": "Micrognathia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6c5a9d7-2817-4b2a-ad5b-deb844dde37e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d6cfdb81c3cf9232", "obj": "HP:0001156"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001156", "lbl": "Brachydactyly"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:d6cfdb81c3cf9232", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001156", "replaced_by": null, "consider": null, "label": "Brachydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9d50b080-1f3d-4604-81e2-f6c324f30788", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0005640"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:0ac436e1e7075aae", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0ac436e1e7075aae", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0ac436e1e7075aae", "obj": "HP:0005640"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0005640", "lbl": "Abnormal vertebral segmentation and fusion"}, {"id": "MONARCH:0ac436e1e7075aae", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005640", "replaced_by": null, "consider": null, "label": "Abnormal vertebral segmentation and fusion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3ee29fdb-f21d-4a28-9c52-6ddcc6dc44ae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50b30b6df0088864", "obj": "HP:0001491"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001491"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11600883"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:50b30b6df0088864", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50b30b6df0088864", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:50b30b6df0088864", "obj": "PMID:11960793"}], "nodes": [{"id": "PMID:11600883", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0001491", "lbl": "Congenital fibrosis of extraocular muscles"}, {"id": "PMID:21774381", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:50b30b6df0088864", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11600883", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001491", "replaced_by": null, "consider": null, "label": "Congenital fibrosis of extraocular muscles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d96aca63-21a0-49b9-9f19-efa1a6e07d79", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:7956685"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:20736120"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:cca4cbfdb942e119", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c1e294c5664fe32", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:6645274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c1e294c5664fe32", "obj": "HP:0000486"}, {"pred": "RO:0002558", "sub": "MONARCH:5c1e294c5664fe32", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cca4cbfdb942e119", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cca4cbfdb942e119", "obj": "HP:0000486"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:23237754"}, {"pred": "dc:source", "sub": "MONARCH:cca4cbfdb942e119", "obj": "PMID:9717759"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000486"}], "nodes": [{"id": "HP:0000486", "lbl": "Strabismus"}, {"id": "MONARCH:5c1e294c5664fe32", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:20736120", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9717759", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:7956685", "lbl": null}, {"id": "PMID:6645274", "lbl": null}, {"id": "PMID:23237754", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:cca4cbfdb942e119", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:6645274", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20736120", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23237754", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9717759", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000486", "replaced_by": null, "consider": null, "label": "Strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9addb590-81e8-4f7a-9e55-acb321ebbdbc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:034ba4c49c158a33", "obj": "HP:0000508"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180691", "obj": "NCBIGene:84570"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180691", "obj": "OMIM:616219"}, {"pred": "RO:0002558", "sub": "MONARCH:55af007eab607d18", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:034ba4c49c158a33", "obj": "DOID:12557"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180690", "obj": "OMIM:616219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2836bfabbacf8491", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1f70600885e7292", "obj": "ClinVarVariant:180690"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7782ea2810b9775", "obj": "ClinVarVariant:180691"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:7394038"}, {"pred": "dc:source", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:69fd66921e8bc683", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180692", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:034ba4c49c158a33", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1c48479d2e4ac5a", "obj": "ClinVarVariant:180692"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:180692", "obj": "OMIM:616219"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2836bfabbacf8491", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:55af007eab607d18", "obj": ":.well-known/genid/OMIM610004-616219VL"}, {"pred": "RO:0002558", "sub": "MONARCH:2836bfabbacf8491", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:180690", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:b7782ea2810b9775", "obj": "PMID:25500261"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000508"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7782ea2810b9775", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:15607218"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1f70600885e7292", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:21774381"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM610004-616219VL", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:1816462"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:55af007eab607d18", "obj": "OMIM:616219"}, {"pred": "dc:source", "sub": "MONARCH:034ba4c49c158a33", "obj": "PMID:14659780"}, {"pred": "RO:0002558", "sub": "MONARCH:69fd66921e8bc683", "obj": "ECO:0000501"}, {"pred": "RO:0002200", "sub": "OMIM:616219", "obj": "HP:0000508"}, {"pred": "dc:source", "sub": "MONARCH:b1f70600885e7292", "obj": "PMID:25500261"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:69fd66921e8bc683", "obj": "HP:0000508"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ClinVarVariant:180690", "lbl": "NM_198721.3(COL25A1):c.1144G>A (p.Gly382Arg)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:7394038", "lbl": null}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:55af007eab607d18", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:034ba4c49c158a33", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:b1f70600885e7292", "lbl": null}, {"id": ":.well-known/genid/OMIM610004-616219VL", "lbl": "some variant of COL25A1 that causes Fibrosis of extraocular muscles, congenital, 5"}, {"id": "HP:0000508", "lbl": "Ptosis"}, {"id": "MONARCH:b1c48479d2e4ac5a", "lbl": null}, {"id": "MONARCH:b7782ea2810b9775", "lbl": null}, {"id": "PMID:14659780", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "PMID:25500261", "lbl": null}, {"id": "MONARCH:69fd66921e8bc683", "lbl": null}, {"id": "OMIM:616219", "lbl": "Fibrosis of Extraocular Muscles, Congenital, 5"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:180691", "lbl": "NM_198721.3(COL25A1):c.1489G>T (p.Gly497Ter)"}, {"id": "PMID:21774381", "lbl": null}, {"id": "ClinVarVariant:180692", "lbl": "COL25A1, 12.4-KB DEL"}, {"id": "MONARCH:2836bfabbacf8491", "lbl": null}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7394038", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:25500261", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14659780", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000508", "replaced_by": null, "consider": null, "label": "Ptosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0a95eb16-6f2c-4b22-980c-c3a6abe5cef3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d557e724d2cc585f", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d557e724d2cc585f", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0003298"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d557e724d2cc585f", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0003298", "lbl": "Spina bifida occulta"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:d557e724d2cc585f", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003298", "replaced_by": null, "consider": null, "label": "Spina bifida occulta", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6f2b1b3-813f-4856-b3c2-b33c12445513", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "HP:0000615"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000615"}, {"pred": "RO:0002558", "sub": "MONARCH:5399b3a0f2edbf94", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5399b3a0f2edbf94", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000615", "lbl": "Abnormality of the pupil"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000615", "replaced_by": null, "consider": null, "label": "Abnormality of the pupil", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba863d37-a73e-468a-b99d-eb66ef89b4cd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000482"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "HP:0000482"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c3f21ee8d66ed9b5", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:c3f21ee8d66ed9b5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0000482", "lbl": "Microcornea"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000482", "replaced_by": null, "consider": null, "label": "Microcornea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "119d911f-10ad-4a5b-a8e5-90d04107034a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22258531"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:20933218"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:11955935"}, {"pred": "RO:0002558", "sub": "MONARCH:0d032f1f6402a96b", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0d032f1f6402a96b", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:21204225"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:189bedee51feeadc", "obj": "HP:0001263"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:189bedee51feeadc", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:189bedee51feeadc", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0d032f1f6402a96b", "obj": "HP:0001263"}, {"pred": "dc:source", "sub": "MONARCH:189bedee51feeadc", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:21204225", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001263", "lbl": "Global developmental delay"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:11955935", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:189bedee51feeadc", "lbl": null}, {"id": "PMID:22950449", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:0d032f1f6402a96b", "lbl": null}, {"id": "PMID:20933218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21204225", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11955935", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20933218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001263", "replaced_by": null, "consider": null, "label": "Global developmental delay", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ac0c3da6-5aeb-49d0-8461-4af2823ed162", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:b77dae23c9ce213e", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b77dae23c9ce213e", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b77dae23c9ce213e", "obj": "HP:0001199"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001199"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:b77dae23c9ce213e", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0001199", "lbl": "Triphalangeal thumb"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001199", "replaced_by": null, "consider": null, "label": "Triphalangeal thumb", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e5cb1ce-ab35-44e3-b359-c4b2c7a704ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000577"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:12736629"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "HP:0000577"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609384"}, {"pred": "RO:0002558", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:7609383"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:845747"}, {"pred": "dc:source", "sub": "MONARCH:1e005d4ed31e0e89", "obj": "PMID:6947592"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:12736629", "lbl": null}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:845747", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:1e005d4ed31e0e89", "lbl": null}, {"id": "PMID:7609383", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:6947592", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000577", "lbl": "Exotropia"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:845747", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12736629", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6947592", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609383", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000577", "replaced_by": null, "consider": null, "label": "Exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a6717fbc-b34e-4ab6-97b8-12babe887eae", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012385"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fea781b9be79dc43", "obj": "HP:0012385"}, {"pred": "RO:0002558", "sub": "MONARCH:fea781b9be79dc43", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fea781b9be79dc43", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0012385", "lbl": "Camptodactyly"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:fea781b9be79dc43", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012385", "replaced_by": null, "consider": null, "label": "Camptodactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "82640ad6-df71-4a9a-ba79-cfa57504f3c6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:7cfdba3362b4f440", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:21774381"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7cfdba3362b4f440", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7cfdba3362b4f440", "obj": "HP:0006934"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:9695089"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:7cfdba3362b4f440", "obj": "PMID:1816462"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0006934"}], "nodes": [{"id": "HP:0006934", "lbl": "Congenital nystagmus"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:21774381", "lbl": null}, {"id": "PMID:9695089", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1816462", "lbl": null}, {"id": "MONARCH:7cfdba3362b4f440", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9695089", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21774381", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1816462", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006934", "replaced_by": null, "consider": null, "label": "Congenital nystagmus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8130fd77-9a45-46b0-9fe7-25c5cd4d4d01", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "HP:0002984"}, {"pred": "RO:0002558", "sub": "MONARCH:660f2807c8ac9b3b", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0002984"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0002984", "lbl": "Hypoplasia of the radius"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:660f2807c8ac9b3b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002984", "replaced_by": null, "consider": null, "label": "Hypoplasia of the radius", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "81affef3-dc27-40fb-a1ae-a2e8176b54bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:aa8ef1db2a851009", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0007400"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:aa8ef1db2a851009", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:aa8ef1db2a851009", "obj": "HP:0007400"}], "nodes": [{"id": "HP:0007400", "lbl": "Irregular hyperpigmentation"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:aa8ef1db2a851009", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007400", "replaced_by": null, "consider": null, "label": "Irregular hyperpigmentation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8311b429-42fe-4b0f-bf58-a459d2836dd0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1284", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1284"}], "nodes": [{"id": "NCBIGene:1284", "lbl": "COL4A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1284", "replaced_by": null, "consider": null, "label": "COL4A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9eb8f2e4-0187-47ed-88ea-93a5c6ddf6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1280"}, {"pred": "RO:0002434", "sub": "NCBIGene:1280", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1280", "lbl": "COL2A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1280", "replaced_by": null, "consider": null, "label": "COL2A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1c8a0328-5c96-455c-b22e-6fa396c158e8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1296", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1296"}], "nodes": [{"id": "NCBIGene:1296", "lbl": "COL8A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1296", "replaced_by": null, "consider": null, "label": "COL8A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ea31712-28dd-4e05-8c74-866ec2075d9a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:91522"}, {"pred": "RO:0002434", "sub": "NCBIGene:91522", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:91522", "lbl": "COL23A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:91522", "replaced_by": null, "consider": null, "label": "COL23A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "22f9c40d-457c-413f-a70e-41132629a6c2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1298", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1298"}], "nodes": [{"id": "NCBIGene:1298", "lbl": "COL9A2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1298", "replaced_by": null, "consider": null, "label": "COL9A2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "521e3782-5922-49aa-a5a3-d680d680074e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:169044"}, {"pred": "RO:0002434", "sub": "NCBIGene:169044", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:169044", "lbl": "COL22A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:169044", "replaced_by": null, "consider": null, "label": "COL22A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b5183f8-ca81-4c6a-90bb-cf7876f7336a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1277"}, {"pred": "RO:0002434", "sub": "NCBIGene:1277", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:1277", "lbl": "COL1A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1277", "replaced_by": null, "consider": null, "label": "COL1A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b2051a3-e9b0-40c1-855d-dab53cbf7508", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ceaf098e680c3317", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-GENE-130530-720"}, {"pred": "RO:HOM0000017", "sub": "ZFIN:ZDB-GENE-130530-720", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000044"}, {"pred": "dc:source", "sub": "MONARCH:ceaf098e680c3317", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"pred": "RO:0002558", "sub": "MONARCH:ceaf098e680c3317", "obj": "ECO:0000031"}], "nodes": [{"id": "ZFIN:ZDB-GENE-130530-720", "lbl": "col25a1"}, {"id": "ECO:0000031", "lbl": "protein BLAST evidence used in manual assertion"}, {"id": "ECO:0000044", "lbl": "sequence similarity evidence"}, {"id": "MONARCH:ceaf098e680c3317", "lbl": null}, {"id": "ZFIN:ZDB-PUB-030905-1", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000017", "replaced_by": null, "consider": null, "label": "in orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-130530-720", "replaced_by": null, "consider": null, "label": "col25a1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bf224bdf-b70e-4dc4-a74b-b7cc2d604fbe", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:351"}, {"pred": "RO:0002558", "sub": "MONARCH:ca07706810c16869", "obj": "ECO:0000324"}, {"pred": "dc:source", "sub": "MONARCH:ca07706810c16869", "obj": "PMID:11927537"}, {"pred": "RO:0002325", "sub": "NCBIGene:84570", "obj": "NCBIGene:351"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ca07706810c16869", "obj": "NCBIGene:84570"}], "nodes": [{"id": "PMID:11927537", "lbl": null}, {"id": "ECO:0000324", "lbl": "imaging assay evidence"}, {"id": "MONARCH:ca07706810c16869", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "NCBIGene:351", "lbl": "APP"}]}, "relation": {"deprecated": null, "id": "RO:0002325", "replaced_by": null, "consider": null, "label": "colocalizes with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:351", "replaced_by": null, "consider": null, "label": "APP", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8f572df1-8291-48ed-ab7b-4ad12d9e88f2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:5034"}, {"pred": "RO:0002434", "sub": "NCBIGene:5034", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:5034", "lbl": "P4HB"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5034", "replaced_by": null, "consider": null, "label": "P4HB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6982d32c-be8e-4af6-931c-b9ae51029be5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1301", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1301"}], "nodes": [{"id": "NCBIGene:1301", "lbl": "COL11A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1301", "replaced_by": null, "consider": null, "label": "COL11A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ea4dbaaf-6ab3-48c0-8ce8-e91402ed14bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "UBERON:0000467"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0000467"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e8b8b46a71cd9243", "obj": "NCBIGene:84570"}], "nodes": [{"id": "UBERON:0000467", "lbl": "anatomical system"}, {"id": "MONARCH:e8b8b46a71cd9243", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0000467", "replaced_by": null, "consider": null, "label": "anatomical system", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6670b9d0-b599-4ce8-8f35-1fef50e2ef85", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:7373"}, {"pred": "RO:0002434", "sub": "NCBIGene:7373", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:7373", "lbl": "COL14A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7373", "replaced_by": null, "consider": null, "label": "COL14A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6f8f7dad-2a98-46e5-96c2-25680a0e95c5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:283208", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:283208"}], "nodes": [{"id": "NCBIGene:283208", "lbl": "P4HA3"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:283208", "replaced_by": null, "consider": null, "label": "P4HA3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9a237d1e-9dde-4397-beb6-d2a99f1e982a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:22932093"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:19791724"}, {"pred": "dc:source", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "PMID:18055799"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0009004"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f63e29e1e4c35e5a", "obj": "HP:0009004"}], "nodes": [{"id": "PMID:18055799", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:f63e29e1e4c35e5a", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0009004", "lbl": "Hypoplasia of the musculature"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:19791724", "lbl": null}, {"id": "PMID:22932093", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22932093", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19791724", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18055799", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009004", "replaced_by": null, "consider": null, "label": "Hypoplasia of the musculature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b57a3b3d-d296-49b3-bd53-ea7c72ded4e4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:ba857c0ab3a57611", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000526"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba857c0ab3a57611", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba857c0ab3a57611", "obj": "HP:0000526"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:ba857c0ab3a57611", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0000526", "lbl": "Aniridia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000526", "replaced_by": null, "consider": null, "label": "Aniridia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ed17dc6-7977-43e3-9ef7-ae26f5090bb3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:17605266"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15607218"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d9747d2614154526", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:d9747d2614154526", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d9747d2614154526", "obj": "HP:0000651"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:11304819"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:7956685"}, {"pred": "dc:source", "sub": "MONARCH:d9747d2614154526", "obj": "PMID:15646492"}], "nodes": [{"id": "PMID:11304819", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000651", "lbl": "Diplopia"}, {"id": "PMID:17605266", "lbl": null}, {"id": "PMID:15646492", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:d9747d2614154526", "lbl": null}, {"id": "PMID:7956685", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:15607218", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15607218", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7956685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15646492", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11304819", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000651", "replaced_by": null, "consider": null, "label": "Diplopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0fc633b9-cdd3-4ae7-bf51-5d1a913e8d1b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5277f8dda712a861", "obj": "HP:0012745"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012745"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5277f8dda712a861", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5277f8dda712a861", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:5277f8dda712a861", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0012745", "lbl": "Short palpebral fissure"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012745", "replaced_by": null, "consider": null, "label": "Short palpebral fissure", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8193e0e-a60e-4b16-91ed-ce9d7a94e2fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "HP:0001250"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5b7a67a5aaff725c", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001250"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "MONARCH:5b7a67a5aaff725c", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001250", "lbl": "Seizures"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001250", "replaced_by": null, "consider": null, "label": "Seizures", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dd0a0a33-7c9f-4d0e-a5c9-381d9c32537d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001357"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20ca37450ceaa402", "obj": "HP:0001357"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:20ca37450ceaa402", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20ca37450ceaa402", "obj": "DOID:12557"}], "nodes": [{"id": "HP:0001357", "lbl": "Plagiocephaly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:20ca37450ceaa402", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001357", "replaced_by": null, "consider": null, "label": "Plagiocephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f8a82bc8-0011-4f21-90f0-0e3bf9a8e659", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:669a4a0127bbeafe", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:16989758"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:9642311"}, {"pred": "RO:0002558", "sub": "MONARCH:669a4a0127bbeafe", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:11835823"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:669a4a0127bbeafe", "obj": "HP:0011349"}, {"pred": "dc:source", "sub": "MONARCH:669a4a0127bbeafe", "obj": "PMID:22525168"}], "nodes": [{"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:669a4a0127bbeafe", "lbl": null}, {"id": "HP:0011349", "lbl": "Abducens palsy"}, {"id": "PMID:11835823", "lbl": null}, {"id": "PMID:22525168", "lbl": null}, {"id": "PMID:16989758", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22525168", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16989758", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011349", "replaced_by": null, "consider": null, "label": "Abducens palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba23ac92-1101-4881-8957-64b27cf33eb9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:22912401"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:370e129fb75a8aa6", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:17126050"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0100022"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:12395297"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:370e129fb75a8aa6", "obj": "PMID:18653847"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:370e129fb75a8aa6", "obj": "HP:0100022"}, {"pred": "RO:0002558", "sub": "MONARCH:370e129fb75a8aa6", "obj": "ECO:0000246"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "PMID:17126050", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:370e129fb75a8aa6", "lbl": null}, {"id": "PMID:22912401", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0100022", "lbl": "Abnormality of movement"}, {"id": "PMID:12395297", "lbl": null}, {"id": "PMID:18653847", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22912401", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18653847", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12395297", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17126050", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100022", "replaced_by": null, "consider": null, "label": "Abnormality of movement", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d83af1e7-da13-4e2e-9be6-f1859a7b09fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/reactome.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "REACT:R-HSA-1650814"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:d8a17ae9ca102b28", "obj": "ECO:0000304"}, {"pred": "RO:0002331", "sub": "NCBIGene:84570", "obj": "REACT:R-HSA-1650814"}], "nodes": [{"id": "REACT:R-HSA-1650814", "lbl": "Collagen biosynthesis and modifying enzymes"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:d8a17ae9ca102b28", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002331", "replaced_by": null, "consider": null, "label": "involved in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "REACT:R-HSA-1650814", "replaced_by": null, "consider": null, "label": "Collagen biosynthesis and modifying enzymes", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9678f1a3-30d9-4adb-80ee-e79f9c392206", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005886"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "GO:0005886"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2471842"}, {"pred": "dc:source", "sub": "MONARCH:467bd2ba9db2e7aa", "obj": "REACT:R-HSA-2152276"}], "nodes": [{"id": "MONARCH:467bd2ba9db2e7aa", "lbl": null}, {"id": "GO:0005886", "lbl": "plasma membrane"}, {"id": "REACT:R-HSA-2471842", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "REACT:R-HSA-2152276", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "REACT:R-HSA-2471842", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "REACT:R-HSA-2152276", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005886", "replaced_by": null, "consider": null, "label": "plasma membrane", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "20c07144-6c36-4506-8175-6fc563ce0c4d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1303", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1303"}], "nodes": [{"id": "NCBIGene:1303", "lbl": "COL12A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1303", "replaced_by": null, "consider": null, "label": "COL12A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "78355d93-f754-4c9e-abf1-5c3871c767bf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:012d427a72514be8", "obj": "UBERON:0002190"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:012d427a72514be8", "obj": "NCBIGene:84570"}], "nodes": [{"id": "MONARCH:012d427a72514be8", "lbl": null}, {"id": "UBERON:0002190", "lbl": "subcutaneous adipose tissue"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0002190", "replaced_by": null, "consider": null, "label": "subcutaneous adipose tissue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8960d04a-340a-4951-806e-f8b8f0d0e26e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:9dcd41dd508c9321", "obj": "UBERON:0010414"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9dcd41dd508c9321", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0010414"}], "nodes": [{"id": "MONARCH:9dcd41dd508c9321", "lbl": null}, {"id": "UBERON:0010414", "lbl": "omental fat pad"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0010414", "replaced_by": null, "consider": null, "label": "omental fat pad", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3f615d42-9d97-4ffc-8168-411f7b7f2c0b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/go.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "ECO:0000314"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "GO:0005615"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "NCBIGene:84570"}, {"pred": "BFO:0000050", "sub": "NCBIGene:84570", "obj": "GO:0005615"}, {"pred": "dc:source", "sub": "MONARCH:d4e432fbabbae4cd", "obj": "PMID:11927537"}], "nodes": [{"id": "MONARCH:d4e432fbabbae4cd", "lbl": null}, {"id": "PMID:11927537", "lbl": null}, {"id": "GO:0005615", "lbl": "extracellular space"}, {"id": "ECO:0000314", "lbl": "direct assay evidence used in manual assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "BFO:0000050", "replaced_by": null, "consider": null, "label": "is part of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11927537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005615", "replaced_by": null, "consider": null, "label": "extracellular space", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f7cf4839-3903-4481-8ee4-4fcec28c716e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1305", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1305"}], "nodes": [{"id": "NCBIGene:1305", "lbl": "COL13A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1305", "replaced_by": null, "consider": null, "label": "COL13A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "52350bb3-7a61-43a3-8f5c-dba3960dd1cc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "CL:0000019"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cf7e9f1090b8c515", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "CL:0000019"}], "nodes": [{"id": "MONARCH:cf7e9f1090b8c515", "lbl": null}, {"id": "CL:0000019", "lbl": "sperm"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "CL:0000019", "replaced_by": null, "consider": null, "label": "sperm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9b33a6ea-89a9-4081-a432-7dd25e5d5bdd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/bgee.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c75c02421cf1592", "obj": "NCBIGene:84570"}, {"pred": "RO:0002206", "sub": "NCBIGene:84570", "obj": "UBERON:0001890"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c75c02421cf1592", "obj": "UBERON:0001890"}], "nodes": [{"id": "UBERON:0001890", "lbl": "forebrain"}, {"id": "MONARCH:5c75c02421cf1592", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002206", "replaced_by": null, "consider": null, "label": "expressed in", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "UBERON:0001890", "replaced_by": null, "consider": null, "label": "forebrain", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b0b320d-a951-4e39-8531-243c7fc9b6c9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1307", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1307"}], "nodes": [{"id": "NCBIGene:1307", "lbl": "COL16A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1307", "replaced_by": null, "consider": null, "label": "COL16A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7d164383-466d-4dda-a887-a1afcb06607a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:64175"}, {"pred": "RO:0002434", "sub": "NCBIGene:64175", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:64175", "lbl": "P3H1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:64175", "replaced_by": null, "consider": null, "label": "P3H1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f78e60e0-6f6c-4753-a38a-f728b2e4ef19", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:1281", "obj": "NCBIGene:84570"}, {"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:1281"}], "nodes": [{"id": "NCBIGene:1281", "lbl": "COL3A1"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1281", "replaced_by": null, "consider": null, "label": "COL3A1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "40525872-ed03-4610-91b0-40e93a0d92fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:2715696"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:18691219"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:10711888"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0647097965b693d7", "obj": "HP:0000365"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0647097965b693d7", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000365"}, {"pred": "RO:0002558", "sub": "MONARCH:0647097965b693d7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:6480241"}, {"pred": "dc:source", "sub": "MONARCH:0647097965b693d7", "obj": "PMID:22950449"}], "nodes": [{"id": "PMID:18691219", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:10711888", "lbl": null}, {"id": "MONARCH:0647097965b693d7", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:6480241", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22950449", "lbl": null}, {"id": "HP:0000365", "lbl": "Hearing impairment"}, {"id": "PMID:2715696", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10711888", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18691219", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22950449", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6480241", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000365", "replaced_by": null, "consider": null, "label": "Hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "44dc4307-0000-46b8-9f12-7bf7b4f6f06e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:2715696"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:c9c27891a80bf956", "obj": "ECO:0000246"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000490"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:208d65790486af41", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:15279427"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20046701"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9c27891a80bf956", "obj": "HP:0000490"}, {"pred": "RO:0002558", "sub": "MONARCH:208d65790486af41", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9c27891a80bf956", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:208d65790486af41", "obj": "HP:0000490"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:7498569"}, {"pred": "dc:source", "sub": "MONARCH:c9c27891a80bf956", "obj": "PMID:20865239"}], "nodes": [{"id": "HP:0000490", "lbl": "Deeply set eye"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:7498569", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:15279427", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:208d65790486af41", "lbl": null}, {"id": "PMID:2715696", "lbl": null}, {"id": "MONARCH:c9c27891a80bf956", "lbl": null}, {"id": "PMID:20046701", "lbl": null}, {"id": "PMID:20865239", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20865239", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2715696", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15279427", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20046701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7498569", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000490", "replaced_by": null, "consider": null, "label": "Deeply set eye", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18dfda57-9271-4989-9002-32d6318079a4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:17605266"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c705b64e8dc2c970", "obj": "HP:0000646"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "HP:0000646"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "RO:0002558", "sub": "MONARCH:2cf17bc5d9d508ab", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:c705b64e8dc2c970", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:10202298"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:16814184"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000646"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:7609384"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c705b64e8dc2c970", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:c705b64e8dc2c970", "obj": "PMID:3958872"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "PMID:3958872", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:10202298", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:7609384", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17605266", "lbl": null}, {"id": "MONARCH:c705b64e8dc2c970", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000646", "lbl": "Amblyopia"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "MONARCH:2cf17bc5d9d508ab", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17605266", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10202298", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7609384", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3958872", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000646", "replaced_by": null, "consider": null, "label": "Amblyopia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71f4610b-20c4-4f37-b5ea-e666f5185c18", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0012732"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f5782afc0829e1c6", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f5782afc0829e1c6", "obj": "HP:0012732"}, {"pred": "RO:0002558", "sub": "MONARCH:f5782afc0829e1c6", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0012732", "lbl": "Anorectal anomaly"}, {"id": "MONARCH:f5782afc0829e1c6", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012732", "replaced_by": null, "consider": null, "label": "Anorectal anomaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "373eaab1-0ec9-424c-9621-f90803a6f6ad", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0001762"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08ae1e61c4db1ea2", "obj": "HP:0001762"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:08ae1e61c4db1ea2", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0001762", "lbl": "Talipes equinovarus"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001762", "replaced_by": null, "consider": null, "label": "Talipes equinovarus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bc175745-a4fa-4761-9d4a-49fe6f931bc6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10530982"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:20923409"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:2139048"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:10577917"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:23d2749ec45f58b7", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:23d2749ec45f58b7", "obj": "HP:0000661"}, {"pred": "RO:0002558", "sub": "MONARCH:23d2749ec45f58b7", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:23d2749ec45f58b7", "obj": "PMID:22370672"}], "nodes": [{"id": "PMID:20923409", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "MONARCH:23d2749ec45f58b7", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10530982", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:22370672", "lbl": null}, {"id": "PMID:10577917", "lbl": null}, {"id": "HP:0000661", "lbl": "Palpebral fissure narrowing on adduction"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "PMID:2139048", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2139048", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22370672", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10530982", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10577917", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20923409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000661", "replaced_by": null, "consider": null, "label": "Palpebral fissure narrowing on adduction", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8413da25-cc0a-41d6-a3f3-4348b14ca7a5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:16814184"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:10809934"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:20b2aa01a60c9230", "obj": "HP:0000487"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:20b2aa01a60c9230", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:18404116"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000487"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:11960793"}, {"pred": "RO:0002558", "sub": "MONARCH:20b2aa01a60c9230", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:20b2aa01a60c9230", "obj": "PMID:22258531"}], "nodes": [{"id": "PMID:16814184", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:10809934", "lbl": null}, {"id": "MONARCH:20b2aa01a60c9230", "lbl": null}, {"id": "PMID:18404116", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22258531", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000487", "lbl": "Congenital strabismus"}, {"id": "PMID:11960793", "lbl": null}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10809934", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22258531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16814184", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11960793", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18404116", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000487", "replaced_by": null, "consider": null, "label": "Congenital strabismus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f05653d1-e7dd-47b1-9668-729364dbef8f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0011386"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:6c7d5ca44f712b05", "obj": "ECO:0000304"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:6c7d5ca44f712b05", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "HP:0011386", "lbl": "Narrow internal auditory canal"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011386", "replaced_by": null, "consider": null, "label": "Narrow internal auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5cd6d63-f2ea-474f-8ca5-93b39156f52c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84570", "obj": "NCBIGene:8974"}, {"pred": "RO:0002434", "sub": "NCBIGene:8974", "obj": "NCBIGene:84570"}], "nodes": [{"id": "NCBIGene:8974", "lbl": "P4HA2"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8974", "replaced_by": null, "consider": null, "label": "P4HA2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2b5f5c84-0c9f-4c36-b012-33ca08d56a4f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:15492742"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78c048e6dc5f5925", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78c048e6dc5f5925", "obj": "HP:0008033"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:2919045"}, {"pred": "RO:0002558", "sub": "MONARCH:78c048e6dc5f5925", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:78c048e6dc5f5925", "obj": "PMID:7234921"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0008033"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "PMID:15492742", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:2919045", "lbl": null}, {"id": "PMID:7234921", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:78c048e6dc5f5925", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}, {"id": "HP:0008033", "lbl": "Congenital exotropia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2919045", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7234921", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15492742", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008033", "replaced_by": null, "consider": null, "label": "Congenital exotropia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b44c0f9f-ccad-48b9-bfa8-ba9ca1232823", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "RO:0002558", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "DOID:12557"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11877173"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000657"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "HP:0000657"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:9642311"}, {"pred": "dc:source", "sub": "MONARCH:3a5fddc3f3e9b6d7", "obj": "PMID:11835823"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9642311", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "PMID:11835823", "lbl": null}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0000657", "lbl": "Oculomotor apraxia"}, {"id": "MONARCH:3a5fddc3f3e9b6d7", "lbl": null}, {"id": "PMID:11877173", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11877173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9642311", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11835823", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000657", "replaced_by": null, "consider": null, "label": "Oculomotor apraxia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4d4179b0-a3f8-45c6-85d4-f8369eaed7b9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002558", "sub": "MONARCH:5df480314d95e3cc", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000463"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5df480314d95e3cc", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5df480314d95e3cc", "obj": "HP:0000463"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:5df480314d95e3cc", "lbl": null}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "HP:0000463", "lbl": "Anteverted nares"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000463", "replaced_by": null, "consider": null, "label": "Anteverted nares", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "18fc79d4-67c9-4d42-b845-f1fcc4d8e529", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/422551-233VL", "obj": "NCBIGene:84570"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "DOID:12557"}, {"pred": "RO:0002558", "sub": "MONARCH:97c1a32dc0e33b03", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:97c1a32dc0e33b03", "obj": ":.well-known/genid/422551-233VL"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/422551-233VL", "obj": "DOID:12557"}, {"pred": "RO:0002200", "sub": "DOID:12557", "obj": "HP:0000402"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9c7cc18326210b86", "obj": "HP:0000402"}, {"pred": "RO:0002558", "sub": "MONARCH:9c7cc18326210b86", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9c7cc18326210b86", "obj": "DOID:12557"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "DOID:12557", "lbl": "Duane retraction syndrome"}, {"id": "HP:0000402", "lbl": "Stenosis of the external auditory canal"}, {"id": "MONARCH:9c7cc18326210b86", "lbl": null}, {"id": "MONARCH:97c1a32dc0e33b03", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/422551-233VL", "lbl": "some variant of COL25A1 that is a disease-causing germline mutation(s) in Duane retraction syndrome"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:84570", "lbl": "COL25A1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000402", "replaced_by": null, "consider": null, "label": "Stenosis of the external auditory canal", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "380d2984-7b0b-4e11-9208-4fdccbaae1a9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84570", "replaced_by": null, "consider": null, "label": "COL25A1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": null, "numFound": null, "start": null, "facet_counts": {"object_closure": {"GENO:0000701": 64, "SO:0001411": 64, "HP:0000001": 84, "HP:0000118": 84, "SO:0000001": 64, "BFO:0000002": 187, "SO:0000704": 64, "BFO:0000031": 151, "IAO:0000300": 83, "UPHENO:0001002": 84, "SO:0000110": 64, "MP:0005378": 60, "MP:0000001": 83, "UBERON:0013701PHENOTYPE": 59, "UBERON:0000153PHENOTYPE": 66, "HP:0000152": 58, "BFO:0000020": 92, "IAO:0000030": 87, "owl:Thing": 194, "BFO:0000001": 194, "UPHENO:0001001": 84, "UBERON:0013702PHENOTYPE": 59, "GENO:0000014": 64, "SO:0001217": 63, "IAO:0000144": 83}, "subject_taxon_label": {"Homo sapiens": 194}}, "facet_pivot": null}
--- a/test-data/function-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/function-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pericentriolar material", "deprecated": null, "id": "GO:0000242", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein kinase activity", "deprecated": null, "id": "GO:0004672", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein serine/threonine kinase activity", "deprecated": null, "id": "GO:0004674", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein tyrosine kinase activity", "deprecated": null, "id": "GO:0004713", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATP binding", "deprecated": null, "id": "GO:0005524", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nucleus", "deprecated": null, "id": "GO:0005634", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cytoplasm", "deprecated": null, "id": "GO:0005737", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "centrosome", "deprecated": null, "id": "GO:0005813", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein phosphorylation", "deprecated": null, "id": "GO:0006468", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell cycle", "deprecated": null, "id": "GO:0007049", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of mitotic cell cycle", "deprecated": null, "id": "GO:0007346", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "kinase activity", "deprecated": null, "id": "GO:0016301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "peptidyl-tyrosine phosphorylation", "deprecated": null, "id": "GO:0018108", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309474f43090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GOC"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "signal transduction by protein phosphorylation", "deprecated": null, "id": "GO:0023014", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "stress-activated protein kinase signaling cascade", "deprecated": null, "id": "GO:0031098", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "activation of protein kinase activity", "deprecated": null, "id": "GO:0032147", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "DNA damage response, detection of DNA damage", "deprecated": null, "id": "GO:0042769", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of apoptotic process", "deprecated": null, "id": "GO:0042981", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "metal ion binding", "deprecated": null, "id": "GO:0046872", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell division", "deprecated": null, "id": "GO:0051301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cilium assembly", "deprecated": null, "id": "GO:0060271", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "14-3-3 protein binding", "deprecated": null, "id": "GO:0071889", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pericentriolar material", "deprecated": null, "id": "GO:0000242", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein kinase activity", "deprecated": null, "id": "GO:0004672", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein serine/threonine kinase activity", "deprecated": null, "id": "GO:0004674", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein tyrosine kinase activity", "deprecated": null, "id": "GO:0004713", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATP binding", "deprecated": null, "id": "GO:0005524", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nucleus", "deprecated": null, "id": "GO:0005634", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cytoplasm", "deprecated": null, "id": "GO:0005737", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "centrosome", "deprecated": null, "id": "GO:0005813", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein phosphorylation", "deprecated": null, "id": "GO:0006468", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell cycle", "deprecated": null, "id": "GO:0007049", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of mitotic cell cycle", "deprecated": null, "id": "GO:0007346", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "kinase activity", "deprecated": null, "id": "GO:0016301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "peptidyl-tyrosine phosphorylation", "deprecated": null, "id": "GO:0018108", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309474f43090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GOC"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "signal transduction by protein phosphorylation", "deprecated": null, "id": "GO:0023014", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "stress-activated protein kinase signaling cascade", "deprecated": null, "id": "GO:0031098", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "activation of protein kinase activity", "deprecated": null, "id": "GO:0032147", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "DNA damage response, detection of DNA damage", "deprecated": null, "id": "GO:0042769", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of apoptotic process", "deprecated": null, "id": "GO:0042981", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "metal ion binding", "deprecated": null, "id": "GO:0046872", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell division", "deprecated": null, "id": "GO:0051301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cilium assembly", "deprecated": null, "id": "GO:0060271", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "14-3-3 protein binding", "deprecated": null, "id": "GO:0071889", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pericentriolar material", "deprecated": null, "id": "GO:0000242", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein kinase activity", "deprecated": null, "id": "GO:0004672", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein serine/threonine kinase activity", "deprecated": null, "id": "GO:0004674", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein tyrosine kinase activity", "deprecated": null, "id": "GO:0004713", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATP binding", "deprecated": null, "id": "GO:0005524", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nucleus", "deprecated": null, "id": "GO:0005634", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cytoplasm", "deprecated": null, "id": "GO:0005737", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "centrosome", "deprecated": null, "id": "GO:0005813", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein phosphorylation", "deprecated": null, "id": "GO:0006468", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell cycle", "deprecated": null, "id": "GO:0007049", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of mitotic cell cycle", "deprecated": null, "id": "GO:0007346", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "kinase activity", "deprecated": null, "id": "GO:0016301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "peptidyl-tyrosine phosphorylation", "deprecated": null, "id": "GO:0018108", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309474f43090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GOC"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "signal transduction by protein phosphorylation", "deprecated": null, "id": "GO:0023014", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "stress-activated protein kinase signaling cascade", "deprecated": null, "id": "GO:0031098", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "activation of protein kinase activity", "deprecated": null, "id": "GO:0032147", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "DNA damage response, detection of DNA damage", "deprecated": null, "id": "GO:0042769", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of apoptotic process", "deprecated": null, "id": "GO:0042981", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "metal ion binding", "deprecated": null, "id": "GO:0046872", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell division", "deprecated": null, "id": "GO:0051301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cilium assembly", "deprecated": null, "id": "GO:0060271", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "14-3-3 protein binding", "deprecated": null, "id": "GO:0071889", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pericentriolar material", "deprecated": null, "id": "GO:0000242", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein kinase activity", "deprecated": null, "id": "GO:0004672", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein serine/threonine kinase activity", "deprecated": null, "id": "GO:0004674", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein tyrosine kinase activity", "deprecated": null, "id": "GO:0004713", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATP binding", "deprecated": null, "id": "GO:0005524", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nucleus", "deprecated": null, "id": "GO:0005634", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cytoplasm", "deprecated": null, "id": "GO:0005737", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "centrosome", "deprecated": null, "id": "GO:0005813", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein phosphorylation", "deprecated": null, "id": "GO:0006468", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell cycle", "deprecated": null, "id": "GO:0007049", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of mitotic cell cycle", "deprecated": null, "id": "GO:0007346", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "kinase activity", "deprecated": null, "id": "GO:0016301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "peptidyl-tyrosine phosphorylation", "deprecated": null, "id": "GO:0018108", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309474f43090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GOC"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "signal transduction by protein phosphorylation", "deprecated": null, "id": "GO:0023014", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "stress-activated protein kinase signaling cascade", "deprecated": null, "id": "GO:0031098", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "activation of protein kinase activity", "deprecated": null, "id": "GO:0032147", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "DNA damage response, detection of DNA damage", "deprecated": null, "id": "GO:0042769", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of apoptotic process", "deprecated": null, "id": "GO:0042981", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "metal ion binding", "deprecated": null, "id": "GO:0046872", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell division", "deprecated": null, "id": "GO:0051301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cilium assembly", "deprecated": null, "id": "GO:0060271", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "14-3-3 protein binding", "deprecated": null, "id": "GO:0071889", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "pericentriolar material", "deprecated": null, "id": "GO:0000242", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein kinase activity", "deprecated": null, "id": "GO:0004672", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein serine/threonine kinase activity", "deprecated": null, "id": "GO:0004674", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein tyrosine kinase activity", "deprecated": null, "id": "GO:0004713", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303509496e74416374090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["IntAct"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein binding", "deprecated": null, "id": "GO:0005515", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATP binding", "deprecated": null, "id": "GO:0005524", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nucleus", "deprecated": null, "id": "GO:0005634", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cytoplasm", "deprecated": null, "id": "GO:0005737", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["MGI"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "centrosome", "deprecated": null, "id": "GO:0005813", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "protein phosphorylation", "deprecated": null, "id": "GO:0006468", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell cycle", "deprecated": null, "id": "GO:0007049", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of mitotic cell cycle", "deprecated": null, "id": "GO:0007346", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "kinase activity", "deprecated": null, "id": "GO:0016301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["CACAO"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "peptidyl-tyrosine phosphorylation", "deprecated": null, "id": "GO:0018108", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309474f43090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GOC"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "signal transduction by protein phosphorylation", "deprecated": null, "id": "GO:0023014", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "stress-activated protein kinase signaling cascade", "deprecated": null, "id": "GO:0031098", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "activation of protein kinase activity", "deprecated": null, "id": "GO:0032147", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "DNA damage response, detection of DNA damage", "deprecated": null, "id": "GO:0042769", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "regulation of apoptotic process", "deprecated": null, "id": "GO:0042981", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["GO_Central"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "metal ion binding", "deprecated": null, "id": "GO:0046872", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cell division", "deprecated": null, "id": "GO:0051301", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373036303309556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "cilium assembly", "deprecated": null, "id": "GO:0060271", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "UniProtKB", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "14-3-3 protein binding", "deprecated": null, "id": "GO:0071889", "description": null, "consider": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "type": null, "evidence_graph": {"nodes": null, "edges": null}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "UniProtKB:Q96PY6", "description": null, "consider": null}, "provided_by": ["UniProt"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": [], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"isa_partof_closure": {}, "taxon_label": {}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0000242", "replaced_by": null, "consider": null, "label": "pericentriolar material", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303032343209504d49443a32313231313631370949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["MGI"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0004672", "replaced_by": null, "consider": null, "label": "protein kinase activity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373209504d49443a31353630343233340949444109094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0004674", "replaced_by": null, "consider": null, "label": "protein serine/threonine kinase activity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303436373409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0004713", "replaced_by": null, "consider": null, "label": "protein tyrosine kinase activity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303437313309474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30383239094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["IntAct"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513939363839094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131323109496e74416374090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["IntAct"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a31343639303434370949504909556e6950726f744b423a513955485938094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131323109496e74416374090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["IntAct"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343531303930340949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131323109496e74416374090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["IntAct"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32343934373833320949504909556e6950726f744b423a513553303037094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131323109496e74416374090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363136373736380949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031363035313209556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005515", "replaced_by": null, "consider": null, "label": "protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535313509504d49443a32363239303439300949504909556e6950726f744b423a4f3433383232094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373038323309556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005524", "replaced_by": null, "consider": null, "label": "ATP binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303535323409474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30303637094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["MGI"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005634", "replaced_by": null, "consider": null, "label": "nucleus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303536333409504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["MGI"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005737", "replaced_by": null, "consider": null, "label": "cytoplasm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303537333709504d49443a31353630343233340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a39363036093230303530333138094d4749090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0005813", "replaced_by": null, "consider": null, "label": "centrosome", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303538313309504d49443a32313339393631340949444109094309536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313035313709556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["CACAO"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0006468", "replaced_by": null, "consider": null, "label": "protein phosphorylation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303634363809504d49443a31393135383438370949444109095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0007049", "replaced_by": null, "consider": null, "label": "cell cycle", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303730343909474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313331095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0007346", "replaced_by": null, "consider": null, "label": "regulation of mitotic cell cycle", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030303733343609474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303209474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["CACAO"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0016301", "replaced_by": null, "consider": null, "label": "kinase activity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313633303109504d49443a313931353834383709494d5009094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031323131313809434143414f090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GOC"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0018108", "replaced_by": null, "consider": null, "label": "peptidyl-tyrosine phosphorylation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030313831303809474f5f5245463a303030303130380949454109474f3a30303034373133095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809474f43090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0023014", "replaced_by": null, "consider": null, "label": "signal transduction by protein phosphorylation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030323330313409474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353033323509474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0031098", "replaced_by": null, "consider": null, "label": "stress-activated protein kinase signaling cascade", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333130393809474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0032147", "replaced_by": null, "consider": null, "label": "activation of protein kinase activity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030333231343709474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0042769", "replaced_by": null, "consider": null, "label": "DNA damage response, detection of DNA damage", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343237363909504d49443a313536303432333409494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["GO_Central"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0042981", "replaced_by": null, "consider": null, "label": "regulation of apoptotic process", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343239383109474f5f5245463a30303030303333094942410950414e544845523a50544e303030363834383235095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031353034303109474f5f43656e7472616c090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0046872", "replaced_by": null, "consider": null, "label": "metal ion binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030343638373209474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30343739094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0051301", "replaced_by": null, "consider": null, "label": "cell division", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030353133303109474f5f5245463a303030303033370949454109556e6950726f744b422d4b573a4b572d30313332095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373131313809556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0060271", "replaced_by": null, "consider": null, "label": "cilium assembly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030363032373109504d49443a323132313136313709494d5009095009536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031313034303709556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["UniProt"], "evidence_graph": {"edges": null, "nodes": null}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "UniProtKB", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "GO:0071889", "replaced_by": null, "consider": null, "label": "14-3-3 protein binding", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "556e6950726f744b4209513936505936094e454b310909474f3a3030373138383909474f5f5245463a303030303032340949535309556e6950726f744b423a503531393534094609536572696e652f746872656f6e696e652d70726f7465696e206b696e617365204e656b31094e454b315f48554d414e7c4b494141313930310970726f7465696e097461786f6e3a3936303609323031373035333009556e6950726f74090909", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "UniProtKB:Q96PY6", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": [], "numFound": null, "start": null, "facet_counts": {"isa_partof_closure": {}, "taxon_label": {}}, "facet_pivot": null}
--- a/test-data/genes-for-disease.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/genes-for-disease.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "id": "d5e54aab-71b0-4786-b9b9-043eb5ce3a3f", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of SNCA that causes Parkinson disease 4", "id": ":.well-known/genid/OMIM163890-605543VL"}, {"lbl": "SNCA, TRIPLICATION", "id": "ClinVarVariant:14009"}, {"lbl": "SNCA", "id": "NCBIGene:6622"}, {"lbl": null, "id": "MONARCH:ca2ccb6f8073a02a12d146f8ae37e70610490aea"}, {"lbl": "some variant of K04528 alpha-synuclein | (RefSeq) SNCA", "id": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL"}, {"lbl": "some variant of SNCA that is marker/mechanism for Parkinson Disease 4, Autosomal Dominant Lewy Body", "id": ":.well-known/genid/NCBIGene6622-OMIM605543VL"}, {"lbl": null, "id": "MONARCH:01da44a6602c4f7dfd58e38fac3007f6d8b13344"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:108fe573789d09cf97f794ce0ad299a1365514f7"}], "edges": [{"sub": ":.well-known/genid/NCBIGene6622-OMIM605543VL", "pred": "GENO:0000418", "obj": "NCBIGene:6622"}, {"sub": "MONARCH:108fe573789d09cf97f794ce0ad299a1365514f7", "pred": "OBAN:association_has_object", "obj": "OMIM:605543"}, {"sub": "ClinVarVariant:14009", "pred": "GENO:0000840", "obj": "OMIM:605543"}, {"sub": "MONARCH:ca2ccb6f8073a02a12d146f8ae37e70610490aea", "pred": "OBAN:association_has_object", "obj": "OMIM:605543"}, {"sub": ":.well-known/genid/OMIM163890-605543VL", "pred": "GENO:0000418", "obj": "NCBIGene:6622"}, {"sub": "MONARCH:01da44a6602c4f7dfd58e38fac3007f6d8b13344", "pred": "OBAN:association_has_object", "obj": "OMIM:605543"}, {"sub": "ClinVarVariant:14009", "pred": "GENO:0000418", "obj": "NCBIGene:6622"}, {"sub": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL", "pred": "GENO:0000418", "obj": "NCBIGene:6622"}, {"sub": "MONARCH:ca2ccb6f8073a02a12d146f8ae37e70610490aea", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/NCBIGene6622-OMIM605543VL"}, {"sub": "MONARCH:01da44a6602c4f7dfd58e38fac3007f6d8b13344", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": ":.well-known/genid/OMIM163890-605543VL", "pred": "RO:0002200", "obj": "OMIM:605543"}, {"sub": "MONARCH:108fe573789d09cf97f794ce0ad299a1365514f7", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL"}, {"sub": "MONARCH:01da44a6602c4f7dfd58e38fac3007f6d8b13344", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM163890-605543VL"}, {"sub": ":.well-known/genid/NCBIGene6622-OMIM605543VL", "pred": "RO:0002607", "obj": "OMIM:605543"}, {"sub": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL", "pred": "RO:0002607", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SNCA", "deprecated": null, "id": "NCBIGene:6622", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["NCBIGene:6622"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 1}, "object_closure": {"DOID:14330": 1, "BFO:0000020": 1, "MESH:D009422": 1, "DOID:0050890": 1, "DOID:863": 1, "BFO:0000002": 1, "MESH:D001927": 1, "DOID:0060895": 1, "DOID:480": 1, "BFO:0000016": 1, "DOID:0060892": 1, "MESH:D004194": 1, "DOID:4": 1, "DOID:679": 1, "MESH:D019636": 1, "DOID:7": 1, "MESH:D001480": 1, "MESH:D002493": 1, "BFO:0000001": 1, "DOID:1289": 1, "BFO:0000017": 1, "DOID:936": 1, "MESH:D009069": 1, "MESH:D010300": 1, "DOID:331": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/kegg.ttl", "https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/ctd.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM163890-605543VL", "obj": "NCBIGene:6622"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "ClinVarVariant:14009"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:01da44a6602c4f7d", "obj": "OMIM:605543"}, {"pred": "dc:source", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "PMID:15159488"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM163890-605543VL", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:01da44a6602c4f7d", "obj": ":.well-known/genid/OMIM163890-605543VL"}, {"pred": "RO:0002558", "sub": "MONARCH:01da44a6602c4f7d", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:14009", "obj": "NCBIGene:6622"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/NCBIGene6622-OMIM605543VL", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ca2ccb6f8073a02a", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "OMIM:605543"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/NCBIGene6622-OMIM605543VL", "obj": "NCBIGene:6622"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL", "obj": "NCBIGene:6622"}, {"pred": "dc:source", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "PMID:14593171"}, {"pred": "dc:source", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "PMID:14755720"}, {"pred": "dc:source", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "PMID:8285594"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:14009", "obj": "OMIM:605543"}, {"pred": "dc:source", "sub": "MONARCH:b9fb7e7142ff205b", "obj": "PMID:17251522"}, {"pred": "RO:0002607", "sub": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:108fe573789d09cf", "obj": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:108fe573789d09cf", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ca2ccb6f8073a02a", "obj": ":.well-known/genid/NCBIGene6622-OMIM605543VL"}], "nodes": [{"id": ":.well-known/genid/OMIM163890-605543VL", "lbl": "some variant of SNCA that causes Parkinson disease 4"}, {"id": ":.well-known/genid/KEGG-hsa6622-OMIM605543VL", "lbl": "some variant of K04528 alpha-synuclein | (RefSeq) SNCA"}, {"id": "MONARCH:108fe573789d09cf", "lbl": null}, {"id": "PMID:8285594", "lbl": null}, {"id": "PMID:17251522", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ClinVarVariant:14009", "lbl": "SNCA, TRIPLICATION"}, {"id": ":.well-known/genid/NCBIGene6622-OMIM605543VL", "lbl": "some variant of SNCA that is marker/mechanism for Parkinson Disease 4, Autosomal Dominant Lewy Body"}, {"id": "MONARCH:01da44a6602c4f7d", "lbl": null}, {"id": "PMID:14755720", "lbl": null}, {"id": "MONARCH:ca2ccb6f8073a02a", "lbl": null}, {"id": "NCBIGene:6622", "lbl": "SNCA"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "MONARCH:b9fb7e7142ff205b", "lbl": null}, {"id": "PMID:14593171", "lbl": null}, {"id": "PMID:15159488", "lbl": null}]}, "relation": {"deprecated": null, "id": "GENO:0000840", "replaced_by": null, "consider": null, "label": "pathogenic_for_condition", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17251522", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15159488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14593171", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14755720", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8285594", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c539ed41-5c67-4e66-9ec6-99c09f974c71", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6622", "replaced_by": null, "consider": null, "label": "SNCA", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["NCBIGene:6622"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"DOID:679": 1, "MESH:D009069": 1, "DOID:936": 1, "DOID:0050890": 1, "BFO:0000016": 1, "BFO:0000002": 1, "DOID:14330": 1, "MESH:D010300": 1, "DOID:863": 1, "DOID:0060895": 1, "BFO:0000017": 1, "DOID:7": 1, "DOID:480": 1, "DOID:4": 1, "DOID:1289": 1, "BFO:0000020": 1, "MESH:D001480": 1, "MESH:D004194": 1, "BFO:0000001": 1, "DOID:0060892": 1, "MESH:D001927": 1, "DOID:331": 1, "MESH:D009422": 1, "MESH:D002493": 1, "MESH:D019636": 1}, "subject_taxon_label": {"Homo sapiens": 1}}, "facet_pivot": null}
--- a/test-data/genes-for-genotype.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/genes-for-genotype.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "BRCA1", "deprecated": null, "id": "NCBIGene:672", "description": null, "consider": null}, "id": "32abb1b1-8213-4205-ab6a-bfd96bac4c03", "type": null, "evidence_graph": {"nodes": [{"lbl": "BRCA1(ARG1443TER) [GM14637]", "id": "dbSNPIndividual:12141"}, {"lbl": "BRCA1, ARG1443TER", "id": "OMIM:113705.0016"}, {"lbl": "BRCA1(ARG1443TER)", "id": ":.well-known/genid/113705.0016"}, {"lbl": "BRCA1", "id": "NCBIGene:672"}], "edges": [{"sub": "dbSNPIndividual:12141", "pred": "GENO:0000382", "obj": ":.well-known/genid/113705.0016"}, {"sub": ":.well-known/genid/113705.0016", "pred": "GENO:0000382", "obj": "OMIM:113705.0016"}, {"sub": "OMIM:113705.0016", "pred": "GENO:0000408", "obj": "NCBIGene:672"}, {"sub": "OMIM:113705.0016", "pred": "GENO:0000408", "obj": "NCBIGene:672"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "BRCA1(ARG1443TER) [GM14637]", "deprecated": null, "id": "dbSNPIndividual:12141", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/coriell.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["NCBIGene:672"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 1}, "object_closure": {"OMIM:113705": 1, "Orphanet:119068": 1, "SO:0000001": 1, "owl:Thing": 1, "GENO:0000014": 1, "SO:0000110": 1, "BFO:0000001": 1, "SO:0001411": 1, "BFO:0000002": 1, "NCBIGene:672": 1, "SO:0000704": 1, "HGNC:1100": 1, "SO:0001217": 1, "GENO:0000701": 1, "KEGG-hsa:672": 1, "BFO:0000031": 1, "ENSEMBL:ENSG00000012048": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/coriell.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000408", "sub": "OMIM:113705.0016", "obj": "NCBIGene:672"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/113705.0016", "obj": "OMIM:113705.0016"}, {"pred": "GENO:0000382", "sub": "dbSNPIndividual:12141", "obj": ":.well-known/genid/113705.0016"}, {"pred": "GENO:0000408", "sub": "OMIM:113705.0016", "obj": "NCBIGene:672"}], "nodes": [{"id": "dbSNPIndividual:12141", "lbl": "BRCA1(ARG1443TER) [GM14637]"}, {"id": ":.well-known/genid/113705.0016", "lbl": "BRCA1(ARG1443TER)"}, {"id": "OMIM:113705.0016", "lbl": "BRCA1, ARG1443TER"}, {"id": "NCBIGene:672", "lbl": "BRCA1"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:672", "replaced_by": null, "consider": null, "label": "BRCA1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "60b6d442-d948-4080-b1cf-aeef9bb0da35", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "dbSNPIndividual:12141", "replaced_by": null, "consider": null, "label": "BRCA1(ARG1443TER) [GM14637]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["NCBIGene:672"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"owl:Thing": 1, "GENO:0000701": 1, "OMIM:113705": 1, "SO:0001217": 1, "KEGG-hsa:672": 1, "SO:0001411": 1, "BFO:0000001": 1, "SO:0000001": 1, "BFO:0000002": 1, "SO:0000704": 1, "BFO:0000031": 1, "NCBIGene:672": 1, "ENSEMBL:ENSG00000012048": 1, "Orphanet:119068": 1, "GENO:0000014": 1, "SO:0000110": 1, "HGNC:1100": 1}, "subject_taxon_label": {"Homo sapiens": 1}}, "facet_pivot": null}
--- a/test-data/genes-for-variant.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/genes-for-variant.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha", "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "description": null, "consider": null}, "id": "1fe9d9fe-25b3-42ab-8f1d-b28eac33a432", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha", "id": "ZFIN:ZDB-GENE-980526-166"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000408", "obj": "ZFIN:ZDB-GENE-980526-166"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is_allele_of", "deprecated": null, "id": "GENO:0000408", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["ZFIN:ZDB-GENE-980526-166"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"NCBIGene:30269": 1, "BFO:0000031": 1, "owl:Thing": 1, "GENO:0000014": 1, "SO:0000110": 1, "SO:0000001": 1, "SO:0001411": 1, "BFO:0000002": 1, "SO:0000704": 1, "GENO:0000047": 1, "ENSEMBL:ENSDARG00000068567": 1, "SO:0001217": 1, "ZFIN:ZDB-GENE-980526-166": 1, "GENO:0000701": 1, "BFO:0000001": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000408", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-GENE-980526-166"}], "nodes": [{"id": "ZFIN:ZDB-GENE-980526-166", "lbl": "shha"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": "GENO:0000408", "replaced_by": null, "consider": null, "label": "is_allele_of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENE-980526-166", "replaced_by": null, "consider": null, "label": "shha", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "071214d7-abc9-49b7-9848-0a57b5f1e677", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["ZFIN:ZDB-GENE-980526-166"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"owl:Thing": 1, "NCBIGene:30269": 1, "GENO:0000701": 1, "ZFIN:ZDB-GENE-980526-166": 1, "SO:0001217": 1, "ENSEMBL:ENSDARG00000068567": 1, "SO:0001411": 1, "SO:0000001": 1, "BFO:0000002": 1, "SO:0000704": 1, "BFO:0000031": 1, "BFO:0000001": 1, "GENO:0000014": 1, "SO:0000110": 1, "GENO:0000047": 1}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/genotypes-for-genotype.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/genotypes-for-genotype.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [], "compact_associations": null, "objects": [], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {}}}
+{"compact_associations": null, "associations": [], "objects": [], "numFound": null, "start": null, "facet_counts": {"object_closure": {}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/genotypes-for-variant.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/genotypes-for-variant.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-25704", "description": null, "consider": null}, "id": "3fe46d0c-e666-48fd-a95e-7b3591d40f57", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-25704"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-25704", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-25704", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-25704"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-19342", "description": null, "consider": null}, "id": "ea094031-5086-478a-baf1-3297c258a429", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "id": "ZFIN:ZDB-FISH-150901-19342"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-19342", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12204", "description": null, "consider": null}, "id": "c0883e4f-2925-478f-bfae-621a2164fff5", "type": null, "evidence_graph": {"nodes": [{"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-12204"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"sub": "ZFIN:ZDB-FISH-150901-12204", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12204"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-10317", "description": null, "consider": null}, "id": "d52846ef-ed3b-4277-bdc6-dc572d335e5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-10317"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-10317", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-10317"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-26139", "description": null, "consider": null}, "id": "8e3af780-f8ee-4466-a97e-6038f6ddd12a", "type": null, "evidence_graph": {"nodes": [{"lbl": "shha<tbx392>/shha<tbx392> [TU]", "id": "ZFIN:ZDB-FISH-150901-26139"}, {"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-26139", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-26139", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-26139"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-13014", "description": null, "consider": null}, "id": "1aaef52e-c661-4846-a0d3-89e8350978a1", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "id": "ZFIN:ZDB-FISH-150901-13014"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-13014", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-28202", "description": null, "consider": null}, "id": "3c3bfa4c-c6d7-4407-86ec-b4471fbd7130", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "id": "ZFIN:ZDB-FISH-150901-28202"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}, {"sub": "ZFIN:ZDB-FISH-150901-28202", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6333", "description": null, "consider": null}, "id": "8e0c33d0-e480-41bb-a064-45e14b087daf", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6333"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6333", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6333"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12093", "description": null, "consider": null}, "id": "6a9d4b88-19e0-4b2d-9b61-7797aa36aa1f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [AB]", "id": "ZFIN:ZDB-FISH-150901-12093"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-12093"}, {"sub": "ZFIN:ZDB-FISH-150901-12093", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-24810", "description": null, "consider": null}, "id": "a5c971c7-4ae4-4837-9669-509e563186c7", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "id": "ZFIN:ZDB-FISH-150901-24810"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-24810", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-8451", "description": null, "consider": null}, "id": "308bdeaa-edac-4978-9e3f-155489e1d677", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "id": "ZFIN:ZDB-FISH-150901-8451"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-8451", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<+> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-7624", "description": null, "consider": null}, "id": "b63b2d9a-153a-4923-b07b-c0d1a9bb6881", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<+>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"lbl": "shha<tbx392>/shha<+> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-7624"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-7624"}, {"sub": "ZFIN:ZDB-FISH-150901-7624", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "description": null, "consider": null}, "id": "f23b7d30-4fd1-476d-9f7d-8ac0e6906ef5", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-6607"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-6607"}, {"sub": "ZFIN:ZDB-FISH-150901-6607", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-20836", "description": null, "consider": null}, "id": "e71ac8ee-3390-46b2-884a-901dbcef09bd", "type": null, "evidence_graph": {"nodes": [{"lbl": "tbx392", "id": "ZFIN:ZDB-ALT-010427-8"}, {"lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "id": "ZFIN:ZDB-FISH-150901-20836"}, {"lbl": "shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"lbl": "shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>", "id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}], "edges": [{"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"sub": "ZFIN:ZDB-FISH-150901-20836", "pred": "GENO:0000382", "obj": "ZFIN:ZDB-FISH-150901-20836"}, {"sub": "ZFIN:ZDB-FISH-150901-20836", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "pred": "GENO:0000382", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tbx392", "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["ZFIN:ZDB-FISH-150901-10317", "ZFIN:ZDB-FISH-150901-12093", "ZFIN:ZDB-FISH-150901-12204", "ZFIN:ZDB-FISH-150901-13014", "ZFIN:ZDB-FISH-150901-19342", "ZFIN:ZDB-FISH-150901-20836", "ZFIN:ZDB-FISH-150901-24810", "ZFIN:ZDB-FISH-150901-25704", "ZFIN:ZDB-FISH-150901-26139", "ZFIN:ZDB-FISH-150901-28202", "ZFIN:ZDB-FISH-150901-6333", "ZFIN:ZDB-FISH-150901-6607", "ZFIN:ZDB-FISH-150901-7624", "ZFIN:ZDB-FISH-150901-8451"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"GENO:0000719": 9, "owl:Thing": 14, "ZFIN:ZDB-GENO-010427-4": 1, "GENO:0000536": 14, "GENO:0000778": 14, "ZFIN:ZDB-FISH-150901-25704": 1, "ZFIN:ZDB-FISH-150901-10317": 1, "ZFIN:ZDB-FISH-150901-19342": 1, "ZFIN:ZDB-FISH-150901-8451": 1, "ZFIN:ZDB-FISH-150901-26139": 1, "BFO:0000031": 14, "ZFIN:ZDB-FISH-150901-24810": 1, "BFO:0000002": 14, "ZFIN:ZDB-FISH-150901-6333": 1, "ZFIN:ZDB-FISH-150901-7624": 1, "ZFIN:ZDB-FISH-150901-6607": 1, "BFO:0000001": 14, "GENO:0000000": 9, "ZFIN:ZDB-FISH-150901-12093": 1, "GENO:0000525": 5, "ZFIN:ZDB-FISH-150901-28202": 1, "ZFIN:ZDB-FISH-150901-13014": 1, "ZFIN:ZDB-FISH-150901-12204": 1, "IAO:0000030": 14, "ZFIN:ZDB-FISH-150901-20836": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-20836", "obj": "ZFIN:ZDB-GENO-080328-1"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080328-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-20836", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-GENO-080328-1", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-20836", "replaced_by": null, "consider": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5bc7d50-4a4b-445f-a134-e68ae4481fd1", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070215-11", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a3b604b4-5573-469e-9568-7450e25bf7cb", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-12", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-12", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070215-12", "replaced_by": null, "consider": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "849aa524-9d84-465e-b63b-362f93dbbafe", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6333", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6333", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6333", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a3428459-fa56-4e1a-ba06-a7aa1421a916", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-080804-4", "replaced_by": null, "consider": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b493ebca-923b-41e4-9e13-b088476e77f4", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12093", "obj": "ZFIN:ZDB-GENO-070228-3"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12093", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12093", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8063bee5-e7e8-4fa6-b194-cb1063009d40", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-010427-4", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dc62be0f-7f86-4064-b6e4-38ac7b53ad48", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070228-3", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070228-3", "lbl": "shha<tbx392>/shha<tbx392> [AB]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-070228-3", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [AB]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9d9d403c-687e-4195-b315-20be691ce532", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-7624", "obj": "ZFIN:ZDB-GENO-091027-2"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-7624", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-7624", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<+> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e764305-a846-43b9-bfc6-bccd0f3d755c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080804-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-10317", "obj": "ZFIN:ZDB-GENO-080804-4"}], "nodes": [{"id": "ZFIN:ZDB-GENO-080804-4", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010426-4-ZDB-ALT-010427-8", "lbl": "shha<Df(Chr07)t4>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-10317", "lbl": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-10317", "replaced_by": null, "consider": null, "label": "shha<Df(Chr07)t4>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "563f90ba-c7be-430b-85be-5f86b36c5ea3", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-28202", "obj": "ZFIN:ZDB-GENO-010427-4"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-010427-4", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-GENO-010427-4", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-28202", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-28202", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; shhb<MO3-shhb>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b96f8ce1-77ae-4752-a832-dc1ee463f379", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-6607", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-6607", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-6607", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "32c13955-3922-4d51-86ba-ab8c68158401", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-080328-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-080328-1", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-1458-ZDB-ALT-980203-1458", "lbl": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-080328-1", "replaced_by": null, "consider": null, "label": "ndr2<tf219>/ndr2<tf219>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c0483d6f-4e7f-49a8-8dc3-4191abbf690c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-19342", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-19342", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-19342", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myog<MO1-myog>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "65581d08-16ac-4466-959a-b982763af904", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-25704", "obj": "ZFIN:ZDB-GENO-070215-12"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-12", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-12", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-25704", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-72-ZDB-ALT-980203-1091-ZDB-ALT-980203-1091", "lbl": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-25704", "replaced_by": null, "consider": null, "label": "fgf8a<ti282a>/fgf8a<ti282a>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "48f8a43e-c8f2-4e6b-b74d-b8772117e286", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-13014", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-13014", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-13014", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myf5<MO3-myf5>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "53ea9b3a-beae-4238-a7eb-749cbe2d8d32", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-120522-18", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-120522-18", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-120522-18", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "58a569a3-3362-4329-b28b-4c6f0df8e91a", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-8451", "obj": "ZFIN:ZDB-GENO-070215-11"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-8451", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-8451", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; cdkn1ca<MO3-cdkn1ca>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e292368e-6095-49a4-bd7c-5a0b7c450538", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-070215-11", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-24810", "obj": "ZFIN:ZDB-GENO-070215-11"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-070215-11", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": "ZFIN:ZDB-FISH-150901-24810", "lbl": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-24810", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [n.s.]; myod1<MO1-myod1>", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ad5a66ff-7229-42ea-820b-0ecfeebccd97", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-091027-2", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": "ZFIN:ZDB-GENO-091027-2", "lbl": "shha<tbx392>/shha<+> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-WT", "lbl": "shha<tbx392>/shha<+>"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-091027-2", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<+> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "39bb4494-de39-4302-ae71-a7f43ecfcb59", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-12204", "obj": "ZFIN:ZDB-GENO-100910-1"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}, {"id": "ZFIN:ZDB-FISH-150901-12204", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-12204", "replaced_by": null, "consider": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0cdf8daf-7472-48a1-a81a-c59fa03dbca2", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-120522-18", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-FISH-150901-26139", "obj": "ZFIN:ZDB-GENO-120522-18"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-FISH-150901-26139", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": "ZFIN:ZDB-GENO-120522-18", "lbl": "shha<tbx392>/shha<tbx392> [TU]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-FISH-150901-26139", "replaced_by": null, "consider": null, "label": "shha<tbx392>/shha<tbx392> [TU]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f5a6c654-2443-4c8b-96c9-e47bdc4f4f9c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/zfin.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "obj": "ZFIN:ZDB-ALT-010427-8"}, {"pred": "GENO:0000382", "sub": "ZFIN:ZDB-GENO-100910-1", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "obj": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8"}], "nodes": [{"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8", "lbl": "shha<tbx392>/shha<tbx392>"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8-ZDB-ALT-010427-8-_ZDB-GENE-990415-181-ZDB-ALT-980203-605-ZDB-ALT-980203-605", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392>"}, {"id": "ZFIN:ZDB-GENO-100910-1", "lbl": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]"}, {"id": ":.well-known/genid/ZDB-GENE-980526-166-ZDB-ALT-010427-8", "lbl": "shha<tbx392>"}, {"id": "ZFIN:ZDB-ALT-010427-8", "lbl": "tbx392"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:7955", "label": "Danio rerio"}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-GENO-100910-1", "replaced_by": null, "consider": null, "label": "ndr2<Df(Chr12:hhex)b16>/ndr2<Df(Chr12:hhex)b16>; shha<tbx392>/shha<tbx392> [n.s.]", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "13d04057-a6e6-42bb-80eb-b5a0be164933", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "ZFIN:ZDB-ALT-010427-8", "replaced_by": null, "consider": null, "label": "tbx392", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["ZFIN:ZDB-FISH-150901-10317", "ZFIN:ZDB-FISH-150901-12093", "ZFIN:ZDB-FISH-150901-12204", "ZFIN:ZDB-FISH-150901-13014", "ZFIN:ZDB-FISH-150901-19342", "ZFIN:ZDB-FISH-150901-20836", "ZFIN:ZDB-FISH-150901-24810", "ZFIN:ZDB-FISH-150901-25704", "ZFIN:ZDB-FISH-150901-26139", "ZFIN:ZDB-FISH-150901-28202", "ZFIN:ZDB-FISH-150901-6333", "ZFIN:ZDB-FISH-150901-6607", "ZFIN:ZDB-FISH-150901-7624", "ZFIN:ZDB-FISH-150901-8451", "ZFIN:ZDB-GENO-010427-4", "ZFIN:ZDB-GENO-070215-11", "ZFIN:ZDB-GENO-070215-12", "ZFIN:ZDB-GENO-070228-3", "ZFIN:ZDB-GENO-080328-1", "ZFIN:ZDB-GENO-080804-4", "ZFIN:ZDB-GENO-091027-2", "ZFIN:ZDB-GENO-100910-1", "ZFIN:ZDB-GENO-120522-18"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"GENO:0000778": 23, "ZFIN:ZDB-FISH-150901-24810": 1, "ZFIN:ZDB-FISH-150901-7624": 1, "ZFIN:ZDB-FISH-150901-19342": 1, "ZFIN:ZDB-GENO-010427-4": 1, "ZFIN:ZDB-FISH-150901-10317": 1, "GENO:0000525": 14, "BFO:0000002": 23, "BFO:0000031": 23, "ZFIN:ZDB-FISH-150901-6333": 1, "ZFIN:ZDB-FISH-150901-12204": 1, "ZFIN:ZDB-FISH-150901-6607": 1, "ZFIN:ZDB-FISH-150901-20836": 1, "GENO:0000719": 9, "IAO:0000030": 23, "owl:Thing": 23, "BFO:0000001": 23, "GENO:0000536": 23, "ZFIN:ZDB-FISH-150901-8451": 1, "ZFIN:ZDB-FISH-150901-12093": 1, "ZFIN:ZDB-FISH-150901-26139": 1, "ZFIN:ZDB-FISH-150901-28202": 1, "ZFIN:ZDB-FISH-150901-25704": 1, "ZFIN:ZDB-FISH-150901-13014": 1, "GENO:0000000": 9}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/homologs-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/homologs-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SBK2", "deprecated": null, "id": "NCBIGene:646643", "description": null, "consider": null}, "id": "e6da8404-7332-47fe-a41d-3de9e1d28444", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:c5ee4bb6394193f50b7cedb1b8d0453965bb4c94"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "SBK2", "id": "NCBIGene:646643"}], "edges": [{"sub": "MONARCH:c5ee4bb6394193f50b7cedb1b8d0453965bb4c94", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:646643"}, {"sub": "NCBIGene:646643", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c5ee4bb6394193f50b7cedb1b8d0453965bb4c94", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c5ee4bb6394193f50b7cedb1b8d0453965bb4c94", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP4K3", "deprecated": null, "id": "NCBIGene:8491", "description": null, "consider": null}, "id": "e3d55c31-2ee9-4c25-94ad-f207288f93fc", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9d0c5177a226b81aa1e782f6cdfb9953811d9b27"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP4K3", "id": "NCBIGene:8491"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:9d0c5177a226b81aa1e782f6cdfb9953811d9b27", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:9d0c5177a226b81aa1e782f6cdfb9953811d9b27", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:9d0c5177a226b81aa1e782f6cdfb9953811d9b27", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8491"}, {"sub": "NCBIGene:8491", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K2", "deprecated": null, "id": "NCBIGene:10746", "description": null, "consider": null}, "id": "c80b14b4-5bf4-412f-b5f7-eb4b809bff1a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b2d412c4c41846882f8e0dc92c983c35fbe55cc1"}, {"lbl": "MAP3K2", "id": "NCBIGene:10746"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:b2d412c4c41846882f8e0dc92c983c35fbe55cc1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:10746"}, {"sub": "MONARCH:b2d412c4c41846882f8e0dc92c983c35fbe55cc1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:b2d412c4c41846882f8e0dc92c983c35fbe55cc1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:10746"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Canis lupus familiaris", "id": "NCBITaxon:9615"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:486058", "description": null, "consider": null}, "id": "0e63a306-4880-46b3-858e-6a4c968685c5", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:486058"}, {"lbl": null, "id": "MONARCH:3a0b4f5ae08e985d652496c2c2f9efc360b8455a"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:3a0b4f5ae08e985d652496c2c2f9efc360b8455a", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:3a0b4f5ae08e985d652496c2c2f9efc360b8455a", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:486058"}, {"sub": "MONARCH:3a0b4f5ae08e985d652496c2c2f9efc360b8455a", "pred": "OBAN:association_has_object", "obj": "NCBIGene:486058"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K3", "deprecated": null, "id": "NCBIGene:5606", "description": null, "consider": null}, "id": "aa96e3ef-0686-4466-9d04-b8910411691a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:c1a78f7c895b2385c8fc75d12424da2d5a5dafc8"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MAP2K3", "id": "NCBIGene:5606"}], "edges": [{"sub": "NCBIGene:5606", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c1a78f7c895b2385c8fc75d12424da2d5a5dafc8", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5606"}, {"sub": "MONARCH:c1a78f7c895b2385c8fc75d12424da2d5a5dafc8", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c1a78f7c895b2385c8fc75d12424da2d5a5dafc8", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MINK1", "deprecated": null, "id": "NCBIGene:50488", "description": null, "consider": null}, "id": "744d0ba9-9b19-4c8c-ad61-557de06314dd", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MINK1", "id": "NCBIGene:50488"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:e138470070cf126503aadd42c45eb3c359e22ef4"}], "edges": [{"sub": "MONARCH:e138470070cf126503aadd42c45eb3c359e22ef4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:50488"}, {"sub": "NCBIGene:50488", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e138470070cf126503aadd42c45eb3c359e22ef4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e138470070cf126503aadd42c45eb3c359e22ef4", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP4K1", "deprecated": null, "id": "NCBIGene:11184", "description": null, "consider": null}, "id": "70304ee1-7b05-4f00-a049-4e7db8c51463", "type": null, "evidence_graph": {"nodes": [{"lbl": "MAP4K1", "id": "NCBIGene:11184"}, {"lbl": null, "id": "MONARCH:277f06d416c998e2616b3c5b8d52b45b8e23ec73"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:11184", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:277f06d416c998e2616b3c5b8d52b45b8e23ec73", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:11184"}, {"sub": "MONARCH:277f06d416c998e2616b3c5b8d52b45b8e23ec73", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:277f06d416c998e2616b3c5b8d52b45b8e23ec73", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Macaca mulatta", "id": "NCBITaxon:9544"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:694345", "description": null, "consider": null}, "id": "351a8f23-29c0-4573-8861-943cc924d4c4", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NEK1", "id": "NCBIGene:694345"}, {"lbl": null, "id": "MONARCH:54306b36b2bcfbb30cdf918134a69b2e5c12e067"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:694345"}, {"sub": "MONARCH:54306b36b2bcfbb30cdf918134a69b2e5c12e067", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:54306b36b2bcfbb30cdf918134a69b2e5c12e067", "pred": "OBAN:association_has_object", "obj": "NCBIGene:694345"}, {"sub": "MONARCH:54306b36b2bcfbb30cdf918134a69b2e5c12e067", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "ZFIN:ZDB-PUB-030905-1", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nek1", "deprecated": null, "id": "ZFIN:ZDB-GENE-040730-1", "description": null, "consider": null}, "id": "51dc2192-76e6-4029-8628-27b3ccf2ab07", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "ZFIN:ZDB-PUB-030905-1"}, {"lbl": "protein BLAST evidence used in manual assertion", "id": "ECO:0000031"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b"}, {"lbl": "nek1", "id": "ZFIN:ZDB-GENE-040730-1"}, {"lbl": "sequence similarity evidence", "id": "ECO:0000044"}], "edges": [{"sub": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b", "pred": "RO:0002558", "obj": "ECO:0000044"}, {"sub": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b", "pred": "RO:0002558", "obj": "ECO:0000031"}, {"sub": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b", "pred": "dc:source", "obj": "ZFIN:ZDB-PUB-030905-1"}, {"sub": "MONARCH:60c55cd8306d1477e94ae0c14c316365ae4c3d3b", "pred": "OBAN:association_has_subject", "obj": "ZFIN:ZDB-GENE-040730-1"}, {"sub": "ZFIN:ZDB-GENE-040730-1", "pred": "RO:HOM0000017", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/zfin.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Bos taurus", "id": "NCBITaxon:9913"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:534671", "description": null, "consider": null}, "id": "c4b524fb-d6fc-4ba4-b072-5507d3c53aa2", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:534671"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:5126c6be917edbec7a2f31c2b3ddd939e39a2056"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:5126c6be917edbec7a2f31c2b3ddd939e39a2056", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:534671"}, {"sub": "MONARCH:5126c6be917edbec7a2f31c2b3ddd939e39a2056", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5126c6be917edbec7a2f31c2b3ddd939e39a2056", "pred": "OBAN:association_has_object", "obj": "NCBIGene:534671"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K4", "deprecated": null, "id": "NCBIGene:4216", "description": null, "consider": null}, "id": "f62db0fe-da1b-4b8f-981e-8b6af2e86119", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP3K4", "id": "NCBIGene:4216"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:b171099e13b5d4a3a3a6fdb429f5aa507d47d1a4"}], "edges": [{"sub": "MONARCH:b171099e13b5d4a3a3a6fdb429f5aa507d47d1a4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:4216"}, {"sub": "MONARCH:b171099e13b5d4a3a3a6fdb429f5aa507d47d1a4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:b171099e13b5d4a3a3a6fdb429f5aa507d47d1a4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4216"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK3", "deprecated": null, "id": "NCBIGene:6788", "description": null, "consider": null}, "id": "f7265402-0fb1-46eb-89f5-96c9cb5ce48c", "type": null, "evidence_graph": {"nodes": [{"lbl": "STK3", "id": "NCBIGene:6788"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:acb44e9eb3dd3cbfa21e28f8ab06af488f4cb97b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:acb44e9eb3dd3cbfa21e28f8ab06af488f4cb97b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:acb44e9eb3dd3cbfa21e28f8ab06af488f4cb97b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:acb44e9eb3dd3cbfa21e28f8ab06af488f4cb97b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:6788"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:6788"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PAK3", "deprecated": null, "id": "NCBIGene:5063", "description": null, "consider": null}, "id": "e0b6f3f8-ec97-456b-b024-cfbcf5418549", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "PAK3", "id": "NCBIGene:5063"}, {"lbl": null, "id": "MONARCH:215228db3b99be634959373bf1ffb3bc3fa79c0f"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:215228db3b99be634959373bf1ffb3bc3fa79c0f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5063"}, {"sub": "MONARCH:215228db3b99be634959373bf1ffb3bc3fa79c0f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:215228db3b99be634959373bf1ffb3bc3fa79c0f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:5063", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K5", "deprecated": null, "id": "NCBIGene:5607", "description": null, "consider": null}, "id": "467bd001-1d53-4bd6-8da6-8e0d87cbe943", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:52aa3f5ad66e55774ec8a7776b3ba25129aa376c"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP2K5", "id": "NCBIGene:5607"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:5607"}, {"sub": "MONARCH:52aa3f5ad66e55774ec8a7776b3ba25129aa376c", "pred": "OBAN:association_has_object", "obj": "NCBIGene:5607"}, {"sub": "MONARCH:52aa3f5ad66e55774ec8a7776b3ba25129aa376c", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:52aa3f5ad66e55774ec8a7776b3ba25129aa376c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K1", "deprecated": null, "id": "NCBIGene:5604", "description": null, "consider": null}, "id": "43132598-8a5c-4160-b90f-6f17791acbb3", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:5afb783ae18a7ffebe5ca16f0957e133da100443"}, {"lbl": "MAP2K1", "id": "NCBIGene:5604"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:5afb783ae18a7ffebe5ca16f0957e133da100443", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5604"}, {"sub": "NCBIGene:5604", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5afb783ae18a7ffebe5ca16f0957e133da100443", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5afb783ae18a7ffebe5ca16f0957e133da100443", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Danio rerio", "id": "NCBITaxon:7955"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "LOC107980443", "deprecated": null, "id": "NCBIGene:107980443", "description": null, "consider": null}, "id": "07311fbc-7775-48be-a937-ba29fa1739b1", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:68ca3bf439736445ce2620596f7e46d8cd16aba3"}, {"lbl": "LOC107980443", "id": "NCBIGene:107980443"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:68ca3bf439736445ce2620596f7e46d8cd16aba3", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:68ca3bf439736445ce2620596f7e46d8cd16aba3", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000017", "obj": "NCBIGene:107980443"}, {"sub": "MONARCH:68ca3bf439736445ce2620596f7e46d8cd16aba3", "pred": "OBAN:association_has_object", "obj": "NCBIGene:107980443"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in orthology relationship with", "deprecated": null, "id": "RO:HOM0000017", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK4", "deprecated": null, "id": "NCBIGene:6787", "description": null, "consider": null}, "id": "a4767a8e-c24b-4bd5-97d0-8216465bfd7f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9a12165c7e09e8f18998b779a15904f63ef30dcc"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NEK4", "id": "NCBIGene:6787"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:9a12165c7e09e8f18998b779a15904f63ef30dcc", "pred": "OBAN:association_has_object", "obj": "NCBIGene:6787"}, {"sub": "MONARCH:9a12165c7e09e8f18998b779a15904f63ef30dcc", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:6787"}, {"sub": "MONARCH:9a12165c7e09e8f18998b779a15904f63ef30dcc", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PAK5", "deprecated": null, "id": "NCBIGene:57144", "description": null, "consider": null}, "id": "57197789-4a08-4972-b99b-c4e1bc09c798", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:0430337568276c0353cf1de74a0fe32643ab825b"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "PAK5", "id": "NCBIGene:57144"}], "edges": [{"sub": "MONARCH:0430337568276c0353cf1de74a0fe32643ab825b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:57144", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:0430337568276c0353cf1de74a0fe32643ab825b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:0430337568276c0353cf1de74a0fe32643ab825b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:57144"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NRK", "deprecated": null, "id": "NCBIGene:203447", "description": null, "consider": null}, "id": "6a44ed13-cbdd-4e16-aafb-a22edc964074", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f12f5fedcb4f7d02c02f23d1ce9f25c2306bca0d"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NRK", "id": "NCBIGene:203447"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:f12f5fedcb4f7d02c02f23d1ce9f25c2306bca0d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:203447"}, {"sub": "NCBIGene:203447", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f12f5fedcb4f7d02c02f23d1ce9f25c2306bca0d", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f12f5fedcb4f7d02c02f23d1ce9f25c2306bca0d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "OXSR1", "deprecated": null, "id": "NCBIGene:9943", "description": null, "consider": null}, "id": "e317b893-d396-4980-a9ef-f680535f766e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a48d0a53f8215310c4244c4414952988d3e7e9f8"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "OXSR1", "id": "NCBIGene:9943"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:a48d0a53f8215310c4244c4414952988d3e7e9f8", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a48d0a53f8215310c4244c4414952988d3e7e9f8", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9943"}, {"sub": "MONARCH:a48d0a53f8215310c4244c4414952988d3e7e9f8", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:9943"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PAK1", "deprecated": null, "id": "NCBIGene:5058", "description": null, "consider": null}, "id": "679ba338-0869-4bcd-8f8a-7816dde60b44", "type": null, "evidence_graph": {"nodes": [{"lbl": "PAK1", "id": "NCBIGene:5058"}, {"lbl": null, "id": "MONARCH:a807d65bcc3f990b0a61da6d3b667047fba670c8"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:a807d65bcc3f990b0a61da6d3b667047fba670c8", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:5058", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a807d65bcc3f990b0a61da6d3b667047fba670c8", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a807d65bcc3f990b0a61da6d3b667047fba670c8", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5058"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K4", "deprecated": null, "id": "NCBIGene:6416", "description": null, "consider": null}, "id": "5ef5ea29-8af7-4680-8dae-7ea52bf9b508", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP2K4", "id": "NCBIGene:6416"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:aa4fe0ba912816ecba1aa4b1dc58732eddd5bb6f"}], "edges": [{"sub": "NCBIGene:6416", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:aa4fe0ba912816ecba1aa4b1dc58732eddd5bb6f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:aa4fe0ba912816ecba1aa4b1dc58732eddd5bb6f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:aa4fe0ba912816ecba1aa4b1dc58732eddd5bb6f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:6416"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Monodelphis domestica", "id": "NCBITaxon:13616"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:100021205", "description": null, "consider": null}, "id": "b834a907-b81e-4442-86dc-933c500f96a5", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:100021205"}, {"lbl": null, "id": "MONARCH:9fd64a26e6c1d80ed59c9479ca892d738a29200f"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:100021205"}, {"sub": "MONARCH:9fd64a26e6c1d80ed59c9479ca892d738a29200f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:9fd64a26e6c1d80ed59c9479ca892d738a29200f", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:9fd64a26e6c1d80ed59c9479ca892d738a29200f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100021205"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K8", "deprecated": null, "id": "NCBIGene:1326", "description": null, "consider": null}, "id": "c99e0f37-1545-453c-a436-a4acdac21593", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:fb6ece4ec479cacb1b9c23492461b207ac5e8458"}, {"lbl": "MAP3K8", "id": "NCBIGene:1326"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:1326", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:fb6ece4ec479cacb1b9c23492461b207ac5e8458", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:fb6ece4ec479cacb1b9c23492461b207ac5e8458", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:1326"}, {"sub": "MONARCH:fb6ece4ec479cacb1b9c23492461b207ac5e8458", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Sus scrofa", "id": "NCBITaxon:9823"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:100520589", "description": null, "consider": null}, "id": "415b8960-eeae-41b5-beae-bddb7dc816b5", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NEK1", "id": "NCBIGene:100520589"}, {"lbl": null, "id": "MONARCH:90cf14545c714ceacd8f0199bd1deadeb01358a0"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:100520589"}, {"sub": "MONARCH:90cf14545c714ceacd8f0199bd1deadeb01358a0", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:90cf14545c714ceacd8f0199bd1deadeb01358a0", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100520589"}, {"sub": "MONARCH:90cf14545c714ceacd8f0199bd1deadeb01358a0", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STRADB", "deprecated": null, "id": "NCBIGene:55437", "description": null, "consider": null}, "id": "f120b18c-30f6-442f-af48-82e1d4e39a2c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:8067798081af0050edfeaa6d1a307c937fa4c094"}, {"lbl": "STRADB", "id": "NCBIGene:55437"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:8067798081af0050edfeaa6d1a307c937fa4c094", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:55437"}, {"sub": "MONARCH:8067798081af0050edfeaa6d1a307c937fa4c094", "pred": "OBAN:association_has_object", "obj": "NCBIGene:55437"}, {"sub": "MONARCH:8067798081af0050edfeaa6d1a307c937fa4c094", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Nek1", "deprecated": null, "id": "MGI:97303", "description": null, "consider": null}, "id": "d1bdc267-e43f-499a-8484-6f2ffa65afa2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Nek1", "id": "MGI:97303"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:7130ab1c12b3b2b042c890ab0bc09cab6acd7508"}], "edges": [{"sub": "MONARCH:7130ab1c12b3b2b042c890ab0bc09cab6acd7508", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "MGI:97303"}, {"sub": "MONARCH:7130ab1c12b3b2b042c890ab0bc09cab6acd7508", "pred": "OBAN:association_has_object", "obj": "MGI:97303"}, {"sub": "MONARCH:7130ab1c12b3b2b042c890ab0bc09cab6acd7508", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K7", "deprecated": null, "id": "NCBIGene:5609", "description": null, "consider": null}, "id": "0fee4352-e7e2-4996-be74-3417c27b673d", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP2K7", "id": "NCBIGene:5609"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:8773fb82f8d9ccb2396befb39923e9e6420ded98"}], "edges": [{"sub": "NCBIGene:5609", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8773fb82f8d9ccb2396befb39923e9e6420ded98", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8773fb82f8d9ccb2396befb39923e9e6420ded98", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:8773fb82f8d9ccb2396befb39923e9e6420ded98", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5609"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK26", "deprecated": null, "id": "NCBIGene:51765", "description": null, "consider": null}, "id": "382b8eb9-c2ff-48da-948e-35ae5dc95c4a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:08d2be908102deb3f3103e4a05e9075b3fa63029"}, {"lbl": "STK26", "id": "NCBIGene:51765"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:08d2be908102deb3f3103e4a05e9075b3fa63029", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:08d2be908102deb3f3103e4a05e9075b3fa63029", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:08d2be908102deb3f3103e4a05e9075b3fa63029", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:51765"}, {"sub": "NCBIGene:51765", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PAK2", "deprecated": null, "id": "NCBIGene:5062", "description": null, "consider": null}, "id": "46c58d32-c7b4-4a0b-8056-4a1c973d95cd", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:b047091b865331aa7845f1cbef2b1e512551f865"}, {"lbl": "PAK2", "id": "NCBIGene:5062"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:b047091b865331aa7845f1cbef2b1e512551f865", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:5062", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:b047091b865331aa7845f1cbef2b1e512551f865", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5062"}, {"sub": "MONARCH:b047091b865331aa7845f1cbef2b1e512551f865", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "BUB1B-PAK6", "deprecated": null, "id": "NCBIGene:106821730", "description": null, "consider": null}, "id": "f347f730-0e7b-4625-8906-777385a8ef31", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:54cf1c2fc96f2b8b3240a7e2ef41fb5c89e5ed80"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "BUB1B-PAK6", "id": "NCBIGene:106821730"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:54cf1c2fc96f2b8b3240a7e2ef41fb5c89e5ed80", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:106821730"}, {"sub": "NCBIGene:106821730", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:54cf1c2fc96f2b8b3240a7e2ef41fb5c89e5ed80", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:54cf1c2fc96f2b8b3240a7e2ef41fb5c89e5ed80", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SLK", "deprecated": null, "id": "NCBIGene:9748", "description": null, "consider": null}, "id": "621a2ffb-f384-422f-8423-b8de16b2ae05", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "SLK", "id": "NCBIGene:9748"}, {"lbl": null, "id": "MONARCH:1d8672924d0fa64dfb08bc4a853d5d0036d276c2"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:1d8672924d0fa64dfb08bc4a853d5d0036d276c2", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:1d8672924d0fa64dfb08bc4a853d5d0036d276c2", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:9748"}, {"sub": "MONARCH:1d8672924d0fa64dfb08bc4a853d5d0036d276c2", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9748"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR4523", "deprecated": null, "id": "NCBIGene:100616122", "description": null, "consider": null}, "id": "e74c4778-b5bc-4926-b989-71fc0d549a8a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f02b77bc704864dbef6970a05734c9033462a0cf"}, {"lbl": "MIR4523", "id": "NCBIGene:100616122"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:f02b77bc704864dbef6970a05734c9033462a0cf", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:f02b77bc704864dbef6970a05734c9033462a0cf", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:100616122"}, {"sub": "MONARCH:f02b77bc704864dbef6970a05734c9033462a0cf", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100616122"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK10", "deprecated": null, "id": "NCBIGene:6793", "description": null, "consider": null}, "id": "61328f9b-f169-445d-947d-9d20aa638773", "type": null, "evidence_graph": {"nodes": [{"lbl": "STK10", "id": "NCBIGene:6793"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:7e63536eef4dbdefcda4584c7c2963ad114ab4d4"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:7e63536eef4dbdefcda4584c7c2963ad114ab4d4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7e63536eef4dbdefcda4584c7c2963ad114ab4d4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:7e63536eef4dbdefcda4584c7c2963ad114ab4d4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:6793"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:6793"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Gallus gallus", "id": "NCBITaxon:9031"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:422433", "description": null, "consider": null}, "id": "152b7f85-aac4-4327-a8c3-977bf070f859", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:422433"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:5cd467b333a25a2e2a37a0d9cc609cb75b2ca0ff"}], "edges": [{"sub": "MONARCH:5cd467b333a25a2e2a37a0d9cc609cb75b2ca0ff", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:5cd467b333a25a2e2a37a0d9cc609cb75b2ca0ff", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5cd467b333a25a2e2a37a0d9cc609cb75b2ca0ff", "pred": "OBAN:association_has_object", "obj": "NCBIGene:422433"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:422433"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK4", "deprecated": null, "id": "NCBIGene:6789", "description": null, "consider": null}, "id": "37d40de9-a5f1-48f3-bcff-732b7f482bc2", "type": null, "evidence_graph": {"nodes": [{"lbl": "STK4", "id": "NCBIGene:6789"}, {"lbl": null, "id": "MONARCH:bc804f2f4dcf0dc0dafcf57e6520e0019dedb656"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:bc804f2f4dcf0dc0dafcf57e6520e0019dedb656", "pred": "OBAN:association_has_object", "obj": "NCBIGene:6789"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:6789"}, {"sub": "MONARCH:bc804f2f4dcf0dc0dafcf57e6520e0019dedb656", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:bc804f2f4dcf0dc0dafcf57e6520e0019dedb656", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K19", "deprecated": null, "id": "NCBIGene:80122", "description": null, "consider": null}, "id": "574e8c9a-073f-4d71-9c06-ceb3fdff2b5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:039a62b9d11d5b9d61459a8cf9cdecdeffdbb1b9"}, {"lbl": "MAP3K19", "id": "NCBIGene:80122"}], "edges": [{"sub": "MONARCH:039a62b9d11d5b9d61459a8cf9cdecdeffdbb1b9", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:80122"}, {"sub": "MONARCH:039a62b9d11d5b9d61459a8cf9cdecdeffdbb1b9", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:039a62b9d11d5b9d61459a8cf9cdecdeffdbb1b9", "pred": "OBAN:association_has_object", "obj": "NCBIGene:80122"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK25", "deprecated": null, "id": "NCBIGene:10494", "description": null, "consider": null}, "id": "34506270-bf1f-42fc-bf0e-7be7c230d6ba", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:94cd5f22194e15bd214a9ed67d74c73862668a06"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "STK25", "id": "NCBIGene:10494"}], "edges": [{"sub": "MONARCH:94cd5f22194e15bd214a9ed67d74c73862668a06", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:10494", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:94cd5f22194e15bd214a9ed67d74c73862668a06", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:94cd5f22194e15bd214a9ed67d74c73862668a06", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:10494"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP4K5", "deprecated": null, "id": "NCBIGene:11183", "description": null, "consider": null}, "id": "fed34bfb-a389-4326-8a16-981e9fca22d7", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:e95ba6b0f9c52c97b1ed234cf7c55752d655fc2b"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP4K5", "id": "NCBIGene:11183"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:e95ba6b0f9c52c97b1ed234cf7c55752d655fc2b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e95ba6b0f9c52c97b1ed234cf7c55752d655fc2b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:11183", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e95ba6b0f9c52c97b1ed234cf7c55752d655fc2b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:11183"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Pan troglodytes", "id": "NCBITaxon:9598"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:471345", "description": null, "consider": null}, "id": "5eedd99d-16be-4895-9292-9eeee9c3e049", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:471345"}, {"lbl": null, "id": "MONARCH:aa6857bd71e47e96dcdc2301adbed8f71c3e533f"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:aa6857bd71e47e96dcdc2301adbed8f71c3e533f", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:471345"}, {"sub": "MONARCH:aa6857bd71e47e96dcdc2301adbed8f71c3e533f", "pred": "OBAN:association_has_object", "obj": "NCBIGene:471345"}, {"sub": "MONARCH:aa6857bd71e47e96dcdc2301adbed8f71c3e533f", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK39", "deprecated": null, "id": "NCBIGene:27347", "description": null, "consider": null}, "id": "fa92ea6e-f302-4c2b-aa28-a58822633fef", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f988ff66cfe572e10708d1293c481e9c71607c8b"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "STK39", "id": "NCBIGene:27347"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:f988ff66cfe572e10708d1293c481e9c71607c8b", "pred": "OBAN:association_has_object", "obj": "NCBIGene:27347"}, {"sub": "MONARCH:f988ff66cfe572e10708d1293c481e9c71607c8b", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f988ff66cfe572e10708d1293c481e9c71607c8b", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:27347"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K6", "deprecated": null, "id": "NCBIGene:5608", "description": null, "consider": null}, "id": "4b6f5100-a142-4094-9970-85544360de9d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:606a0ee7cfa6fb17f16256a430a4b6684c438ec1"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP2K6", "id": "NCBIGene:5608"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:606a0ee7cfa6fb17f16256a430a4b6684c438ec1", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:606a0ee7cfa6fb17f16256a430a4b6684c438ec1", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:606a0ee7cfa6fb17f16256a430a4b6684c438ec1", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5608"}, {"sub": "NCBIGene:5608", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STK24", "deprecated": null, "id": "NCBIGene:8428", "description": null, "consider": null}, "id": "4e08bd69-305c-49f2-b450-e56b924731a7", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:905b06116baba3a341f1d840f84312daf4e41419"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "STK24", "id": "NCBIGene:8428"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:8428", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:905b06116baba3a341f1d840f84312daf4e41419", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8428"}, {"sub": "MONARCH:905b06116baba3a341f1d840f84312daf4e41419", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:905b06116baba3a341f1d840f84312daf4e41419", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP2K2", "deprecated": null, "id": "NCBIGene:5605", "description": null, "consider": null}, "id": "57fd6510-f065-4c4b-96ef-b712490ec397", "type": null, "evidence_graph": {"nodes": [{"lbl": "MAP2K2", "id": "NCBIGene:5605"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:20b35c20765529901de2400554b07a6683d8d652"}], "edges": [{"sub": "NCBIGene:5605", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:20b35c20765529901de2400554b07a6683d8d652", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:20b35c20765529901de2400554b07a6683d8d652", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5605"}, {"sub": "MONARCH:20b35c20765529901de2400554b07a6683d8d652", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TNIK", "deprecated": null, "id": "NCBIGene:23043", "description": null, "consider": null}, "id": "9681bf41-f104-486a-a3dc-505582ca4e82", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:80c0160425ac823242e9effd12f6b2f23d495262"}, {"lbl": "TNIK", "id": "NCBIGene:23043"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:80c0160425ac823242e9effd12f6b2f23d495262", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:23043"}, {"sub": "NCBIGene:23043", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:80c0160425ac823242e9effd12f6b2f23d495262", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:80c0160425ac823242e9effd12f6b2f23d495262", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K1", "deprecated": null, "id": "NCBIGene:4214", "description": null, "consider": null}, "id": "8dd2e9f0-e948-4332-aefa-634d7da21ea3", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a361014b961cd3a82fb303f4d244577498159190"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP3K1", "id": "NCBIGene:4214"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:a361014b961cd3a82fb303f4d244577498159190", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4214"}, {"sub": "MONARCH:a361014b961cd3a82fb303f4d244577498159190", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:a361014b961cd3a82fb303f4d244577498159190", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:4214"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Anolis carolinensis", "id": "NCBITaxon:28377"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "nek1", "deprecated": null, "id": "NCBIGene:100552798", "description": null, "consider": null}, "id": "2c5214cc-0cef-4aa8-afbb-03296940b3ca", "type": null, "evidence_graph": {"nodes": [{"lbl": "nek1", "id": "NCBIGene:100552798"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:7f2b7881cf5236b826e3cc59877b70770e9b22a5"}], "edges": [{"sub": "MONARCH:7f2b7881cf5236b826e3cc59877b70770e9b22a5", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:7f2b7881cf5236b826e3cc59877b70770e9b22a5", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100552798"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:100552798"}, {"sub": "MONARCH:7f2b7881cf5236b826e3cc59877b70770e9b22a5", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP4K2", "deprecated": null, "id": "NCBIGene:5871", "description": null, "consider": null}, "id": "810ded2d-77f6-4ae6-a657-de7fb1df51ac", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MAP4K2", "id": "NCBIGene:5871"}, {"lbl": null, "id": "MONARCH:0ab5d0c2195d4c0cabeec9c1056e1f2da8aab5f4"}], "edges": [{"sub": "NCBIGene:5871", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:0ab5d0c2195d4c0cabeec9c1056e1f2da8aab5f4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:5871"}, {"sub": "MONARCH:0ab5d0c2195d4c0cabeec9c1056e1f2da8aab5f4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:0ab5d0c2195d4c0cabeec9c1056e1f2da8aab5f4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K3", "deprecated": null, "id": "NCBIGene:4215", "description": null, "consider": null}, "id": "82fc7712-0a8f-4234-947a-59485112674c", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:138e7579ffb78117096d34002ceafc864a36b1f8"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "MAP3K3", "id": "NCBIGene:4215"}], "edges": [{"sub": "MONARCH:138e7579ffb78117096d34002ceafc864a36b1f8", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:138e7579ffb78117096d34002ceafc864a36b1f8", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:4215"}, {"sub": "MONARCH:138e7579ffb78117096d34002ceafc864a36b1f8", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4215"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Equus caballus", "id": "NCBITaxon:9796"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:100061302", "description": null, "consider": null}, "id": "2e93354a-39e0-47be-b9dc-afad566c3b8c", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NEK1", "id": "NCBIGene:100061302"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:7b1fe880aa4c433c4b65c4c5a010600b421990c4"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:100061302"}, {"sub": "MONARCH:7b1fe880aa4c433c4b65c4c5a010600b421990c4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:7b1fe880aa4c433c4b65c4c5a010600b421990c4", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7b1fe880aa4c433c4b65c4c5a010600b421990c4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:100061302"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TAOK2", "deprecated": null, "id": "NCBIGene:9344", "description": null, "consider": null}, "id": "b0644b89-c4b8-4337-9d2b-19cfc19d69ea", "type": null, "evidence_graph": {"nodes": [{"lbl": "TAOK2", "id": "NCBIGene:9344"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:c69dad06fc89e12b062a61390ad7543bfd6ba7dc"}], "edges": [{"sub": "MONARCH:c69dad06fc89e12b062a61390ad7543bfd6ba7dc", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:c69dad06fc89e12b062a61390ad7543bfd6ba7dc", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:9344"}, {"sub": "MONARCH:c69dad06fc89e12b062a61390ad7543bfd6ba7dc", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9344"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PAK4", "deprecated": null, "id": "NCBIGene:10298", "description": null, "consider": null}, "id": "57d38406-4fdf-4c87-b4fe-f94d625c2592", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:bb05b5f71d789e56c7ec15d813014141f71b162c"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "PAK4", "id": "NCBIGene:10298"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:bb05b5f71d789e56c7ec15d813014141f71b162c", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:bb05b5f71d789e56c7ec15d813014141f71b162c", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:10298"}, {"sub": "NCBIGene:10298", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:bb05b5f71d789e56c7ec15d813014141f71b162c", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP4K4", "deprecated": null, "id": "NCBIGene:9448", "description": null, "consider": null}, "id": "b8bbaec1-8164-4683-b4bb-ab4beb9baf7e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cb3ae71f7c7dbfba265644218860d26ba961e950"}, {"lbl": "MAP4K4", "id": "NCBIGene:9448"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:cb3ae71f7c7dbfba265644218860d26ba961e950", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:9448", "pred": "RO:HOM0000011", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:cb3ae71f7c7dbfba265644218860d26ba961e950", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:cb3ae71f7c7dbfba265644218860d26ba961e950", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:9448"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Rattus norvegicus", "id": "NCBITaxon:10116"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Nek1", "deprecated": null, "id": "NCBIGene:290705", "description": null, "consider": null}, "id": "efea33cb-1dce-498c-a01c-bcfd6019f9fa", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:223b1b62ec8cb0987944c90ca1b1fddfda840f57"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": "Nek1", "id": "NCBIGene:290705"}], "edges": [{"sub": "MONARCH:223b1b62ec8cb0987944c90ca1b1fddfda840f57", "pred": "OBAN:association_has_object", "obj": "NCBIGene:290705"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000020", "obj": "NCBIGene:290705"}, {"sub": "MONARCH:223b1b62ec8cb0987944c90ca1b1fddfda840f57", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:223b1b62ec8cb0987944c90ca1b1fddfda840f57", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in 1 to 1 orthology relationship with", "deprecated": null, "id": "RO:HOM0000020", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TAOK3", "deprecated": null, "id": "NCBIGene:51347", "description": null, "consider": null}, "id": "ee32388c-ea65-4f01-b5c1-124d7cc8028f", "type": null, "evidence_graph": {"nodes": [{"lbl": "TAOK3", "id": "NCBIGene:51347"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}, {"lbl": null, "id": "MONARCH:3313b94163e1741345872b3069a4828971a03b63"}], "edges": [{"sub": "MONARCH:3313b94163e1741345872b3069a4828971a03b63", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:3313b94163e1741345872b3069a4828971a03b63", "pred": "OBAN:association_has_object", "obj": "NCBIGene:51347"}, {"sub": "MONARCH:3313b94163e1741345872b3069a4828971a03b63", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:51347"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "STRADA", "deprecated": null, "id": "NCBIGene:92335", "description": null, "consider": null}, "id": "61d01046-1973-4963-afd0-7954bf5fcdee", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0f1c2674e6645cc048766225a66ce48833652ce2"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "STRADA", "id": "NCBIGene:92335"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "MONARCH:0f1c2674e6645cc048766225a66ce48833652ce2", "pred": "OBAN:association_has_object", "obj": "NCBIGene:92335"}, {"sub": "MONARCH:0f1c2674e6645cc048766225a66ce48833652ce2", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:92335"}, {"sub": "MONARCH:0f1c2674e6645cc048766225a66ce48833652ce2", "pred": "RO:0002558", "obj": "ECO:0000080"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MAP3K14", "deprecated": null, "id": "NCBIGene:9020", "description": null, "consider": null}, "id": "447d98dd-f9b3-4e11-9429-483a3b6f9bba", "type": null, "evidence_graph": {"nodes": [{"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MAP3K14", "id": "NCBIGene:9020"}, {"lbl": null, "id": "MONARCH:7f7b82eb6b3e09b99f339f5c0a7c0f261039e377"}, {"lbl": "phylogenetic evidence", "id": "ECO:0000080"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:HOM0000011", "obj": "NCBIGene:9020"}, {"sub": "MONARCH:7f7b82eb6b3e09b99f339f5c0a7c0f261039e377", "pred": "RO:0002558", "obj": "ECO:0000080"}, {"sub": "MONARCH:7f7b82eb6b3e09b99f339f5c0a7c0f261039e377", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9020"}, {"sub": "MONARCH:7f7b82eb6b3e09b99f339f5c0a7c0f261039e377", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/panther.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "in paralogy relationship with", "deprecated": null, "id": "RO:HOM0000011", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["MGI:97303", "NCBIGene:100021205", "NCBIGene:100061302", "NCBIGene:100520589", "NCBIGene:100552798", "NCBIGene:100616122", "NCBIGene:10298", "NCBIGene:10494", "NCBIGene:106821730", "NCBIGene:10746", "NCBIGene:107980443", "NCBIGene:11183", "NCBIGene:11184", "NCBIGene:1326", "NCBIGene:203447", "NCBIGene:23043", "NCBIGene:27347", "NCBIGene:290705", "NCBIGene:4214", "NCBIGene:4215", "NCBIGene:4216", "NCBIGene:422433", "NCBIGene:471345", "NCBIGene:486058", "NCBIGene:50488", "NCBIGene:5058", "NCBIGene:5062", "NCBIGene:5063", "NCBIGene:51347", "NCBIGene:51765", "NCBIGene:534671", "NCBIGene:55437", "NCBIGene:5604", "NCBIGene:5605", "NCBIGene:5606", "NCBIGene:5607", "NCBIGene:5608", "NCBIGene:5609", "NCBIGene:57144", "NCBIGene:5871", "NCBIGene:6416", "NCBIGene:646643", "NCBIGene:6787", "NCBIGene:6788", "NCBIGene:6789", "NCBIGene:6793", "NCBIGene:694345", "NCBIGene:80122", "NCBIGene:8428", "NCBIGene:8491", "NCBIGene:9020", "NCBIGene:92335", "NCBIGene:9344", "NCBIGene:9448", "NCBIGene:9748", "NCBIGene:9943", "ZFIN:ZDB-GENE-040730-1"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 57}, "object_closure": {"owl:Thing": 57, "SO:0000110": 57, "SO:0001411": 57, "ENSEMBL:ENSG00000011566": 1, "ENSEMBL:ENSDARG00000043770": 1, "SO:0001217": 57, "GENO:0000701": 57, "BFO:0000031": 57, "BFO:0000002": 57, "ENSEMBL:ENSG00000065559": 1, "ENSEMBL:ENSDARG00000022350": 1, "ENSEMBL:ENSACAG00000015828": 1, "GENO:0000014": 57, "ENSEMBL:ENSG00000006062": 1, "SO:0000001": 57, "ENSEMBL:ENSECAG00000017058": 1, "ENSEMBL:ENSG00000065613": 1, "SO:0000704": 57, "ENSEMBL:ENSCAFG00000007650": 1, "ENSEMBL:ENSG00000072786": 1, "ENSEMBL:ENSG00000071054": 1, "BFO:0000001": 57, "ENSEMBL:ENSBTAG00000026915": 1, "ENSEMBL:ENSG00000034152": 1, "ENSEMBL:ENSG00000012983": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:f02b77bc704864db", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f02b77bc704864db", "obj": "NCBIGene:57551"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:57551"}, {"pred": "RO:0002558", "sub": "MONARCH:f02b77bc704864db", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:f02b77bc704864db", "lbl": null}, {"id": "NCBIGene:57551", "lbl": "TAOK1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57551", "replaced_by": null, "consider": null, "label": "TAOK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "16bcc458-11f8-45e3-bc67-8fc08b4ad3ef", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:94a9affbb7ca679f", "obj": "NCBIGene:5609"}, {"pred": "RO:0002558", "sub": "MONARCH:94a9affbb7ca679f", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:5609"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:94a9affbb7ca679f", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:94a9affbb7ca679f", "lbl": null}, {"id": "NCBIGene:5609", "lbl": "MAP2K7"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5609", "replaced_by": null, "consider": null, "label": "MAP2K7", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "24bbcd10-ff8c-4617-8dad-e19bd6a91baf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:905b06116baba3a3", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:905b06116baba3a3", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:905b06116baba3a3", "obj": "NCBIGene:8428"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:8428", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:905b06116baba3a3", "lbl": null}, {"id": "NCBIGene:8428", "lbl": "STK24"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8428", "replaced_by": null, "consider": null, "label": "STK24", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bad677bc-a5cb-455f-99b8-84efe2c60a95", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:b2d412c4c4184688", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:10746"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b2d412c4c4184688", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b2d412c4c4184688", "obj": "NCBIGene:10746"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:10746", "lbl": "MAP3K2"}, {"id": "MONARCH:b2d412c4c4184688", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10746", "replaced_by": null, "consider": null, "label": "MAP3K2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "277f037e-2af1-43ec-b4b8-f7522c4f3b5c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5126c6be917edbec", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:5126c6be917edbec", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5126c6be917edbec", "obj": "NCBIGene:534671"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:534671"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:5126c6be917edbec", "lbl": null}, {"id": "NCBIGene:534671", "lbl": "NEK1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9913", "label": "Bos taurus"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:534671", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4584981a-c2a6-4356-ae08-ebacd91169b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:8491", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:9d0c5177a226b81a", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9d0c5177a226b81a", "obj": "NCBIGene:8491"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9d0c5177a226b81a", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:9d0c5177a226b81a", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "NCBIGene:8491", "lbl": "MAP4K3"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8491", "replaced_by": null, "consider": null, "label": "MAP4K3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b29a3630-8f2d-468e-b42a-8439e6eb7c80", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a807d65bcc3f990b", "obj": "NCBIGene:5058"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a807d65bcc3f990b", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:5058", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:a807d65bcc3f990b", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:5058", "lbl": "PAK1"}, {"id": "MONARCH:a807d65bcc3f990b", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5058", "replaced_by": null, "consider": null, "label": "PAK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "685e272e-1b88-4d03-aa09-3bf898ee88c7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:08d2be908102deb3", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08d2be908102deb3", "obj": "NCBIGene:51765"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:51765", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:08d2be908102deb3", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:08d2be908102deb3", "lbl": null}, {"id": "NCBIGene:51765", "lbl": "STK26"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:51765", "replaced_by": null, "consider": null, "label": "STK26", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "deab6a55-f6bf-49ab-a0bb-aa1b365daf7e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:5062", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:b047091b865331aa", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b047091b865331aa", "obj": "NCBIGene:5062"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b047091b865331aa", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b047091b865331aa", "lbl": null}, {"id": "NCBIGene:5062", "lbl": "PAK2"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5062", "replaced_by": null, "consider": null, "label": "PAK2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3a17ac44-b8b1-4374-8026-de7489fca566", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b2d2ec9aeaec0114", "obj": "NCBIGene:1326"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b2d2ec9aeaec0114", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:1326"}, {"pred": "RO:0002558", "sub": "MONARCH:b2d2ec9aeaec0114", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b2d2ec9aeaec0114", "lbl": null}, {"id": "NCBIGene:1326", "lbl": "MAP3K8"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:1326", "replaced_by": null, "consider": null, "label": "MAP3K8", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9aa3ee77-94b1-451e-91fb-44dd261b4e70", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:100520589"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:90cf14545c714cea", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:90cf14545c714cea", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:90cf14545c714cea", "obj": "NCBIGene:100520589"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:90cf14545c714cea", "lbl": null}, {"id": "NCBIGene:100520589", "lbl": "NEK1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9823", "label": "Sus scrofa"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:100520589", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2fd1ca9b-e434-4f79-8db2-5d90fedda92e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:8067798081af0050", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8067798081af0050", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8067798081af0050", "obj": "NCBIGene:55437"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:55437"}], "nodes": [{"id": "NCBIGene:55437", "lbl": "STRADB"}, {"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:8067798081af0050", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:55437", "replaced_by": null, "consider": null, "label": "STRADB", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5891d227-1a90-4693-b1ca-6986e3251a6e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:039a62b9d11d5b9d", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:039a62b9d11d5b9d", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:80122"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:039a62b9d11d5b9d", "obj": "NCBIGene:80122"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:039a62b9d11d5b9d", "lbl": null}, {"id": "NCBIGene:80122", "lbl": "MAP3K19"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:80122", "replaced_by": null, "consider": null, "label": "MAP3K19", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ebfcb5f6-e4e5-4fa3-a361-f5caf6461be3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:3292c2083de0ab26", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3292c2083de0ab26", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3292c2083de0ab26", "obj": "NCBIGene:10494"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:10494"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:10494", "lbl": "STK25"}, {"id": "MONARCH:3292c2083de0ab26", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10494", "replaced_by": null, "consider": null, "label": "STK25", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a1b706d0-951b-4fe8-8f24-94aa94cc7f16", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a5144986cb69b29c", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:5605"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a5144986cb69b29c", "obj": "NCBIGene:5605"}, {"pred": "RO:0002558", "sub": "MONARCH:a5144986cb69b29c", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:5605", "lbl": "MAP2K2"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:a5144986cb69b29c", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5605", "replaced_by": null, "consider": null, "label": "MAP2K2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d6116995-8e18-4380-af1f-b439817f4c41", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7130ab1c12b3b2b0", "obj": "MGI:97303"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "MGI:97303"}, {"pred": "RO:0002558", "sub": "MONARCH:7130ab1c12b3b2b0", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7130ab1c12b3b2b0", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MGI:97303", "lbl": "Nek1"}, {"id": "MONARCH:7130ab1c12b3b2b0", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:97303", "replaced_by": null, "consider": null, "label": "Nek1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "01526e2a-5843-4c9f-8eec-cabcb2ec0164", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:cee18fdf89923970", "obj": "NCBIGene:6787"}, {"pred": "RO:0002558", "sub": "MONARCH:cee18fdf89923970", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:6787", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cee18fdf89923970", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:cee18fdf89923970", "lbl": null}, {"id": "NCBIGene:6787", "lbl": "NEK4"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6787", "replaced_by": null, "consider": null, "label": "NEK4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6dfbf5bf-6a93-4211-925c-add8439491c7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:b171099e13b5d4a3", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b171099e13b5d4a3", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b171099e13b5d4a3", "obj": "NCBIGene:4216"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:4216"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:b171099e13b5d4a3", "lbl": null}, {"id": "NCBIGene:4216", "lbl": "MAP3K4"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4216", "replaced_by": null, "consider": null, "label": "MAP3K4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86f50e06-38e2-4093-a2f2-73b2b6605f29", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:e138470070cf1265", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:50488", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e138470070cf1265", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e138470070cf1265", "obj": "NCBIGene:50488"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:50488", "lbl": "MINK1"}, {"id": "MONARCH:e138470070cf1265", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:50488", "replaced_by": null, "consider": null, "label": "MINK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "484b2bad-9f02-41e2-a854-886c14fa8624", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:f988ff66cfe572e1", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f988ff66cfe572e1", "obj": "NCBIGene:27347"}, {"pred": "RO:0002558", "sub": "MONARCH:f988ff66cfe572e1", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:27347"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:27347", "lbl": "STK39"}, {"id": "MONARCH:f988ff66cfe572e1", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:27347", "replaced_by": null, "consider": null, "label": "STK39", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "eb9c916e-7572-4efe-8860-b4813e94364a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:471345"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:aa6857bd71e47e96", "obj": "NCBIGene:471345"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:aa6857bd71e47e96", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:aa6857bd71e47e96", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:471345", "lbl": "NEK1"}, {"id": "MONARCH:aa6857bd71e47e96", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9598", "label": "Pan troglodytes"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:471345", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "893e1bcc-8275-4b90-93ad-5cbb3b773518", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:5871", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0ab5d0c2195d4c0c", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0ab5d0c2195d4c0c", "obj": "NCBIGene:5871"}, {"pred": "RO:0002558", "sub": "MONARCH:0ab5d0c2195d4c0c", "obj": "ECO:0000080"}], "nodes": [{"id": "NCBIGene:5871", "lbl": "MAP4K2"}, {"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:0ab5d0c2195d4c0c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5871", "replaced_by": null, "consider": null, "label": "MAP4K2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3187dfd0-88c3-48cf-bf14-8c5b3f11a856", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:9020"}, {"pred": "RO:0002558", "sub": "MONARCH:7f7b82eb6b3e09b9", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f7b82eb6b3e09b9", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f7b82eb6b3e09b9", "obj": "NCBIGene:9020"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:7f7b82eb6b3e09b9", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "NCBIGene:9020", "lbl": "MAP3K14"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9020", "replaced_by": null, "consider": null, "label": "MAP3K14", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8e469b87-72a8-4bcd-bd4a-10c6cd3accc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:e95ba6b0f9c52c97", "obj": "NCBIGene:11183"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:11183", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:e95ba6b0f9c52c97", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e95ba6b0f9c52c97", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:11183", "lbl": "MAP4K5"}, {"id": "MONARCH:e95ba6b0f9c52c97", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:11183", "replaced_by": null, "consider": null, "label": "MAP4K5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "15f4b892-45b5-4c70-ba31-559dced3128d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:bb05b5f71d789e56", "obj": "NCBIGene:10298"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:10298", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:bb05b5f71d789e56", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bb05b5f71d789e56", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:bb05b5f71d789e56", "lbl": null}, {"id": "NCBIGene:10298", "lbl": "PAK4"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10298", "replaced_by": null, "consider": null, "label": "PAK4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e2bf5746-f47b-4415-b94b-ce7156189449", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5cd467b333a25a2e", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:422433"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5cd467b333a25a2e", "obj": "NCBIGene:422433"}, {"pred": "RO:0002558", "sub": "MONARCH:5cd467b333a25a2e", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:5cd467b333a25a2e", "lbl": null}, {"id": "NCBIGene:422433", "lbl": "NEK1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9031", "label": "Gallus gallus"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:422433", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e37e3f7f-63f1-42c6-bd47-ba51bea5d70d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:6789"}, {"pred": "RO:0002558", "sub": "MONARCH:bc804f2f4dcf0dc0", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bc804f2f4dcf0dc0", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bc804f2f4dcf0dc0", "obj": "NCBIGene:6789"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:6789", "lbl": "STK4"}, {"id": "MONARCH:bc804f2f4dcf0dc0", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6789", "replaced_by": null, "consider": null, "label": "STK4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f3767bbf-f9cd-42bd-83f0-8753d4242cd9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:6793", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:947142fe5a059566", "obj": "NCBIGene:6793"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:947142fe5a059566", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:947142fe5a059566", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:6793", "lbl": "STK10"}, {"id": "MONARCH:947142fe5a059566", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6793", "replaced_by": null, "consider": null, "label": "STK10", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3084126e-bcef-4093-b246-864f93253d4a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:3313b94163e17413", "obj": "NCBIGene:51347"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3313b94163e17413", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:51347"}, {"pred": "RO:0002558", "sub": "MONARCH:3313b94163e17413", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:3313b94163e17413", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "NCBIGene:51347", "lbl": "TAOK3"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:51347", "replaced_by": null, "consider": null, "label": "TAOK3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "954fc507-00b2-4708-9cc4-158998d83079", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:cb3ae71f7c7dbfba", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:9448", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cb3ae71f7c7dbfba", "obj": "NCBIGene:9448"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cb3ae71f7c7dbfba", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:9448", "lbl": "MAP4K4"}, {"id": "MONARCH:cb3ae71f7c7dbfba", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9448", "replaced_by": null, "consider": null, "label": "MAP4K4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "43a52613-2114-434a-8c47-c4fe7db6f593", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:1f5140cf5f49a7de", "obj": "NCBIGene:5608"}, {"pred": "RO:0002558", "sub": "MONARCH:1f5140cf5f49a7de", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f5140cf5f49a7de", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:5608"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:5608", "lbl": "MAP2K6"}, {"id": "MONARCH:1f5140cf5f49a7de", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5608", "replaced_by": null, "consider": null, "label": "MAP2K6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3c92d103-5122-4aad-9ad6-99de38aa0712", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:80c0160425ac8232", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:80c0160425ac8232", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:80c0160425ac8232", "obj": "NCBIGene:23043"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:23043", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:80c0160425ac8232", "lbl": null}, {"id": "NCBIGene:23043", "lbl": "TNIK"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:23043", "replaced_by": null, "consider": null, "label": "TNIK", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "09da9297-c7ad-4798-97ee-741273d394f3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:7f2b7881cf5236b8", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f2b7881cf5236b8", "obj": "NCBIGene:100552798"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f2b7881cf5236b8", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:100552798"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:100552798", "lbl": "nek1"}, {"id": "MONARCH:7f2b7881cf5236b8", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:28377", "label": "Anolis carolinensis"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:100552798", "replaced_by": null, "consider": null, "label": "nek1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "de379e34-dc18-4534-bea6-53568e5ee11e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a361014b961cd3a8", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:4214"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a361014b961cd3a8", "obj": "NCBIGene:4214"}, {"pred": "RO:0002558", "sub": "MONARCH:a361014b961cd3a8", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "NCBIGene:4214", "lbl": "MAP3K1"}, {"id": "MONARCH:a361014b961cd3a8", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4214", "replaced_by": null, "consider": null, "label": "MAP3K1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8dc60488-0652-4ca1-bfdd-74d38929c8fd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7b1fe880aa4c433c", "obj": "NCBIGene:100061302"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:100061302"}, {"pred": "RO:0002558", "sub": "MONARCH:7b1fe880aa4c433c", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7b1fe880aa4c433c", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:100061302", "lbl": "NEK1"}, {"id": "MONARCH:7b1fe880aa4c433c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9796", "label": "Equus caballus"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:100061302", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3680ae87-5f99-4d75-9718-861f5e2faa01", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:138e7579ffb78117", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:138e7579ffb78117", "obj": "NCBIGene:4215"}, {"pred": "RO:0002558", "sub": "MONARCH:138e7579ffb78117", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:4215"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:138e7579ffb78117", "lbl": null}, {"id": "NCBIGene:4215", "lbl": "MAP3K3"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4215", "replaced_by": null, "consider": null, "label": "MAP3K3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5547e9a6-3ee0-4fe4-83b7-bba598507730", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:0f1c2674e6645cc0", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:92335"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0f1c2674e6645cc0", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0f1c2674e6645cc0", "obj": "NCBIGene:92335"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:0f1c2674e6645cc0", "lbl": null}, {"id": "NCBIGene:92335", "lbl": "STRADA"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:92335", "replaced_by": null, "consider": null, "label": "STRADA", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "47d7030f-dc13-453b-9b4f-b3e05a1d9044", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:5604"}, {"pred": "RO:0002558", "sub": "MONARCH:9a0fcd543b02892c", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9a0fcd543b02892c", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9a0fcd543b02892c", "obj": "NCBIGene:5604"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:9a0fcd543b02892c", "lbl": null}, {"id": "NCBIGene:5604", "lbl": "MAP2K1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5604", "replaced_by": null, "consider": null, "label": "MAP2K1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0316bed8-a701-4b62-a801-4d0753214c23", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:215228db3b99be63", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:215228db3b99be63", "obj": "NCBIGene:5063"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:5063", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:215228db3b99be63", "obj": "ECO:0000080"}], "nodes": [{"id": "MONARCH:215228db3b99be63", "lbl": null}, {"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:5063", "lbl": "PAK3"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5063", "replaced_by": null, "consider": null, "label": "PAK3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "233fc8db-ccc6-4a93-a414-4f4b9dcead3c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9edcec220df31a2", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:6416"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9edcec220df31a2", "obj": "NCBIGene:6416"}, {"pred": "RO:0002558", "sub": "MONARCH:c9edcec220df31a2", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:6416", "lbl": "MAP2K4"}, {"id": "MONARCH:c9edcec220df31a2", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6416", "replaced_by": null, "consider": null, "label": "MAP2K4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b5036bb5-905f-4cd7-970d-459b40a31848", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:0430337568276c03", "obj": "NCBIGene:57144"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0430337568276c03", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:57144", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:0430337568276c03", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:57144", "lbl": "PAK5"}, {"id": "MONARCH:0430337568276c03", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57144", "replaced_by": null, "consider": null, "label": "PAK5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5e89827c-38d2-4e2b-a9e0-768ab00d2dc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:277f06d416c998e2", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:277f06d416c998e2", "obj": "NCBIGene:11184"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:11184", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:277f06d416c998e2", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:11184", "lbl": "MAP4K1"}, {"id": "MONARCH:277f06d416c998e2", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:11184", "replaced_by": null, "consider": null, "label": "MAP4K1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9362ecec-87f7-4b70-a65b-3b53f7cf5f1b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:cd781b0713b0fba3", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cd781b0713b0fba3", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:9748", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cd781b0713b0fba3", "obj": "NCBIGene:9748"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:cd781b0713b0fba3", "lbl": null}, {"id": "NCBIGene:9748", "lbl": "SLK"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9748", "replaced_by": null, "consider": null, "label": "SLK", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e4a05060-c728-4d59-977d-a3dee2ec379e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:9fd64a26e6c1d80e", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9fd64a26e6c1d80e", "obj": "NCBIGene:100021205"}, {"pred": "RO:0002558", "sub": "MONARCH:9fd64a26e6c1d80e", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:100021205"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:9fd64a26e6c1d80e", "lbl": null}, {"id": "NCBIGene:100021205", "lbl": "NEK1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:13616", "label": "Monodelphis domestica"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:100021205", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9bacfe59-9c63-40a2-8d4c-5886abef434a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:223b1b62ec8cb098", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:223b1b62ec8cb098", "obj": "RGD:1309375"}, {"pred": "RO:0002558", "sub": "MONARCH:223b1b62ec8cb098", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "RGD:1309375"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "RGD:1309375", "lbl": "Nek1"}, {"id": "MONARCH:223b1b62ec8cb098", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10116", "label": "Rattus norvegicus"}, "xrefs": null, "deprecated": null, "id": "RGD:1309375", "replaced_by": null, "consider": null, "label": "Nek1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6f72b3eb-bfb7-41f4-b453-3146b06dc591", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:5606"}, {"pred": "RO:0002558", "sub": "MONARCH:dcb1bc077c1fe29b", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:dcb1bc077c1fe29b", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:dcb1bc077c1fe29b", "obj": "NCBIGene:5606"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:dcb1bc077c1fe29b", "lbl": null}, {"id": "NCBIGene:5606", "lbl": "MAP2K3"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5606", "replaced_by": null, "consider": null, "label": "MAP2K3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c3773d11-f043-4d7f-b563-fc11387d59a4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:646643"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0229b5b6bd657bdc", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0229b5b6bd657bdc", "obj": "NCBIGene:646643"}, {"pred": "RO:0002558", "sub": "MONARCH:0229b5b6bd657bdc", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:646643", "lbl": "SBK2"}, {"id": "MONARCH:0229b5b6bd657bdc", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:646643", "replaced_by": null, "consider": null, "label": "SBK2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "83be0aba-1bbb-4d90-b72f-3cc731350bbf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:acb44e9eb3dd3cbf", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:6788"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:acb44e9eb3dd3cbf", "obj": "NCBIGene:6788"}, {"pred": "RO:0002558", "sub": "MONARCH:acb44e9eb3dd3cbf", "obj": "ECO:0000080"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:acb44e9eb3dd3cbf", "lbl": null}, {"id": "NCBIGene:6788", "lbl": "STK3"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:6788", "replaced_by": null, "consider": null, "label": "STK3", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6df207a-1e22-4229-9dcd-e5b6f523c991", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:c69dad06fc89e12b", "obj": "NCBIGene:9344"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:9344"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c69dad06fc89e12b", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:c69dad06fc89e12b", "obj": "ECO:0000080"}], "nodes": [{"id": "NCBIGene:9344", "lbl": "TAOK2"}, {"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:c69dad06fc89e12b", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9344", "replaced_by": null, "consider": null, "label": "TAOK2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3b3d9b2c-4b21-4c0b-8600-a3a265f321a2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d63f6a1504bb006", "obj": "NCBIGene:5607"}, {"pred": "RO:0002558", "sub": "MONARCH:6d63f6a1504bb006", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6d63f6a1504bb006", "obj": "NCBIGene:4750"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:5607", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "MONARCH:6d63f6a1504bb006", "lbl": null}, {"id": "NCBIGene:5607", "lbl": "MAP2K5"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5607", "replaced_by": null, "consider": null, "label": "MAP2K5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2185be59-9550-4ed6-827b-d1f4002b9006", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:54306b36b2bcfbb3", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:54306b36b2bcfbb3", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:54306b36b2bcfbb3", "obj": "NCBIGene:694345"}, {"pred": "RO:HOM0000020", "sub": "NCBIGene:4750", "obj": "NCBIGene:694345"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:694345", "lbl": "NEK1"}, {"id": "MONARCH:54306b36b2bcfbb3", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000020", "replaced_by": null, "consider": null, "label": "in 1 to 1 orthology relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9544", "label": "Macaca mulatta"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:694345", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3bacf7ca-d9ac-418b-a70a-d7833c747f42", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a48d0a53f8215310", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a48d0a53f8215310", "obj": "NCBIGene:9943"}, {"pred": "RO:0002558", "sub": "MONARCH:a48d0a53f8215310", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:4750", "obj": "NCBIGene:9943"}], "nodes": [{"id": "MONARCH:a48d0a53f8215310", "lbl": null}, {"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:9943", "lbl": "OXSR1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9943", "replaced_by": null, "consider": null, "label": "OXSR1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1deb83ae-5774-46cc-9330-6a1805dfe4f1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:f12f5fedcb4f7d02", "obj": "NCBIGene:203447"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f12f5fedcb4f7d02", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:f12f5fedcb4f7d02", "obj": "ECO:0000080"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:203447", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:203447", "lbl": "NRK"}, {"id": "MONARCH:f12f5fedcb4f7d02", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:203447", "replaced_by": null, "consider": null, "label": "NRK", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "95221b62-6c3e-4521-8d2b-598bef230a8e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/panther.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:54cf1c2fc96f2b8b", "obj": "ECO:0000080"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:54cf1c2fc96f2b8b", "obj": "NCBIGene:106821730"}, {"pred": "RO:HOM0000011", "sub": "NCBIGene:106821730", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:54cf1c2fc96f2b8b", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000080", "lbl": "phylogenetic evidence"}, {"id": "NCBIGene:106821730", "lbl": "BUB1B-PAK6"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:54cf1c2fc96f2b8b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:HOM0000011", "replaced_by": null, "consider": null, "label": "in paralogy relationship with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:106821730", "replaced_by": null, "consider": null, "label": "BUB1B-PAK6", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cdd3594d-1882-4160-a74b-3983b85f7d6b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": null, "numFound": null, "start": null, "facet_counts": null, "facet_pivot": null}
--- a/test-data/interactions-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/interactions-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26638075", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "CEP104", "deprecated": null, "id": "NCBIGene:9731", "description": null, "consider": null}, "id": "4b934fe4-8bfb-4db9-985a-c9c96b02d2cf", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cdce6bf813f49f525b1cefe250245c1ef05fea6d"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "CEP104", "id": "NCBIGene:9731"}, {"lbl": null, "id": "PMID:26638075"}], "edges": [{"sub": "MONARCH:cdce6bf813f49f525b1cefe250245c1ef05fea6d", "pred": "dc:source", "obj": "PMID:26638075"}, {"sub": "MONARCH:cdce6bf813f49f525b1cefe250245c1ef05fea6d", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:cdce6bf813f49f525b1cefe250245c1ef05fea6d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:9731"}, {"sub": "NCBIGene:9731", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:cdce6bf813f49f525b1cefe250245c1ef05fea6d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26186194", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "VPS26B", "deprecated": null, "id": "NCBIGene:112936", "description": null, "consider": null}, "id": "e154370b-f809-4925-b185-4ef8786f9711", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "VPS26B", "id": "NCBIGene:112936"}, {"lbl": null, "id": "PMID:26186194"}, {"lbl": null, "id": "MONARCH:156ad5fec46c444aadb3adc33be4e07c4ae3846d"}], "edges": [{"sub": "MONARCH:156ad5fec46c444aadb3adc33be4e07c4ae3846d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:112936", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:156ad5fec46c444aadb3adc33be4e07c4ae3846d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:112936"}, {"sub": "MONARCH:156ad5fec46c444aadb3adc33be4e07c4ae3846d", "pred": "RO:0002558", "obj": "ECO:0000079"}, {"sub": "MONARCH:156ad5fec46c444aadb3adc33be4e07c4ae3846d", "pred": "dc:source", "obj": "PMID:26186194"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:15231747", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MIR6847", "deprecated": null, "id": "NCBIGene:102465510", "description": null, "consider": null}, "id": "dd167e33-1ba2-401d-a9e2-f32c5727943e", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": "MIR6847", "id": "NCBIGene:102465510"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:15231747"}, {"lbl": null, "id": "MONARCH:c4ffdafc984bc73b2d2166be54047184d198ee84"}], "edges": [{"sub": "NCBIGene:102465510", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c4ffdafc984bc73b2d2166be54047184d198ee84", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:102465510"}, {"sub": "MONARCH:c4ffdafc984bc73b2d2166be54047184d198ee84", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:c4ffdafc984bc73b2d2166be54047184d198ee84", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c4ffdafc984bc73b2d2166be54047184d198ee84", "pred": "dc:source", "obj": "PMID:15231747"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26496610", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cep104", "deprecated": null, "id": "MGI:2687282", "description": null, "consider": null}, "id": "0751d0d0-5ad1-4f46-98c9-94eb998f7ade", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:26496610"}, {"lbl": "Cep104", "id": "MGI:2687282"}, {"lbl": null, "id": "MONARCH:e7f68f98760553ca2b8a39cb18e8966c0a0bd303"}], "edges": [{"sub": "MGI:2687282", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e7f68f98760553ca2b8a39cb18e8966c0a0bd303", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e7f68f98760553ca2b8a39cb18e8966c0a0bd303", "pred": "dc:source", "obj": "PMID:26496610"}, {"sub": "MONARCH:e7f68f98760553ca2b8a39cb18e8966c0a0bd303", "pred": "RO:0002558", "obj": "ECO:0000079"}, {"sub": "MONARCH:e7f68f98760553ca2b8a39cb18e8966c0a0bd303", "pred": "OBAN:association_has_subject", "obj": "MGI:2687282"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "KIF3A", "deprecated": null, "id": "NCBIGene:11127", "description": null, "consider": null}, "id": "5754cf6a-af93-4cf8-a57e-f94d81eee1cd", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "MONARCH:54aa24fb87fc98c213e15d327b940381f32387e4"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "KIF3A", "id": "NCBIGene:11127"}], "edges": [{"sub": "MONARCH:54aa24fb87fc98c213e15d327b940381f32387e4", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:54aa24fb87fc98c213e15d327b940381f32387e4", "pred": "OBAN:association_has_object", "obj": "NCBIGene:11127"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:11127"}, {"sub": "MONARCH:54aa24fb87fc98c213e15d327b940381f32387e4", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:54aa24fb87fc98c213e15d327b940381f32387e4", "pred": "RO:0002558", "obj": "ECO:0000068"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "FEZ2", "deprecated": null, "id": "NCBIGene:9637", "description": null, "consider": null}, "id": "d9f39a05-2c06-4da0-81ae-7ec45fc89551", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821"}, {"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": "FEZ2", "id": "NCBIGene:9637"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}], "edges": [{"sub": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9637"}, {"sub": "MONARCH:b1b20a92a67d7b910d81ba6d176e4f33e4150821", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:9637"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ZNF350", "deprecated": null, "id": "NCBIGene:59348", "description": null, "consider": null}, "id": "bcbac0ea-f50b-4cbc-8b3c-f99e564f42c2", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:5bbd1bfaae3aed5ee8956e7deffa806a1fda6edc"}, {"lbl": "ZNF350", "id": "NCBIGene:59348"}], "edges": [{"sub": "MONARCH:5bbd1bfaae3aed5ee8956e7deffa806a1fda6edc", "pred": "OBAN:association_has_object", "obj": "NCBIGene:59348"}, {"sub": "MONARCH:5bbd1bfaae3aed5ee8956e7deffa806a1fda6edc", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:5bbd1bfaae3aed5ee8956e7deffa806a1fda6edc", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5bbd1bfaae3aed5ee8956e7deffa806a1fda6edc", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:59348"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "YWHAH", "deprecated": null, "id": "NCBIGene:7533", "description": null, "consider": null}, "id": "5ddca3a6-0b55-45a0-9ba7-0ae243e5df7c", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": "YWHAH", "id": "NCBIGene:7533"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:ae2e25281382262cd001265bd74af483ca08bf10"}], "edges": [{"sub": "MONARCH:ae2e25281382262cd001265bd74af483ca08bf10", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:ae2e25281382262cd001265bd74af483ca08bf10", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:7533"}, {"sub": "MONARCH:ae2e25281382262cd001265bd74af483ca08bf10", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:ae2e25281382262cd001265bd74af483ca08bf10", "pred": "OBAN:association_has_object", "obj": "NCBIGene:7533"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26186194", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TEKT4", "deprecated": null, "id": "NCBIGene:150483", "description": null, "consider": null}, "id": "9e524c22-0688-4961-8dd4-0d64cf52f0fb", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:26186194"}, {"lbl": null, "id": "MONARCH:4724f8476cac5fd2375ae6ff0bbaffe1c5abb381"}, {"lbl": "TEKT4", "id": "NCBIGene:150483"}], "edges": [{"sub": "MONARCH:4724f8476cac5fd2375ae6ff0bbaffe1c5abb381", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4724f8476cac5fd2375ae6ff0bbaffe1c5abb381", "pred": "dc:source", "obj": "PMID:26186194"}, {"sub": "NCBIGene:150483", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4724f8476cac5fd2375ae6ff0bbaffe1c5abb381", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:150483"}, {"sub": "MONARCH:4724f8476cac5fd2375ae6ff0bbaffe1c5abb381", "pred": "RO:0002558", "obj": "ECO:0000079"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "ATRX", "deprecated": null, "id": "NCBIGene:546", "description": null, "consider": null}, "id": "303a9f82-2325-42a2-a328-ceca1b9f302b", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "ATRX", "id": "NCBIGene:546"}, {"lbl": null, "id": "MONARCH:d6155e5807e6cb60ffa126c33303004859e30d18"}], "edges": [{"sub": "MONARCH:d6155e5807e6cb60ffa126c33303004859e30d18", "pred": "OBAN:association_has_object", "obj": "NCBIGene:546"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:546"}, {"sub": "MONARCH:d6155e5807e6cb60ffa126c33303004859e30d18", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d6155e5807e6cb60ffa126c33303004859e30d18", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:d6155e5807e6cb60ffa126c33303004859e30d18", "pred": "RO:0002558", "obj": "ECO:0000068"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PPP2R5A", "deprecated": null, "id": "NCBIGene:5525", "description": null, "consider": null}, "id": "8afd4664-a54f-4237-92ec-794e9fcf54cb", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "MONARCH:532e3b5236708e2b0b5569410f46ceb6124705fe"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "PPP2R5A", "id": "NCBIGene:5525"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}], "edges": [{"sub": "MONARCH:532e3b5236708e2b0b5569410f46ceb6124705fe", "pred": "OBAN:association_has_object", "obj": "NCBIGene:5525"}, {"sub": "MONARCH:532e3b5236708e2b0b5569410f46ceb6124705fe", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:532e3b5236708e2b0b5569410f46ceb6124705fe", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:532e3b5236708e2b0b5569410f46ceb6124705fe", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:5525"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "CTNNAL1", "deprecated": null, "id": "NCBIGene:8727", "description": null, "consider": null}, "id": "a9e8a532-7e68-4689-837b-b4ca02ba15b1", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "CTNNAL1", "id": "NCBIGene:8727"}, {"lbl": null, "id": "MONARCH:313c87573e7d035d098daa81c18da9977f10a2b9"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:8727"}, {"sub": "MONARCH:313c87573e7d035d098daa81c18da9977f10a2b9", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:313c87573e7d035d098daa81c18da9977f10a2b9", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:313c87573e7d035d098daa81c18da9977f10a2b9", "pred": "OBAN:association_has_object", "obj": "NCBIGene:8727"}, {"sub": "MONARCH:313c87573e7d035d098daa81c18da9977f10a2b9", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TP53BP1", "deprecated": null, "id": "NCBIGene:7158", "description": null, "consider": null}, "id": "dfcf5d4d-c893-4b31-a870-6c64b11a72b9", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "MONARCH:1f83944636257aec62e2d506871254d8f4fd7f28"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "TP53BP1", "id": "NCBIGene:7158"}], "edges": [{"sub": "MONARCH:1f83944636257aec62e2d506871254d8f4fd7f28", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:1f83944636257aec62e2d506871254d8f4fd7f28", "pred": "OBAN:association_has_object", "obj": "NCBIGene:7158"}, {"sub": "MONARCH:1f83944636257aec62e2d506871254d8f4fd7f28", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:1f83944636257aec62e2d506871254d8f4fd7f28", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:7158"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26673895", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "XPO1", "deprecated": null, "id": "NCBIGene:7514", "description": null, "consider": null}, "id": "9b46e548-fa02-40f0-b55a-3e0ca3afddaa", "type": null, "evidence_graph": {"nodes": [{"lbl": "XPO1", "id": "NCBIGene:7514"}, {"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:26673895"}, {"lbl": null, "id": "MONARCH:6d56a0f45e18716fc008af71d1686a0514ce5d6d"}], "edges": [{"sub": "MONARCH:6d56a0f45e18716fc008af71d1686a0514ce5d6d", "pred": "dc:source", "obj": "PMID:26673895"}, {"sub": "MONARCH:6d56a0f45e18716fc008af71d1686a0514ce5d6d", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:6d56a0f45e18716fc008af71d1686a0514ce5d6d", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:7514"}, {"sub": "MONARCH:6d56a0f45e18716fc008af71d1686a0514ce5d6d", "pred": "RO:0002558", "obj": "ECO:0000079"}, {"sub": "NCBIGene:7514", "pred": "RO:0002434", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26186194", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "WDR83", "deprecated": null, "id": "NCBIGene:84292", "description": null, "consider": null}, "id": "80d7cadc-7b0e-4d27-9e05-20893654c2a5", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:780726911c072cbee245e73607c948ed6f256616"}, {"lbl": "WDR83", "id": "NCBIGene:84292"}, {"lbl": null, "id": "PMID:26186194"}], "edges": [{"sub": "MONARCH:780726911c072cbee245e73607c948ed6f256616", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:780726911c072cbee245e73607c948ed6f256616", "pred": "dc:source", "obj": "PMID:26186194"}, {"sub": "NCBIGene:84292", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:780726911c072cbee245e73607c948ed6f256616", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:84292"}, {"sub": "MONARCH:780726911c072cbee245e73607c948ed6f256616", "pred": "RO:0002558", "obj": "ECO:0000079"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26638075", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "CEP290", "deprecated": null, "id": "NCBIGene:80184", "description": null, "consider": null}, "id": "f3bbbfc8-5921-450b-aff9-66954f0bed5e", "type": null, "evidence_graph": {"nodes": [{"lbl": "CEP290", "id": "NCBIGene:80184"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:26638075"}, {"lbl": null, "id": "MONARCH:acdf4ef56190f84a09ad3ef453fe4e11d58a9635"}], "edges": [{"sub": "MONARCH:acdf4ef56190f84a09ad3ef453fe4e11d58a9635", "pred": "dc:source", "obj": "PMID:26638075"}, {"sub": "MONARCH:acdf4ef56190f84a09ad3ef453fe4e11d58a9635", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "NCBIGene:80184", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:acdf4ef56190f84a09ad3ef453fe4e11d58a9635", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:acdf4ef56190f84a09ad3ef453fe4e11d58a9635", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:80184"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "FEZ1", "deprecated": null, "id": "NCBIGene:9638", "description": null, "consider": null}, "id": "115fa30f-8e3d-46dd-916f-aee8ef15b843", "type": null, "evidence_graph": {"nodes": [{"lbl": "FEZ1", "id": "NCBIGene:9638"}, {"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "immunoprecipitation evidence", "id": "ECO:0000085"}], "edges": [{"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:9638"}, {"sub": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb", "pred": "RO:0002558", "obj": "ECO:0000085"}, {"sub": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:f39a29d69389ab0984d952403d64c308ba9424cb", "pred": "OBAN:association_has_object", "obj": "NCBIGene:9638"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "TSC2", "deprecated": null, "id": "NCBIGene:7249", "description": null, "consider": null}, "id": "5614974e-267d-4ba0-bbf4-6a46ee35e267", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": null, "id": "MONARCH:434a33723630ffe0d2d5e1761e63b13b2b2ea3f7"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "TSC2", "id": "NCBIGene:7249"}], "edges": [{"sub": "MONARCH:434a33723630ffe0d2d5e1761e63b13b2b2ea3f7", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:434a33723630ffe0d2d5e1761e63b13b2b2ea3f7", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "MONARCH:434a33723630ffe0d2d5e1761e63b13b2b2ea3f7", "pred": "OBAN:association_has_object", "obj": "NCBIGene:7249"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:7249"}, {"sub": "MONARCH:434a33723630ffe0d2d5e1761e63b13b2b2ea3f7", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:19490893", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "KRAS", "deprecated": null, "id": "NCBIGene:3845", "description": null, "consider": null}, "id": "f366832b-2bf4-4f7f-9fa4-629a1c1dcf07", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:19490893"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:50866c8b4caddd14d69c1b7497244b14e184fef8"}, {"lbl": "KRAS", "id": "NCBIGene:3845"}, {"lbl": "genetic interaction evidence", "id": "ECO:0000011"}], "edges": [{"sub": "NCBIGene:3845", "pred": "RO:0002435", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:50866c8b4caddd14d69c1b7497244b14e184fef8", "pred": "dc:source", "obj": "PMID:19490893"}, {"sub": "MONARCH:50866c8b4caddd14d69c1b7497244b14e184fef8", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:3845"}, {"sub": "MONARCH:50866c8b4caddd14d69c1b7497244b14e184fef8", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:50866c8b4caddd14d69c1b7497244b14e184fef8", "pred": "RO:0002558", "obj": "ECO:0000011"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "genetically interacts with", "deprecated": null, "id": "RO:0002435", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:14690447", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "MRE11", "deprecated": null, "id": "NCBIGene:4361", "description": null, "consider": null}, "id": "72d96757-5f2b-4ddd-bd43-1663c9e2c67a", "type": null, "evidence_graph": {"nodes": [{"lbl": "yeast 2-hybrid evidence", "id": "ECO:0000068"}, {"lbl": null, "id": "PMID:14690447"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "MRE11", "id": "NCBIGene:4361"}, {"lbl": null, "id": "MONARCH:d631382447fb4bfec62bf5cf2d1be6877ff7ad5e"}], "edges": [{"sub": "MONARCH:d631382447fb4bfec62bf5cf2d1be6877ff7ad5e", "pred": "RO:0002558", "obj": "ECO:0000068"}, {"sub": "NCBIGene:4750", "pred": "RO:0002434", "obj": "NCBIGene:4361"}, {"sub": "MONARCH:d631382447fb4bfec62bf5cf2d1be6877ff7ad5e", "pred": "dc:source", "obj": "PMID:14690447"}, {"sub": "MONARCH:d631382447fb4bfec62bf5cf2d1be6877ff7ad5e", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d631382447fb4bfec62bf5cf2d1be6877ff7ad5e", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4361"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26496610", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cenpe", "deprecated": null, "id": "MGI:1098230", "description": null, "consider": null}, "id": "15de404b-4318-4b60-ab4b-60384d86446a", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "Cenpe", "id": "MGI:1098230"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "PMID:26496610"}, {"lbl": null, "id": "MONARCH:ecd4a4c8474c7b39357b9ef976b30d48aae95d21"}], "edges": [{"sub": "MONARCH:ecd4a4c8474c7b39357b9ef976b30d48aae95d21", "pred": "dc:source", "obj": "PMID:26496610"}, {"sub": "MGI:1098230", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:ecd4a4c8474c7b39357b9ef976b30d48aae95d21", "pred": "RO:0002558", "obj": "ECO:0000079"}, {"sub": "MONARCH:ecd4a4c8474c7b39357b9ef976b30d48aae95d21", "pred": "OBAN:association_has_subject", "obj": "MGI:1098230"}, {"sub": "MONARCH:ecd4a4c8474c7b39357b9ef976b30d48aae95d21", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:26186194", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "SKAP1", "deprecated": null, "id": "NCBIGene:8631", "description": null, "consider": null}, "id": "41b44488-4895-4fca-8c4f-44bc0710cfc8", "type": null, "evidence_graph": {"nodes": [{"lbl": "affinity chromatography evidence", "id": "ECO:0000079"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:1fdc9c4378f73c4b2d4ace5dc278080a68e9aeae"}, {"lbl": null, "id": "PMID:26186194"}, {"lbl": "SKAP1", "id": "NCBIGene:8631"}], "edges": [{"sub": "MONARCH:1fdc9c4378f73c4b2d4ace5dc278080a68e9aeae", "pred": "dc:source", "obj": "PMID:26186194"}, {"sub": "MONARCH:1fdc9c4378f73c4b2d4ace5dc278080a68e9aeae", "pred": "RO:0002558", "obj": "ECO:0000079"}, {"sub": "MONARCH:1fdc9c4378f73c4b2d4ace5dc278080a68e9aeae", "pred": "OBAN:association_has_object", "obj": "NCBIGene:4750"}, {"sub": "NCBIGene:8631", "pred": "RO:0002434", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:1fdc9c4378f73c4b2d4ace5dc278080a68e9aeae", "pred": "OBAN:association_has_subject", "obj": "NCBIGene:8631"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/biogrid.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "interacts with", "deprecated": null, "id": "RO:0002434", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["MGI:1098230", "MGI:2687282", "NCBIGene:102465510", "NCBIGene:11127", "NCBIGene:112936", "NCBIGene:150483", "NCBIGene:3845", "NCBIGene:4361", "NCBIGene:546", "NCBIGene:5525", "NCBIGene:59348", "NCBIGene:7158", "NCBIGene:7249", "NCBIGene:7514", "NCBIGene:7533", "NCBIGene:80184", "NCBIGene:84292", "NCBIGene:8631", "NCBIGene:8727", "NCBIGene:9637", "NCBIGene:9638", "NCBIGene:9731"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 22}, "object_closure": {"BFO:0000020": 1, "owl:Thing": 22, "DOID:0050735": 1, "SO:0000110": 22, "BFO:0000002": 22, "SO:0001411": 22, "DOID:150": 1, "BFO:0000016": 1, "SO:0001217": 22, "GENO:0000701": 22, "DC:0000656": 1, "BFO:0000031": 22, "DOID:0050177": 1, "DOID:0060037": 1, "GENO:0000014": 22, "SO:0000001": 22, "DOID:0050776": 1, "SO:0000704": 22, "DOID:1289": 1, "DOID:0050889": 1, "BFO:0000017": 1, "BFO:0000001": 22, "DOID:1059": 1, "DOID:0060038": 1, "DOID:331": 1}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:4724f8476cac5fd2", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4724f8476cac5fd2", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4724f8476cac5fd2", "obj": "NCBIGene:150483"}, {"pred": "dc:source", "sub": "MONARCH:4724f8476cac5fd2", "obj": "PMID:26186194"}, {"pred": "RO:0002434", "sub": "NCBIGene:150483", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:4724f8476cac5fd2", "obj": "PMID:28514442"}], "nodes": [{"id": "NCBIGene:150483", "lbl": "TEKT4"}, {"id": "PMID:26186194", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "MONARCH:4724f8476cac5fd2", "lbl": null}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26186194", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:150483", "replaced_by": null, "consider": null, "label": "TEKT4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "89c0c898-16d1-4e40-bd81-fd511b006121", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:d631382447fb4bfe", "obj": "ECO:0000068"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:4361"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d631382447fb4bfe", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:d631382447fb4bfe", "obj": "PMID:14690447"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d631382447fb4bfe", "obj": "NCBIGene:4361"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:4361", "lbl": "MRE11"}, {"id": "MONARCH:d631382447fb4bfe", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4361", "replaced_by": null, "consider": null, "label": "MRE11", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d2b8819a-cdf3-4b34-bb9a-df0ee34b7a2e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:7533"}, {"pred": "dc:source", "sub": "MONARCH:ae2e25281382262c", "obj": "PMID:14690447"}, {"pred": "RO:0002558", "sub": "MONARCH:ae2e25281382262c", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ae2e25281382262c", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ae2e25281382262c", "obj": "NCBIGene:7533"}], "nodes": [{"id": "MONARCH:ae2e25281382262c", "lbl": null}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:7533", "lbl": "YWHAH"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7533", "replaced_by": null, "consider": null, "label": "YWHAH", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5a69e568-db11-447f-8504-27276980694f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:db5f80229da265c4", "obj": "NCBIGene:221184"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:db5f80229da265c4", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:db5f80229da265c4", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:221184", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:db5f80229da265c4", "obj": "ECO:0000079"}], "nodes": [{"id": "MONARCH:db5f80229da265c4", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:221184", "lbl": "CPNE2"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:221184", "replaced_by": null, "consider": null, "label": "CPNE2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7ce92bdc-e19e-4af3-b9a2-4bb4fd9ca267", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:761460f4e9cfe093", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:761460f4e9cfe093", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:761460f4e9cfe093", "obj": "PMID:28514442"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:761460f4e9cfe093", "obj": "NCBIGene:83538"}, {"pred": "RO:0002434", "sub": "NCBIGene:83538", "obj": "NCBIGene:4750"}], "nodes": [{"id": "NCBIGene:83538", "lbl": "TTC25"}, {"id": "MONARCH:761460f4e9cfe093", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:83538", "replaced_by": null, "consider": null, "label": "TTC25", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8fba96ce-820b-471c-93de-f744c4f3f959", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:b1b20a92a67d7b91", "obj": "PMID:14690447"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:9637"}, {"pred": "RO:0002558", "sub": "MONARCH:b1b20a92a67d7b91", "obj": "ECO:0000085"}, {"pred": "RO:0002558", "sub": "MONARCH:b1b20a92a67d7b91", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b1b20a92a67d7b91", "obj": "NCBIGene:9637"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b1b20a92a67d7b91", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "MONARCH:b1b20a92a67d7b91", "lbl": null}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:9637", "lbl": "FEZ2"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9637", "replaced_by": null, "consider": null, "label": "FEZ2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3df20834-2918-46ba-b005-ff6b7547fc8c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:84292", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:780726911c072cbe", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:780726911c072cbe", "obj": "PMID:26186194"}, {"pred": "dc:source", "sub": "MONARCH:780726911c072cbe", "obj": "PMID:28514442"}, {"pred": "RO:0002558", "sub": "MONARCH:780726911c072cbe", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:780726911c072cbe", "obj": "NCBIGene:84292"}], "nodes": [{"id": "MONARCH:780726911c072cbe", "lbl": null}, {"id": "PMID:26186194", "lbl": null}, {"id": "NCBIGene:84292", "lbl": "WDR83"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26186194", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84292", "replaced_by": null, "consider": null, "label": "WDR83", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8ea83c1c-9c9b-4121-bcee-5fffe08ebc98", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:c4ffdafc984bc73b", "obj": "NCBIGene:54512"}, {"pred": "RO:0002558", "sub": "MONARCH:c4ffdafc984bc73b", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c4ffdafc984bc73b", "obj": "NCBIGene:4750"}, {"pred": "RO:0002434", "sub": "NCBIGene:54512", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:c4ffdafc984bc73b", "obj": "PMID:15231747"}], "nodes": [{"id": "MONARCH:c4ffdafc984bc73b", "lbl": null}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:15231747", "lbl": null}, {"id": "NCBIGene:54512", "lbl": "EXOSC4"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15231747", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:54512", "replaced_by": null, "consider": null, "label": "EXOSC4", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "98bbb541-cf8f-46d2-a96b-fd999a58b7ea", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:8631", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1fdc9c4378f73c4b", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:1fdc9c4378f73c4b", "obj": "ECO:0000079"}, {"pred": "dc:source", "sub": "MONARCH:1fdc9c4378f73c4b", "obj": "PMID:28514442"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1fdc9c4378f73c4b", "obj": "NCBIGene:8631"}, {"pred": "dc:source", "sub": "MONARCH:1fdc9c4378f73c4b", "obj": "PMID:26186194"}], "nodes": [{"id": "NCBIGene:8631", "lbl": "SKAP1"}, {"id": "PMID:26186194", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:1fdc9c4378f73c4b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26186194", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8631", "replaced_by": null, "consider": null, "label": "SKAP1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "24566fda-d28c-49a1-bd96-f4d02e99f8de", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:dbfa827880e1f11c", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:dbfa827880e1f11c", "obj": "PMID:28514442"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:dbfa827880e1f11c", "obj": "NCBIGene:10106"}, {"pred": "RO:0002558", "sub": "MONARCH:dbfa827880e1f11c", "obj": "ECO:0000079"}, {"pred": "RO:0002434", "sub": "NCBIGene:10106", "obj": "NCBIGene:4750"}], "nodes": [{"id": "NCBIGene:10106", "lbl": "CTDSP2"}, {"id": "MONARCH:dbfa827880e1f11c", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10106", "replaced_by": null, "consider": null, "label": "CTDSP2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "51380872-59f5-45f0-882d-bfa65e438710", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:371000127dc2c90e", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:57679", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:371000127dc2c90e", "obj": "NCBIGene:57679"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:371000127dc2c90e", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:371000127dc2c90e", "obj": "ECO:0000079"}], "nodes": [{"id": "MONARCH:371000127dc2c90e", "lbl": null}, {"id": "NCBIGene:57679", "lbl": "ALS2"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:57679", "replaced_by": null, "consider": null, "label": "ALS2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9b918ac7-79ce-48ea-9a9b-15162e2dd712", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:4504ea623aac452d", "obj": "PMID:27173435"}, {"pred": "RO:0002558", "sub": "MONARCH:4504ea623aac452d", "obj": "ECO:0000079"}, {"pred": "RO:0002434", "sub": "NCBIGene:755", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4504ea623aac452d", "obj": "NCBIGene:755"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4504ea623aac452d", "obj": "NCBIGene:4750"}], "nodes": [{"id": "MONARCH:4504ea623aac452d", "lbl": null}, {"id": "PMID:27173435", "lbl": null}, {"id": "NCBIGene:755", "lbl": "C21orf2"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27173435", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:755", "replaced_by": null, "consider": null, "label": "C21orf2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "df7038fd-3eb5-4a90-af27-4b4b1057b6b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:1f83944636257aec", "obj": "PMID:14690447"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1f83944636257aec", "obj": "NCBIGene:7158"}, {"pred": "RO:0002558", "sub": "MONARCH:1f83944636257aec", "obj": "ECO:0000068"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:7158"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f83944636257aec", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "MONARCH:1f83944636257aec", "lbl": null}, {"id": "NCBIGene:7158", "lbl": "TP53BP1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7158", "replaced_by": null, "consider": null, "label": "TP53BP1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "427d3273-bbfe-43cb-845f-bf739d6682df", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:434a33723630ffe0", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:434a33723630ffe0", "obj": "NCBIGene:7249"}, {"pred": "RO:0002558", "sub": "MONARCH:434a33723630ffe0", "obj": "ECO:0000068"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:7249"}, {"pred": "dc:source", "sub": "MONARCH:434a33723630ffe0", "obj": "PMID:14690447"}], "nodes": [{"id": "MONARCH:434a33723630ffe0", "lbl": null}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "NCBIGene:7249", "lbl": "TSC2"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7249", "replaced_by": null, "consider": null, "label": "TSC2", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1ccfae39-4cf9-4941-b8a1-22b8065d3f31", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002435", "sub": "NCBIGene:3845", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:50866c8b4caddd14", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:50866c8b4caddd14", "obj": "PMID:19490893"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:50866c8b4caddd14", "obj": "NCBIGene:3845"}, {"pred": "RO:0002558", "sub": "MONARCH:50866c8b4caddd14", "obj": "ECO:0000011"}], "nodes": [{"id": "ECO:0000011", "lbl": "genetic interaction evidence"}, {"id": "NCBIGene:3845", "lbl": "KRAS"}, {"id": "MONARCH:50866c8b4caddd14", "lbl": null}, {"id": "PMID:19490893", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002435", "replaced_by": null, "consider": null, "label": "genetically interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19490893", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:3845", "replaced_by": null, "consider": null, "label": "KRAS", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "df9e7b8e-967f-4528-b9d6-f9ea4e6c047e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:8c20e79adf318419", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8c20e79adf318419", "obj": "NCBIGene:55812"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:55812"}, {"pred": "dc:source", "sub": "MONARCH:8c20e79adf318419", "obj": "PMID:27173435"}, {"pred": "RO:0002558", "sub": "MONARCH:8c20e79adf318419", "obj": "ECO:0000079"}], "nodes": [{"id": "MONARCH:8c20e79adf318419", "lbl": null}, {"id": "PMID:27173435", "lbl": null}, {"id": "NCBIGene:55812", "lbl": "SPATA7"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27173435", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:55812", "replaced_by": null, "consider": null, "label": "SPATA7", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e7cc7d74-8440-43d9-a7c3-771fe1671262", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:80eb09cda7f74cd1", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:80eb09cda7f74cd1", "obj": "NCBIGene:23322"}, {"pred": "dc:source", "sub": "MONARCH:80eb09cda7f74cd1", "obj": "PMID:27173435"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:23322"}, {"pred": "RO:0002558", "sub": "MONARCH:80eb09cda7f74cd1", "obj": "ECO:0000079"}], "nodes": [{"id": "PMID:27173435", "lbl": null}, {"id": "NCBIGene:23322", "lbl": "RPGRIP1L"}, {"id": "MONARCH:80eb09cda7f74cd1", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27173435", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:23322", "replaced_by": null, "consider": null, "label": "RPGRIP1L", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e5cf81de-2b9e-41bd-b279-d7a98716e49a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:5209419bdb419780", "obj": "NCBIGene:341676"}, {"pred": "dc:source", "sub": "MONARCH:5209419bdb419780", "obj": "PMID:27173435"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5209419bdb419780", "obj": "NCBIGene:4750"}, {"pred": "RO:0002434", "sub": "NCBIGene:341676", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:5209419bdb419780", "obj": "ECO:0000079"}], "nodes": [{"id": "PMID:27173435", "lbl": null}, {"id": "MONARCH:5209419bdb419780", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:341676", "lbl": "NEK5"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27173435", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:341676", "replaced_by": null, "consider": null, "label": "NEK5", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5c6ce46d-92f3-44a7-80ea-1f4eddc7b8c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:59348"}, {"pred": "dc:source", "sub": "MONARCH:5bbd1bfaae3aed5e", "obj": "PMID:14690447"}, {"pred": "RO:0002558", "sub": "MONARCH:5bbd1bfaae3aed5e", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5bbd1bfaae3aed5e", "obj": "NCBIGene:59348"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5bbd1bfaae3aed5e", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "MONARCH:5bbd1bfaae3aed5e", "lbl": null}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:59348", "lbl": "ZNF350"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:59348", "replaced_by": null, "consider": null, "label": "ZNF350", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a112e2ae-3c4c-4352-bd7c-acb364c3f3c8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:54aa24fb87fc98c2", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:54aa24fb87fc98c2", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:54aa24fb87fc98c2", "obj": "PMID:14690447"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:54aa24fb87fc98c2", "obj": "NCBIGene:11127"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:11127"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "MONARCH:54aa24fb87fc98c2", "lbl": null}, {"id": "NCBIGene:11127", "lbl": "KIF3A"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:11127", "replaced_by": null, "consider": null, "label": "KIF3A", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "74e89a44-0113-41b7-95ae-c0039ef6ba56", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "MGI:2687282", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:e7f68f98760553ca", "obj": "PMID:26496610"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e7f68f98760553ca", "obj": "MGI:2687282"}, {"pred": "RO:0002558", "sub": "MONARCH:e7f68f98760553ca", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e7f68f98760553ca", "obj": "NCBIGene:4750"}], "nodes": [{"id": "MGI:2687282", "lbl": "Cep104"}, {"id": "MONARCH:e7f68f98760553ca", "lbl": null}, {"id": "PMID:26496610", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26496610", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:2687282", "replaced_by": null, "consider": null, "label": "Cep104", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e037cb7b-9d22-46b1-93e5-78a55e0577cd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:46cb28fdc3c0de40", "obj": "NCBIGene:7448"}, {"pred": "dc:source", "sub": "MONARCH:46cb28fdc3c0de40", "obj": "PMID:28514442"}, {"pred": "RO:0002558", "sub": "MONARCH:513ef5832b0096cf", "obj": "ECO:0000079"}, {"pred": "RO:0002558", "sub": "MONARCH:46cb28fdc3c0de40", "obj": "ECO:0000079"}, {"pred": "dc:source", "sub": "MONARCH:513ef5832b0096cf", "obj": "PMID:27173435"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:513ef5832b0096cf", "obj": "NCBIGene:4750"}, {"pred": "RO:0002434", "sub": "NCBIGene:7448", "obj": "NCBIGene:4750"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:7448"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:46cb28fdc3c0de40", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:513ef5832b0096cf", "obj": "NCBIGene:7448"}], "nodes": [{"id": "MONARCH:46cb28fdc3c0de40", "lbl": null}, {"id": "PMID:27173435", "lbl": null}, {"id": "NCBIGene:7448", "lbl": "VTN"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "MONARCH:513ef5832b0096cf", "lbl": null}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:27173435", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7448", "replaced_by": null, "consider": null, "label": "VTN", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cf0f3fa7-e85e-4639-b124-8189c5dc4ec3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:7514", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:6d56a0f45e18716f", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6d56a0f45e18716f", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:6d56a0f45e18716f", "obj": "PMID:26673895"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d56a0f45e18716f", "obj": "NCBIGene:7514"}], "nodes": [{"id": "MONARCH:6d56a0f45e18716f", "lbl": null}, {"id": "PMID:26673895", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:7514", "lbl": "XPO1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26673895", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:7514", "replaced_by": null, "consider": null, "label": "XPO1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d6c033be-c437-4d73-b878-0c88bda19c63", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3743b1223cdcf521", "obj": "PMID:28514442"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3743b1223cdcf521", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3743b1223cdcf521", "obj": "NCBIGene:817"}, {"pred": "RO:0002558", "sub": "MONARCH:3743b1223cdcf521", "obj": "ECO:0000079"}, {"pred": "RO:0002434", "sub": "NCBIGene:817", "obj": "NCBIGene:4750"}], "nodes": [{"id": "NCBIGene:817", "lbl": "CAMK2D"}, {"id": "MONARCH:3743b1223cdcf521", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:817", "replaced_by": null, "consider": null, "label": "CAMK2D", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7d80dfc0-0e45-4f3b-8c6e-b47db2073105", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:5525"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:532e3b5236708e2b", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:532e3b5236708e2b", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:532e3b5236708e2b", "obj": "NCBIGene:5525"}, {"pred": "dc:source", "sub": "MONARCH:532e3b5236708e2b", "obj": "PMID:14690447"}], "nodes": [{"id": "MONARCH:532e3b5236708e2b", "lbl": null}, {"id": "NCBIGene:5525", "lbl": "PPP2R5A"}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:5525", "replaced_by": null, "consider": null, "label": "PPP2R5A", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ea26b4b8-6450-435f-aa2d-7b6826d174f5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:d6155e5807e6cb60", "obj": "NCBIGene:546"}, {"pred": "RO:0002558", "sub": "MONARCH:d6155e5807e6cb60", "obj": "ECO:0000068"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d6155e5807e6cb60", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:d6155e5807e6cb60", "obj": "PMID:14690447"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:546"}], "nodes": [{"id": "NCBIGene:546", "lbl": "ATRX"}, {"id": "MONARCH:d6155e5807e6cb60", "lbl": null}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:546", "replaced_by": null, "consider": null, "label": "ATRX", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9cf9be09-45bd-42e8-bd31-f0cf2e60d7c2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:313c87573e7d035d", "obj": "ECO:0000068"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:8727"}, {"pred": "dc:source", "sub": "MONARCH:313c87573e7d035d", "obj": "PMID:14690447"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:313c87573e7d035d", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:313c87573e7d035d", "obj": "NCBIGene:8727"}], "nodes": [{"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:8727", "lbl": "CTNNAL1"}, {"id": "MONARCH:313c87573e7d035d", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:8727", "replaced_by": null, "consider": null, "label": "CTNNAL1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "347e9ff9-597e-43fa-abad-1e5418970e89", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:b54f99057b7cc7b4", "obj": "ECO:0000079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b54f99057b7cc7b4", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b54f99057b7cc7b4", "obj": "NCBIGene:84643"}, {"pred": "dc:source", "sub": "MONARCH:b54f99057b7cc7b4", "obj": "PMID:28514442"}, {"pred": "RO:0002434", "sub": "NCBIGene:84643", "obj": "NCBIGene:4750"}], "nodes": [{"id": "MONARCH:b54f99057b7cc7b4", "lbl": null}, {"id": "NCBIGene:84643", "lbl": "KIF2B"}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:84643", "replaced_by": null, "consider": null, "label": "KIF2B", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6335fe5f-8675-4943-9c57-84426dc8e4ce", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:acdf4ef56190f84a", "obj": "NCBIGene:80184"}, {"pred": "RO:0002558", "sub": "MONARCH:acdf4ef56190f84a", "obj": "ECO:0000006"}, {"pred": "RO:0002434", "sub": "NCBIGene:80184", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:acdf4ef56190f84a", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:acdf4ef56190f84a", "obj": "PMID:26638075"}], "nodes": [{"id": "MONARCH:acdf4ef56190f84a", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "PMID:26638075", "lbl": null}, {"id": "NCBIGene:80184", "lbl": "CEP290"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26638075", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:80184", "replaced_by": null, "consider": null, "label": "CEP290", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4270a6e8-7e4a-42bc-ae5b-ce25d93327b9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:f39a29d69389ab09", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f39a29d69389ab09", "obj": "NCBIGene:9638"}, {"pred": "dc:source", "sub": "MONARCH:f39a29d69389ab09", "obj": "PMID:14690447"}, {"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:9638"}, {"pred": "RO:0002558", "sub": "MONARCH:f39a29d69389ab09", "obj": "ECO:0000085"}, {"pred": "RO:0002558", "sub": "MONARCH:f39a29d69389ab09", "obj": "ECO:0000068"}], "nodes": [{"id": "MONARCH:f39a29d69389ab09", "lbl": null}, {"id": "ECO:0000068", "lbl": "yeast 2-hybrid evidence"}, {"id": "PMID:14690447", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "NCBIGene:9638", "lbl": "FEZ1"}, {"id": "ECO:0000085", "lbl": "immunoprecipitation evidence"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:14690447", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9638", "replaced_by": null, "consider": null, "label": "FEZ1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4710bf88-ba59-4f73-bd57-92ee9780a110", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:156ad5fec46c444a", "obj": "PMID:28514442"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:156ad5fec46c444a", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:156ad5fec46c444a", "obj": "NCBIGene:112936"}, {"pred": "RO:0002558", "sub": "MONARCH:156ad5fec46c444a", "obj": "ECO:0000079"}, {"pred": "RO:0002434", "sub": "NCBIGene:112936", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:156ad5fec46c444a", "obj": "PMID:26186194"}], "nodes": [{"id": "MONARCH:156ad5fec46c444a", "lbl": null}, {"id": "NCBIGene:112936", "lbl": "VPS26B"}, {"id": "PMID:26186194", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "PMID:28514442", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26186194", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:28514442", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:112936", "replaced_by": null, "consider": null, "label": "VPS26B", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "86769bf0-219d-4b14-8e77-c7e9ee5b45f6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:cdce6bf813f49f52", "obj": "NCBIGene:9731"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cdce6bf813f49f52", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:cdce6bf813f49f52", "obj": "PMID:26638075"}, {"pred": "RO:0002558", "sub": "MONARCH:cdce6bf813f49f52", "obj": "ECO:0000006"}, {"pred": "RO:0002434", "sub": "NCBIGene:9731", "obj": "NCBIGene:4750"}], "nodes": [{"id": "MONARCH:cdce6bf813f49f52", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "NCBIGene:9731", "lbl": "CEP104"}, {"id": "PMID:26638075", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26638075", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:9731", "replaced_by": null, "consider": null, "label": "CEP104", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bfb619eb-e2d6-4fb6-837f-0574782205c9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/biogrid.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:ecd4a4c8474c7b39", "obj": "ECO:0000079"}, {"pred": "RO:0002434", "sub": "MGI:1098230", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ecd4a4c8474c7b39", "obj": "MGI:1098230"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ecd4a4c8474c7b39", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:ecd4a4c8474c7b39", "obj": "PMID:26496610"}], "nodes": [{"id": "MGI:1098230", "lbl": "Cenpe"}, {"id": "MONARCH:ecd4a4c8474c7b39", "lbl": null}, {"id": "PMID:26496610", "lbl": null}, {"id": "ECO:0000079", "lbl": "affinity chromatography evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:26496610", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1098230", "replaced_by": null, "consider": null, "label": "Cenpe", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bc639a25-e5c8-4210-98c5-8cea336f76a4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:79659"}, {"pred": "RO:0002434", "sub": "NCBIGene:79659", "obj": "NCBIGene:4750"}], "nodes": [{"id": "NCBIGene:79659", "lbl": "DYNC2H1"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:79659", "replaced_by": null, "consider": null, "label": "DYNC2H1", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bcbed195-7f19-42b4-a037-338dfbb1160c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/string.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002434", "sub": "NCBIGene:4750", "obj": "NCBIGene:10343"}, {"pred": "RO:0002434", "sub": "NCBIGene:10343", "obj": "NCBIGene:4750"}], "nodes": [{"id": "NCBIGene:10343", "lbl": "PKDREJ"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002434", "replaced_by": null, "consider": null, "label": "interacts with", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:10343", "replaced_by": null, "consider": null, "label": "PKDREJ", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f70b4840-04b3-45f4-9387-6b421195128c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["MGI:1098230", "MGI:2687282", "NCBIGene:10106", "NCBIGene:10343", "NCBIGene:11127", "NCBIGene:112936", "NCBIGene:150483", "NCBIGene:221184", "NCBIGene:23322", "NCBIGene:341676", "NCBIGene:3845", "NCBIGene:4361", "NCBIGene:54512", "NCBIGene:546", "NCBIGene:5525", "NCBIGene:55812", "NCBIGene:57679", "NCBIGene:59348", "NCBIGene:7158", "NCBIGene:7249", "NCBIGene:7448", "NCBIGene:7514", "NCBIGene:7533", "NCBIGene:755", "NCBIGene:79659", "NCBIGene:80184", "NCBIGene:817", "NCBIGene:83538", "NCBIGene:84292", "NCBIGene:84643", "NCBIGene:8631", "NCBIGene:8727", "NCBIGene:9637", "NCBIGene:9638", "NCBIGene:9731"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"ENSEMBL:ENSG00000116198": 1, "GENO:0000701": 35, "SO:0001411": 35, "ENSEMBL:ENSG00000123154": 1, "ENSEMBL:ENSG00000067369": 1, "ENSEMBL:ENSG00000066027": 1, "SO:0000001": 35, "BFO:0000002": 35, "SO:0001217": 35, "BFO:0000031": 35, "ENSEMBL:ENSG00000103197": 1, "ENSEMBL:ENSG00000109072": 1, "ENSEMBL:ENSG00000042317": 1, "SO:0000110": 35, "ENSEMBL:ENSG00000020922": 1, "ENSEMBL:ENSG00000082898": 1, "ENSEMBL:ENSG00000128245": 1, "ENSEMBL:ENSG00000085224": 1, "SO:0000704": 35, "ENSEMBL:ENSG00000103494": 1, "ENSEMBL:ENSG00000119326": 1, "owl:Thing": 35, "ENSEMBL:ENSG00000003393": 1, "BFO:0000001": 35, "GENO:0000014": 35}, "subject_taxon_label": {"Homo sapiens": 35}}, "facet_pivot": null}
--- a/test-data/models-for-disease.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/models-for-disease.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:21966373", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "id": "c7cb303d-febd-4d3b-89df-2dd3bea24bb0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3c5f1be5bbd3180e80f8c181dc6dbd0b790846fa"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "PMID:21966373"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": "Tg(Thy1-Snca)1S13Putt/? [involves: C57BL/6]", "id": "MGI:5573196"}], "edges": [{"sub": "MGI:5573196", "pred": "RO:0003301", "obj": "OMIM:605543"}, {"sub": "MONARCH:3c5f1be5bbd3180e80f8c181dc6dbd0b790846fa", "pred": "OBAN:association_has_subject", "obj": "MGI:5573196"}, {"sub": "MONARCH:3c5f1be5bbd3180e80f8c181dc6dbd0b790846fa", "pred": "OBAN:association_has_object", "obj": "OMIM:605543"}, {"sub": "MONARCH:3c5f1be5bbd3180e80f8c181dc6dbd0b790846fa", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:3c5f1be5bbd3180e80f8c181dc6dbd0b790846fa", "pred": "dc:source", "obj": "PMID:21966373"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Tg(Thy1-Snca)1S13Putt/? [involves: C57BL/6]", "deprecated": null, "id": "MGI:5573196", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is model of", "deprecated": null, "id": "RO:0003301", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24082145", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "id": "35e38689-ef81-4d8d-8bde-5d082a9f139a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0214463fe6c7d65780257ece7cc6ff72222d8b2a"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Snca<tm1Rosl>/Snca<tm1Rosl>; Tg(SNCA)OVX37Rwm/0 [B6.Cg-Tg(SNCA)OVX37Rwm Snca<tm1Rosl>]", "id": "MGI:5544308"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": null, "id": "PMID:24082145"}], "edges": [{"sub": "MONARCH:0214463fe6c7d65780257ece7cc6ff72222d8b2a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:0214463fe6c7d65780257ece7cc6ff72222d8b2a", "pred": "OBAN:association_has_object", "obj": "OMIM:605543"}, {"sub": "MONARCH:0214463fe6c7d65780257ece7cc6ff72222d8b2a", "pred": "dc:source", "obj": "PMID:24082145"}, {"sub": "MGI:5544308", "pred": "RO:0003301", "obj": "OMIM:605543"}, {"sub": "MONARCH:0214463fe6c7d65780257ece7cc6ff72222d8b2a", "pred": "OBAN:association_has_subject", "obj": "MGI:5544308"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Snca<tm1Rosl>/Snca<tm1Rosl>; Tg(SNCA)OVX37Rwm/0 [B6.Cg-Tg(SNCA)OVX37Rwm Snca<tm1Rosl>]", "deprecated": null, "id": "MGI:5544308", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "is model of", "deprecated": null, "id": "RO:0003301", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["MGI:5544308", "MGI:5573196"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Mus musculus": 2}, "object_closure": {"DOID:14330": 2, "BFO:0000020": 2, "MESH:D009422": 2, "DOID:0050890": 2, "DOID:863": 2, "BFO:0000002": 2, "MESH:D001927": 2, "DOID:0060895": 2, "DOID:480": 2, "BFO:0000016": 2, "DOID:0060892": 2, "MESH:D004194": 2, "DOID:4": 2, "DOID:679": 2, "MESH:D019636": 2, "DOID:7": 2, "MESH:D001480": 2, "MESH:D002493": 2, "BFO:0000001": 2, "DOID:1289": 2, "BFO:0000017": 2, "DOID:936": 2, "MESH:D009069": 2, "MESH:D010300": 2, "DOID:331": 2}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:00dd51f291f879c0", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:00dd51f291f879c0", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:00dd51f291f879c0", "obj": "PMID:21966373"}, {"pred": "RO:0003301", "sub": "MGI:5573196", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:00dd51f291f879c0", "obj": "MGI:5573196"}], "nodes": [{"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:21966373", "lbl": null}, {"id": "MONARCH:00dd51f291f879c0", "lbl": null}, {"id": "MGI:5573196", "lbl": "Tg(Thy1-Snca)1S13Putt/? [involves: C57BL/6]"}]}, "relation": {"deprecated": null, "id": "RO:0003301", "replaced_by": null, "consider": null, "label": "is model of", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21966373", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7c8073ad-fa56-4692-a73b-b0a239fdd3e6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5573196", "replaced_by": null, "consider": null, "label": "Tg(Thy1-Snca)1S13Putt/? [involves: C57BL/6]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["MGI:5573196"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"DOID:679": 1, "MESH:D009069": 1, "DOID:936": 1, "DOID:0050890": 1, "BFO:0000016": 1, "BFO:0000002": 1, "DOID:14330": 1, "MESH:D010300": 1, "DOID:863": 1, "DOID:0060895": 1, "BFO:0000017": 1, "DOID:7": 1, "DOID:480": 1, "DOID:4": 1, "DOID:1289": 1, "BFO:0000020": 1, "MESH:D001480": 1, "MESH:D004194": 1, "BFO:0000001": 1, "DOID:0060892": 1, "MESH:D001927": 1, "DOID:331": 1, "MESH:D009422": 1, "MESH:D002493": 1, "MESH:D019636": 1}, "subject_taxon_label": {"Mus musculus": 1}}, "facet_pivot": null}
--- a/test-data/parkinson-search-term.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/parkinson-search-term.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"facet_counts": {"category": {"gene": 46, "Phenotype": 6, "disease": 85}, "taxon_label": {"Mus musculus": 3, "Ornithorhynchus anatinus": 2, "Danio rerio": 3, "Gallus gallus": 3, "Schizosaccharomyces pombe": 0, "Equus caballus": 2, "Sus scrofa": 3, "Caenorhabditis elegans": 0, "Macaca mulatta": 1, "Homo sapiens": 4, "Arabidopsis thaliana": 0, "Rattus norvegicus": 4, "Monodelphis domestica": 3, "Canis lupus familiaris": 4, "Saccharomyces cerevisiae": 0, "Drosophila melanogaster": 0, "Takifugu rubripes": 1, "Pan troglodytes": 3, "Bos taurus": 3, "Xenopus tropicalis": 2, "Dictyostelium discoideum": 0, "Felis catus": 2, "Anolis carolinensis": 3}}, "docs": [{"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0751415", "http://purl.obolibrary.org/obo/UMLS_C0751414", "http://purl.obolibrary.org/obo/MESH_D010302", "http://purl.obolibrary.org/obo/UMLS_C0030569"], "synonym_eng": ["Symptomatic Parkinsonism", "Parkinsonism, Atherosclerotic", "secondary parkinsonism, unspecified", "secondary Parkinsonism", "Parkinson Disease, Symptomatic", "Parkinson Disease, Secondary Vascular", "Secondary Vascular Parkinson Disease", "disorder presenting primarily with parkinsonism", "secondary parkinsonism (disorder)", "Symptomatic Parkinson Disease", "Parkinsonism, Symptomatic", "Symptomatic parkinsonism (disorder)", "Secondary Parkinsonism", "Atherosclerotic Parkinsonism", "secondary parkinsonism (disorder) [Ambiguous]", "Secondary Parkinson Disease", "secondary parkinsonism, unspecified (disorder)", "Parkinsonism, Secondary"], "synonym_kw": ["Symptomatic Parkinsonism", "Parkinsonism, Atherosclerotic", "secondary parkinsonism, unspecified", "secondary Parkinsonism", "Parkinson Disease, Symptomatic", "Parkinson Disease, Secondary Vascular", "Secondary Vascular Parkinson Disease", "disorder presenting primarily with parkinsonism", "secondary parkinsonism (disorder)", "Symptomatic Parkinson Disease", "Parkinsonism, Symptomatic", "Symptomatic parkinsonism (disorder)", "Secondary Parkinsonism", "Atherosclerotic Parkinsonism", "secondary parkinsonism (disorder) [Ambiguous]", "Secondary Parkinson Disease", "secondary parkinsonism, unspecified (disorder)", "Parkinsonism, Secondary"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0751415", "http://purl.obolibrary.org/obo/UMLS_C0751414", "http://purl.obolibrary.org/obo/MESH_D010302", "http://purl.obolibrary.org/obo/UMLS_C0030569"], "iri": "http://purl.obolibrary.org/obo/DOID_13548", "_version_": 1564147993097011201, "label_eng": ["secondary Parkinson disease"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0751415", "http://purl.obolibrary.org/obo/UMLS_C0751414", "http://purl.obolibrary.org/obo/MESH_D010302", "http://purl.obolibrary.org/obo/UMLS_C0030569"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_13548", "iri_eng": "http://purl.obolibrary.org/obo/DOID_13548", "category_kw": ["disease"], "definition_std": ["Conditions which feature clinical manifestations resembling primary Parkinson disease that are caused by a known or suspected condition. Examples include parkinsonism caused by vascular injury, drugs, trauma, toxin exposure, neoplasms, infections and degenerative or hereditary conditions. Clinical features may include bradykinesia, rigidity, parkinsonian gait, and masked facies. In general, tremor is less prominent in secondary parkinsonism than in the primary form. (From Joynt, Clinical Neurology, 1998, Ch38, pp39-42)"], "id_eng": "DOID:13548", "definition_kw": ["Conditions which feature clinical manifestations resembling primary Parkinson disease that are caused by a known or suspected condition. Examples include parkinsonism caused by vascular injury, drugs, trauma, toxin exposure, neoplasms, infections and degenerative or hereditary conditions. Clinical features may include bradykinesia, rigidity, parkinsonian gait, and masked facies. In general, tremor is less prominent in secondary parkinsonism than in the primary form. (From Joynt, Clinical Neurology, 1998, Ch38, pp39-42)"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0751415", "UMLS:C0751414", "MESH:D010302", "UMLS:C0030569"], "label_kw": ["secondary Parkinson disease"], "synonym": ["Symptomatic Parkinsonism", "Parkinsonism, Atherosclerotic", "secondary parkinsonism, unspecified", "secondary Parkinsonism", "Parkinson Disease, Symptomatic", "Parkinson Disease, Secondary Vascular", "Secondary Vascular Parkinson Disease", "disorder presenting primarily with parkinsonism", "secondary parkinsonism (disorder)", "Symptomatic Parkinson Disease", "Parkinsonism, Symptomatic", "Symptomatic parkinsonism (disorder)", "Secondary Parkinsonism", "Atherosclerotic Parkinsonism", "secondary parkinsonism (disorder) [Ambiguous]", "Secondary Parkinson Disease", "secondary parkinsonism, unspecified (disorder)", "Parkinsonism, Secondary"], "score": 34.117615, "id_std": "DOID:13548", "equivalent_curie_std": ["UMLS:C0751415", "UMLS:C0751414", "MESH:D010302", "UMLS:C0030569"], "id": "DOID:13548", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0751415", "http://purl.obolibrary.org/obo/UMLS_C0751414", "http://purl.obolibrary.org/obo/MESH_D010302", "http://purl.obolibrary.org/obo/UMLS_C0030569"], "iri_std": "http://purl.obolibrary.org/obo/DOID_13548", "id_kw": "DOID:13548", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Conditions which feature clinical manifestations resembling primary Parkinson disease that are caused by a known or suspected condition. Examples include parkinsonism caused by vascular injury, drugs, trauma, toxin exposure, neoplasms, infections and degenerative or hereditary conditions. Clinical features may include bradykinesia, rigidity, parkinsonian gait, and masked facies. In general, tremor is less prominent in secondary parkinsonism than in the primary form. (From Joynt, Clinical Neurology, 1998, Ch38, pp39-42)"], "equivalent_curie_eng": ["UMLS:C0751415", "UMLS:C0751414", "MESH:D010302", "UMLS:C0030569"], "label": ["secondary Parkinson disease"], "label_std": ["secondary Parkinson disease"], "definition": ["Conditions which feature clinical manifestations resembling primary Parkinson disease that are caused by a known or suspected condition. Examples include parkinsonism caused by vascular injury, drugs, trauma, toxin exposure, neoplasms, infections and degenerative or hereditary conditions. Clinical features may include bradykinesia, rigidity, parkinsonian gait, and masked facies. In general, tremor is less prominent in secondary parkinsonism than in the primary form. (From Joynt, Clinical Neurology, 1998, Ch38, pp39-42)"], "synonym_std": ["Symptomatic Parkinsonism", "Parkinsonism, Atherosclerotic", "secondary parkinsonism, unspecified", "secondary Parkinsonism", "Parkinson Disease, Symptomatic", "Parkinson Disease, Secondary Vascular", "Secondary Vascular Parkinson Disease", "disorder presenting primarily with parkinsonism", "secondary parkinsonism (disorder)", "Symptomatic Parkinson Disease", "Parkinsonism, Symptomatic", "Symptomatic parkinsonism (disorder)", "Secondary Parkinsonism", "Atherosclerotic Parkinsonism", "secondary parkinsonism (disorder) [Ambiguous]", "Secondary Parkinson Disease", "secondary parkinsonism, unspecified (disorder)", "Parkinsonism, Secondary"], "equivalent_curie": ["UMLS:C0751415", "UMLS:C0751414", "MESH:D010302", "UMLS:C0030569"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/UMLS_C0030568", "http://purl.obolibrary.org/obo/UMLS_CN206905", "http://purl.obolibrary.org/obo/MESH_D010301"], "synonym_eng": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "synonym_kw": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/UMLS_C0030568", "http://purl.obolibrary.org/obo/UMLS_CN206905", "http://purl.obolibrary.org/obo/MESH_D010301"], "iri": "http://purl.obolibrary.org/obo/DOID_14332", "_version_": 1564147993685262336, "label_eng": ["postencephalitic Parkinson disease"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/UMLS_C0030568", "http://purl.obolibrary.org/obo/UMLS_CN206905", "http://purl.obolibrary.org/obo/MESH_D010301"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_14332", "iri_eng": "http://purl.obolibrary.org/obo/DOID_14332", "category_kw": ["disease"], "definition_std": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "id_eng": "DOID:14332", "definition_kw": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:97349", "UMLS:C0030568", "UMLS:CN206905", "MESH:D010301"], "label_kw": ["postencephalitic Parkinson disease"], "synonym": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "score": 33.921215, "id_std": "DOID:14332", "equivalent_curie_std": ["Orphanet:97349", "UMLS:C0030568", "UMLS:CN206905", "MESH:D010301"], "id": "DOID:14332", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/UMLS_C0030568", "http://purl.obolibrary.org/obo/UMLS_CN206905", "http://purl.obolibrary.org/obo/MESH_D010301"], "iri_std": "http://purl.obolibrary.org/obo/DOID_14332", "id_kw": "DOID:14332", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "equivalent_curie_eng": ["Orphanet:97349", "UMLS:C0030568", "UMLS:CN206905", "MESH:D010301"], "label": ["postencephalitic Parkinson disease"], "label_std": ["postencephalitic Parkinson disease"], "definition": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "synonym_std": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "equivalent_curie": ["Orphanet:97349", "UMLS:C0030568", "UMLS:CN206905", "MESH:D010301"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "synonym_eng": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "synonym_kw": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "iri": "http://purl.obolibrary.org/obo/MESH_D020734", "_version_": 1564148004608278528, "label_eng": ["Parkinsonian Disorders"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020734", "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020734", "category_kw": ["disease"], "definition_std": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "id_eng": "MESH:D020734", "definition_kw": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN227567", "UMLS:C0242422"], "label_kw": ["Parkinsonian Disorders"], "synonym": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "score": 33.76875, "id_std": "MESH:D020734", "equivalent_curie_std": ["UMLS:CN227567", "UMLS:C0242422"], "id": "MESH:D020734", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020734", "id_kw": "MESH:D020734", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "equivalent_curie_eng": ["UMLS:CN227567", "UMLS:C0242422"], "label": ["Parkinsonian Disorders"], "label_std": ["Parkinsonian Disorders"], "definition": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "synonym_std": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "equivalent_curie": ["UMLS:CN227567", "UMLS:C0242422"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN230452", "http://purl.obolibrary.org/obo/MESH_D010300", "http://purl.obolibrary.org/obo/UMLS_C0030567"], "synonym_eng": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "synonym_kw": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN230452", "http://purl.obolibrary.org/obo/MESH_D010300", "http://purl.obolibrary.org/obo/UMLS_C0030567"], "iri": "http://purl.obolibrary.org/obo/DOID_14330", "_version_": 1564147993684213763, "label_eng": ["Parkinson's disease"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN230452", "http://purl.obolibrary.org/obo/MESH_D010300", "http://purl.obolibrary.org/obo/UMLS_C0030567"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_14330", "iri_eng": "http://purl.obolibrary.org/obo/DOID_14330", "category_kw": ["disease"], "definition_std": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "id_eng": "DOID:14330", "definition_kw": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN230452", "MESH:D010300", "UMLS:C0030567"], "label_kw": ["Parkinson's disease"], "synonym": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "score": 33.683426, "id_std": "DOID:14330", "equivalent_curie_std": ["UMLS:CN230452", "MESH:D010300", "UMLS:C0030567"], "id": "DOID:14330", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN230452", "http://purl.obolibrary.org/obo/MESH_D010300", "http://purl.obolibrary.org/obo/UMLS_C0030567"], "iri_std": "http://purl.obolibrary.org/obo/DOID_14330", "id_kw": "DOID:14330", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "equivalent_curie_eng": ["UMLS:CN230452", "MESH:D010300", "UMLS:C0030567"], "label": ["Parkinson's disease"], "label_std": ["Parkinson's disease"], "definition": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "synonym_std": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "equivalent_curie": ["UMLS:CN230452", "MESH:D010300", "UMLS:C0030567"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "synonym_eng": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "synonym_kw": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "iri": "http://purl.obolibrary.org/obo/OMIM_606852", "_version_": 1564148010558947328, "label_eng": ["PARK10"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606852", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606852", "category_kw": ["disease"], "id_eng": "OMIM:606852", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C564653", "UMLS:C1847360"], "label_kw": ["PARK10"], "synonym": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "score": 32.129173, "id_std": "OMIM:606852", "equivalent_curie_std": ["MESH:C564653", "UMLS:C1847360"], "id": "OMIM:606852", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606852", "id_kw": "OMIM:606852", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["MESH:C564653", "UMLS:C1847360"], "label": ["PARK10"], "label_std": ["PARK10"], "synonym_std": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "equivalent_curie": ["MESH:C564653", "UMLS:C1847360"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/DOID_0060897", "http://purl.obolibrary.org/obo/UMLS_C3280133"], "synonym_eng": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "synonym_kw": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/DOID_0060897", "http://purl.obolibrary.org/obo/UMLS_C3280133"], "iri": "http://purl.obolibrary.org/obo/OMIM_614203", "_version_": 1564148004686921729, "label_eng": ["Parkinson disease 17"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/DOID_0060897", "http://purl.obolibrary.org/obo/UMLS_C3280133"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_614203", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_614203", "category_kw": ["disease"], "definition_std": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13."], "id_eng": "OMIM:614203", "definition_kw": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13."], "category_eng": ["disease"], "equivalent_curie_kw": ["DOID:0060897", "UMLS:C3280133"], "label_kw": ["Parkinson disease 17"], "synonym": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "score": 32.129173, "id_std": "OMIM:614203", "equivalent_curie_std": ["DOID:0060897", "UMLS:C3280133"], "id": "OMIM:614203", "equivalent_iri": ["http://purl.obolibrary.org/obo/DOID_0060897", "http://purl.obolibrary.org/obo/UMLS_C3280133"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_614203", "id_kw": "OMIM:614203", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13."], "equivalent_curie_eng": ["DOID:0060897", "UMLS:C3280133"], "label": ["Parkinson disease 17"], "label_std": ["Parkinson disease 17"], "definition": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13."], "synonym_std": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "equivalent_curie": ["DOID:0060897", "UMLS:C3280133"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C564486", "http://purl.obolibrary.org/obo/UMLS_C1845165"], "synonym_eng": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "synonym_kw": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "iri": "http://purl.obolibrary.org/obo/OMIM_300557", "_version_": 1564148008489058304, "label_eng": ["PARK12"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C564486", "http://purl.obolibrary.org/obo/UMLS_C1845165"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_300557", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_300557", "category_kw": ["disease"], "id_eng": "OMIM:300557", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C564486", "http://purl.obolibrary.org/obo/UMLS_C1845165"], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C564486", "UMLS:C1845165"], "label_kw": ["PARK12"], "synonym": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "score": 31.771923, "id_std": "OMIM:300557", "equivalent_curie_std": ["MESH:C564486", "UMLS:C1845165"], "id": "OMIM:300557", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C564486", "http://purl.obolibrary.org/obo/UMLS_C1845165"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_300557", "id_kw": "OMIM:300557", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["MESH:C564486", "UMLS:C1845165"], "label": ["PARK12"], "label_std": ["PARK12"], "synonym_std": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "equivalent_curie": ["MESH:C564486", "UMLS:C1845165"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3489791"], "synonym_eng": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "synonym_kw": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "iri": "http://purl.obolibrary.org/obo/MESH_C566823", "_version_": 1564147994984448003, "label_eng": ["Parkinson Disease, Familial, Type 1"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3489791"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C566823", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C566823", "category_kw": ["disease"], "id_eng": "MESH:C566823", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3489791"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3489791"], "label_kw": ["Parkinson Disease, Familial, Type 1"], "synonym": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "score": 31.771923, "id_std": "MESH:C566823", "equivalent_curie_std": ["UMLS:C3489791"], "id": "MESH:C566823", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3489791"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C566823", "id_kw": "MESH:C566823", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C3489791"], "label": ["Parkinson Disease, Familial, Type 1"], "label_std": ["Parkinson Disease, Familial, Type 1"], "synonym_std": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "equivalent_curie": ["UMLS:C3489791"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/DOID_0060900", "http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351"], "synonym_eng": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "synonym_kw": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/DOID_0060900", "http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351"], "iri": "http://purl.obolibrary.org/obo/OMIM_612953", "_version_": 1564148003149709313, "label_eng": ["autosomal recessive Parkinson disease 14"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/DOID_0060900", "http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_612953", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_612953", "category_kw": ["disease"], "definition_std": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "id_eng": "OMIM:612953", "definition_kw": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "category_eng": ["disease"], "equivalent_curie_kw": ["DOID:0060900", "UMLS:C2751842", "Orphanet:199351"], "label_kw": ["autosomal recessive Parkinson disease 14"], "synonym": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "score": 31.595858, "id_std": "OMIM:612953", "equivalent_curie_std": ["DOID:0060900", "UMLS:C2751842", "Orphanet:199351"], "id": "OMIM:612953", "equivalent_iri": ["http://purl.obolibrary.org/obo/DOID_0060900", "http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_612953", "id_kw": "OMIM:612953", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "equivalent_curie_eng": ["DOID:0060900", "UMLS:C2751842", "Orphanet:199351"], "label": ["autosomal recessive Parkinson disease 14"], "label_std": ["autosomal recessive Parkinson disease 14"], "definition": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "synonym_std": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "equivalent_curie": ["DOID:0060900", "UMLS:C2751842", "Orphanet:199351"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868595", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "synonym_eng": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "synonym_kw": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868595", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "iri": "http://purl.obolibrary.org/obo/OMIM_168601", "_version_": 1564148005232181248, "label_eng": ["autosomal dominant Parkinson disease 1"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868595", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168601", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168601", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "id_eng": "OMIM:168601", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3149705", "UMLS:C1868595", "UMLS:C1868596", "DOID:0060367"], "label_kw": ["autosomal dominant Parkinson disease 1"], "synonym": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "score": 31.448643, "id_std": "OMIM:168601", "equivalent_curie_std": ["UMLS:C3149705", "UMLS:C1868595", "UMLS:C1868596", "DOID:0060367"], "id": "OMIM:168601", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868595", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168601", "id_kw": "OMIM:168601", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "equivalent_curie_eng": ["UMLS:C3149705", "UMLS:C1868595", "UMLS:C1868596", "DOID:0060367"], "label": ["autosomal dominant Parkinson disease 1"], "label_std": ["autosomal dominant Parkinson disease 1"], "definition": ["A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "synonym_std": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "equivalent_curie": ["UMLS:C3149705", "UMLS:C1868595", "UMLS:C1868596", "DOID:0060367"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1865581", "http://purl.obolibrary.org/obo/MESH_C566552"], "synonym_eng": ["Parkinson Disease 3, Autosomal Dominant", "PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "synonym_kw": ["Parkinson Disease 3, Autosomal Dominant", "PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "iri": "http://purl.obolibrary.org/obo/OMIM_602404", "_version_": 1564148007548485632, "label_eng": ["PARK3"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1865581", "http://purl.obolibrary.org/obo/MESH_C566552"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_602404", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_602404", "category_kw": ["disease"], "id_eng": "OMIM:602404", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1865581", "http://purl.obolibrary.org/obo/MESH_C566552"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1865581", "MESH:C566552"], "label_kw": ["PARK3"], "synonym": ["Parkinson Disease 3, Autosomal Dominant", "PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "score": 30.740475, "id_std": "OMIM:602404", "equivalent_curie_std": ["UMLS:C1865581", "MESH:C566552"], "id": "OMIM:602404", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1865581", "http://purl.obolibrary.org/obo/MESH_C566552"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_602404", "id_kw": "OMIM:602404", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C1865581", "MESH:C566552"], "label": ["PARK3"], "label_std": ["PARK3"], "synonym_std": ["Parkinson Disease 3, Autosomal Dominant", "PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "equivalent_curie": ["UMLS:C1865581", "MESH:C566552"]}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_curie": ["ENSEMBL:ENSPTRG00000000102"], "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "iri": "http://www.ncbi.nlm.nih.gov/gene/746063", "_version_": 1564148038419611648, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/746063", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/746063", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "id_kw": "NCBIGene:746063", "id_eng": "NCBIGene:746063", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000000102"], "label_kw": ["PARK7"], "synonym": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "score": 30.740475, "id_std": "NCBIGene:746063", "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000000102"], "id": "NCBIGene:746063", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/746063", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000000102"], "label": ["PARK7"], "taxon_label_std": "Pan troglodytes", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "label_std": ["PARK7"], "synonym_std": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_curie": ["ENSEMBL:ENSGALG00000036214"], "taxon_label_eng": "Gallus gallus", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "iri": "http://www.ncbi.nlm.nih.gov/gene/395277", "_version_": 1564148211865616385, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/395277", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/395277", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7"], "id_kw": "NCBIGene:395277", "id_eng": "NCBIGene:395277", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000036214"], "label_kw": ["PARK7"], "synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7"], "score": 30.740475, "id_std": "NCBIGene:395277", "equivalent_curie_std": ["ENSEMBL:ENSGALG00000036214"], "id": "NCBIGene:395277", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/395277", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000036214"], "label": ["PARK7"], "taxon_label_std": "Gallus gallus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "label_std": ["PARK7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "synonym_eng": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "synonym_kw": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "iri": "http://purl.obolibrary.org/obo/OMIM_605543", "_version_": 1564148009670803458, "label_eng": ["autosomal dominant Parkinson disease 4"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605543", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605543", "category_kw": ["disease"], "definition_std": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "id_eng": "OMIM:605543", "definition_kw": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1854182", "DOID:0060895"], "label_kw": ["autosomal dominant Parkinson disease 4"], "synonym": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "score": 30.454763, "id_std": "OMIM:605543", "equivalent_curie_std": ["UMLS:C1854182", "DOID:0060895"], "id": "OMIM:605543", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605543", "id_kw": "OMIM:605543", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "equivalent_curie_eng": ["UMLS:C1854182", "DOID:0060895"], "label": ["autosomal dominant Parkinson disease 4"], "label_std": ["autosomal dominant Parkinson disease 4"], "definition": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "synonym_std": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "equivalent_curie": ["UMLS:C1854182", "DOID:0060895"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/DOID_0060368", "http://purl.obolibrary.org/obo/UMLS_C0752099"], "synonym_eng": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile Parkinson disease type 2", "Parkinson Disease, Juvenile, Autosomal Recessive", "PARK2"], "synonym_kw": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile Parkinson disease type 2", "Parkinson Disease, Juvenile, Autosomal Recessive", "PARK2"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/DOID_0060368", "http://purl.obolibrary.org/obo/UMLS_C0752099"], "iri": "http://purl.obolibrary.org/obo/OMIM_600116", "_version_": 1564148005441896448, "label_eng": ["autosomal recessive juvenile Parkinson disease 2"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/DOID_0060368", "http://purl.obolibrary.org/obo/UMLS_C0752099"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_600116", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_600116", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "id_eng": "OMIM:600116", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1868675", "DOID:0060368", "UMLS:C0752099"], "label_kw": ["autosomal recessive juvenile Parkinson disease 2"], "synonym": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile Parkinson disease type 2", "Parkinson Disease, Juvenile, Autosomal Recessive", "PARK2"], "score": 30.454763, "id_std": "OMIM:600116", "equivalent_curie_std": ["UMLS:C1868675", "DOID:0060368", "UMLS:C0752099"], "id": "OMIM:600116", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/DOID_0060368", "http://purl.obolibrary.org/obo/UMLS_C0752099"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_600116", "id_kw": "OMIM:600116", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "equivalent_curie_eng": ["UMLS:C1868675", "DOID:0060368", "UMLS:C0752099"], "label": ["autosomal recessive juvenile Parkinson disease 2"], "label_std": ["autosomal recessive juvenile Parkinson disease 2"], "definition": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "synonym_std": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile Parkinson disease type 2", "Parkinson Disease, Juvenile, Autosomal Recessive", "PARK2"], "equivalent_curie": ["UMLS:C1868675", "DOID:0060368", "UMLS:C0752099"]}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["ENSEMBL:ENSRNOG00000018289", "RGD:621808"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["CAP1", "protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7", "parkinson disease protein 7 homolog", "fertility protein SP22", "DJ-1", "Dj1", "SP22", "contraception-associated protein 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSRNOG00000018289", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=621808"], "iri": "http://www.ncbi.nlm.nih.gov/gene/117287", "_version_": 1564148265725722626, "label_eng": ["Park7"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/117287", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/117287", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["CAP1", "protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7", "parkinson disease protein 7 homolog", "fertility protein SP22", "DJ-1", "Dj1", "SP22", "contraception-associated protein 1"], "id_kw": "NCBIGene:117287", "id_eng": "NCBIGene:117287", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSRNOG00000018289", "RGD:621808"], "label_kw": ["Park7"], "synonym": ["CAP1", "protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7", "parkinson disease protein 7 homolog", "fertility protein SP22", "DJ-1", "Dj1", "SP22", "contraception-associated protein 1"], "score": 30.454763, "id_std": "NCBIGene:117287", "equivalent_curie_std": ["ENSEMBL:ENSRNOG00000018289", "RGD:621808"], "id": "NCBIGene:117287", "equivalent_iri": ["http://identifiers.org/ensembl/ENSRNOG00000018289", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=621808"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/117287", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSRNOG00000018289", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=621808"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSRNOG00000018289", "RGD:621808"], "label": ["Park7"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSRNOG00000018289", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=621808"], "label_std": ["Park7"], "synonym_std": ["CAP1", "protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7", "parkinson disease protein 7 homolog", "fertility protein SP22", "DJ-1", "Dj1", "SP22", "contraception-associated protein 1"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN230317"], "synonym_eng": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "synonym_kw": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN230317"], "iri": "http://purl.obolibrary.org/obo/OMIM_616361", "_version_": 1564148006884737026, "label_eng": ["Parkinson Disease 21"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN230317"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616361", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616361", "category_kw": ["disease"], "definition_std": ["See http://www.omim.org/entry/616361"], "id_eng": "OMIM:616361", "definition_kw": ["See http://www.omim.org/entry/616361"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN230317"], "label_kw": ["Parkinson Disease 21"], "synonym": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "score": 30.397106, "id_std": "OMIM:616361", "equivalent_curie_std": ["UMLS:CN230317"], "id": "OMIM:616361", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN230317"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_616361", "id_kw": "OMIM:616361", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["See http://www.omim.org/entry/616361"], "equivalent_curie_eng": ["UMLS:CN230317"], "label": ["Parkinson Disease 21"], "label_std": ["Parkinson Disease 21"], "definition": ["See http://www.omim.org/entry/616361"], "synonym_std": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "equivalent_curie": ["UMLS:CN230317"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2751012", "http://purl.obolibrary.org/obo/MESH_C567726"], "synonym_eng": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "synonym_kw": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "iri": "http://purl.obolibrary.org/obo/OMIM_613164", "_version_": 1564148004050436096, "label_eng": ["PARK16"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2751012", "http://purl.obolibrary.org/obo/MESH_C567726"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613164", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613164", "category_kw": ["disease"], "id_eng": "OMIM:613164", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2751012", "http://purl.obolibrary.org/obo/MESH_C567726"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C2751012", "MESH:C567726"], "label_kw": ["PARK16"], "synonym": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "score": 30.397106, "id_std": "OMIM:613164", "equivalent_curie_std": ["UMLS:C2751012", "MESH:C567726"], "id": "OMIM:613164", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2751012", "http://purl.obolibrary.org/obo/MESH_C567726"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613164", "id_kw": "OMIM:613164", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C2751012", "MESH:C567726"], "label": ["PARK16"], "label_std": ["PARK16"], "synonym_std": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "equivalent_curie": ["UMLS:C2751012", "MESH:C567726"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "synonym_eng": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallidopyramidal Syndrome", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "synonym_kw": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallidopyramidal Syndrome", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "iri": "http://purl.obolibrary.org/obo/OMIM_260300", "_version_": 1564148008232157184, "label_eng": ["autosomal recessive early-onset Parkinson disease 15"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_260300", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_260300", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "id_eng": "OMIM:260300", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1850100", "UMLS:CN200292", "Orphanet:171695", "DOID:0060372", "MESH:C538104"], "label_kw": ["autosomal recessive early-onset Parkinson disease 15"], "synonym": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallidopyramidal Syndrome", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "score": 30.278698, "id_std": "OMIM:260300", "equivalent_curie_std": ["UMLS:C1850100", "UMLS:CN200292", "Orphanet:171695", "DOID:0060372", "MESH:C538104"], "id": "OMIM:260300", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_260300", "id_kw": "OMIM:260300", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "equivalent_curie_eng": ["UMLS:C1850100", "UMLS:CN200292", "Orphanet:171695", "DOID:0060372", "MESH:C538104"], "label": ["autosomal recessive early-onset Parkinson disease 15"], "label_std": ["autosomal recessive early-onset Parkinson disease 15"], "definition": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "synonym_std": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallidopyramidal Syndrome", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "equivalent_curie": ["UMLS:C1850100", "UMLS:CN200292", "Orphanet:171695", "DOID:0060372", "MESH:C538104"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/MESH_C564048", "http://purl.obolibrary.org/obo/DOID_0090057"], "synonym_eng": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Lubag", "Dystonia-Parkinsonism, X-Linked", "X-Linked Dystonia-Parkinsonism", "Lubag Syndrome", "DYSTONIA 3, TORSION, X-LINKED; DYT3"], "synonym_kw": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Lubag", "Dystonia-Parkinsonism, X-Linked", "X-Linked Dystonia-Parkinsonism", "Lubag Syndrome", "DYSTONIA 3, TORSION, X-LINKED; DYT3"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/MESH_C564048", "http://purl.obolibrary.org/obo/DOID_0090057"], "iri": "http://purl.obolibrary.org/obo/OMIM_314250", "_version_": 1564148008309751811, "label_eng": ["X-linked dystonia-parkinsonism"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/MESH_C564048", "http://purl.obolibrary.org/obo/DOID_0090057"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_314250", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_314250", "category_kw": ["disease"], "definition_std": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "id_eng": "OMIM:314250", "definition_kw": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:53351", "UMLS:C1839130", "MESH:C564048", "DOID:0090057"], "label_kw": ["X-linked dystonia-parkinsonism"], "synonym": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Lubag", "Dystonia-Parkinsonism, X-Linked", "X-Linked Dystonia-Parkinsonism", "Lubag Syndrome", "DYSTONIA 3, TORSION, X-LINKED; DYT3"], "score": 30.278698, "id_std": "OMIM:314250", "equivalent_curie_std": ["Orphanet:53351", "UMLS:C1839130", "MESH:C564048", "DOID:0090057"], "id": "OMIM:314250", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/MESH_C564048", "http://purl.obolibrary.org/obo/DOID_0090057"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_314250", "id_kw": "OMIM:314250", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "equivalent_curie_eng": ["Orphanet:53351", "UMLS:C1839130", "MESH:C564048", "DOID:0090057"], "label": ["X-linked dystonia-parkinsonism"], "label_std": ["X-linked dystonia-parkinsonism"], "definition": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "synonym_std": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Lubag", "Dystonia-Parkinsonism, X-Linked", "X-Linked Dystonia-Parkinsonism", "Lubag Syndrome", "DYSTONIA 3, TORSION, X-LINKED; DYT3"], "equivalent_curie": ["Orphanet:53351", "UMLS:C1839130", "MESH:C564048", "DOID:0090057"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C565276", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/DOID_0060369"], "synonym_eng": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "synonym_kw": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C565276", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/DOID_0060369"], "iri": "http://purl.obolibrary.org/obo/OMIM_605909", "_version_": 1564148009839624192, "label_eng": ["autosomal recessive early-onset Parkinson disease 6"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C565276", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/DOID_0060369"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605909", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605909", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "id_eng": "OMIM:605909", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C565276", "UMLS:C1853833", "UMLS:C2751533", "DOID:0060369"], "label_kw": ["autosomal recessive early-onset Parkinson disease 6"], "synonym": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "score": 30.222185, "id_std": "OMIM:605909", "equivalent_curie_std": ["MESH:C565276", "UMLS:C1853833", "UMLS:C2751533", "DOID:0060369"], "id": "OMIM:605909", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C565276", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/DOID_0060369"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605909", "id_kw": "OMIM:605909", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "equivalent_curie_eng": ["MESH:C565276", "UMLS:C1853833", "UMLS:C2751533", "DOID:0060369"], "label": ["autosomal recessive early-onset Parkinson disease 6"], "label_std": ["autosomal recessive early-onset Parkinson disease 6"], "definition": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "synonym_std": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "equivalent_curie": ["MESH:C565276", "UMLS:C1853833", "UMLS:C2751533", "DOID:0060369"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/UMLS_C0392470", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "synonym_eng": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Wolff Parkinson White Syndrome", "Preexcitation Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Syndrome, WPW", "Accessory Atrioventricular Pathways", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "synonym_kw": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Wolff Parkinson White Syndrome", "Preexcitation Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Syndrome, WPW", "Accessory Atrioventricular Pathways", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/UMLS_C0392470", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "iri": "http://purl.obolibrary.org/obo/OMIM_194200", "_version_": 1564147986111397888, "label_eng": ["Wolff-Parkinson-White syndrome"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/UMLS_C0392470", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_194200", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_194200", "category_kw": ["disease"], "definition_std": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "id_eng": "OMIM:194200", "definition_kw": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0043202", "UMLS:C0392470", "DOID:384", "MESH:D014927"], "label_kw": ["Wolff-Parkinson-White syndrome"], "synonym": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Wolff Parkinson White Syndrome", "Preexcitation Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Syndrome, WPW", "Accessory Atrioventricular Pathways", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "score": 30.222185, "id_std": "OMIM:194200", "equivalent_curie_std": ["UMLS:C0043202", "UMLS:C0392470", "DOID:384", "MESH:D014927"], "id": "OMIM:194200", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/UMLS_C0392470", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_194200", "id_kw": "OMIM:194200", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "equivalent_curie_eng": ["UMLS:C0043202", "UMLS:C0392470", "DOID:384", "MESH:D014927"], "label": ["Wolff-Parkinson-White syndrome"], "label_std": ["Wolff-Parkinson-White syndrome"], "definition": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "synonym_std": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Wolff Parkinson White Syndrome", "Preexcitation Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Syndrome, WPW", "Accessory Atrioventricular Pathways", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "equivalent_curie": ["UMLS:C0043202", "UMLS:C0392470", "DOID:384", "MESH:D014927"]}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_curie": ["ENSEMBL:ENSGALG00000035676"], "taxon_label_eng": "Gallus gallus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "iri": "http://www.ncbi.nlm.nih.gov/gene/423020", "_version_": 1564148072211021824, "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/423020", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/423020", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:423020", "id_eng": "NCBIGene:423020", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000035676"], "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "score": 29.622284, "id_std": "NCBIGene:423020", "equivalent_curie_std": ["ENSEMBL:ENSGALG00000035676"], "id": "NCBIGene:423020", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/423020", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000035676"], "label": ["PDDC1"], "taxon_label_std": "Gallus gallus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:26616", "ENSEMBL:ENSG00000177225"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225"], "iri": "http://www.ncbi.nlm.nih.gov/gene/347862", "_version_": 1564148162132705280, "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/347862", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/347862", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:347862", "id_eng": "NCBIGene:347862", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:26616", "ENSEMBL:ENSG00000177225"], "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "score": 29.622284, "id_std": "NCBIGene:347862", "equivalent_curie_std": ["HGNC:26616", "ENSEMBL:ENSG00000177225"], "id": "NCBIGene:347862", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/347862", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:26616", "ENSEMBL:ENSG00000177225"], "label": ["PDDC1"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225"], "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-1005352"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-1005352"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100486045", "_version_": 1564148270290173952, "label_eng": ["pddc1"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100486045", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100486045", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:100486045", "id_eng": "NCBIGene:100486045", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-1005352"], "label_kw": ["pddc1"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "score": 29.622284, "id_std": "NCBIGene:100486045", "equivalent_curie_std": ["Xenbase:XB-GENE-1005352"], "id": "NCBIGene:100486045", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-1005352"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100486045", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-1005352"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-1005352"], "label": ["pddc1"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-1005352"], "label_std": ["pddc1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"synonym_eng": ["Parkinsonian disease"], "synonym_kw": ["Parkinsonian disease"], "iri": "http://purl.obolibrary.org/obo/HP_0001300", "label_eng": ["Parkinsonism"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0001300", "iri_eng": "http://purl.obolibrary.org/obo/HP_0001300", "category_kw": ["Phenotype"], "definition_std": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "id_eng": "HP:0001300", "definition_kw": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "category_eng": ["Phenotype"], "_version_": 1564148006144442370, "label_kw": ["Parkinsonism"], "synonym": ["Parkinsonian disease"], "score": 29.451052, "id_std": "HP:0001300", "id": "HP:0001300", "iri_std": "http://purl.obolibrary.org/obo/HP_0001300", "id_kw": "HP:0001300", "leaf": false, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "label": ["Parkinsonism"], "label_std": ["Parkinsonism"], "definition": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "synonym_std": ["Parkinsonian disease"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "synonym_eng": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "synonym_kw": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "iri": "http://purl.obolibrary.org/obo/OMIM_168605", "_version_": 1564148005231132673, "label_eng": ["Perry syndrome"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168605", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168605", "category_kw": ["disease"], "definition_std": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression."], "id_eng": "OMIM:168605", "definition_kw": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression."], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "label_kw": ["Perry syndrome"], "synonym": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "score": 28.938042, "id_std": "OMIM:168605", "equivalent_curie_std": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "id": "OMIM:168605", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168605", "id_kw": "OMIM:168605", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression."], "equivalent_curie_eng": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "label": ["Perry syndrome"], "label_std": ["Perry syndrome"], "definition": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression."], "synonym_std": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "equivalent_curie": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"]}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["OMIM:602544", "ENSEMBL:ENSG00000185345", "HGNC:8607"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "E3 ubiquitin-protein ligase parkin", "PARK2", "parkinson juvenile disease protein 2", "parkinson protein 2 E3 ubiquitin protein ligase"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345", "http://identifiers.org/hgnc/HGNC:8607"], "iri": "http://www.ncbi.nlm.nih.gov/gene/5071", "_version_": 1564148282111819776, "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/5071", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/5071", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "E3 ubiquitin-protein ligase parkin", "PARK2", "parkinson juvenile disease protein 2", "parkinson protein 2 E3 ubiquitin protein ligase"], "id_kw": "NCBIGene:5071", "id_eng": "NCBIGene:5071", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["OMIM:602544", "ENSEMBL:ENSG00000185345", "HGNC:8607"], "label_kw": ["PRKN"], "synonym": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "E3 ubiquitin-protein ligase parkin", "PARK2", "parkinson juvenile disease protein 2", "parkinson protein 2 E3 ubiquitin protein ligase"], "score": 28.938042, "id_std": "NCBIGene:5071", "equivalent_curie_std": ["OMIM:602544", "ENSEMBL:ENSG00000185345", "HGNC:8607"], "id": "NCBIGene:5071", "equivalent_iri": ["http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345", "http://identifiers.org/hgnc/HGNC:8607"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/5071", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345", "http://identifiers.org/hgnc/HGNC:8607"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["OMIM:602544", "ENSEMBL:ENSG00000185345", "HGNC:8607"], "label": ["PRKN"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345", "http://identifiers.org/hgnc/HGNC:8607"], "label_std": ["PRKN"], "synonym_std": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "E3 ubiquitin-protein ligase parkin", "PARK2", "parkinson juvenile disease protein 2", "parkinson protein 2 E3 ubiquitin protein ligase"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1868681", "http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/DOID_0090056", "http://purl.obolibrary.org/obo/MESH_C538001"], "synonym_eng": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "synonym_kw": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1868681", "http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/DOID_0090056", "http://purl.obolibrary.org/obo/MESH_C538001"], "iri": "http://purl.obolibrary.org/obo/OMIM_128235", "_version_": 1564147980775194624, "label_eng": ["dystonia 12"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1868681", "http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/DOID_0090056", "http://purl.obolibrary.org/obo/MESH_C538001"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_128235", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_128235", "category_kw": ["disease"], "definition_std": ["Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "id_eng": "OMIM:128235", "definition_kw": ["Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1868681", "Orphanet:71517", "DOID:0090056", "MESH:C538001"], "label_kw": ["dystonia 12"], "synonym": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "score": 28.725698, "id_std": "OMIM:128235", "equivalent_curie_std": ["UMLS:C1868681", "Orphanet:71517", "DOID:0090056", "MESH:C538001"], "id": "OMIM:128235", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1868681", "http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/DOID_0090056", "http://purl.obolibrary.org/obo/MESH_C538001"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_128235", "id_kw": "OMIM:128235", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "equivalent_curie_eng": ["UMLS:C1868681", "Orphanet:71517", "DOID:0090056", "MESH:C538001"], "label": ["dystonia 12"], "label_std": ["dystonia 12"], "definition": ["Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "synonym_std": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "equivalent_curie": ["UMLS:C1868681", "Orphanet:71517", "DOID:0090056", "MESH:C538001"]}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ZFIN:ZDB-GENE-041010-5", "ENSEMBL:ENSDARG00000034826"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["protein DJ-1", "parkinson disease (autosomal recessive, early onset) 7", "zDJ-1", "DJ-1 protein", "parkinson protein 7", "parkinson disease protein 7 homolog", "protein deglycase DJ-1zDJ-1", "zgc:103725", "dj1"], "equivalent_iri_std": ["http://zfin.org/ZDB-GENE-041010-5", "http://identifiers.org/ensembl/ENSDARG00000034826"], "iri": "http://www.ncbi.nlm.nih.gov/gene/449674", "_version_": 1564148060836069377, "label_eng": ["park7"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/449674", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/449674", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["protein DJ-1", "parkinson disease (autosomal recessive, early onset) 7", "zDJ-1", "DJ-1 protein", "parkinson protein 7", "parkinson disease protein 7 homolog", "protein deglycase DJ-1zDJ-1", "zgc:103725", "dj1"], "id_kw": "NCBIGene:449674", "id_eng": "NCBIGene:449674", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ZFIN:ZDB-GENE-041010-5", "ENSEMBL:ENSDARG00000034826"], "label_kw": ["park7"], "synonym": ["protein DJ-1", "parkinson disease (autosomal recessive, early onset) 7", "zDJ-1", "DJ-1 protein", "parkinson protein 7", "parkinson disease protein 7 homolog", "protein deglycase DJ-1zDJ-1", "zgc:103725", "dj1"], "score": 28.725698, "id_std": "NCBIGene:449674", "equivalent_curie_std": ["ZFIN:ZDB-GENE-041010-5", "ENSEMBL:ENSDARG00000034826"], "id": "NCBIGene:449674", "equivalent_iri": ["http://zfin.org/ZDB-GENE-041010-5", "http://identifiers.org/ensembl/ENSDARG00000034826"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/449674", "equivalent_iri_kw": ["http://zfin.org/ZDB-GENE-041010-5", "http://identifiers.org/ensembl/ENSDARG00000034826"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ZFIN:ZDB-GENE-041010-5", "ENSEMBL:ENSDARG00000034826"], "label": ["park7"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://zfin.org/ZDB-GENE-041010-5", "http://identifiers.org/ensembl/ENSDARG00000034826"], "label_std": ["park7"], "synonym_std": ["protein DJ-1", "parkinson disease (autosomal recessive, early onset) 7", "zDJ-1", "DJ-1 protein", "parkinson protein 7", "parkinson disease protein 7 homolog", "protein deglycase DJ-1zDJ-1", "zgc:103725", "dj1"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:16369", "OMIM:602533", "ENSEMBL:ENSG00000116288"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7", "DJ1", "DJ-1", "oncogene DJ1", "PARK7", "HEL-S-67p"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:16369", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/ensembl/ENSG00000116288"], "iri": "http://www.ncbi.nlm.nih.gov/gene/11315", "_version_": 1564148147889897473, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/11315", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/11315", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7", "DJ1", "DJ-1", "oncogene DJ1", "PARK7", "HEL-S-67p"], "id_kw": "NCBIGene:11315", "id_eng": "NCBIGene:11315", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:16369", "OMIM:602533", "ENSEMBL:ENSG00000116288"], "label_kw": ["PARK7"], "synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7", "DJ1", "DJ-1", "oncogene DJ1", "PARK7", "HEL-S-67p"], "score": 28.725698, "id_std": "NCBIGene:11315", "equivalent_curie_std": ["HGNC:16369", "OMIM:602533", "ENSEMBL:ENSG00000116288"], "id": "NCBIGene:11315", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:16369", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/ensembl/ENSG00000116288"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/11315", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:16369", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/ensembl/ENSG00000116288"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:16369", "OMIM:602533", "ENSEMBL:ENSG00000116288"], "label": ["PARK7"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:16369", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/ensembl/ENSG00000116288"], "label_std": ["PARK7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7", "DJ1", "DJ-1", "oncogene DJ1", "PARK7", "HEL-S-67p"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "synonym_eng": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "synonym_kw": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "iri": "http://purl.obolibrary.org/obo/OMIM_260540", "_version_": 1564148008107376641, "label_eng": ["Progressive supranuclear palsy-parkinsonism syndrome"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_260540", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_260540", "category_kw": ["disease"], "definition_std": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "id_eng": "OMIM:260540", "definition_kw": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN201680", "Orphanet:240085"], "label_kw": ["Progressive supranuclear palsy-parkinsonism syndrome"], "synonym": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "score": 28.294563, "id_std": "OMIM:260540", "equivalent_curie_std": ["UMLS:CN201680", "Orphanet:240085"], "id": "OMIM:260540", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_260540", "id_kw": "OMIM:260540", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "equivalent_curie_eng": ["UMLS:CN201680", "Orphanet:240085"], "label": ["Progressive supranuclear palsy-parkinsonism syndrome"], "label_std": ["Progressive supranuclear palsy-parkinsonism syndrome"], "definition": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "synonym_std": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "equivalent_curie": ["UMLS:CN201680", "Orphanet:240085"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C565238", "http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370"], "synonym_eng": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "synonym_kw": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C565238", "http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370"], "iri": "http://purl.obolibrary.org/obo/OMIM_606324", "_version_": 1564148010759225346, "label_eng": ["autosomal recessive early-onset Parkinson disease 7"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C565238", "http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606324", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606324", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "id_eng": "OMIM:606324", "definition_kw": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C565238", "UMLS:C1853445", "DOID:0060370"], "label_kw": ["autosomal recessive early-onset Parkinson disease 7"], "synonym": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "score": 28.294563, "id_std": "OMIM:606324", "equivalent_curie_std": ["MESH:C565238", "UMLS:C1853445", "DOID:0060370"], "id": "OMIM:606324", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C565238", "http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606324", "id_kw": "OMIM:606324", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "equivalent_curie_eng": ["MESH:C565238", "UMLS:C1853445", "DOID:0060370"], "label": ["autosomal recessive early-onset Parkinson disease 7"], "label_std": ["autosomal recessive early-onset Parkinson disease 7"], "definition": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "synonym_std": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "equivalent_curie": ["MESH:C565238", "UMLS:C1853445", "DOID:0060370"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/DOID_0060371"], "synonym_eng": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "synonym_kw": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/DOID_0060371"], "iri": "http://purl.obolibrary.org/obo/OMIM_607060", "_version_": 1564148011208015873, "label_eng": ["autosomal dominant Parkinson disease 8"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/DOID_0060371"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607060", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607060", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "id_eng": "OMIM:607060", "definition_kw": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "category_eng": ["disease"], "equivalent_curie_kw": ["DOID:0060371"], "label_kw": ["autosomal dominant Parkinson disease 8"], "synonym": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "score": 28.294563, "id_std": "OMIM:607060", "equivalent_curie_std": ["DOID:0060371"], "id": "OMIM:607060", "equivalent_iri": ["http://purl.obolibrary.org/obo/DOID_0060371"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607060", "id_kw": "OMIM:607060", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "equivalent_curie_eng": ["DOID:0060371"], "label": ["autosomal dominant Parkinson disease 8"], "label_std": ["autosomal dominant Parkinson disease 8"], "definition": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "synonym_std": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "equivalent_curie": ["DOID:0060371"]}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ENSEMBL:ENSDARG00000053609", "ZFIN:ZDB-GENE-051030-96"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "zgc:123196", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000053609", "http://zfin.org/ZDB-GENE-051030-96"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100148360", "_version_": 1564148071197048833, "label_eng": ["pddc1"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100148360", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100148360", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "zgc:123196", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:100148360", "id_eng": "NCBIGene:100148360", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000053609", "ZFIN:ZDB-GENE-051030-96"], "label_kw": ["pddc1"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "zgc:123196", "Parkinson disease 7 domain containing 1"], "score": 28.294563, "id_std": "NCBIGene:100148360", "equivalent_curie_std": ["ENSEMBL:ENSDARG00000053609", "ZFIN:ZDB-GENE-051030-96"], "id": "NCBIGene:100148360", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000053609", "http://zfin.org/ZDB-GENE-051030-96"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100148360", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000053609", "http://zfin.org/ZDB-GENE-051030-96"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000053609", "ZFIN:ZDB-GENE-051030-96"], "label": ["pddc1"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000053609", "http://zfin.org/ZDB-GENE-051030-96"], "label_std": ["pddc1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "zgc:123196", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000020518"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ1", "DJ-1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "iri": "http://www.ncbi.nlm.nih.gov/gene/511268", "_version_": 1564148127209881601, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/511268", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/511268", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ1", "DJ-1"], "id_kw": "NCBIGene:511268", "id_eng": "NCBIGene:511268", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000020518"], "label_kw": ["PARK7"], "synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ1", "DJ-1"], "score": 28.294563, "id_std": "NCBIGene:511268", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000020518"], "id": "NCBIGene:511268", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/511268", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000020518"], "label": ["PARK7"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "label_std": ["PARK7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ1", "DJ-1"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C562469", "http://purl.obolibrary.org/obo/UMLS_C0238344"], "synonym_eng": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "synonym_kw": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "iri": "http://purl.obolibrary.org/obo/OMIM_168100", "_version_": 1564148005309775875, "label_eng": ["Paralysis Agitans, Juvenile, of Hunt"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C562469", "http://purl.obolibrary.org/obo/UMLS_C0238344"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168100", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168100", "category_kw": ["disease"], "id_eng": "OMIM:168100", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C562469", "http://purl.obolibrary.org/obo/UMLS_C0238344"], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C562469", "UMLS:C0238344"], "label_kw": ["Paralysis Agitans, Juvenile, of Hunt"], "synonym": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "score": 28.294563, "id_std": "OMIM:168100", "equivalent_curie_std": ["MESH:C562469", "UMLS:C0238344"], "id": "OMIM:168100", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C562469", "http://purl.obolibrary.org/obo/UMLS_C0238344"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168100", "id_kw": "OMIM:168100", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["MESH:C562469", "UMLS:C0238344"], "label": ["Paralysis Agitans, Juvenile, of Hunt"], "label_std": ["Paralysis Agitans, Juvenile, of Hunt"], "synonym_std": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "equivalent_curie": ["MESH:C562469", "UMLS:C0238344"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "synonym_eng": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "synonym_kw": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "iri": "http://purl.obolibrary.org/obo/OMIM_615530", "_version_": 1564148006013370371, "label_eng": ["early-onset Parkinson disease 20"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615530", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615530", "category_kw": ["disease"], "definition_std": ["An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "id_eng": "OMIM:615530", "definition_kw": ["An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3809824", "DOID:0060898"], "label_kw": ["early-onset Parkinson disease 20"], "synonym": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "score": 28.294563, "id_std": "OMIM:615530", "equivalent_curie_std": ["UMLS:C3809824", "DOID:0060898"], "id": "OMIM:615530", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615530", "id_kw": "OMIM:615530", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "equivalent_curie_eng": ["UMLS:C3809824", "DOID:0060898"], "label": ["early-onset Parkinson disease 20"], "label_std": ["early-onset Parkinson disease 20"], "definition": ["An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "synonym_std": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "equivalent_curie": ["UMLS:C3809824", "DOID:0060898"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "synonym_eng": ["juvenile onset Parkinson disease type 19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "synonym_kw": ["juvenile onset Parkinson disease type 19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "iri": "http://purl.obolibrary.org/obo/OMIM_615528", "_version_": 1564148006016516096, "label_eng": ["juvenile onset Parkinson disease 19A"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615528", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615528", "category_kw": ["disease"], "definition_std": ["A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "id_eng": "OMIM:615528", "definition_kw": ["A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3809811", "DOID:0060891"], "label_kw": ["juvenile onset Parkinson disease 19A"], "synonym": ["juvenile onset Parkinson disease type 19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "score": 28.294563, "id_std": "OMIM:615528", "equivalent_curie_std": ["UMLS:C3809811", "DOID:0060891"], "id": "OMIM:615528", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615528", "id_kw": "OMIM:615528", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "equivalent_curie_eng": ["UMLS:C3809811", "DOID:0060891"], "label": ["juvenile onset Parkinson disease 19A"], "label_std": ["juvenile onset Parkinson disease 19A"], "definition": ["A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "synonym_std": ["juvenile onset Parkinson disease type 19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "equivalent_curie": ["UMLS:C3809811", "DOID:0060891"]}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["MGI:2387178", "ENSEMBL:ENSMUSG00000051007"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "D230016J19Rik", "BC023835", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://www.informatics.jax.org/accession/MGI:2387178", "http://identifiers.org/ensembl/ENSMUSG00000051007"], "iri": "http://www.ncbi.nlm.nih.gov/gene/213350", "_version_": 1564148156659138562, "label_eng": ["Pddc1"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/213350", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/213350", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "D230016J19Rik", "BC023835", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:213350", "id_eng": "NCBIGene:213350", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["MGI:2387178", "ENSEMBL:ENSMUSG00000051007"], "label_kw": ["Pddc1"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "D230016J19Rik", "BC023835", "Parkinson disease 7 domain containing 1"], "score": 28.294563, "id_std": "NCBIGene:213350", "equivalent_curie_std": ["MGI:2387178", "ENSEMBL:ENSMUSG00000051007"], "id": "NCBIGene:213350", "equivalent_iri": ["http://www.informatics.jax.org/accession/MGI:2387178", "http://identifiers.org/ensembl/ENSMUSG00000051007"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/213350", "equivalent_iri_kw": ["http://www.informatics.jax.org/accession/MGI:2387178", "http://identifiers.org/ensembl/ENSMUSG00000051007"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["MGI:2387178", "ENSEMBL:ENSMUSG00000051007"], "label": ["Pddc1"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://www.informatics.jax.org/accession/MGI:2387178", "http://identifiers.org/ensembl/ENSMUSG00000051007"], "label_std": ["Pddc1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "D230016J19Rik", "BC023835", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["ENSEMBL:ENSRNOG00000046382", "RGD:1304836"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["RGD1304836", "Parkinson disease 7 domain-containing protein 1", "LOC368124", "Parkinson disease 7 domain containing 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSRNOG00000046382", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1304836"], "iri": "http://www.ncbi.nlm.nih.gov/gene/309110", "_version_": 1564148235406147585, "label_eng": ["Pddc1"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/309110", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/309110", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["RGD1304836", "Parkinson disease 7 domain-containing protein 1", "LOC368124", "Parkinson disease 7 domain containing 1"], "id_kw": "NCBIGene:309110", "id_eng": "NCBIGene:309110", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSRNOG00000046382", "RGD:1304836"], "label_kw": ["Pddc1"], "synonym": ["RGD1304836", "Parkinson disease 7 domain-containing protein 1", "LOC368124", "Parkinson disease 7 domain containing 1"], "score": 28.294563, "id_std": "NCBIGene:309110", "equivalent_curie_std": ["ENSEMBL:ENSRNOG00000046382", "RGD:1304836"], "id": "NCBIGene:309110", "equivalent_iri": ["http://identifiers.org/ensembl/ENSRNOG00000046382", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1304836"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/309110", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSRNOG00000046382", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1304836"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSRNOG00000046382", "RGD:1304836"], "label": ["Pddc1"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSRNOG00000046382", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1304836"], "label_std": ["Pddc1"], "synonym_std": ["RGD1304836", "Parkinson disease 7 domain-containing protein 1", "LOC368124", "Parkinson disease 7 domain containing 1"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-1005316"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "park7", "parkinson protein 7"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-1005316"], "iri": "http://www.ncbi.nlm.nih.gov/gene/548568", "_version_": 1564148248473501696, "label_eng": ["park7"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/548568", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/548568", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "park7", "parkinson protein 7"], "id_kw": "NCBIGene:548568", "id_eng": "NCBIGene:548568", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-1005316"], "label_kw": ["park7"], "synonym": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "park7", "parkinson protein 7"], "score": 28.294563, "id_std": "NCBIGene:548568", "equivalent_curie_std": ["Xenbase:XB-GENE-1005316"], "id": "NCBIGene:548568", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-1005316"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/548568", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-1005316"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-1005316"], "label": ["park7"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-1005316"], "label_std": ["park7"], "synonym_std": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "park7", "parkinson protein 7"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["ENSEMBL:ENSRNOG00000045795", "RGD:6493620"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain-containing protein 1-like"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSRNOG00000045795", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=6493620"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100911365", "_version_": 1564148298659397634, "label_eng": ["LOC100911365"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100911365", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100911365", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain-containing protein 1-like"], "id_kw": "NCBIGene:100911365", "id_eng": "NCBIGene:100911365", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSRNOG00000045795", "RGD:6493620"], "label_kw": ["LOC100911365"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain-containing protein 1-like"], "score": 28.294563, "id_std": "NCBIGene:100911365", "equivalent_curie_std": ["ENSEMBL:ENSRNOG00000045795", "RGD:6493620"], "id": "NCBIGene:100911365", "equivalent_iri": ["http://identifiers.org/ensembl/ENSRNOG00000045795", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=6493620"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100911365", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSRNOG00000045795", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=6493620"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSRNOG00000045795", "RGD:6493620"], "label": ["LOC100911365"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSRNOG00000045795", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=6493620"], "label_std": ["LOC100911365"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain-containing protein 1-like"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0543859", "http://www.orpha.net/ORDO/Orphanet_90020"], "synonym_eng": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "synonym_kw": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0543859", "http://www.orpha.net/ORDO/Orphanet_90020"], "iri": "http://purl.obolibrary.org/obo/OMIM_105500", "_version_": 1564147988996030467, "label_eng": ["Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0543859", "http://www.orpha.net/ORDO/Orphanet_90020"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_105500", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_105500", "category_kw": ["disease"], "definition_std": ["See http://www.omim.org/entry/105500"], "id_eng": "OMIM:105500", "definition_kw": ["See http://www.omim.org/entry/105500"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0543859", "Orphanet:90020"], "label_kw": ["Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "synonym": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "score": 28.120625, "id_std": "OMIM:105500", "equivalent_curie_std": ["UMLS:C0543859", "Orphanet:90020"], "id": "OMIM:105500", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0543859", "http://www.orpha.net/ORDO/Orphanet_90020"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_105500", "id_kw": "OMIM:105500", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["See http://www.omim.org/entry/105500"], "equivalent_curie_eng": ["UMLS:C0543859", "Orphanet:90020"], "label": ["Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "label_std": ["Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "definition": ["See http://www.omim.org/entry/105500"], "synonym_std": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "equivalent_curie": ["UMLS:C0543859", "Orphanet:90020"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "synonym_eng": ["CO-induced parkinsonism"], "synonym_kw": ["CO-induced parkinsonism"], "iri": "http://www.orpha.net/ORDO/Orphanet_306686", "_version_": 1564148002308751362, "label_eng": ["Carbon monoxide-induced parkinsonism"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_306686", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_306686", "category_kw": ["disease"], "id_eng": "Orphanet:306686", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0393565"], "label_kw": ["Carbon monoxide-induced parkinsonism"], "synonym": ["CO-induced parkinsonism"], "score": 27.482935, "id_std": "Orphanet:306686", "equivalent_curie_std": ["UMLS:C0393565"], "id": "Orphanet:306686", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_306686", "id_kw": "Orphanet:306686", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C0393565"], "label": ["Carbon monoxide-induced parkinsonism"], "label_std": ["Carbon monoxide-induced parkinsonism"], "synonym_std": ["CO-induced parkinsonism"], "equivalent_curie": ["UMLS:C0393565"]}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["MGI:2135637", "ENSEMBL:ENSMUSG00000028964"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Dj1", "RNA-binding protein regulatory subunit"], "equivalent_iri_std": ["http://www.informatics.jax.org/accession/MGI:2135637", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "iri": "http://www.ncbi.nlm.nih.gov/gene/57320", "_version_": 1564148096721485825, "label_eng": ["Park7"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/57320", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/57320", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Dj1", "RNA-binding protein regulatory subunit"], "id_kw": "NCBIGene:57320", "id_eng": "NCBIGene:57320", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["MGI:2135637", "ENSEMBL:ENSMUSG00000028964"], "label_kw": ["Park7"], "synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Dj1", "RNA-binding protein regulatory subunit"], "score": 27.25575, "id_std": "NCBIGene:57320", "equivalent_curie_std": ["MGI:2135637", "ENSEMBL:ENSMUSG00000028964"], "id": "NCBIGene:57320", "equivalent_iri": ["http://www.informatics.jax.org/accession/MGI:2135637", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/57320", "equivalent_iri_kw": ["http://www.informatics.jax.org/accession/MGI:2135637", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["MGI:2135637", "ENSEMBL:ENSMUSG00000028964"], "label": ["Park7"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://www.informatics.jax.org/accession/MGI:2135637", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "label_std": ["Park7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson disease protein 7 homolog", "DJ-1", "Dj1", "RNA-binding protein regulatory subunit"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000018996"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin", "PARK2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "iri": "http://www.ncbi.nlm.nih.gov/gene/530858", "_version_": 1564148084092436482, "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/530858", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/530858", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin", "PARK2"], "id_kw": "NCBIGene:530858", "id_eng": "NCBIGene:530858", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000018996"], "label_kw": ["PRKN"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin", "PARK2"], "score": 27.25575, "id_std": "NCBIGene:530858", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000018996"], "id": "NCBIGene:530858", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/530858", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000018996"], "label": ["PRKN"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "label_std": ["PRKN"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin", "PARK2"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "iri": "http://www.ncbi.nlm.nih.gov/gene/612316", "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/612316", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/612316", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "id_kw": "NCBIGene:612316", "id_eng": "NCBIGene:612316", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148030985207810, "label_kw": ["PRKN"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "score": 27.25575, "id_std": "NCBIGene:612316", "id": "NCBIGene:612316", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/612316", "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "label": ["PRKN"], "taxon_label_std": "Canis lupus familiaris", "label_std": ["PRKN"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "taxon_label_eng": "Sus scrofa", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "E3 ubiquitin-protein ligase parkin", "PARK2"], "iri": "http://www.ncbi.nlm.nih.gov/gene/733673", "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/733673", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/733673", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "E3 ubiquitin-protein ligase parkin", "PARK2"], "id_kw": "NCBIGene:733673", "id_eng": "NCBIGene:733673", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148193939161088, "label_kw": ["PRKN"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "E3 ubiquitin-protein ligase parkin", "PARK2"], "score": 27.25575, "id_std": "NCBIGene:733673", "id": "NCBIGene:733673", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/733673", "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "label": ["PRKN"], "taxon_label_std": "Sus scrofa", "label_std": ["PRKN"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "E3 ubiquitin-protein ligase parkin", "PARK2"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"taxon_eng": "NCBITaxon:9796", "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "taxon_label_eng": "Equus caballus", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100057832", "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9796", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100057832", "taxon_label_kw": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100057832", "category_kw": ["gene"], "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "id_kw": "NCBIGene:100057832", "id_eng": "NCBIGene:100057832", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148295961411584, "label_kw": ["PRKN"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "score": 27.25575, "id_std": "NCBIGene:100057832", "id": "NCBIGene:100057832", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100057832", "taxon": "NCBITaxon:9796", "leaf": true, "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "category_std": ["gene"], "label": ["PRKN"], "taxon_label_std": "Equus caballus", "label_std": ["PRKN"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label": "Equus caballus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "synonym_eng": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "synonym_kw": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "iri": "http://purl.obolibrary.org/obo/MESH_D020267", "_version_": 1564148005004640258, "label_eng": ["MPTP Poisoning"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020267", "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020267", "category_kw": ["disease"], "definition_std": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "id_eng": "MESH:D020267", "definition_kw": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0751864"], "label_kw": ["MPTP Poisoning"], "synonym": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "score": 26.949308, "id_std": "MESH:D020267", "equivalent_curie_std": ["UMLS:C0751864"], "id": "MESH:D020267", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020267", "id_kw": "MESH:D020267", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "equivalent_curie_eng": ["UMLS:C0751864"], "label": ["MPTP Poisoning"], "label_std": ["MPTP Poisoning"], "definition": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "synonym_std": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "equivalent_curie": ["UMLS:C0751864"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "synonym_eng": ["PARKINSON DISEASE, MITOCHONDRIAL"], "synonym_kw": ["PARKINSON DISEASE, MITOCHONDRIAL"], "iri": "http://purl.obolibrary.org/obo/OMIM_556500", "_version_": 1564147974857031680, "label_eng": ["Parkinson Disease, Mitochondrial"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_556500", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_556500", "category_kw": ["disease"], "id_eng": "OMIM:556500", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1838867", "MESH:C564015"], "label_kw": ["Parkinson Disease, Mitochondrial"], "synonym": ["PARKINSON DISEASE, MITOCHONDRIAL"], "score": 26.897432, "id_std": "OMIM:556500", "equivalent_curie_std": ["UMLS:C1838867", "MESH:C564015"], "id": "OMIM:556500", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_556500", "id_kw": "OMIM:556500", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C1838867", "MESH:C564015"], "label": ["Parkinson Disease, Mitochondrial"], "label_std": ["Parkinson Disease, Mitochondrial"], "synonym_std": ["PARKINSON DISEASE, MITOCHONDRIAL"], "equivalent_curie": ["UMLS:C1838867", "MESH:C564015"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "synonym_eng": ["Parkinson disease type 3"], "synonym_kw": ["Parkinson disease type 3"], "iri": "http://purl.obolibrary.org/obo/MESH_C537176", "_version_": 1564148012643516420, "label_eng": ["Parkinson disease 3"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C537176", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C537176", "category_kw": ["disease"], "id_eng": "MESH:C537176", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C2931436"], "label_kw": ["Parkinson disease 3"], "synonym": ["Parkinson disease type 3"], "score": 26.897432, "id_std": "MESH:C537176", "equivalent_curie_std": ["UMLS:C2931436"], "id": "MESH:C537176", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C537176", "id_kw": "MESH:C537176", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C2931436"], "label": ["Parkinson disease 3"], "label_std": ["Parkinson disease 3"], "synonym_std": ["Parkinson disease type 3"], "equivalent_curie": ["UMLS:C2931436"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "synonym_eng": ["Parkinson Disease type 13"], "synonym_kw": ["Parkinson Disease type 13"], "iri": "http://purl.obolibrary.org/obo/MESH_C565204", "_version_": 1564147994138247170, "label_eng": ["Parkinson Disease 13"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C565204", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C565204", "category_kw": ["disease"], "id_eng": "MESH:C565204", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3496588"], "label_kw": ["Parkinson Disease 13"], "synonym": ["Parkinson Disease type 13"], "score": 26.897432, "id_std": "MESH:C565204", "equivalent_curie_std": ["UMLS:C3496588"], "id": "MESH:C565204", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C565204", "id_kw": "MESH:C565204", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C3496588"], "label": ["Parkinson Disease 13"], "label_std": ["Parkinson Disease 13"], "synonym_std": ["Parkinson Disease type 13"], "equivalent_curie": ["UMLS:C3496588"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "synonym_eng": ["Parkinson Disease type 8"], "synonym_kw": ["Parkinson Disease type 8"], "iri": "http://purl.obolibrary.org/obo/MESH_C564631", "_version_": 1564147994224230402, "label_eng": ["Parkinson Disease 8"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C564631", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C564631", "category_kw": ["disease"], "id_eng": "MESH:C564631", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3501658", "UMLS:C1846862"], "label_kw": ["Parkinson Disease 8"], "synonym": ["Parkinson Disease type 8"], "score": 26.897432, "id_std": "MESH:C564631", "equivalent_curie_std": ["UMLS:C3501658", "UMLS:C1846862"], "id": "MESH:C564631", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C564631", "id_kw": "MESH:C564631", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C3501658", "UMLS:C1846862"], "label": ["Parkinson Disease 8"], "label_std": ["Parkinson Disease 8"], "synonym_std": ["Parkinson Disease type 8"], "equivalent_curie": ["UMLS:C3501658", "UMLS:C1846862"]}, {"synonym_eng": ["Parkinson Disease type 11"], "synonym_kw": ["Parkinson Disease type 11"], "iri": "http://purl.obolibrary.org/obo/MESH_C564345", "label_eng": ["Parkinson Disease 11"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C564345", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C564345", "category_kw": ["disease"], "id_eng": "MESH:C564345", "leaf": true, "category_eng": ["disease"], "label_kw": ["Parkinson Disease 11"], "synonym": ["Parkinson Disease type 11"], "score": 26.897432, "id_std": "MESH:C564345", "id": "MESH:C564345", "iri_std": "http://purl.obolibrary.org/obo/MESH_C564345", "id_kw": "MESH:C564345", "_version_": 1564147994243104771, "category": ["disease"], "category_std": ["disease"], "label": ["Parkinson Disease 11"], "label_std": ["Parkinson Disease 11"], "synonym_std": ["Parkinson Disease type 11"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "synonym_eng": ["MSA, parkinsonian type", "MSA-p"], "synonym_kw": ["MSA, parkinsonian type", "MSA-p"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "iri": "http://www.orpha.net/ORDO/Orphanet_98933", "_version_": 1564147994636320769, "label_eng": ["Multiple system atrophy, parkinsonian type"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_98933", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_98933", "category_kw": ["disease"], "definition_std": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "id_eng": "Orphanet:98933", "definition_kw": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN207200"], "label_kw": ["Multiple system atrophy, parkinsonian type"], "synonym": ["MSA, parkinsonian type", "MSA-p"], "score": 26.897432, "id_std": "Orphanet:98933", "equivalent_curie_std": ["UMLS:CN207200"], "id": "Orphanet:98933", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_98933", "id_kw": "Orphanet:98933", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "equivalent_curie_eng": ["UMLS:CN207200"], "label": ["Multiple system atrophy, parkinsonian type"], "label_std": ["Multiple system atrophy, parkinsonian type"], "definition": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "synonym_std": ["MSA, parkinsonian type", "MSA-p"], "equivalent_curie": ["UMLS:CN207200"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "synonym_eng": ["Parkinson Disease type 5"], "synonym_kw": ["Parkinson Disease type 5"], "iri": "http://purl.obolibrary.org/obo/MESH_C566017", "_version_": 1564147994685603844, "label_eng": ["Parkinson Disease 5"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C566017", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C566017", "category_kw": ["disease"], "id_eng": "MESH:C566017", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3501657"], "label_kw": ["Parkinson Disease 5"], "synonym": ["Parkinson Disease type 5"], "score": 26.897432, "id_std": "MESH:C566017", "equivalent_curie_std": ["UMLS:C3501657"], "id": "MESH:C566017", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C566017", "id_kw": "MESH:C566017", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C3501657"], "label": ["Parkinson Disease 5"], "label_std": ["Parkinson Disease 5"], "synonym_std": ["Parkinson Disease type 5"], "equivalent_curie": ["UMLS:C3501657"]}, {"synonym_eng": ["Parkinson Disease 14, Autosomal Recessive"], "synonym_kw": ["Parkinson Disease 14, Autosomal Recessive"], "iri": "http://purl.obolibrary.org/obo/MESH_C567844", "label_eng": ["Dystonia-Parkinsonism, Adult-Onset"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C567844", "iri_eng": "http://purl.obolibrary.org/obo/MESH_C567844", "category_kw": ["disease"], "id_eng": "MESH:C567844", "leaf": true, "category_eng": ["disease"], "label_kw": ["Dystonia-Parkinsonism, Adult-Onset"], "synonym": ["Parkinson Disease 14, Autosomal Recessive"], "score": 26.897432, "id_std": "MESH:C567844", "id": "MESH:C567844", "iri_std": "http://purl.obolibrary.org/obo/MESH_C567844", "id_kw": "MESH:C567844", "_version_": 1564147996191358977, "category": ["disease"], "category_std": ["disease"], "label": ["Dystonia-Parkinsonism, Adult-Onset"], "label_std": ["Dystonia-Parkinsonism, Adult-Onset"], "synonym_std": ["Parkinson Disease 14, Autosomal Recessive"]}, {"taxon_eng": "NCBITaxon:13616", "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "equivalent_curie": ["ENSEMBL:ENSMODG00000009595"], "taxon_label_eng": "Monodelphis domestica", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100010357", "_version_": 1564148045310853120, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:13616", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100010357", "taxon_label_kw": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100010357", "category_kw": ["gene"], "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "id_kw": "NCBIGene:100010357", "id_eng": "NCBIGene:100010357", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMODG00000009595"], "label_kw": ["PARK7"], "synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "score": 26.897432, "id_std": "NCBIGene:100010357", "equivalent_curie_std": ["ENSEMBL:ENSMODG00000009595"], "id": "NCBIGene:100010357", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100010357", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "taxon": "NCBITaxon:13616", "leaf": true, "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMODG00000009595"], "label": ["PARK7"], "taxon_label_std": "Monodelphis domestica", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "label_std": ["PARK7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label": "Monodelphis domestica"}, {"taxon_eng": "NCBITaxon:28377", "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_curie": ["ENSEMBL:ENSACAG00000017386"], "taxon_label_eng": "Anolis carolinensis", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100551640", "_version_": 1564148050910248960, "label_eng": ["park7"], "taxon_kw": "NCBITaxon:28377", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100551640", "taxon_label_kw": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100551640", "category_kw": ["gene"], "taxon_label_synonym_std": ["Carolina anole", "green anole"], "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "id_kw": "NCBIGene:100551640", "id_eng": "NCBIGene:100551640", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000017386"], "label_kw": ["park7"], "synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "score": 26.897432, "id_std": "NCBIGene:100551640", "equivalent_curie_std": ["ENSEMBL:ENSACAG00000017386"], "id": "NCBIGene:100551640", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100551640", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "taxon": "NCBITaxon:28377", "leaf": true, "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000017386"], "label": ["park7"], "taxon_label_std": "Anolis carolinensis", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "label_std": ["park7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label": "Anolis carolinensis"}, {"taxon_eng": "NCBITaxon:9258", "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "taxon_label_eng": "Ornithorhynchus anatinus", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100073498", "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9258", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100073498", "taxon_label_kw": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100073498", "category_kw": ["gene"], "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "id_kw": "NCBIGene:100073498", "id_eng": "NCBIGene:100073498", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148250110328834, "label_kw": ["PARK7"], "synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "score": 26.897432, "id_std": "NCBIGene:100073498", "id": "NCBIGene:100073498", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100073498", "taxon": "NCBITaxon:9258", "leaf": true, "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "category_std": ["gene"], "label": ["PARK7"], "taxon_label_std": "Ornithorhynchus anatinus", "label_std": ["PARK7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label": "Ornithorhynchus anatinus"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1847640", "http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "synonym_eng": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "synonym_kw": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1847640", "http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "iri": "http://purl.obolibrary.org/obo/OMIM_606693", "_version_": 1564148010904977408, "label_eng": ["Kufor-Rakeb syndrome"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1847640", "http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606693", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606693", "category_kw": ["disease"], "definition_std": ["A disease that is characterized by supranuclear gaze palsy, spasticity, and dementia and has_material_basis_in homozygous or compound heterozygous mutation in a lysosomal type 5 ATPase encoding gene (ATP13A2) on chromosome 1p36."], "id_eng": "OMIM:606693", "definition_kw": ["A disease that is characterized by supranuclear gaze palsy, spasticity, and dementia and has_material_basis_in homozygous or compound heterozygous mutation in a lysosomal type 5 ATPase encoding gene (ATP13A2) on chromosome 1p36."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1847640", "Orphanet:306674", "DOID:0060556", "MESH:C537177"], "label_kw": ["Kufor-Rakeb syndrome"], "synonym": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "score": 26.507763, "id_std": "OMIM:606693", "equivalent_curie_std": ["UMLS:C1847640", "Orphanet:306674", "DOID:0060556", "MESH:C537177"], "id": "OMIM:606693", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1847640", "http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606693", "id_kw": "OMIM:606693", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["A disease that is characterized by supranuclear gaze palsy, spasticity, and dementia and has_material_basis_in homozygous or compound heterozygous mutation in a lysosomal type 5 ATPase encoding gene (ATP13A2) on chromosome 1p36."], "equivalent_curie_eng": ["UMLS:C1847640", "Orphanet:306674", "DOID:0060556", "MESH:C537177"], "label": ["Kufor-Rakeb syndrome"], "label_std": ["Kufor-Rakeb syndrome"], "definition": ["A disease that is characterized by supranuclear gaze palsy, spasticity, and dementia and has_material_basis_in homozygous or compound heterozygous mutation in a lysosomal type 5 ATPase encoding gene (ATP13A2) on chromosome 1p36."], "synonym_std": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "equivalent_curie": ["UMLS:C1847640", "Orphanet:306674", "DOID:0060556", "MESH:C537177"]}, {"synonym_eng": ["PARK22", "Parkinson Disease 22, Autosomal Dominant"], "synonym_kw": ["PARK22", "Parkinson Disease 22, Autosomal Dominant"], "iri": "http://purl.obolibrary.org/obo/OMIM_616710", "label_eng": ["Parkinson Disease 22, Autosomal Dominant; PARK22"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616710", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616710", "category_kw": ["disease"], "id_eng": "OMIM:616710", "leaf": true, "category_eng": ["disease"], "label_kw": ["Parkinson Disease 22, Autosomal Dominant; PARK22"], "synonym": ["PARK22", "Parkinson Disease 22, Autosomal Dominant"], "score": 26.418837, "id_std": "OMIM:616710", "id": "OMIM:616710", "iri_std": "http://purl.obolibrary.org/obo/OMIM_616710", "id_kw": "OMIM:616710", "_version_": 1564148007069286400, "category": ["disease"], "category_std": ["disease"], "label": ["Parkinson Disease 22, Autosomal Dominant; PARK22"], "label_std": ["Parkinson Disease 22, Autosomal Dominant; PARK22"], "synonym_std": ["PARK22", "Parkinson Disease 22, Autosomal Dominant"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2828", "http://purl.obolibrary.org/obo/UMLS_CN202824"], "synonym_eng": ["YOPD", "Early-onset Parkinson disease"], "synonym_kw": ["YOPD", "Early-onset Parkinson disease"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2828", "http://purl.obolibrary.org/obo/UMLS_CN202824"], "iri": "http://purl.obolibrary.org/obo/DOID_0060894", "_version_": 1564147993133711360, "label_eng": ["early-onset Parkinson disease"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2828", "http://purl.obolibrary.org/obo/UMLS_CN202824"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060894", "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060894", "category_kw": ["disease"], "definition_std": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "id_eng": "DOID:0060894", "definition_kw": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:2828", "UMLS:CN202824"], "label_kw": ["early-onset Parkinson disease"], "synonym": ["YOPD", "Early-onset Parkinson disease"], "score": 26.418837, "id_std": "DOID:0060894", "equivalent_curie_std": ["Orphanet:2828", "UMLS:CN202824"], "id": "DOID:0060894", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2828", "http://purl.obolibrary.org/obo/UMLS_CN202824"], "iri_std": "http://purl.obolibrary.org/obo/DOID_0060894", "id_kw": "DOID:0060894", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "equivalent_curie_eng": ["Orphanet:2828", "UMLS:CN202824"], "label": ["early-onset Parkinson disease"], "label_std": ["early-onset Parkinson disease"], "definition": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "synonym_std": ["YOPD", "Early-onset Parkinson disease"], "equivalent_curie": ["Orphanet:2828", "UMLS:CN202824"]}, {"taxon_eng": "NCBITaxon:9258", "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "taxon_label_eng": "Ornithorhynchus anatinus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100083988", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9258", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100083988", "taxon_label_kw": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100083988", "category_kw": ["gene"], "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100083988", "id_eng": "NCBIGene:100083988", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148080045981697, "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:100083988", "id": "NCBIGene:100083988", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100083988", "taxon": "NCBITaxon:9258", "leaf": true, "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Ornithorhynchus anatinus", "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label": "Ornithorhynchus anatinus"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_curie": ["ENSEMBL:ENSSSCG00000012846"], "taxon_label_eng": "Sus scrofa", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100511802", "_version_": 1564148129207418880, "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100511802", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100511802", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100511802", "id_eng": "NCBIGene:100511802", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000012846"], "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:100511802", "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000012846"], "id": "NCBIGene:100511802", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100511802", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000012846"], "label": ["PDDC1"], "taxon_label_std": "Sus scrofa", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"taxon_eng": "NCBITaxon:28377", "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_curie": ["ENSEMBL:ENSACAG00000015262"], "taxon_label_eng": "Anolis carolinensis", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100552437", "_version_": 1564148057754304514, "label_eng": ["pddc1"], "taxon_kw": "NCBITaxon:28377", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100552437", "taxon_label_kw": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100552437", "category_kw": ["gene"], "taxon_label_synonym_std": ["Carolina anole", "green anole"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100552437", "id_eng": "NCBIGene:100552437", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000015262"], "label_kw": ["pddc1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:100552437", "equivalent_curie_std": ["ENSEMBL:ENSACAG00000015262"], "id": "NCBIGene:100552437", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100552437", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "taxon": "NCBITaxon:28377", "leaf": true, "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000015262"], "label": ["pddc1"], "taxon_label_std": "Anolis carolinensis", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "label_std": ["pddc1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label": "Anolis carolinensis"}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000006633"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000006633"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100855533", "_version_": 1564148058561708032, "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100855533", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100855533", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100855533", "id_eng": "NCBIGene:100855533", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000006633"], "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:100855533", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000006633"], "id": "NCBIGene:100855533", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000006633"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100855533", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000006633"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000006633"], "label": ["PDDC1"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000006633"], "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:9544", "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "taxon_label_eng": "Macaca mulatta", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/720833", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9544", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/720833", "taxon_label_kw": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/720833", "category_kw": ["gene"], "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:720833", "id_eng": "NCBIGene:720833", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148044439486466, "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:720833", "id": "NCBIGene:720833", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/720833", "taxon": "NCBITaxon:9544", "leaf": true, "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Macaca mulatta", "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label": "Macaca mulatta"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "synonym_eng": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "synonym_kw": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "iri": "http://purl.obolibrary.org/obo/OMIM_168600", "_version_": 1564148005231132674, "label_eng": ["Parkinson Disease, Late-Onset"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168600", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168600", "category_kw": ["disease"], "definition_std": ["See http://www.omim.org/entry/168600"], "id_eng": "OMIM:168600", "definition_kw": ["See http://www.omim.org/entry/168600"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3160718"], "label_kw": ["Parkinson Disease, Late-Onset"], "synonym": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "score": 26.418837, "id_std": "OMIM:168600", "equivalent_curie_std": ["UMLS:C3160718"], "id": "OMIM:168600", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168600", "id_kw": "OMIM:168600", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["See http://www.omim.org/entry/168600"], "equivalent_curie_eng": ["UMLS:C3160718"], "label": ["Parkinson Disease, Late-Onset"], "label_std": ["Parkinson Disease, Late-Onset"], "definition": ["See http://www.omim.org/entry/168600"], "synonym_std": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "equivalent_curie": ["UMLS:C3160718"]}, {"taxon_eng": "NCBITaxon:13616", "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "taxon_label_eng": "Monodelphis domestica", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100030192", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:13616", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100030192", "taxon_label_kw": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100030192", "category_kw": ["gene"], "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100030192", "id_eng": "NCBIGene:100030192", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148018576359426, "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:100030192", "id": "NCBIGene:100030192", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100030192", "taxon": "NCBITaxon:13616", "leaf": true, "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Monodelphis domestica", "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label": "Monodelphis domestica"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000010348"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "iri": "http://www.ncbi.nlm.nih.gov/gene/513454", "_version_": 1564148136897675264, "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/513454", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/513454", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:513454", "id_eng": "NCBIGene:513454", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000010348"], "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:513454", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000010348"], "id": "NCBIGene:513454", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/513454", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000010348"], "label": ["PDDC1"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"taxon_eng": "NCBITaxon:9685", "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "taxon_label_eng": "Felis catus", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101082778", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9685", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101082778", "taxon_label_kw": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101082778", "category_kw": ["gene"], "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:101082778", "id_eng": "NCBIGene:101082778", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148141973831682, "label_kw": ["PDDC1"], "synonym": ["Parkinson disease 7 domain-containing protein 1"], "score": 26.418837, "id_std": "NCBIGene:101082778", "id": "NCBIGene:101082778", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101082778", "taxon": "NCBITaxon:9685", "leaf": true, "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Felis catus", "label_std": ["PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label": "Felis catus"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["RGD:61797"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Prkn", "parkin RBR E3 ubiquitin protein ligase", "parkin variant SV5DEL", "parkinson protein 2, E3 ubiquitin protein ligase", "Park2", "E3 ubiquitin-protein ligase parkin", "Park"], "equivalent_iri_std": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=61797"], "iri": "http://www.ncbi.nlm.nih.gov/gene/56816", "_version_": 1564148092849094657, "label_eng": ["Park2"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/56816", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/56816", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Prkn", "parkin RBR E3 ubiquitin protein ligase", "parkin variant SV5DEL", "parkinson protein 2, E3 ubiquitin protein ligase", "Park2", "E3 ubiquitin-protein ligase parkin", "Park"], "id_kw": "NCBIGene:56816", "id_eng": "NCBIGene:56816", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["RGD:61797"], "label_kw": ["Park2"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Prkn", "parkin RBR E3 ubiquitin protein ligase", "parkin variant SV5DEL", "parkinson protein 2, E3 ubiquitin protein ligase", "Park2", "E3 ubiquitin-protein ligase parkin", "Park"], "score": 25.796516, "id_std": "NCBIGene:56816", "equivalent_curie_std": ["RGD:61797"], "id": "NCBIGene:56816", "equivalent_iri": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=61797"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/56816", "equivalent_iri_kw": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=61797"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["RGD:61797"], "label": ["Park2"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=61797"], "label_std": ["Park2"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Prkn", "parkin RBR E3 ubiquitin protein ligase", "parkin variant SV5DEL", "parkinson protein 2, E3 ubiquitin protein ligase", "Park2", "E3 ubiquitin-protein ligase parkin", "Park"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_curie": ["ENSEMBL:ENSGALG00000011562"], "taxon_label_eng": "Gallus gallus", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "iri": "http://www.ncbi.nlm.nih.gov/gene/421577", "_version_": 1564148062463459328, "label_eng": ["PARK2"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/421577", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/421577", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "id_kw": "NCBIGene:421577", "id_eng": "NCBIGene:421577", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000011562"], "label_kw": ["PARK2"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "score": 25.796516, "id_std": "NCBIGene:421577", "equivalent_curie_std": ["ENSEMBL:ENSGALG00000011562"], "id": "NCBIGene:421577", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/421577", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000011562"], "label": ["PARK2"], "taxon_label_std": "Gallus gallus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "label_std": ["PARK2"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_curie": ["ENSEMBL:ENSPTRG00000018781"], "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "iri": "http://www.ncbi.nlm.nih.gov/gene/741350", "_version_": 1564148019813679107, "label_eng": ["PRKN"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/741350", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/741350", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "id_kw": "NCBIGene:741350", "id_eng": "NCBIGene:741350", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000018781"], "label_kw": ["PRKN"], "synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "score": 25.796516, "id_std": "NCBIGene:741350", "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000018781"], "id": "NCBIGene:741350", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/741350", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000018781"], "label": ["PRKN"], "taxon_label_std": "Pan troglodytes", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "label_std": ["PRKN"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "synonym_eng": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "synonym_kw": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "iri": "http://purl.obolibrary.org/obo/OMIM_125320", "_version_": 1564147978324672515, "label_eng": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_125320", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_125320", "category_kw": ["disease"], "id_eng": "OMIM:125320", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "category_eng": ["disease"], "equivalent_curie_kw": ["MESH:C565115", "UMLS:C1852223"], "label_kw": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "synonym": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "score": 25.713886, "id_std": "OMIM:125320", "equivalent_curie_std": ["MESH:C565115", "UMLS:C1852223"], "id": "OMIM:125320", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_125320", "id_kw": "OMIM:125320", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["MESH:C565115", "UMLS:C1852223"], "label": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "label_std": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "synonym_std": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "equivalent_curie": ["MESH:C565115", "UMLS:C1852223"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_363654", "http://purl.obolibrary.org/obo/UMLS_C3806722"], "synonym_eng": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "synonym_kw": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "iri": "http://purl.obolibrary.org/obo/OMIM_300911", "_version_": 1564148008824602625, "label_eng": ["X-linked parkinsonism-spasticity syndrome"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_363654", "http://purl.obolibrary.org/obo/UMLS_C3806722"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_300911", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_300911", "category_kw": ["disease"], "id_eng": "OMIM:300911", "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_363654", "http://purl.obolibrary.org/obo/UMLS_C3806722"], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:363654", "UMLS:C3806722"], "label_kw": ["X-linked parkinsonism-spasticity syndrome"], "synonym": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "score": 25.713886, "id_std": "OMIM:300911", "equivalent_curie_std": ["Orphanet:363654", "UMLS:C3806722"], "id": "OMIM:300911", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_363654", "http://purl.obolibrary.org/obo/UMLS_C3806722"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_300911", "id_kw": "OMIM:300911", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["Orphanet:363654", "UMLS:C3806722"], "label": ["X-linked parkinsonism-spasticity syndrome"], "label_std": ["X-linked parkinsonism-spasticity syndrome"], "synonym_std": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "equivalent_curie": ["Orphanet:363654", "UMLS:C3806722"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "synonym_eng": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "synonym_kw": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "iri": "http://purl.obolibrary.org/obo/OMIM_607688", "_version_": 1564148011764809730, "label_eng": ["Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607688", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607688", "category_kw": ["disease"], "id_eng": "OMIM:607688", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1843211"], "label_kw": ["Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "synonym": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "score": 25.713886, "id_std": "OMIM:607688", "equivalent_curie_std": ["UMLS:C1843211"], "id": "OMIM:607688", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607688", "id_kw": "OMIM:607688", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C1843211"], "label": ["Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "label_std": ["Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "synonym_std": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "equivalent_curie": ["UMLS:C1843211"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "synonym_eng": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "synonym_kw": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "iri": "http://purl.obolibrary.org/obo/OMIM_610297", "_version_": 1564147997653073921, "label_eng": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_610297", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_610297", "category_kw": ["disease"], "id_eng": "OMIM:610297", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1853202"], "label_kw": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to"], "synonym": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "score": 25.713886, "id_std": "OMIM:610297", "equivalent_curie_std": ["UMLS:C1853202"], "id": "OMIM:610297", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_610297", "id_kw": "OMIM:610297", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C1853202"], "label": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to"], "label_std": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to"], "synonym_std": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "equivalent_curie": ["UMLS:C1853202"]}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000031406"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "iri": "http://www.ncbi.nlm.nih.gov/gene/610760", "_version_": 1564148024082432000, "label_eng": ["LOC610760"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/610760", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/610760", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "id_kw": "NCBIGene:610760", "id_eng": "NCBIGene:610760", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000031406"], "label_kw": ["LOC610760"], "synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "score": 25.713886, "id_std": "NCBIGene:610760", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000031406"], "id": "NCBIGene:610760", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/610760", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000031406"], "label": ["LOC610760"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "label_std": ["LOC610760"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"synonym_eng": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "synonym_kw": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "iri": "http://www.orpha.net/ORDO/Orphanet_411602", "label_eng": ["Hereditary late-onset Parkinson disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_411602", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_411602", "category_kw": ["disease"], "definition_std": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "id_eng": "Orphanet:411602", "definition_kw": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "category_eng": ["disease"], "_version_": 1564148003624714241, "label_kw": ["Hereditary late-onset Parkinson disease"], "synonym": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "score": 25.713886, "id_std": "Orphanet:411602", "id": "Orphanet:411602", "iri_std": "http://www.orpha.net/ORDO/Orphanet_411602", "id_kw": "Orphanet:411602", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "label": ["Hereditary late-onset Parkinson disease"], "label_std": ["Hereditary late-onset Parkinson disease"], "definition": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "synonym_std": ["LOPD", "Autosomal dominant late-onset Parkinson disease"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "synonym_eng": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "synonym_kw": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "iri": "http://purl.obolibrary.org/obo/OMIM_613643", "_version_": 1564148004296851457, "label_eng": ["Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613643", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613643", "category_kw": ["disease"], "id_eng": "OMIM:613643", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3150899"], "label_kw": ["Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "synonym": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "score": 25.713886, "id_std": "OMIM:613643", "equivalent_curie_std": ["UMLS:C3150899"], "id": "OMIM:613643", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613643", "id_kw": "OMIM:613643", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C3150899"], "label": ["Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "label_std": ["Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "synonym_std": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "equivalent_curie": ["UMLS:C3150899"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "synonym_eng": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "synonym_kw": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "iri": "http://purl.obolibrary.org/obo/OMIM_614251", "_version_": 1564148004669095936, "label_eng": ["Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_614251", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_614251", "category_kw": ["disease"], "definition_std": ["See http://www.omim.org/entry/614251"], "id_eng": "OMIM:614251", "definition_kw": ["See http://www.omim.org/entry/614251"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C3280271"], "label_kw": ["Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "synonym": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "score": 25.713886, "id_std": "OMIM:614251", "equivalent_curie_std": ["UMLS:C3280271"], "id": "OMIM:614251", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_614251", "id_kw": "OMIM:614251", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["See http://www.omim.org/entry/614251"], "equivalent_curie_eng": ["UMLS:C3280271"], "label": ["Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "label_std": ["Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "definition": ["See http://www.omim.org/entry/614251"], "synonym_std": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "equivalent_curie": ["UMLS:C3280271"]}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/740015", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/740015", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/740015", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:740015", "id_eng": "NCBIGene:740015", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148299845337090, "label_kw": ["PDDC1"], "synonym": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1"], "score": 25.713886, "id_std": "NCBIGene:740015", "id": "NCBIGene:740015", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/740015", "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Pan troglodytes", "label_std": ["PDDC1"], "synonym_std": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"taxon_eng": "NCBITaxon:9796", "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "taxon_label_eng": "Equus caballus", "synonym_kw": ["LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100147623", "label_eng": ["PDDC1"], "taxon_kw": "NCBITaxon:9796", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100147623", "taxon_label_kw": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100147623", "category_kw": ["gene"], "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "synonym_eng": ["LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1"], "id_kw": "NCBIGene:100147623", "id_eng": "NCBIGene:100147623", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148063311757313, "label_kw": ["PDDC1"], "synonym": ["LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1"], "score": 24.624176, "id_std": "NCBIGene:100147623", "id": "NCBIGene:100147623", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100147623", "taxon": "NCBITaxon:9796", "leaf": true, "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "category_std": ["gene"], "label": ["PDDC1"], "taxon_label_std": "Equus caballus", "label_std": ["PDDC1"], "synonym_std": ["LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1"], "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label": "Equus caballus"}, {"taxon_eng": "NCBITaxon:31033", "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "taxon_label_eng": "Takifugu rubripes", "synonym_kw": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101078161", "label_eng": ["LOC101078161"], "taxon_kw": "NCBITaxon:31033", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101078161", "taxon_label_kw": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101078161", "category_kw": ["gene"], "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "synonym_eng": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "id_kw": "NCBIGene:101078161", "id_eng": "NCBIGene:101078161", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148032555974658, "label_kw": ["LOC101078161"], "synonym": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "score": 24.624176, "id_std": "NCBIGene:101078161", "id": "NCBIGene:101078161", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101078161", "taxon": "NCBITaxon:31033", "leaf": true, "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "category_std": ["gene"], "label": ["LOC101078161"], "taxon_label_std": "Takifugu rubripes", "label_std": ["LOC101078161"], "synonym_std": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_label": "Takifugu rubripes"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "synonym_eng": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "synonym_kw": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "iri": "http://purl.obolibrary.org/obo/OMIM_118301", "_version_": 1564147987823722496, "label_eng": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_118301", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_118301", "category_kw": ["disease"], "id_eng": "OMIM:118301", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C1861668", "MESH:C538079"], "label_kw": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "synonym": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "score": 24.624176, "id_std": "OMIM:118301", "equivalent_curie_std": ["UMLS:C1861668", "MESH:C538079"], "id": "OMIM:118301", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_118301", "id_kw": "OMIM:118301", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:C1861668", "MESH:C538079"], "label": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "label_std": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "synonym_std": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "equivalent_curie": ["UMLS:C1861668", "MESH:C538079"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2751067", "http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/MESH_C567730"], "synonym_eng": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "synonym_kw": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2751067", "http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/MESH_C567730"], "iri": "http://purl.obolibrary.org/obo/OMIM_613135", "_version_": 1564148004080844800, "label_eng": ["Infantile dystonia-parkinsonism"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2751067", "http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/MESH_C567730"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613135", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613135", "category_kw": ["disease"], "definition_std": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal."], "id_eng": "OMIM:613135", "definition_kw": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C2751067", "Orphanet:238455", "MESH:C567730"], "label_kw": ["Infantile dystonia-parkinsonism"], "synonym": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "score": 24.624176, "id_std": "OMIM:613135", "equivalent_curie_std": ["UMLS:C2751067", "Orphanet:238455", "MESH:C567730"], "id": "OMIM:613135", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2751067", "http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/MESH_C567730"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613135", "id_kw": "OMIM:613135", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal."], "equivalent_curie_eng": ["UMLS:C2751067", "Orphanet:238455", "MESH:C567730"], "label": ["Infantile dystonia-parkinsonism"], "label_std": ["Infantile dystonia-parkinsonism"], "definition": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal."], "synonym_std": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "equivalent_curie": ["UMLS:C2751067", "Orphanet:238455", "MESH:C567730"]}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000019674"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "iri": "http://www.ncbi.nlm.nih.gov/gene/479595", "_version_": 1564148163492708354, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/479595", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/479595", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7"], "id_kw": "NCBIGene:479595", "id_eng": "NCBIGene:479595", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000019674"], "label_kw": ["PARK7"], "synonym": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7"], "score": 24.624176, "id_std": "NCBIGene:479595", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000019674"], "id": "NCBIGene:479595", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/479595", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000019674"], "label": ["PARK7"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "label_std": ["PARK7"], "synonym_std": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_curie": ["ENSEMBL:ENSSSCG00000003385"], "taxon_label_eng": "Sus scrofa", "synonym_kw": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "iri": "http://www.ncbi.nlm.nih.gov/gene/780404", "_version_": 1564148234235936770, "label_eng": ["PARK7"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/780404", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/780404", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "id_kw": "NCBIGene:780404", "id_eng": "NCBIGene:780404", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000003385"], "label_kw": ["PARK7"], "synonym": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "score": 24.624176, "id_std": "NCBIGene:780404", "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000003385"], "id": "NCBIGene:780404", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/780404", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000003385"], "label": ["PARK7"], "taxon_label_std": "Sus scrofa", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "label_std": ["PARK7"], "synonym_std": ["protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0520716", "http://purl.obolibrary.org/obo/MESH_D057180", "http://purl.obolibrary.org/obo/UMLS_C2718305", "http://www.orpha.net/ORDO/Orphanet_282"], "synonym_eng": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "synonym_kw": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0520716", "http://purl.obolibrary.org/obo/MESH_D057180", "http://purl.obolibrary.org/obo/UMLS_C2718305", "http://www.orpha.net/ORDO/Orphanet_282"], "iri": "http://purl.obolibrary.org/obo/DOID_9255", "_version_": 1564147979451891712, "label_eng": ["frontotemporal dementia"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0520716", "http://purl.obolibrary.org/obo/MESH_D057180", "http://purl.obolibrary.org/obo/UMLS_C2718305", "http://www.orpha.net/ORDO/Orphanet_282"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_9255", "iri_eng": "http://purl.obolibrary.org/obo/DOID_9255", "category_kw": ["disease"], "definition_std": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "id_eng": "DOID:9255", "definition_kw": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0520716", "MESH:D057180", "UMLS:C2718305", "Orphanet:282"], "label_kw": ["frontotemporal dementia"], "synonym": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "score": 24.618694, "id_std": "DOID:9255", "equivalent_curie_std": ["UMLS:C0520716", "MESH:D057180", "UMLS:C2718305", "Orphanet:282"], "id": "DOID:9255", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0520716", "http://purl.obolibrary.org/obo/MESH_D057180", "http://purl.obolibrary.org/obo/UMLS_C2718305", "http://www.orpha.net/ORDO/Orphanet_282"], "iri_std": "http://purl.obolibrary.org/obo/DOID_9255", "id_kw": "DOID:9255", "leaf": false, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "equivalent_curie_eng": ["UMLS:C0520716", "MESH:D057180", "UMLS:C2718305", "Orphanet:282"], "label": ["frontotemporal dementia"], "label_std": ["frontotemporal dementia"], "definition": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "synonym_std": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "equivalent_curie": ["UMLS:C0520716", "MESH:D057180", "UMLS:C2718305", "Orphanet:282"]}, {"equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/MESH_C537537"], "synonym_eng": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "synonym_kw": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/MESH_C537537"], "iri": "http://purl.obolibrary.org/obo/OMIM_605407", "_version_": 1564148009986424832, "label_eng": ["Autosomal recessive dopa-responsive dystonia"], "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/MESH_C537537"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605407", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605407", "category_kw": ["disease"], "definition_std": ["Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "id_eng": "OMIM:605407", "definition_kw": ["Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "category_eng": ["disease"], "equivalent_curie_kw": ["Orphanet:101150", "UMLS:C1854299", "UMLS:C2673535", "MESH:C537537"], "label_kw": ["Autosomal recessive dopa-responsive dystonia"], "synonym": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "score": 24.194925, "id_std": "OMIM:605407", "equivalent_curie_std": ["Orphanet:101150", "UMLS:C1854299", "UMLS:C2673535", "MESH:C537537"], "id": "OMIM:605407", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/MESH_C537537"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605407", "id_kw": "OMIM:605407", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "equivalent_curie_eng": ["Orphanet:101150", "UMLS:C1854299", "UMLS:C2673535", "MESH:C537537"], "label": ["Autosomal recessive dopa-responsive dystonia"], "label_std": ["Autosomal recessive dopa-responsive dystonia"], "definition": ["Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "synonym_std": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "equivalent_curie": ["Orphanet:101150", "UMLS:C1854299", "UMLS:C2673535", "MESH:C537537"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0338451"], "synonym_eng": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "Ftld With Tau Inclusions", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "synonym_kw": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "Ftld With Tau Inclusions", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0338451"], "iri": "http://purl.obolibrary.org/obo/OMIM_600274", "_version_": 1564148005536268288, "label_eng": ["Frontotemporal Dementia"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0338451"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_600274", "iri_eng": "http://purl.obolibrary.org/obo/OMIM_600274", "category_kw": ["disease"], "definition_std": ["See http://www.omim.org/entry/600274"], "id_eng": "OMIM:600274", "definition_kw": ["See http://www.omim.org/entry/600274"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:C0338451"], "label_kw": ["Frontotemporal Dementia"], "synonym": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "Ftld With Tau Inclusions", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "score": 24.194925, "id_std": "OMIM:600274", "equivalent_curie_std": ["UMLS:C0338451"], "id": "OMIM:600274", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0338451"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_600274", "id_kw": "OMIM:600274", "leaf": true, "category": ["disease"], "category_std": ["disease"], "definition_eng": ["See http://www.omim.org/entry/600274"], "equivalent_curie_eng": ["UMLS:C0338451"], "label": ["Frontotemporal Dementia"], "label_std": ["Frontotemporal Dementia"], "definition": ["See http://www.omim.org/entry/600274"], "synonym_std": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "Ftld With Tau Inclusions", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "equivalent_curie": ["UMLS:C0338451"]}, {"iri": "http://purl.obolibrary.org/obo/HP_0001716", "label_eng": ["Wolff-Parkinson-White syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0001716", "iri_eng": "http://purl.obolibrary.org/obo/HP_0001716", "category_kw": ["Phenotype"], "definition_kw": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "definition_std": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "id_eng": "HP:0001716", "leaf": true, "category_eng": ["Phenotype"], "label_kw": ["Wolff-Parkinson-White syndrome"], "score": 23.960114, "id_std": "HP:0001716", "id": "HP:0001716", "iri_std": "http://purl.obolibrary.org/obo/HP_0001716", "id_kw": "HP:0001716", "_version_": 1564148006375129088, "category": ["Phenotype"], "category_std": ["Phenotype"], "definition_eng": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "label": ["Wolff-Parkinson-White syndrome"], "label_std": ["Wolff-Parkinson-White syndrome"], "definition": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."]}, {"category_eng": ["disease"], "_version_": 1564148011964039169, "label_kw": ["Rare parkinsonian disorder"], "score": 23.960114, "id_std": "Orphanet:68402", "id": "Orphanet:68402", "iri": "http://www.orpha.net/ORDO/Orphanet_68402", "iri_std": "http://www.orpha.net/ORDO/Orphanet_68402", "label_eng": ["Rare parkinsonian disorder"], "id_kw": "Orphanet:68402", "leaf": false, "iri_kw": "http://www.orpha.net/ORDO/Orphanet_68402", "category": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_68402", "category_kw": ["disease"], "label": ["Rare parkinsonian disorder"], "label_std": ["Rare parkinsonian disorder"], "id_eng": "Orphanet:68402", "category_std": ["disease"]}, {"equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_CN203776"], "synonym_eng": ["CLN12 disease"], "synonym_kw": ["CLN12 disease"], "iri": "http://www.orpha.net/ORDO/Orphanet_314632", "_version_": 1564147990671654912, "label_eng": ["Parkinsonism due to ATP13A2 deficiency"], "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_CN203776"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_314632", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_314632", "category_kw": ["disease"], "id_eng": "Orphanet:314632", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_CN203776"], "category_eng": ["disease"], "equivalent_curie_kw": ["UMLS:CN180193", "UMLS:CN203776"], "label_kw": ["Parkinsonism due to ATP13A2 deficiency"], "synonym": ["CLN12 disease"], "score": 23.960114, "id_std": "Orphanet:314632", "equivalent_curie_std": ["UMLS:CN180193", "UMLS:CN203776"], "id": "Orphanet:314632", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_CN203776"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_314632", "id_kw": "Orphanet:314632", "leaf": true, "category": ["disease"], "category_std": ["disease"], "equivalent_curie_eng": ["UMLS:CN180193", "UMLS:CN203776"], "label": ["Parkinsonism due to ATP13A2 deficiency"], "label_std": ["Parkinsonism due to ATP13A2 deficiency"], "synonym_std": ["CLN12 disease"], "equivalent_curie": ["UMLS:CN180193", "UMLS:CN203776"]}, {"category_eng": ["disease"], "_version_": 1564147993132662787, "label_kw": ["juvenile-onset Parkinson disease"], "score": 23.960114, "id_std": "DOID:0060893", "id": "DOID:0060893", "iri": "http://purl.obolibrary.org/obo/DOID_0060893", "iri_std": "http://purl.obolibrary.org/obo/DOID_0060893", "label_eng": ["juvenile-onset Parkinson disease"], "id_kw": "DOID:0060893", "leaf": false, "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060893", "category": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060893", "category_kw": ["disease"], "label": ["juvenile-onset Parkinson disease"], "label_std": ["juvenile-onset Parkinson disease"], "id_eng": "DOID:0060893", "category_std": ["disease"]}, {"category_eng": ["disease"], "_version_": 1564147993134759936, "label_kw": ["late onset Parkinson disease"], "score": 23.960114, "id_std": "DOID:0060892", "id": "DOID:0060892", "iri": "http://purl.obolibrary.org/obo/DOID_0060892", "iri_std": "http://purl.obolibrary.org/obo/DOID_0060892", "label_eng": ["late onset Parkinson disease"], "id_kw": "DOID:0060892", "leaf": false, "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060892", "category": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060892", "category_kw": ["disease"], "label": ["late onset Parkinson disease"], "label_std": ["late onset Parkinson disease"], "id_eng": "DOID:0060892", "category_std": ["disease"]}], "highlighting": {"OMIM:118301": {"synonym_eng": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND <em class=\"hilite\">PARKINSONISM</em>"], "label_eng": ["Charcot-Marie-Tooth Disease With Ptosis and <em class=\"hilite\">Parkinsonism</em>"]}, "DOID:14330": {"synonym_eng": ["Primary <em class=\"hilite\">Parkinsonism</em>", "Idiopathic <em class=\"hilite\">Parkinson's</em> Disease", "<em class=\"hilite\">Parkinson</em> disease", "<em class=\"hilite\">Parkinson's</em> Disease", "Lewy Body <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Idiopathic", "<em class=\"hilite\">Parkinson's</em> Disease, Idiopathic", "<em class=\"hilite\">Parkinsonism</em>, Primary", "<em class=\"hilite\">Parkinson's</em> Disease, Lewy Body", "Idiopathic <em class=\"hilite\">Parkinson</em> Disease", "Lewy Body <em class=\"hilite\">Parkinson's</em> Disease"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease", "Lewy Body <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Idiopathic", "Idiopathic <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["<em class=\"hilite\">Parkinson's</em> disease"]}, "OMIM:600274": {"synonym_eng": ["Frontotemporal Dementia With <em class=\"hilite\">Parkinsonism</em>", "Dementia, Frontotemporal, With <em class=\"hilite\">Parkinsonism</em>", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complex"]}, "OMIM:606693": {"synonym_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> disease 9", "autosomal recessive juvenile onset <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive"], "synonym_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> disease 9", "autosomal recessive juvenile onset <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive"]}, "NCBIGene:117287": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"]}, "MESH:D020267": {"definition_std": [" bradykinesia (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of", " <em class=\"hilite\">PARKINSON</em> DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "synonym_eng": ["<em class=\"hilite\">Parkinsonism</em>, MPTP-Induced", "MPTP-Induced <em class=\"hilite\">Parkinsonism</em>", "MPTP Induced <em class=\"hilite\">Parkinsonism</em>"], "definition_eng": [" dopaminergic neurons. Clinical features include irreversible <em class=\"hilite\">parkinsonian</em> signs including rigidity and", " bradykinesia (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study", " of <em class=\"hilite\">PARKINSON</em> DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"]}, "OMIM:605407": {"synonym_eng": ["Autosomal Recessive Infantile <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Infantile, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, infantile, autosomal recessive"]}, "DOID:14332": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Post Encephalitic", "Postencephalitic Economo-Type <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Post-Encephalitic", "<em class=\"hilite\">Parkinsonisms</em>, Viral Meningoencephalitic", "<em class=\"hilite\">Parkinsonism</em>, Postencephalitic Economo-Type", "Economo-Type <em class=\"hilite\">Parkinsonism</em>, Postencephalitic", "Postencephalitic <em class=\"hilite\">Parkinson</em> Disease", "von Economo Encephalitis Type <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Viral Meningoencephalitic", "Postencephalitic <em class=\"hilite\">Parkinsonism</em>", "Post-Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Meningoencephalitic <em class=\"hilite\">Parkinsonism</em>, Viral", "Postencephalitic Economo Type <em class=\"hilite\">Parkinsonism</em>", "Postencephalitic <em class=\"hilite\">parkinsonism</em>", "Postencephalitic <em class=\"hilite\">parkinsonism</em> (disorder)", "Postencephalitis <em class=\"hilite\">Parkinsonian</em> Syndrome", "<em class=\"hilite\">Parkinsonism</em>, Postencephalitic", "<em class=\"hilite\">Parkinsonian</em> Syndrome, Postencephalitis", "Viral Meningoencephalitic <em class=\"hilite\">Parkinsonism</em>", "Encephalitis Lethargica Type <em class=\"hilite\">Parkinsonism</em>"], "definition_eng": ["<em class=\"hilite\">Parkinsonism</em> following encephalitis, historically seen as a sequella of encephalitis lethargica", " primary <em class=\"hilite\">PARKINSON</em> DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the"], "definition_std": [" primary <em class=\"hilite\">PARKINSON</em> DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the"], "label_std": ["postencephalitic <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Post Encephalitic", "<em class=\"hilite\">Parkinson</em> Disease, Post-Encephalitic", "Postencephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post-Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post Encephalitic <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["postencephalitic <em class=\"hilite\">Parkinson</em> disease"]}, "NCBIGene:309110": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:168100": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Juvenile, of Hunt", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Of Hunt"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Juvenile, of Hunt", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Of Hunt"]}, "NCBIGene:100010357": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "NCBIGene:740015": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:100147623": {"synonym_eng": ["LOW QUALITY PROTEIN: <em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["LOW QUALITY PROTEIN: <em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "OMIM:607688": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 11, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 11, Autosomal Dominant, Susceptibility to"]}, "NCBIGene:56816": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase"]}, "NCBIGene:780404": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"]}, "OMIM:610297": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 13, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 13, Autosomal Dominant, Susceptibility to"]}, "OMIM:602404": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant", "<em class=\"hilite\">PARKINSON</em> DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant Lewy Body"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant", "<em class=\"hilite\">PARKINSON</em> DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant Lewy Body"]}, "NCBIGene:421577": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:600116": {"label_eng": ["autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease 2"], "label_std": ["autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease 2"], "synonym_eng": ["<em class=\"hilite\">Parkinsonism</em>, Early-Onset, With Diurnal Fluctuation", "<em class=\"hilite\">PARKINSON</em> DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease type 2", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease type 2", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome"]}, "OMIM:606324": {"label_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 7"], "label_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 7"], "synonym_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 7", "<em class=\"hilite\">PARKINSON</em> DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "synonym_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 7", "<em class=\"hilite\">PARKINSON</em> DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in homozygous or compound heterozygous mutation"]}, "NCBIGene:100148360": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:605543": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 4", "autosomal dominant Lewy body <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">PARKINSON</em> DISEASE 4, AUTOSOMAL DOMINANT; PARK4"], "definition_eng": ["A late onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous triplication of the alpha"], "definition_std": ["A late onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous triplication of the alpha"], "label_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 4"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 4", "autosomal dominant Lewy body <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">PARKINSON</em> DISEASE 4, AUTOSOMAL DOMINANT; PARK4"], "label_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 4"]}, "Orphanet:306686": {"synonym_eng": ["CO-induced <em class=\"hilite\">parkinsonism</em>"], "label_eng": ["Carbon monoxide-induced <em class=\"hilite\">parkinsonism</em>"]}, "OMIM:128235": {"synonym_eng": ["Rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em>", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, Rapid-Onset", "Rapid-Onset Dystonia <em class=\"hilite\">Parkinsonism</em>"], "definition_eng": ["Rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em> (RDP) is a very rare movement disorder, characterized by the", " abrupt onset of <em class=\"hilite\">parkinsonism</em> and dystonia, often triggered by physical or psychological stress."]}, "NCBIGene:213350": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:479595": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"]}, "NCBIGene:612316": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:168600": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease, Late-Onset"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE, LATE-ONSET; PD"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE, LATE-ONSET; PD"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Late-Onset"]}, "OMIM:125320": {"synonym_eng": ["DEMENTIA/<em class=\"hilite\">PARKINSONISM</em> WITH NON-ALZHEIMER AMYLOID PLAQUES"], "label_eng": ["Dementia/<em class=\"hilite\">Parkinsonism</em> With Non-Alzheimer Amyloid Plaques"]}, "OMIM:605909": {"label_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 6"], "label_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 6"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset <em class=\"hilite\">Parkinson</em> disease 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "<em class=\"hilite\">Parkinson</em> Disease 6, Late-Onset, Susceptibility to", "<em class=\"hilite\">Parkinson</em> Disease 6, Early-Onset"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset <em class=\"hilite\">Parkinson</em> disease 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "<em class=\"hilite\">Parkinson</em> Disease 6, Late-Onset, Susceptibility to", "<em class=\"hilite\">Parkinson</em> Disease 6, Early-Onset"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."]}, "NCBIGene:100057832": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:260300": {"label_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 15"], "label_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 15"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "<em class=\"hilite\">Parkinsonian</em>-Pyramidal Syndrome", "<em class=\"hilite\">Parkinsonian</em>-pyramidal syndrome", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 15"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 15"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."]}, "NCBIGene:100552437": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "MESH:D020734": {"label_eng": ["<em class=\"hilite\">Parkinsonian</em> Disorders"], "definition_std": [" parkinsonism (see <em class=\"hilite\">PARKINSON</em> DISEASE), secondary parkinsonism (see <em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) and inherited"], "synonym_eng": ["Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Familial, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Early Onset, with Diurnal Fluctuation", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile", "<em class=\"hilite\">Parkinsonism</em>, Juvenile, Autosomal Recessive", "Experimental <em class=\"hilite\">Parkinsonism</em>, MPTP Induced", "<em class=\"hilite\">Parkinson</em> Disease 2", "Experimental <em class=\"hilite\">Parkinson</em> Diseases", "Chromosome 6 Linked Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonian</em> Diseases", "Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Autosomal Dominant <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Experimental", "Diseases, Experimental <em class=\"hilite\">Parkinson</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Familial", "<em class=\"hilite\">Parkinsonism</em>, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant. Juvenile", "<em class=\"hilite\">Parkinsonian</em> Syndromes", "<em class=\"hilite\">Parkinson</em> Diseases, Experimental", "Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Autosomal Recessive", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinsonism</em>, Early-Onset, With Diurnal Fluctuation", "<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinsonisms</em>, Experimental", "<em class=\"hilite\">Parkinson</em> Disease Autosomal Recessive, Early Onset", "<em class=\"hilite\">Parkinsonism</em>, Juvenile", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinsonism</em>", "Familial Juvenile <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonisms</em>", "Dominant <em class=\"hilite\">Parkinsonism</em>, Autosomal", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Autosomal Dominant", "<em class=\"hilite\">Parkinsonism</em>, Familial Juvenile", "MPTP Induced Experimental <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Autosomal Dominant", "Familial <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Experimental", "Experimental <em class=\"hilite\">Parkinsonism</em>, MPTP-Induced", "Experimental <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinsonian</em> Syndrome", "Recessive <em class=\"hilite\">Parkinsonism</em>, Autosomal", "Juvenile <em class=\"hilite\">Parkinsonism</em>", "Experimental <em class=\"hilite\">Parkinsonism</em>", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonisms</em>, Juvenile", "Experimental <em class=\"hilite\">Parkinsonisms</em>", "MPTP-Induced Experimental <em class=\"hilite\">Parkinsonism</em>", "Autosomal Recessive Juvenile <em class=\"hilite\">Parkinson</em> Disease"], "synonym_std": ["Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Familial, Autosomal Recessive", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile", "<em class=\"hilite\">Parkinson</em> Disease 2", "Experimental <em class=\"hilite\">Parkinson</em> Diseases", "Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease, Experimental", "Diseases, Experimental <em class=\"hilite\">Parkinson</em>", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant. Juvenile", "<em class=\"hilite\">Parkinson</em> Diseases, Experimental", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinson</em> Disease Autosomal Recessive, Early Onset", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "Familial <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Experimental <em class=\"hilite\">Parkinson</em> Disease", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinson</em> Disease", "Autosomal Recessive Juvenile <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": [" RIGIDITY; TREMOR; and postural instability. <em class=\"hilite\">Parkinsonian</em> diseases are generally divided into primary", " <em class=\"hilite\">parkinsonism</em> (see <em class=\"hilite\">PARKINSON</em> DISEASE), secondary <em class=\"hilite\">parkinsonism</em> (see <em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) and inherited"]}, "NCBIGene:100073498": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "NCBIGene:511268": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"]}, "NCBIGene:100030192": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "MESH:C566823": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease, Familial, Type 1"], "synonym_eng": ["Lewy Body <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Familial, Type 1"]}, "OMIM:314250": {"synonym_eng": ["X-Linked Dystonia-<em class=\"hilite\">Parkinsonism</em> Syndrome", "Torsion Dystonia-<em class=\"hilite\">Parkinsonism</em>, Filipino Type", "X-Linked Torsion Dystonia-<em class=\"hilite\">Parkinsonism</em> Syndrome", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, X-Linked", "X-Linked Dystonia-<em class=\"hilite\">Parkinsonism</em>"], "label_eng": ["X-linked dystonia-<em class=\"hilite\">parkinsonism</em>"], "definition_eng": ["X-linked dystonia-<em class=\"hilite\">parkinsonism</em> (XDP) is a neurodegenerative movement disorder characterized", " by adult-onset <em class=\"hilite\">parkinsonism</em> that is frequently accompanied by focal dystonia, which becomes generalized"]}, "OMIM:616361": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 21"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 21; PARK21", "<em class=\"hilite\">Parkinson</em> Disease type 21"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 21; PARK21", "<em class=\"hilite\">Parkinson</em> Disease type 21"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 21"]}, "NCBIGene:746063": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"]}, "DOID:13548": {"synonym_eng": ["Symptomatic <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Atherosclerotic", "secondary <em class=\"hilite\">parkinsonism</em>, unspecified", "secondary <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Symptomatic", "<em class=\"hilite\">Parkinson</em> Disease, Secondary Vascular", "Secondary Vascular <em class=\"hilite\">Parkinson</em> Disease", "disorder presenting primarily with <em class=\"hilite\">parkinsonism</em>", "secondary <em class=\"hilite\">parkinsonism</em> (disorder)", "Symptomatic <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinsonism</em>, Symptomatic", "Symptomatic <em class=\"hilite\">parkinsonism</em> (disorder)", "Secondary <em class=\"hilite\">Parkinsonism</em>", "Atherosclerotic <em class=\"hilite\">Parkinsonism</em>", "secondary <em class=\"hilite\">parkinsonism</em> (disorder) [Ambiguous]", "Secondary <em class=\"hilite\">Parkinson</em> Disease", "secondary <em class=\"hilite\">parkinsonism</em>, unspecified (disorder)", "<em class=\"hilite\">Parkinsonism</em>, Secondary"], "definition_eng": ["Conditions which feature clinical manifestations resembling primary <em class=\"hilite\">Parkinson</em> disease that are", " caused by a known or suspected condition. Examples include <em class=\"hilite\">parkinsonism</em> caused by vascular injury, drugs", " features may include bradykinesia, rigidity, <em class=\"hilite\">parkinsonian</em> gait, and masked facies. In general, tremor", " is less prominent in secondary <em class=\"hilite\">parkinsonism</em> than in the primary form. (From Joynt, Clinical Neurology"], "definition_std": ["Conditions which feature clinical manifestations resembling primary <em class=\"hilite\">Parkinson</em> disease that are"], "label_std": ["secondary <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Symptomatic", "<em class=\"hilite\">Parkinson</em> Disease, Secondary Vascular", "Secondary Vascular <em class=\"hilite\">Parkinson</em> Disease", "Symptomatic <em class=\"hilite\">Parkinson</em> Disease", "Secondary <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["secondary <em class=\"hilite\">Parkinson</em> disease"]}, "HP:0001716": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"]}, "DOID:9255": {"synonym_eng": ["Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em>-17", "Complices, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy Complex", "Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em> 17", "Complices, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy", "Complex, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complex", "Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em>", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy Complices", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complices", "Disinhibition Dementia <em class=\"hilite\">Parkinsonism</em> Amyotrophy Complex", "Dementia, Frontotemporal, with <em class=\"hilite\">Parkinsonism</em>", "Disinhibition Dementia <em class=\"hilite\">Parkinsonism</em> Amytrophy Complex", "Complex, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy"]}, "NCBIGene:733673": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:612953": {"label_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 14"], "label_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 14"], "synonym_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease type 14", "PLA2G6-related dystonia-<em class=\"hilite\">parkinsonism</em>", "<em class=\"hilite\">PARKINSON</em> DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-<em class=\"hilite\">parkinsonism</em>, Paisan-Ruiz type", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, Adult-Onset"], "synonym_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease type 14", "<em class=\"hilite\">PARKINSON</em> DISEASE 14, AUTOSOMAL RECESSIVE; PARK14"], "definition_eng": ["Adult-onset dystonia-<em class=\"hilite\">parkinsonism</em> is a rare neurodegenerative disease usually presenting before the", " age of 30 and which is characterized by dystonia, L-dopa-responsive <em class=\"hilite\">parkinsonism</em>, pyramidal signs and"]}, "NCBIGene:100911365": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"]}, "OMIM:606852": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Age at Onset of", "<em class=\"hilite\">PARKINSON</em> DISEASE 10; PARK10", "<em class=\"hilite\">Parkinson</em> Disease type 10", "<em class=\"hilite\">Parkinson</em> Disease, Age At Onset Of"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Age at Onset of", "<em class=\"hilite\">PARKINSON</em> DISEASE 10; PARK10", "<em class=\"hilite\">Parkinson</em> Disease type 10", "<em class=\"hilite\">Parkinson</em> Disease, Age At Onset Of"]}, "OMIM:614203": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 17", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 17", "<em class=\"hilite\">Parkinson</em> disease type 17", "<em class=\"hilite\">PARKINSON</em> DISEASE 17; PARK17"], "definition_eng": ["A late-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous mutation in the VPS35 gene"], "definition_std": ["A late-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous mutation in the VPS35 gene"], "label_std": ["<em class=\"hilite\">Parkinson</em> disease 17"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 17", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 17", "<em class=\"hilite\">Parkinson</em> disease type 17", "<em class=\"hilite\">PARKINSON</em> DISEASE 17; PARK17"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 17"]}, "MESH:C537176": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 3"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease type 3"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease type 3"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 3"]}, "NCBIGene:5071": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)", "<em class=\"hilite\">parkinson</em> juvenile disease protein 2", "<em class=\"hilite\">parkinson</em> protein 2 E3 ubiquitin protein ligase"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)", "<em class=\"hilite\">parkinson</em> juvenile disease protein 2", "<em class=\"hilite\">parkinson</em> protein 2 E3 ubiquitin protein ligase"]}, "Orphanet:314632": {"label_eng": ["<em class=\"hilite\">Parkinsonism</em> due to ATP13A2 deficiency"]}, "NCBIGene:395277": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog", "<em class=\"hilite\">Parkinson</em> disease 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog", "<em class=\"hilite\">Parkinson</em> disease 7"]}, "OMIM:613164": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 16", "<em class=\"hilite\">PARKINSON</em> DISEASE 16; PARK16"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 16", "<em class=\"hilite\">PARKINSON</em> DISEASE 16; PARK16"]}, "DOID:0060893": {"label_std": ["juvenile-onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["juvenile-onset <em class=\"hilite\">Parkinson</em> disease"]}, "OMIM:300557": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, X-Linked", "<em class=\"hilite\">Parkinson</em> Disease type 12", "<em class=\"hilite\">PARKINSON</em> DISEASE 12; PARK12"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, X-Linked", "<em class=\"hilite\">Parkinson</em> Disease type 12", "<em class=\"hilite\">PARKINSON</em> DISEASE 12; PARK12"]}, "OMIM:168601": {"label_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 1"], "label_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 1"], "synonym_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant Lewy Body", "<em class=\"hilite\">PARKINSON</em> DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "synonym_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant Lewy Body", "<em class=\"hilite\">PARKINSON</em> DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene"]}, "Orphanet:411602": {"synonym_eng": ["Autosomal dominant late-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_eng": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease (LOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized"], "definition_std": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease (LOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized"], "label_std": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["Autosomal dominant late-onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease"]}, "OMIM:556500": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease, Mitochondrial"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE, MITOCHONDRIAL"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE, MITOCHONDRIAL"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Mitochondrial"]}, "OMIM:105500": {"synonym_eng": ["Amyotrophic lateral sclerosis-<em class=\"hilite\">parkinsonism</em>-dementia of Guam syndrome", "Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>/Dementia Complex of Guam", "Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>/Dementia Complex type 1", "AMYOTROPHIC LATERAL SCLEROSIS-<em class=\"hilite\">PARKINSONISM</em>/DEMENTIA COMPLEX 1", "<em class=\"hilite\">Parkinsonism</em>-dementia-ALS complex"], "label_eng": ["Amyotrophic lateral sclerosis-<em class=\"hilite\">parkinsonism</em>-dementia complex"]}, "NCBIGene:101082778": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:57320": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"]}, "NCBIGene:100486045": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:741350": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:607060": {"label_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 8"], "label_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 8"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 8"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 8"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in heterozygous mutation in the dardarin encoding"]}, "MESH:C566017": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 5"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 5"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 5"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 5"]}, "OMIM:616710": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant; PARK22"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant; PARK22"]}, "OMIM:614251": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 18, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 18, Autosomal Dominant, Susceptibility to"]}, "NCBIGene:100551640": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "HP:0001300": {"synonym_eng": ["<em class=\"hilite\">Parkinsonian</em> disease"], "label_eng": ["<em class=\"hilite\">Parkinsonism</em>"]}, "OMIM:613135": {"synonym_eng": ["<em class=\"hilite\">PARKINSONISM</em>-DYSTONIA, INFANTILE; PKDYS"], "label_eng": ["Infantile dystonia-<em class=\"hilite\">parkinsonism</em>"], "definition_eng": ["Infantile dystonia-<em class=\"hilite\">parkinsonism</em> (IPD) is an extremely rare inherited neurological syndrome that", " presents in early infancy with hypokinetic <em class=\"hilite\">parkinsonism</em> and dystonia and that can be fatal."]}, "Orphanet:98933": {"synonym_eng": ["MSA, <em class=\"hilite\">parkinsonian</em> type"], "label_eng": ["Multiple system atrophy, <em class=\"hilite\">parkinsonian</em> type"], "definition_eng": ["Multiple system atrophy, <em class=\"hilite\">parkinsonian</em> type (MSA-p) is a form of multiple system atrophy (MSA; see", " this term) with predominant <em class=\"hilite\">parkinsonian</em> features (bradykinesia, rigidity, irregular jerky postural"]}, "OMIM:194200": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"], "synonym_eng": ["Syndrome, Wolf-<em class=\"hilite\">Parkinson</em>-White", "Wolff <em class=\"hilite\">Parkinson</em> White Syndrome", "WOLFF-<em class=\"hilite\">PARKINSON</em>-WHITE SYNDROME", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern (finding)", "Syndrome, Wolff-<em class=\"hilite\">Parkinson</em>-White", "Wolf <em class=\"hilite\">Parkinson</em> White Syndrome", "Wolf-<em class=\"hilite\">Parkinson</em>-White Syndrome"], "synonym_std": ["Syndrome, Wolf-<em class=\"hilite\">Parkinson</em>-White", "Wolff <em class=\"hilite\">Parkinson</em> White Syndrome", "WOLFF-<em class=\"hilite\">PARKINSON</em>-WHITE SYNDROME", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern (finding)", "Syndrome, Wolff-<em class=\"hilite\">Parkinson</em>-White", "Wolf <em class=\"hilite\">Parkinson</em> White Syndrome", "Wolf-<em class=\"hilite\">Parkinson</em>-White Syndrome"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"]}, "OMIM:615530": {"synonym_eng": ["early-onset <em class=\"hilite\">Parkinson</em> disease type 20", "<em class=\"hilite\">PARKINSON</em> DISEASE 20, EARLY-ONSET; PARK20"], "definition_eng": ["An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous mutation in the SYNJ1 gene"], "definition_std": ["An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous mutation in the SYNJ1 gene"], "label_std": ["early-onset <em class=\"hilite\">Parkinson</em> disease 20"], "synonym_std": ["early-onset <em class=\"hilite\">Parkinson</em> disease type 20", "<em class=\"hilite\">PARKINSON</em> DISEASE 20, EARLY-ONSET; PARK20"], "label_eng": ["early-onset <em class=\"hilite\">Parkinson</em> disease 20"]}, "OMIM:615528": {"label_eng": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease 19A"], "label_std": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease 19A"], "synonym_eng": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease type 19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19, JUVENILE-ONSET; PARK19"], "synonym_std": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease type 19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19, JUVENILE-ONSET; PARK19"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in homozygous mutation in the DNAJC6 gene"]}, "DOID:0060892": {"label_std": ["late onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["late onset <em class=\"hilite\">Parkinson</em> disease"]}, "DOID:0060894": {"synonym_eng": ["Early-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_eng": ["Young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized by an age"], "definition_std": ["Young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized by an age"], "label_std": ["early-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["Early-onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["early-onset <em class=\"hilite\">Parkinson</em> disease"]}, "MESH:C564631": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 8"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 8"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 8"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 8"]}, "NCBIGene:101078161": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"]}, "OMIM:300911": {"synonym_eng": ["<em class=\"hilite\">PARKINSONISM</em> WITH SPASTICITY, X-LINKED; XPDS"], "label_eng": ["X-linked <em class=\"hilite\">parkinsonism</em>-spasticity syndrome"]}, "OMIM:168605": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> with alveolar hypoventilation and mental depression", "<em class=\"hilite\">parkinsonism</em> with alveolar hypoventilation and mental depression", "<em class=\"hilite\">Parkinsonism</em> With Alveolar Hypoventilation and Mental Depression", "<em class=\"hilite\">Parkinsonism</em> with Alveolar Hypoventilation and Mental Depression"], "definition_eng": [" early-onset <em class=\"hilite\">parkinsonism</em>, central hypoventilation, weight loss, insomnia and depression."]}, "MESH:C564345": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 11"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 11"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 11"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 11"]}, "NCBIGene:610760": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "Orphanet:68402": {"label_eng": ["Rare <em class=\"hilite\">parkinsonian</em> disorder"]}, "OMIM:613643": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 5, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 5, Autosomal Dominant, Susceptibility to"]}, "NCBIGene:423020": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:100511802": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:720833": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:11315": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"]}, "NCBIGene:530858": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "NCBIGene:548568": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"]}, "MESH:C565204": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 13"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 13"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 13"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 13"]}, "OMIM:260540": {"label_eng": ["Progressive supranuclear palsy-<em class=\"hilite\">parkinsonism</em> syndrome"], "synonym_eng": ["PSP-<em class=\"hilite\">parkinsonism</em>", "<em class=\"hilite\">PARKINSON</em>-DEMENTIA SYNDROME"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em>-DEMENTIA SYNDROME"], "definition_eng": ["PSP-<em class=\"hilite\">parkinsonism</em> (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this"]}, "NCBIGene:449674": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"], "synonym_std": ["<em class=\"hilite\">parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"]}, "MESH:C567844": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"], "label_eng": ["Dystonia-<em class=\"hilite\">Parkinsonism</em>, Adult-Onset"]}, "NCBIGene:513454": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:347862": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:100855533": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "NCBIGene:100083988": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}}, "pagination": {}}
+{"highlighting": {"MESH:D020149": {"definition_eng": [" syndrome (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams"], "definition_std": [" syndrome (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams"]}, "MESH:C565324": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body"]}, "OMIM:168100": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Juvenile, of Hunt", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Of Hunt"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Juvenile, of Hunt", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Of Hunt"]}, "Orphanet:261295": {"definition_eng": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-<em class=\"hilite\">Parkinson</em>"], "definition_std": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-<em class=\"hilite\">Parkinson</em>"]}, "NCBIGene:101082778": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:300911": {"synonym_eng": ["<em class=\"hilite\">PARKINSONISM</em> WITH SPASTICITY, X-LINKED; XPDS"], "label_eng": ["X-linked <em class=\"hilite\">parkinsonism</em>-spasticity syndrome", "<em class=\"hilite\">Parkinsonism</em> With Spasticity, X-Linked", "<em class=\"hilite\">Parkinsonism</em> with spasticity, X-linked"]}, "GeneReviews:NBK26472": {"label_std": ["PINK1 Type of Young-Onset <em class=\"hilite\">Parkinson</em> Disease "], "definition_eng": ["The PINK1 type of young-onset <em class=\"hilite\">Parkinson</em> disease is characterized by variable combinations", " <em class=\"hilite\">Parkinson</em> disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"], "label_eng": ["PINK1 Type of Young-Onset <em class=\"hilite\">Parkinson</em> Disease "], "definition_std": ["The PINK1 type of young-onset <em class=\"hilite\">Parkinson</em> disease is characterized by variable combinations of", " <em class=\"hilite\">Parkinson</em> disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"]}, "OMIM:606852": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Age at Onset of", "<em class=\"hilite\">PARKINSON</em> DISEASE 10; PARK10", "<em class=\"hilite\">Parkinson</em> Disease type 10", "<em class=\"hilite\">Parkinson</em> Disease, Age At Onset Of"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Age at Onset of", "<em class=\"hilite\">PARKINSON</em> DISEASE 10; PARK10", "<em class=\"hilite\">Parkinson</em> Disease type 10", "<em class=\"hilite\">Parkinson</em> Disease, Age At Onset Of"]}, "GeneReviews:NBK1196": {"definition_eng": [" by progressive cerebellar ataxia and variable findings including a dystonic-rigid syndrome, a <em class=\"hilite\">parkinsonian</em>"]}, "OMIM:614203": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 17", "<em class=\"hilite\">Parkinson</em> disease 17"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 17", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 17", "<em class=\"hilite\">Parkinson</em> disease type 17", "<em class=\"hilite\">PARKINSON</em> DISEASE 17; PARK17"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 17", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 17", "<em class=\"hilite\">Parkinson</em> disease type 17", "<em class=\"hilite\">PARKINSON</em> DISEASE 17; PARK17"], "definition_eng": ["A late-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous mutation in the VPS35 gene", "<em class=\"hilite\">Parkinson</em> disease-17 is an autosomal dominant, adult-onset form of the disorder", ". It is phenotypically similar to idiopathic <em class=\"hilite\">Parkinson</em> disease (summary by {7:Wider et al., 2008}).\n\nFor a general", " phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see OMIM:168600."], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 17", "<em class=\"hilite\">Parkinson</em> disease 17"], "definition_std": ["A late-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous mutation in the VPS35 gene", "<em class=\"hilite\">Parkinson</em> disease-17 is an autosomal dominant, adult-onset form of the disorder. It is", " phenotypically similar to idiopathic <em class=\"hilite\">Parkinson</em> disease (summary by {7:Wider et al., 2008}).\n\nFor a general", " phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see OMIM:168600."]}, "NCBIGene:612316": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "MESH:D020961": {"definition_eng": ["A neurodegenerative disease characterized by dementia, mild <em class=\"hilite\">parkinsonism</em>, and fluctuations"]}, "OMIM:617225": {"definition_eng": [" earlier onset and prominent <em class=\"hilite\">parkinsonism</em>. Loss of ATP13A2 function results in a multidimensional spectrum"]}, "NCBIGene:100559435": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "DOID:14332": {"label_std": ["postencephalitic <em class=\"hilite\">Parkinson</em> disease"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Post Encephalitic", "Postencephalitic Economo-Type <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Post-Encephalitic", "<em class=\"hilite\">Parkinsonisms</em>, Viral Meningoencephalitic", "<em class=\"hilite\">Parkinsonism</em>, Postencephalitic Economo-Type", "Economo-Type <em class=\"hilite\">Parkinsonism</em>, Postencephalitic", "Postencephalitic <em class=\"hilite\">Parkinson</em> Disease", "von Economo Encephalitis Type <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Viral Meningoencephalitic", "Postencephalitic <em class=\"hilite\">Parkinsonism</em>", "Post-Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Meningoencephalitic <em class=\"hilite\">Parkinsonism</em>, Viral", "Postencephalitic Economo Type <em class=\"hilite\">Parkinsonism</em>", "Postencephalitic <em class=\"hilite\">parkinsonism</em>", "Postencephalitic <em class=\"hilite\">parkinsonism</em> (disorder)", "Postencephalitis <em class=\"hilite\">Parkinsonian</em> Syndrome", "<em class=\"hilite\">Parkinsonism</em>, Postencephalitic", "<em class=\"hilite\">Parkinsonian</em> Syndrome, Postencephalitis", "Viral Meningoencephalitic <em class=\"hilite\">Parkinsonism</em>", "Encephalitis Lethargica Type <em class=\"hilite\">Parkinsonism</em>"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Post Encephalitic", "<em class=\"hilite\">Parkinson</em> Disease, Post-Encephalitic", "Postencephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post-Encephalitic <em class=\"hilite\">Parkinson</em> Disease", "Post Encephalitic <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": ["<em class=\"hilite\">Parkinsonism</em> following encephalitis, historically seen as a sequella of encephalitis lethargica", " primary <em class=\"hilite\">PARKINSON</em> DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the"], "label_eng": ["postencephalitic <em class=\"hilite\">Parkinson</em> disease"], "definition_std": [" primary <em class=\"hilite\">PARKINSON</em> DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the"]}, "OMIM:260540": {"label_std": ["<em class=\"hilite\">Parkinson</em>-Dementia Syndrome"], "synonym_eng": ["PSP-<em class=\"hilite\">parkinsonism</em>", "<em class=\"hilite\">PARKINSON</em>-DEMENTIA SYNDROME"], "definition_eng": ["PSP-<em class=\"hilite\">parkinsonism</em> (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this"], "label_eng": ["<em class=\"hilite\">Parkinson</em>-Dementia Syndrome", "Progressive supranuclear palsy-<em class=\"hilite\">parkinsonism</em> syndrome"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em>-DEMENTIA SYNDROME"]}, "OMIA:001194": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome (in other animals)"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome (in other animals)"]}, "OMIM:616361": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 21"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 21; PARK21", "<em class=\"hilite\">Parkinson</em> Disease type 21"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 21; PARK21", "<em class=\"hilite\">Parkinson</em> Disease type 21"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease-21 is an autosomal dominant form of typical adult-onset <em class=\"hilite\">Parkinson</em> disease", " heterogeneity of <em class=\"hilite\">Parkinson</em> disease, see PD (OMIM:168600)."], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 21"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease-21 is an autosomal dominant form of typical adult-onset <em class=\"hilite\">Parkinson</em> disease", " heterogeneity of <em class=\"hilite\">Parkinson</em> disease, see PD (OMIM:168600)."]}, "NCBIGene:100083988": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:733673": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:607060": {"label_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 8", "<em class=\"hilite\">Parkinson</em> Disease 8, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> disease 8, autosomal dominant"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 8"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in heterozygous mutation in the dardarin encoding"], "label_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease 8", "<em class=\"hilite\">Parkinson</em> Disease 8, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> disease 8, autosomal dominant"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 8"]}, "OMIM:168600": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease, Late-Onset", "<em class=\"hilite\">Parkinson</em> disease, late-onset"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE, LATE-ONSET; PD"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE, LATE-ONSET; PD"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease was first described by James <em class=\"hilite\">Parkinson</em> in 1817. It is the second most common", ")} reviewed the genetic and environmental causes of <em class=\"hilite\">Parkinson</em> disease. {30:Feany (2004)} reviewed the genetics", " of <em class=\"hilite\">Parkinson</em> disease and provided a speculative model of interactions among proteins implicated in PD. {59:Lees", " et al. (2009)} provided a review of <em class=\"hilite\">Parkinson</em> disease, with emphasis on diagnosis, neuropathology, and", " treatment.\n\n<Subhead> Genetic Heterogeneity of <em class=\"hilite\">Parkinson</em> Disease\n\nSeveral loci for autosomal dominant", " <em class=\"hilite\">Parkinson</em> disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by mutation", " <em class=\"hilite\">Parkinson</em> disease have been identified: PARK2 (OMIM:600116), caused by mutation in the gene encoding parkin", " to <em class=\"hilite\">Parkinson</em> disease (see OMIM:556500). Susceptibility to the development of the more common late-onset form", " of <em class=\"hilite\">Parkinson</em> disease has been associated with polymorphisms or mutations in several genes, including GBA (OMIM"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Late-Onset", "<em class=\"hilite\">Parkinson</em> disease, late-onset"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease was first described by James <em class=\"hilite\">Parkinson</em> in 1817. It is the second most common", ")} reviewed the genetic and environmental causes of <em class=\"hilite\">Parkinson</em> disease. {30:Feany (2004)} reviewed the genetics", " of <em class=\"hilite\">Parkinson</em> disease and provided a speculative model of interactions among proteins implicated in PD", ". {59:Lees et al. (2009)} provided a review of <em class=\"hilite\">Parkinson</em> disease, with emphasis on diagnosis", ", neuropathology, and treatment.\n\n<Subhead> Genetic Heterogeneity of <em class=\"hilite\">Parkinson</em> Disease\n\nSeveral loci for autosomal", " dominant <em class=\"hilite\">Parkinson</em> disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by", " recessive early-onset <em class=\"hilite\">Parkinson</em> disease have been identified: PARK2 (OMIM:600116), caused by mutation in the", " cause or contribute to <em class=\"hilite\">Parkinson</em> disease (see OMIM:556500). Susceptibility to the development of the", " more common late-onset form of <em class=\"hilite\">Parkinson</em> disease has been associated with polymorphisms or mutations in"]}, "NCBIGene:100551640": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "HP:0001716": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome"]}, "OMIM:602404": {"synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant Lewy Body"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease 3, Autosomal Dominant Lewy Body"]}, "GeneReviews:NBK1437": {"definition_eng": [" of TH deficiency [DYT5b]), (2) TH-deficient infantile <em class=\"hilite\">parkinsonism</em> with motor delay (the severe form), and", " infantile <em class=\"hilite\">parkinsonism</em> with motor delay, onset is between age three and 12 months. In contrast", " truncal hypotonia and <em class=\"hilite\">parkinsonian</em> symptoms and signs (hypokinesia, rigidity of extremities, and/or tremor"]}, "OMIM:616710": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 22, autosomal dominant", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant; PARK22", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 22, autosomal dominant", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant; PARK22", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "<em class=\"hilite\">Parkinson</em> Disease 22, Autosomal Dominant"]}, "Orphanet:98933": {"synonym_eng": ["MSA, <em class=\"hilite\">parkinsonian</em> type"], "definition_eng": ["Multiple system atrophy, <em class=\"hilite\">parkinsonian</em> type (MSA-p) is a form of multiple system atrophy (MSA; see", " this term) with predominant <em class=\"hilite\">parkinsonian</em> features (bradykinesia, rigidity, irregular jerky postural"], "label_eng": ["Multiple system atrophy, <em class=\"hilite\">parkinsonian</em> type"]}, "OMIM:606324": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 7", "<em class=\"hilite\">Parkinson</em> Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 7"], "synonym_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 7", "<em class=\"hilite\">PARKINSON</em> DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in homozygous or compound heterozygous mutation"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 7", "<em class=\"hilite\">Parkinson</em> Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 7"], "synonym_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 7", "<em class=\"hilite\">PARKINSON</em> DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"]}, "Orphanet:307055": {"label_eng": ["Rare <em class=\"hilite\">parkinsonian</em> syndrome due to genetic neurodegenerative disease"]}, "KEGG-ds:H01154": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White (WPW) syndrome; Preexcitation syndrome"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White (WPW) syndrome; Preexcitation syndrome"]}, "NCBIGene:610760": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1"]}, "GeneReviews:NBK268647": {"definition_eng": [" of <em class=\"hilite\">parkinsonism</em> (typically of the akinetic-rigid type without tremor that is levodopa unresponsive"]}, "Orphanet:97355": {"definition_eng": ["<em class=\"hilite\">Parkinsonism</em> with dementia of Guadeloupe is characterised by symmetrical bradykinesia"], "label_eng": ["<em class=\"hilite\">Parkinsonism</em> with dementia of Guadeloupe"]}, "NCBIGene:100010357": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "OMIM:128235": {"synonym_eng": ["Rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em>", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, Rapid-Onset", "Rapid-Onset Dystonia <em class=\"hilite\">Parkinsonism</em>"], "definition_eng": ["Dystonia-12, also known as rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em>, is an autosomal dominant disorder", " characterized by abrupt onset of asymmetric dystonia and <em class=\"hilite\">parkinsonism</em> in young adulthood, often after a trigger", "Rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em> (RDP) is a very rare movement disorder, characterized by the", " abrupt onset of <em class=\"hilite\">parkinsonism</em> and dystonia, often triggered by physical or psychological stress."]}, "OMIM:556500": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease, mitochondrial", "<em class=\"hilite\">Parkinson</em> Disease, Mitochondrial"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE, MITOCHONDRIAL"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease, mitochondrial", "<em class=\"hilite\">Parkinson</em> Disease, Mitochondrial"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE, MITOCHONDRIAL"]}, "OMIM:615528": {"label_std": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease 19A", "<em class=\"hilite\">Parkinson</em> disease 19a, juvenile-onset", "<em class=\"hilite\">Parkinson</em> Disease 19A, Juvenile-Onset"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 19B, Early-Onset", "juvenile onset <em class=\"hilite\">Parkinson</em> disease type 19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19A, JUVENILE-ONSET; PARK19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19, JUVENILE-ONSET; PARK19"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 19B, Early-Onset", "juvenile onset <em class=\"hilite\">Parkinson</em> disease type 19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19A, JUVENILE-ONSET; PARK19A", "<em class=\"hilite\">PARKINSON</em> DISEASE 19, JUVENILE-ONSET; PARK19"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset", " of <em class=\"hilite\">parkinsonism</em> in the first or second decade. Some patients may have additional neurologic features, including", "}).\n\n<em class=\"hilite\">Parkinson</em> disease-19B is an autosomal recessive neurodegenerative disorder with onset of <em class=\"hilite\">parkinsonism</em>", "-onset <em class=\"hilite\">Parkinson</em> disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati", " et al., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease", "A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in homozygous mutation in the DNAJC6 gene"], "label_eng": ["juvenile onset <em class=\"hilite\">Parkinson</em> disease 19A", "<em class=\"hilite\">Parkinson</em> disease 19a, juvenile-onset", "<em class=\"hilite\">Parkinson</em> Disease 19A, Juvenile-Onset"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset", "}).\n\n<em class=\"hilite\">Parkinson</em> disease-19B is an autosomal recessive neurodegenerative disorder with onset of parkinsonism", "-onset <em class=\"hilite\">Parkinson</em> disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati et al", "., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease"]}, "NCBIGene:26058": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 11"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 11"]}, "OMIM:613164": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 16", "<em class=\"hilite\">PARKINSON</em> DISEASE 16; PARK16"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 16", "<em class=\"hilite\">PARKINSON</em> DISEASE 16; PARK16"]}, "DOID:4260": {"definition_eng": ["; BASAL GANGLIA DISEASES (e.g., <em class=\"hilite\">PARKINSONIAN</em> DISORDERS); DEMENTIA, MULTI-INFARCT; ALZHEIMER DISEASE; and"]}, "OMIM:234200": {"definition_eng": [" in extrapyramidal movements, such as <em class=\"hilite\">parkinsonism</em> and dystonia. Age at onset, severity, and cognitive involvement", "), also known as <em class=\"hilite\">Parkinson</em> disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead"], "definition_std": ["), also known as <em class=\"hilite\">Parkinson</em> disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead"]}, "MESH:C567844": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"], "label_eng": ["Dystonia-<em class=\"hilite\">Parkinsonism</em>, Adult-Onset"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"]}, "OMIM:615530": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 20, early-onset", "early-onset <em class=\"hilite\">Parkinson</em> disease 20", "<em class=\"hilite\">Parkinson</em> Disease 20, Early-Onset"], "synonym_eng": ["early-onset <em class=\"hilite\">Parkinson</em> disease type 20", "<em class=\"hilite\">PARKINSON</em> DISEASE 20, EARLY-ONSET; PARK20"], "synonym_std": ["early-onset <em class=\"hilite\">Parkinson</em> disease type 20", "<em class=\"hilite\">PARKINSON</em> DISEASE 20, EARLY-ONSET; PARK20"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease-20 is an autosomal recessive neurodegenerative disorder characterized by young", " adult-onset of <em class=\"hilite\">parkinsonism</em>. Additional features may include seizures, cognitive decline, abnormal eye", " description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease, see PD (OMIM:168600).", "An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous mutation in the SYNJ1 gene"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 20, early-onset", "early-onset <em class=\"hilite\">Parkinson</em> disease 20", "<em class=\"hilite\">Parkinson</em> Disease 20, Early-Onset"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease-20 is an autosomal recessive neurodegenerative disorder characterized by young", " description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease, see PD (OMIM:168600).", "An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous mutation in the SYNJ1 gene"]}, "Orphanet:306679": {"label_eng": ["Rare <em class=\"hilite\">parkinsonian</em> syndrome due to intoxication"]}, "OMIM:221820": {"definition_eng": [", impaired balance, <em class=\"hilite\">parkinsonism</em>, spasticity and epilepsy."]}, "GeneReviews:NBK185329": {"definition_eng": [", axonal neuropathy, <em class=\"hilite\">parkinsonism</em>, and bowel/bladder incontinence. Survival is usually well into adulthood", ". End-stage disease is characterized by severe dementia, spasticity, dystonia, and <em class=\"hilite\">parkinsonism</em>"]}, "GeneReviews:NBK1236": {"definition_eng": [", hallucinations, seizures, <em class=\"hilite\">Parkinsonian</em> features, increased muscle tone, myoclonus, incontinence, and mutism"]}, "NCBIGene:720833": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:128230": {"synonym_eng": ["Dystonia-<em class=\"hilite\">Parkinsonism</em> With Diurnal Fluctuation", "Dystonia-<em class=\"hilite\">Parkinsonism</em> with diurnal fluctuation"], "definition_eng": [" that may be associated with <em class=\"hilite\">parkinsonism</em> at an older age."]}, "GeneReviews:NBK1489": {"definition_eng": ["Individuals with X-linked dystonia-<em class=\"hilite\">parkinsonism</em> (XDP) have dystonia of varying severity and", " <em class=\"hilite\">parkinsonism</em>. XDP afflicts primarily Filipino men and, rarely, women. The mean age of onset in men is 39 years", "; the clinical course is highly variable with <em class=\"hilite\">parkinsonism</em> as the initial presenting sign, overshadowed", " by dystonia as the disease progresses. Features of <em class=\"hilite\">parkinsonism</em> include resting tremor, bradykinesia, rigidity", " characteristic being jaw dystonia often progressing to neck dystonia. Individuals with pure <em class=\"hilite\">parkinsonism</em> have non", "-disabling symptoms that are only slowly progressive; those who develop a combination of <em class=\"hilite\">parkinsonism</em> and", " manifest dystonia, <em class=\"hilite\">parkinsonism</em>, or chorea. [GeneReviews:NBK1116, GeneReviews:NBK138602"], "label_eng": ["X-Linked Dystonia-<em class=\"hilite\">Parkinsonism</em> Syndrome"]}, "OMIM:615643": {"definition_eng": [" manifestations include early-onset spastic-dystonic paraparesis, oromandibular dystonia, dysarthria, <em class=\"hilite\">parkinsonism</em>", " show extrapyramidal motor signs, such as spasticity, dystonia, and <em class=\"hilite\">parkinsonism</em>. Brain imaging shows"]}, "DOID:0060894": {"label_std": ["early-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_eng": ["Early-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["Early-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_eng": ["Young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized by an age"], "label_eng": ["early-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_std": ["Young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized by an age"]}, "OMIM:614251": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 18", "<em class=\"hilite\">Parkinson</em> Disease 18, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease-18 is an autosomal dominant, adult-onset form of the disorder", ". It is phenotypically similar to idiopathic <em class=\"hilite\">Parkinson</em> disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor", " a general phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 18", "<em class=\"hilite\">Parkinson</em> Disease 18, Autosomal Dominant, Susceptibility to"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease-18 is an autosomal dominant, adult-onset form of the disorder. It is", " phenotypically similar to idiopathic <em class=\"hilite\">Parkinson</em> disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor a", " general phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see"]}, "OMIM:300557": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease, X-Linked", "<em class=\"hilite\">Parkinson</em> Disease type 12", "<em class=\"hilite\">PARKINSON</em> DISEASE 12; PARK12"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, X-Linked", "<em class=\"hilite\">Parkinson</em> Disease type 12", "<em class=\"hilite\">PARKINSON</em> DISEASE 12; PARK12"]}, "DOID:14330": {"synonym_eng": ["Primary <em class=\"hilite\">Parkinsonism</em>", "Idiopathic <em class=\"hilite\">Parkinson's</em> Disease", "<em class=\"hilite\">Parkinson</em> disease", "<em class=\"hilite\">Parkinson's</em> Disease", "Lewy Body <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Idiopathic", "<em class=\"hilite\">Parkinson's</em> Disease, Idiopathic", "<em class=\"hilite\">Parkinsonism</em>, Primary", "<em class=\"hilite\">Parkinson's</em> Disease, Lewy Body", "Idiopathic <em class=\"hilite\">Parkinson</em> Disease", "Lewy Body <em class=\"hilite\">Parkinson's</em> Disease"], "label_eng": ["<em class=\"hilite\">Parkinson's</em> disease"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease", "Lewy Body <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Idiopathic", "Idiopathic <em class=\"hilite\">Parkinson</em> Disease"]}, "GeneReviews:NBK100241": {"definition_eng": ["The disorder dystonia/<em class=\"hilite\">parkinsonism</em>, hypermanganesemia, polycythemia, and chronic liver disease"], "label_eng": ["Dystonia/<em class=\"hilite\">Parkinsonism</em>, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"]}, "OMIM:613135": {"synonym_eng": ["<em class=\"hilite\">PARKINSONISM</em>-DYSTONIA, INFANTILE; PKDYS"], "definition_eng": ["Infantile dystonia-<em class=\"hilite\">parkinsonism</em> (IPD) is an extremely rare inherited neurological syndrome that", " presents in early infancy with hypokinetic <em class=\"hilite\">parkinsonism</em> and dystonia and that can be fatal.", "Infantile <em class=\"hilite\">parkinsonism</em>-dystonia, also known as dopamine transporter deficiency syndrome (DTDS", " hyperkinesia with orolingual and limb dyskinesia, dystonia, and chorea, or hypokinesia with <em class=\"hilite\">parkinsonian</em>"], "label_eng": ["<em class=\"hilite\">Parkinsonism</em>-Dystonia, Infantile", "Infantile <em class=\"hilite\">Parkinsonism</em>-dystonia", "Infantile dystonia-<em class=\"hilite\">parkinsonism</em>"]}, "OMIM:601104": {"definition_eng": ["Progressive supranuclear palsy (PSP) is the second most frequent cause of degenerative <em class=\"hilite\">parkinsonism</em>", ". In addition to <em class=\"hilite\">parkinsonism</em>, the clinical symptoms include early postural instability, supranuclear gaze palsy", " (PSNP3; OMIM:610898).\n\nSee also <em class=\"hilite\">Parkinson</em>-dementia syndrome and atypical progressive supranuclear palsy"], "definition_std": [" 1q31 (PSNP2; OMIM:609454) and 11p12-p11 (PSNP3; OMIM:610898).\n\nSee also <em class=\"hilite\">Parkinson</em>-dementia syndrome and"]}, "OMIM:168605": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> with alveolar hypoventilation and mental depression", "<em class=\"hilite\">parkinsonism</em> with alveolar hypoventilation and mental depression", "<em class=\"hilite\">Parkinsonism</em> With Alveolar Hypoventilation and Mental Depression", "<em class=\"hilite\">Parkinsonism</em> with Alveolar Hypoventilation and Mental Depression"], "definition_eng": [" early-onset <em class=\"hilite\">parkinsonism</em>, central hypoventilation, weight loss, insomnia and depression.", " by adult-onset <em class=\"hilite\">parkinsonism</em> and depression, followed by weight loss and respiratory hypoventilation"]}, "DOID:0060893": {"label_std": ["juvenile-onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["juvenile-onset <em class=\"hilite\">Parkinson</em> disease"]}, "NCBIGene:511268": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog"]}, "OMIM:612067": {"synonym_eng": ["Early-onset dystonia <em class=\"hilite\">parkinsonism</em>"], "definition_eng": [" by early-onset progressive limb dystonia, laryngeal and oromandibular dystonia, and <em class=\"hilite\">parkinsonism</em>."]}, "GeneReviews:NBK1497": {"definition_eng": [", pyramidal signs, <em class=\"hilite\">Parkinsonian</em>, and macro-orchidism (PPM-X syndrome). [GeneReviews:NBK1116"]}, "MESH:C564631": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 8"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 8"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 8"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 8"]}, "GeneReviews:NBK1387": {"definition_eng": [" disorder is mostly limb chorea, but some individuals present with <em class=\"hilite\">parkinsonism</em>. Dystonia is common and"]}, "Orphanet:307052": {"label_eng": ["Rare genetic <em class=\"hilite\">parkinsonian</em> disorder"]}, "DOID:332": {"synonym_eng": ["Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>-Dementia Complex 1", "Amyotrophic Lateral Sclerosis <em class=\"hilite\">Parkinsonism</em> Dementia Complex 1", "Amyotrophic Lateral Sclerosis, <em class=\"hilite\">Parkinsonism</em> Dementia Complex of Guam", "Amyotrophic Lateral Sclerosis, <em class=\"hilite\">Parkinsonism</em>-Dementia Complex of Guam"]}, "GeneReviews:NBK47027": {"definition_eng": ["Perry syndrome is characterized by <em class=\"hilite\">parkinsonism</em>, hypoventilation, depression, and weight loss. The", " mean age at onset is 48 years; the mean disease duration is five years. <em class=\"hilite\">Parkinsonism</em> and psychiatric"]}, "NCBIGene:395277": {"synonym_eng": ["<em class=\"hilite\">parkinsonism</em>-associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog", "<em class=\"hilite\">Parkinson</em> disease 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> disease protein 7 homolog", "<em class=\"hilite\">Parkinson</em> disease 7"]}, "GeneReviews:NBK1371": {"definition_eng": [" extrapyramidal features such as <em class=\"hilite\">parkinsonism</em> and corticobasal syndrome. A broad range of clinical features both", " lose their ability to communicate. Early findings of <em class=\"hilite\">parkinsonism</em> include rigidity, bradykinesia"]}, "DOID:0060892": {"label_std": ["late onset <em class=\"hilite\">Parkinson</em> disease"], "label_eng": ["late onset <em class=\"hilite\">Parkinson</em> disease"]}, "Orphanet:314632": {"label_eng": ["<em class=\"hilite\">Parkinsonism</em> due to ATP13A2 deficiency"]}, "GeneReviews:NBK1478": {"label_std": ["Parkin Type of Early-Onset <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": ["Parkin type of early-onset <em class=\"hilite\">Parkinson</em> disease is characterized by rigidity, bradykinesia, and"], "label_eng": ["Parkin Type of Early-Onset <em class=\"hilite\">Parkinson</em> Disease"], "definition_std": ["Parkin type of early-onset <em class=\"hilite\">Parkinson</em> disease is characterized by rigidity, bradykinesia, and"]}, "NCBIGene:741350": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "OMIM:615007": {"definition_eng": [" of mutation carriers are asymptomatic, but some present later in life with <em class=\"hilite\">parkinsonism</em> and impaired cognitive"]}, "GeneReviews:NBK1208": {"label_std": ["LRRK2-Related <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": ["LRRK2-related <em class=\"hilite\">Parkinson</em> disease (PD) is characterized by features consistent with idiopathic"], "label_eng": ["LRRK2-Related <em class=\"hilite\">Parkinson</em> Disease"], "definition_std": ["LRRK2-related <em class=\"hilite\">Parkinson</em> disease (PD) is characterized by features consistent with idiopathic PD"]}, "GeneReviews:NBK1520": {"definition_eng": [" stature, optic atrophy, and cardiomyopathy with Wolff-<em class=\"hilite\">Parkinson</em>-White (WPW) syndrome. Pigmentary"], "definition_std": [", short stature, optic atrophy, and cardiomyopathy with Wolff-<em class=\"hilite\">Parkinson</em>-White (WPW) syndrome. Pigmentary"]}, "GeneReviews:NBK121988": {"definition_eng": [" in which iron accumulates in the basal ganglia resulting in progressive dystonia, spasticity, <em class=\"hilite\">parkinsonism</em>"]}, "GeneReviews:NBK1438": {"definition_eng": [" the initial findings, followed by involuntary movement, <em class=\"hilite\">parkinsonism</em>, dementia, and pyramidal signs"]}, "GeneReviews:NBK1161": {"definition_eng": [". Occasionally, seizures, <em class=\"hilite\">Parkinsonian</em> features, increased muscle tone, myoclonus, incontinence, and mutism occur"]}, "OMIM:613647": {"definition_eng": [", although childhood onset has been reported in 1 patient. Additional features may include <em class=\"hilite\">parkinsonism</em>"]}, "OMIM:607485": {"definition_eng": [" of Alzheimer disease (AD; OMIM:104300) or <em class=\"hilite\">Parkinson</em> disease (PD; OMIM:168600), which are part of the phenotypic"], "definition_std": [" Alzheimer disease (AD; OMIM:104300) or <em class=\"hilite\">Parkinson</em> disease (PD; OMIM:168600), which are part of the phenotypic"]}, "OMIM:105400": {"definition_eng": [" <em class=\"hilite\">parkinsonism</em> complicate the clinical picture.\n\n<Subhead> Genetic Heterogeneity of Amyotrophic Lateral Sclerosis"]}, "MESH:C566017": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 5"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 5"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 5"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 5"]}, "GeneReviews:NBK1275": {"definition_eng": [" nystagmus, slow saccadic eye movements and, in some individuals, ophthalmoparesis or <em class=\"hilite\">parkinsonism</em>. Pyramidal"]}, "NCBIGene:780404": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"]}, "OMIM:604187": {"definition_eng": [", moderate intellectual disability and <em class=\"hilite\">parkinsonism</em>. Deafness and retinitis pigmentosa were reported in one", "). Rarely, patients with KIF5A mutations may have additional neurologic features, including <em class=\"hilite\">parkinsonism</em>"]}, "OMIM:605407": {"synonym_eng": ["Autosomal Recessive Infantile <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Infantile, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, infantile, autosomal recessive"], "definition_eng": [" type (summary by {10:Stamelou et al., 2012}).\n\nSee also infantile <em class=\"hilite\">parkinsonism</em>-dystonia syndrome (OMIM"]}, "OMIM:260300": {"label_std": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 15", "<em class=\"hilite\">Parkinson</em> disease 15", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive Early-Onset"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "<em class=\"hilite\">Parkinsonian</em>-Pyramidal Syndrome", "<em class=\"hilite\">Parkinsonian</em>-pyramidal syndrome", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 15"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "label_eng": ["autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 15", "<em class=\"hilite\">Parkinson</em> disease 15", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive Early-Onset"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "<em class=\"hilite\">Parkinson</em> Disease 15, Autosomal Recessive", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 15"]}, "NCBIGene:513454": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "HP:0001300": {"synonym_eng": ["<em class=\"hilite\">Parkinsonian</em> disease"], "label_eng": ["<em class=\"hilite\">Parkinsonism</em>"]}, "GeneReviews:NBK1508": {"definition_eng": [" disturbance caused by foot dystonia, later development of <em class=\"hilite\">parkinsonism</em>, and diurnal fluctuation of symptoms"]}, "OMIM:607136": {"definition_eng": [" dementia, psychiatric disorders, <em class=\"hilite\">parkinsonism</em>, dystonia, chorea, spasticity, and epilepsy."]}, "MESH:C565204": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 13"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 13"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 13"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 13"]}, "NCBIGene:479595": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"]}, "Orphanet:99750": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em>-Dementia Syndrome"], "definition_eng": [" syndrome; see this term), a rare late-onset neurodegenerative disease. The group comprises PSP-<em class=\"hilite\">Parkinsonism</em>"], "synonym_std": ["<em class=\"hilite\">Parkinson</em>-Dementia Syndrome"]}, "OMIM:125320": {"synonym_eng": ["DEMENTIA/<em class=\"hilite\">PARKINSONISM</em> WITH NON-ALZHEIMER AMYLOID PLAQUES"], "label_eng": ["Dementia/<em class=\"hilite\">Parkinsonism</em> With Non-Alzheimer Amyloid Plaques"]}, "OMIM:616413": {"definition_eng": [" remain asymptomatic. Clinical features can include dystonia, <em class=\"hilite\">parkinsonism</em>, gait abnormalities, psychosis"]}, "MESH:D020734": {"synonym_eng": ["Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Familial, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Early Onset, with Diurnal Fluctuation", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile", "<em class=\"hilite\">Parkinsonism</em>, Juvenile, Autosomal Recessive", "Experimental <em class=\"hilite\">Parkinsonism</em>, MPTP Induced", "<em class=\"hilite\">Parkinson</em> Disease 2", "Experimental <em class=\"hilite\">Parkinson</em> Diseases", "Chromosome 6 Linked Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonian</em> Diseases", "Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Autosomal Dominant <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Experimental", "Diseases, Experimental <em class=\"hilite\">Parkinson</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Familial", "<em class=\"hilite\">Parkinsonism</em>, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant. Juvenile", "<em class=\"hilite\">Parkinsonian</em> Syndromes", "<em class=\"hilite\">Parkinson</em> Diseases, Experimental", "Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Autosomal Recessive", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinsonism</em>, Early-Onset, With Diurnal Fluctuation", "<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinsonisms</em>, Experimental", "<em class=\"hilite\">Parkinson</em> Disease Autosomal Recessive, Early Onset", "<em class=\"hilite\">Parkinsonism</em>, Juvenile", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinsonism</em>", "Familial Juvenile <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonisms</em>", "Dominant <em class=\"hilite\">Parkinsonism</em>, Autosomal", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive <em class=\"hilite\">Parkinsonism</em>", "Juvenile <em class=\"hilite\">Parkinsonism</em>, Autosomal Dominant", "<em class=\"hilite\">Parkinsonism</em>, Familial Juvenile", "MPTP Induced Experimental <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonism</em>, Autosomal Dominant", "Familial <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "<em class=\"hilite\">Parkinsonism</em>, Experimental", "Experimental <em class=\"hilite\">Parkinsonism</em>, MPTP-Induced", "Experimental <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinsonian</em> Syndrome", "Recessive <em class=\"hilite\">Parkinsonism</em>, Autosomal", "Juvenile <em class=\"hilite\">Parkinsonism</em>", "Experimental <em class=\"hilite\">Parkinsonism</em>", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinsonisms</em>, Juvenile", "Experimental <em class=\"hilite\">Parkinsonisms</em>", "MPTP-Induced Experimental <em class=\"hilite\">Parkinsonism</em>", "Autosomal Recessive Juvenile <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": [" RIGIDITY; TREMOR; and postural instability. <em class=\"hilite\">Parkinsonian</em> diseases are generally divided into primary", " <em class=\"hilite\">parkinsonism</em> (see <em class=\"hilite\">PARKINSON</em> DISEASE), secondary <em class=\"hilite\">parkinsonism</em> (see <em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) and inherited"], "label_eng": ["<em class=\"hilite\">Parkinsonian</em> Disorders"], "synonym_std": ["Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Juvenile <em class=\"hilite\">Parkinson</em> Disease", "<em class=\"hilite\">Parkinson</em> Disease, Familial, Autosomal Recessive", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile", "<em class=\"hilite\">Parkinson</em> Disease 2", "Experimental <em class=\"hilite\">Parkinson</em> Diseases", "Juvenile <em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease, Experimental", "Diseases, Experimental <em class=\"hilite\">Parkinson</em>", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant. Juvenile", "<em class=\"hilite\">Parkinson</em> Diseases, Experimental", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Dominant", "<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinson</em> Disease Autosomal Recessive, Early Onset", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "Familial <em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive", "Experimental <em class=\"hilite\">Parkinson</em> Disease", "Autosomal Dominant Juvenile <em class=\"hilite\">Parkinson</em> Disease", "Autosomal Recessive Juvenile <em class=\"hilite\">Parkinson</em> Disease"], "definition_std": [" parkinsonism (see <em class=\"hilite\">PARKINSON</em> DISEASE), secondary parkinsonism (see <em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY) and inherited"]}, "KEGG-ds:H00057": {"label_eng": ["<em class=\"hilite\">Parkinson's</em> disease (PD)"]}, "MESH:C537176": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 3"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease type 3"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 3"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease type 3"]}, "OMIM:213600": {"definition_eng": [" either be asymptomatic or show a wide spectrum of neuropsychiatric symptoms, including <em class=\"hilite\">parkinsonism</em>"]}, "NCBIGene:100057832": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "MP:0008493": {"definition_eng": [" in neurodegenerative disorders such as <em class=\"hilite\">Parkinson's</em> disease"]}, "Orphanet:68402": {"label_eng": ["Rare <em class=\"hilite\">parkinsonian</em> disorder"]}, "GeneReviews:NBK1409": {"definition_eng": [", dystonia, atypical <em class=\"hilite\">parkinsonism</em>, peripheral neuropathy, and seizures). Chronic diarrhea from infancy may"]}, "NCBIGene:100052123": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase"]}, "DOID:9255": {"synonym_eng": ["Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em>-17", "Complices, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy Complex", "Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em> 17", "Complices, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy", "Complex, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complex", "Frontotemporal Dementia with <em class=\"hilite\">Parkinsonism</em>", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amytrophy Complices", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complices", "Disinhibition Dementia <em class=\"hilite\">Parkinsonism</em> Amyotrophy Complex", "Dementia, Frontotemporal, with <em class=\"hilite\">Parkinsonism</em>", "Disinhibition Dementia <em class=\"hilite\">Parkinsonism</em> Amytrophy Complex", "Complex, Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy"]}, "OMIM:314250": {"synonym_eng": ["X-Linked Dystonia-<em class=\"hilite\">Parkinsonism</em> Syndrome", "Torsion Dystonia-<em class=\"hilite\">Parkinsonism</em>, Filipino Type", "X-Linked Torsion Dystonia-<em class=\"hilite\">Parkinsonism</em> Syndrome", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, X-Linked", "X-Linked Dystonia-<em class=\"hilite\">Parkinsonism</em>"], "definition_eng": ["X-linked dystonia-<em class=\"hilite\">parkinsonism</em> (XDP) is a neurodegenerative movement disorder characterized", " by adult-onset <em class=\"hilite\">parkinsonism</em> that is frequently accompanied by focal dystonia, which becomes generalized"], "label_eng": ["X-linked dystonia-<em class=\"hilite\">parkinsonism</em>"]}, "Orphanet:306692": {"label_eng": ["Cyanide-induced <em class=\"hilite\">parkinsonism</em>"]}, "Orphanet:99718": {"definition_eng": [", skeletal changes, <em class=\"hilite\">Parkinsonism</em> with dystonia, anarthria, dystonia, motor and sensory peripheral neuropathy"]}, "GeneReviews:NBK1223": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease Overview"], "synonym_eng": ["<em class=\"hilite\">parkinson</em>-overview"], "synonym_std": ["<em class=\"hilite\">parkinson</em>-overview"], "definition_eng": ["<em class=\"hilite\">Parkinsonism</em> refers to all clinical states characterized by tremor, muscle rigidity, slowed", " movement (bradykinesia) and often postural instability. <em class=\"hilite\">Parkinson</em> disease is the primary and most common", " form of <em class=\"hilite\">parkinsonism</em>. Psychiatric manifestations, which include depression and visual hallucinations", " common sporadic form of <em class=\"hilite\">Parkinson</em> disease manifests around age 60; however, young-onset and even juvenile"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease Overview"], "definition_std": [" movement (bradykinesia) and often postural instability. <em class=\"hilite\">Parkinson</em> disease is the primary and most common", " common sporadic form of <em class=\"hilite\">Parkinson</em> disease manifests around age 60; however, young-onset and even juvenile"]}, "GeneReviews:NBK1675": {"definition_eng": [" neuroaxonal dystrophy (atypical NAD) PLA2G6-related dystonia-<em class=\"hilite\">parkinsonism</em> [GeneReviews:NBK1116"]}, "OMIM:607688": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 11", "<em class=\"hilite\">Parkinson</em> Disease 11, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 11", "<em class=\"hilite\">Parkinson</em> Disease 11, Autosomal Dominant, Susceptibility to"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"]}, "Orphanet:411602": {"label_std": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_eng": ["Autosomal dominant late-onset <em class=\"hilite\">Parkinson</em> disease"], "synonym_std": ["Autosomal dominant late-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_eng": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease (LOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized"], "label_eng": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease"], "definition_std": ["Hereditary late-onset <em class=\"hilite\">Parkinson</em> disease (LOPD) is a form of <em class=\"hilite\">Parkinson</em> disease (PD), characterized"]}, "OMIM:157640": {"definition_eng": [" loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and <em class=\"hilite\">parkinsonism</em>. Both autosomal"]}, "GeneReviews:NBK1210": {"definition_eng": [", saccadic pursuit); retinal degeneration; pes cavus; scoliosis; and <em class=\"hilite\">parkinsonism</em>. Onset occurs mainly during"]}, "MGI:2135637": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7"]}, "DOID:4752": {"definition_eng": [" (cardiovascular and/or urinary), <em class=\"hilite\">parkinsonism</em>, cerebellar impairment and corticospinal signs with a median"]}, "OMIM:300894": {"definition_eng": [" or early adulthood. In young adulthood, affected individuals develop progressive dystonia, <em class=\"hilite\">parkinsonism</em>"]}, "OMIM:118301": {"synonym_eng": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND <em class=\"hilite\">PARKINSONISM</em>"], "label_eng": ["Charcot-Marie-Tooth Disease With Ptosis and <em class=\"hilite\">Parkinsonism</em>"]}, "NCBIGene:100147623": {"synonym_eng": ["LOW QUALITY PROTEIN: <em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["LOW QUALITY PROTEIN: <em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:100032502": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "GeneReviews:NBK1505": {"definition_eng": ["), corticobasal degeneration (CBD), mild late-onset <em class=\"hilite\">parkinsonism</em>, and dementia with epilepsy. Clinical", " to moderate dementia in combination with asymmetric <em class=\"hilite\">parkinsonism</em>, ideomotor apraxia, aphasia, and an alien"]}, "OMIM:600274": {"synonym_eng": ["Frontotemporal Dementia With <em class=\"hilite\">Parkinsonism</em>", "Dementia, Frontotemporal, With <em class=\"hilite\">Parkinsonism</em>", "Disinhibition-Dementia-<em class=\"hilite\">Parkinsonism</em>-Amyotrophy Complex"], "definition_eng": [" associated with <em class=\"hilite\">parkinsonism</em> or motor neuron disease (MND) resembling amyotrophic lateral sclerosis (ALS", " include <em class=\"hilite\">parkinsonism</em> and dementia with pallidopontonigral degeneration (PPND) ({56:Wszolek et al., 1992", "}); disinhibition-dementia-<em class=\"hilite\">parkinsonism</em>-amyotrophy complex (DDPAC) ({29:Lynch et al., 1994}); frontotemporal", " dementia with <em class=\"hilite\">parkinsonism</em> (FLDEM) ({57:Yamaoka et al., 1996}); and multiple system tauopathy with", " degrees of frontal lobe dementia, <em class=\"hilite\">parkinsonism</em>, motor neuron disease, and amyotrophy.\n\nOther"]}, "MESH:D020267": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em>, MPTP-Induced", "MPTP-Induced <em class=\"hilite\">Parkinsonism</em>", "MPTP Induced <em class=\"hilite\">Parkinsonism</em>"], "definition_eng": [" dopaminergic neurons. Clinical features include irreversible <em class=\"hilite\">parkinsonian</em> signs including rigidity and", " bradykinesia (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study", " of <em class=\"hilite\">PARKINSON</em> DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "definition_std": [" bradykinesia (<em class=\"hilite\">PARKINSON</em> DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of", " <em class=\"hilite\">PARKINSON</em> DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"]}, "Orphanet:306666": {"label_eng": ["Rare <em class=\"hilite\">parkinsonian</em> syndrome due to neurodegenerative disease"]}, "GeneReviews:NBK26471": {"definition_eng": [" neuropathy, ataxia, depression, <em class=\"hilite\">Parkinsonism</em>, hypogonadism, and cataracts (in what has been called ???chronic"]}, "GeneReviews:NBK447258": {"label_std": ["VPS35-Related <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["VPS35-Related <em class=\"hilite\">Parkinson</em> Disease"]}, "GeneReviews:NBK1399": {"definition_eng": [" be observed. <em class=\"hilite\">Parkinsonian</em> features including rigidity and tremor have been described in some families"]}, "OMIM:605909": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 6, Autosomal Recessive Early-Onset", "<em class=\"hilite\">Parkinson</em> disease 6, autosomal recessive early-onset", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 6"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset <em class=\"hilite\">Parkinson</em> disease 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "<em class=\"hilite\">Parkinson</em> Disease 6, Late-Onset, Susceptibility to", "<em class=\"hilite\">Parkinson</em> Disease 6, Early-Onset"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 6, Autosomal Recessive Early-Onset", "<em class=\"hilite\">Parkinson</em> disease 6, autosomal recessive early-onset", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease 6"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset <em class=\"hilite\">Parkinson</em> disease type 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset <em class=\"hilite\">Parkinson</em> disease 6", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "<em class=\"hilite\">Parkinson</em> Disease 6, Late-Onset, Susceptibility to", "<em class=\"hilite\">Parkinson</em> Disease 6, Early-Onset"]}, "OMIM:605543": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">Parkinson</em> disease 4"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 4", "autosomal dominant Lewy body <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">PARKINSON</em> DISEASE 4, AUTOSOMAL DOMINANT; PARK4"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 4", "autosomal dominant Lewy body <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">PARKINSON</em> DISEASE 4, AUTOSOMAL DOMINANT; PARK4"], "definition_eng": ["A late onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous triplication of the alpha"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 4, Autosomal Dominant", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 4", "<em class=\"hilite\">Parkinson</em> disease 4"], "definition_std": ["A late onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in heterozygous triplication of the alpha"]}, "NCBIGene:11315": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"]}, "NCBIGene:421577": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "MESH:C564345": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 11"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease type 11"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 11"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease type 11"]}, "OMIM:252010": {"definition_eng": [":535000), and some forms of <em class=\"hilite\">Parkinson</em> disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen"], "definition_std": [":535000), and some forms of <em class=\"hilite\">Parkinson</em> disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen"]}, "NCBIGene:100073498": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 7"]}, "OMIM:606693": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 9"], "synonym_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive, Juvenile-Onset", "autosomal recessive juvenile onset <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive"], "synonym_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive, Juvenile-Onset", "autosomal recessive juvenile onset <em class=\"hilite\">Parkinson</em> disease 9", "<em class=\"hilite\">Parkinson</em> Disease 9, Autosomal Recessive"], "definition_eng": [" <em class=\"hilite\">Parkinsonism</em>, pyramidal degeneration (dystonia), supranuclear palsy, and cognitive impairment.", "Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical <em class=\"hilite\">Parkinson</em>", " heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes", " <em class=\"hilite\">parkinsonism</em>. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 9"], "definition_std": ["Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical <em class=\"hilite\">Parkinson</em>", " heterogeneity of <em class=\"hilite\">Parkinson</em> disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes"]}, "OMIM:613643": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 5", "<em class=\"hilite\">Parkinson</em> Disease 5, Autosomal Dominant, Susceptibility to"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 5", "<em class=\"hilite\">Parkinson</em> Disease 5, Autosomal Dominant, Susceptibility to"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5"]}, "NCBIGene:347862": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "MGI:1355296": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin"]}, "OMIM:194200": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White Syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern"], "synonym_eng": ["Syndrome, Wolf-<em class=\"hilite\">Parkinson</em>-White", "Wolff <em class=\"hilite\">Parkinson</em> White Syndrome", "WOLFF-<em class=\"hilite\">PARKINSON</em>-WHITE SYNDROME", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern (finding)", "Syndrome, Wolff-<em class=\"hilite\">Parkinson</em>-White", "Wolf <em class=\"hilite\">Parkinson</em> White Syndrome", "Wolf-<em class=\"hilite\">Parkinson</em>-White Syndrome"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White Syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern"], "synonym_std": ["Syndrome, Wolf-<em class=\"hilite\">Parkinson</em>-White", "Wolff <em class=\"hilite\">Parkinson</em> White Syndrome", "WOLFF-<em class=\"hilite\">PARKINSON</em>-WHITE SYNDROME", "Wolff-<em class=\"hilite\">Parkinson</em>-White pattern (finding)", "Syndrome, Wolff-<em class=\"hilite\">Parkinson</em>-White", "Wolf <em class=\"hilite\">Parkinson</em> White Syndrome", "Wolf-<em class=\"hilite\">Parkinson</em>-White Syndrome"]}, "OMIM:615483": {"definition_eng": [" have motor symptoms, such as dyskinesias or <em class=\"hilite\">parkinsonism</em>, headache, cognitive impairment, and"]}, "OMIM:311510": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em>, Early-Onset, With Mental Retardation"], "definition_eng": [" development, intellectual disability, and early-onset <em class=\"hilite\">Parkinson</em> disease (summary by {4:Wilson et al., 2014}).", "Early-onset <em class=\"hilite\">parkinsonism</em> with intellectual deficit is a basal ganglia disorder characterised", " by <em class=\"hilite\">parkinsonian</em>-type symptoms (postural changes, tremor, rigidity), megalencephaly and variable intellectual"], "label_eng": ["Early-onset <em class=\"hilite\">parkinsonism</em>-intellectual disability syndrome", "<em class=\"hilite\">Parkinsonism</em>, early onset with mental retardation"], "definition_std": [" development, intellectual disability, and early-onset <em class=\"hilite\">Parkinson</em> disease (summary by {4:Wilson et al., 2014})."]}, "HP:0006150": {"definition_eng": [" example hand trauma or nerve disorders, such as cerebral palsy, <em class=\"hilite\">Parkinson's</em> disease, or stroke."]}, "OMIM:610297": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 13, Autosomal Dominant, Susceptibility to", "<em class=\"hilite\">Parkinson</em> disease 13"], "synonym_eng": ["<em class=\"hilite\">PARKINSON</em> DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 13, Autosomal Dominant, Susceptibility to", "<em class=\"hilite\">Parkinson</em> disease 13"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"]}, "NCBIGene:100552437": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:168601": {"label_std": ["<em class=\"hilite\">Parkinson</em> disease 1", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant"], "synonym_eng": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant Lewy Body", "<em class=\"hilite\">PARKINSON</em> DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "synonym_std": ["autosomal dominant <em class=\"hilite\">Parkinson</em> disease type 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant Lewy Body", "<em class=\"hilite\">PARKINSON</em> DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM", " et al., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em>", "A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene"], "label_eng": ["<em class=\"hilite\">Parkinson</em> disease 1", "autosomal dominant <em class=\"hilite\">Parkinson</em> disease 1", "<em class=\"hilite\">Parkinson</em> Disease 1, Autosomal Dominant"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM", "., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of <em class=\"hilite\">Parkinson</em>"]}, "OMIM:614298": {"definition_eng": [" neurodegenerative disorder characterized by progressive spastic paraplegia, <em class=\"hilite\">parkinsonism</em> unresponsive to L-DOPA"]}, "OMIM:616840": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 23, Autosomal Recessive Early-Onset", "<em class=\"hilite\">Parkinson</em> disease 23, autosomal recessive early-onset"], "synonym_eng": ["<em class=\"hilite\">Parkinson</em> Disease 23, Autosomal Recessive Early-Onset", "<em class=\"hilite\">PARKINSON</em> DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease 23, Autosomal Recessive Early-Onset", "<em class=\"hilite\">PARKINSON</em> DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "definition_eng": ["<em class=\"hilite\">Parkinson</em> disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset", " of <em class=\"hilite\">parkinsonism</em> associated with progressive cognitive impairment leading to dementia and dysautonomia. Some", "An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous or compound heterozygous"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 23, Autosomal Recessive Early-Onset", "<em class=\"hilite\">Parkinson</em> disease 23, autosomal recessive early-onset"], "definition_std": ["<em class=\"hilite\">Parkinson</em> disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset", "An early-onset <em class=\"hilite\">Parkinson</em> disease that has_material_basis_in homozygous or compound heterozygous"]}, "OMIM:258450": {"definition_eng": [", hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and <em class=\"hilite\">parkinsonism</em>. Less common"]}, "OMIM:612953": {"label_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 14", "<em class=\"hilite\">Parkinson</em> disease 14", "<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"], "synonym_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease type 14", "PLA2G6-related dystonia-<em class=\"hilite\">parkinsonism</em>", "<em class=\"hilite\">PARKINSON</em> DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-<em class=\"hilite\">parkinsonism</em>, Paisan-Ruiz type", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, Adult-Onset"], "definition_eng": ["Adult-onset dystonia-<em class=\"hilite\">parkinsonism</em> is a rare neurodegenerative disease usually presenting before the", " age of 30 and which is characterized by dystonia, L-dopa-responsive <em class=\"hilite\">parkinsonism</em>, pyramidal signs and"], "label_eng": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease 14", "<em class=\"hilite\">Parkinson</em> disease 14", "<em class=\"hilite\">Parkinson</em> Disease 14, Autosomal Recessive"], "synonym_std": ["autosomal recessive <em class=\"hilite\">Parkinson</em> disease type 14", "<em class=\"hilite\">PARKINSON</em> DISEASE 14, AUTOSOMAL RECESSIVE; PARK14"]}, "OMIM:613280": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> and Dystonia with Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "Dystonia-<em class=\"hilite\">Parkinsonism</em>, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"]}, "NCBIGene:100030192": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:5071": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)", "<em class=\"hilite\">parkinson</em> juvenile disease protein 2", "<em class=\"hilite\">parkinson</em> protein 2 E3 ubiquitin protein ligase"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)", "<em class=\"hilite\">parkinson</em> juvenile disease protein 2", "<em class=\"hilite\">parkinson</em> protein 2 E3 ubiquitin protein ligase"]}, "Orphanet:391411": {"definition_eng": ["Atypical juvenile <em class=\"hilite\">parkinsonism</em> (AJP) is a complex form of young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD; see", " other neurological symptoms (such as ataxia and epilepsy) along with classical <em class=\"hilite\">parkinsonian</em> symptoms."], "label_eng": ["Atypical juvenile <em class=\"hilite\">parkinsonism</em>"], "definition_std": ["Atypical juvenile parkinsonism (AJP) is a complex form of young-onset <em class=\"hilite\">Parkinson</em> disease (YOPD; see"]}, "OMIA:001194-9913": {"label_std": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome in cattle"], "label_eng": ["Wolff-<em class=\"hilite\">Parkinson</em>-White syndrome in cattle"]}, "GeneReviews:NBK1115": {"definition_eng": ["The spectrum of ATP1A3-related neurologic disorders includes rapid-onset dystonia-<em class=\"hilite\">parkinsonism</em> (RDP", " as well.RDP is characterized by abrupt onset of dystonia with <em class=\"hilite\">parkinsonism</em> (primarily bradykinesia and", ", <em class=\"hilite\">parkinsonism</em>, and cognitive and behavioral dysfunction; more than 50% develop epilepsy in addition to their"]}, "HP:0002548": {"definition_eng": ["<em class=\"hilite\">Parkinsonism</em> is a clinical syndrome that is a feature of a number of different diseases, including", " <em class=\"hilite\">Parkinson</em> disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and", " as a side-effect of some neuroleptic medications. Some but not all individuals with <em class=\"hilite\">Parkinsonism</em> show", " signs of <em class=\"hilite\">Parkinsonism</em> (including mainly tremor, bradykinesia, rigidity, and postural instability) upon"], "label_eng": ["<em class=\"hilite\">Parkinsonism</em> with favorable response to dopaminergic medication"], "definition_std": [" <em class=\"hilite\">Parkinson</em> disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and as a"]}, "Orphanet:306686": {"synonym_eng": ["CO-induced <em class=\"hilite\">parkinsonism</em>"], "label_eng": ["Carbon monoxide-induced <em class=\"hilite\">parkinsonism</em>"]}, "OMIM:617013": {"definition_eng": [" variable features of <em class=\"hilite\">parkinsonism</em>, causing loss of ambulation. Cognition may be impaired, but is better"]}, "KEGG-ds:H01600": {"label_eng": ["<em class=\"hilite\">Parkinsonian</em> syndrome"]}, "MESH:C566823": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease, Familial, Type 1"], "synonym_eng": ["Lewy Body <em class=\"hilite\">Parkinsonism</em>", "<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Atypical <em class=\"hilite\">Parkinson</em> Disease"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease, Familial, Type 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> Disease, Autosomal Dominant", "Atypical <em class=\"hilite\">Parkinson</em> Disease"]}, "NCBIGene:530858": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, juvenile) 2, parkin", "<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "DOID:4751": {"definition_eng": [" by <em class=\"hilite\">Parkinsonian</em> features (e.g., MUSCLE RIGIDITY; HYPOKINESIA; stooped posture) and HYPOTENSION. This condition"]}, "OMIM:600116": {"label_std": ["<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinson</em> disease 2", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease 2"], "synonym_eng": ["<em class=\"hilite\">Parkinsonism</em>, Early-Onset, With Diurnal Fluctuation", "<em class=\"hilite\">PARKINSON</em> DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease type 2"], "definition_eng": ["A <em class=\"hilite\">Parkinson's</em> disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome"], "label_eng": ["<em class=\"hilite\">Parkinson</em> Disease 2, Autosomal Recessive Juvenile", "<em class=\"hilite\">Parkinson</em> disease 2", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease 2"], "synonym_std": ["<em class=\"hilite\">PARKINSON</em> DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "<em class=\"hilite\">Parkinson</em> Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile <em class=\"hilite\">Parkinson</em> disease type 2"]}, "EFO:0002508": {"label_eng": ["<em class=\"hilite\">Parkinson's</em> disease"]}, "NCBIGene:101078161": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1-like"]}, "NCBIGene:740015": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "GeneReviews:NBK1529": {"definition_eng": [" despite increase in food intake. Neurologic abnormalities include <em class=\"hilite\">parkinsonism</em> (rigidity, bradykinesia"]}, "HP:0100595": {"definition_eng": [" of <em class=\"hilite\">Parkinson's</em> disease and dystonic disorders."]}, "NCBIGene:101098228": {"synonym_eng": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"], "synonym_std": ["<em class=\"hilite\">parkinson</em> protein 2, E3 ubiquitin protein ligase (parkin)"]}, "NCBIGene:100511802": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "NCBIGene:746063": {"synonym_eng": ["<em class=\"hilite\">Parkinsonism</em> associated deglycase", "<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease (autosomal recessive, early onset) 7", "<em class=\"hilite\">parkinson</em> protein 7"]}, "HP:0002322": {"synonym_eng": ["<em class=\"hilite\">Parkinsonian</em> tremor"]}, "NCBIGene:423020": {"synonym_eng": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"], "synonym_std": ["<em class=\"hilite\">Parkinson</em> disease 7 domain-containing protein 1", "<em class=\"hilite\">Parkinson</em> disease 7 domain containing 1"]}, "OMIM:127750": {"definition_eng": [" by dementia and <em class=\"hilite\">parkinsonism</em>, often with fluctuating cognitive function, visual hallucinations, falls", " in a pattern more widespread than usually observed in <em class=\"hilite\">Parkinson</em> disease (see PD; OMIM:168600). Alzheimer"], "definition_std": [" pattern more widespread than usually observed in <em class=\"hilite\">Parkinson</em> disease (see PD; OMIM:168600). Alzheimer"]}, "OMIM:146500": {"definition_eng": [" as a progressive adult-onset neurodegenerative disorder causing <em class=\"hilite\">parkinsonism</em>, cerebellar ataxia, and autonomic", " C,' characterized predominantly by cerebellar ataxia, and 'subtype P,' characterized predominantly by <em class=\"hilite\">parkinsonism</em>", " to <em class=\"hilite\">Parkinson</em> disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM:168601"], "definition_std": [" pathologically to <em class=\"hilite\">Parkinson</em> disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM"]}, "Orphanet:352649": {"definition_eng": [" neurometabolic disease characterized by dystonia, <em class=\"hilite\">parkinsonism</em>, nonambulation, autonomic dysfunction"]}, "OMIM:617070": {"definition_eng": ["/or <em class=\"hilite\">parkinsonism</em>."]}, "MESH:D014202": {"definition_eng": [" as a relatively frequent manifestation of <em class=\"hilite\">PARKINSON</em> DISEASE."], "definition_std": [", and occurs as a relatively frequent manifestation of <em class=\"hilite\">PARKINSON</em> DISEASE."]}, "OMIM:606159": {"definition_eng": [" in extrapyramidal movements, such as <em class=\"hilite\">parkinsonism</em> and dystonia. Age at onset, cognitive involvement, and mode"]}, "GeneReviews:NBK304122": {"definition_eng": [" include <em class=\"hilite\">parkinsonian</em> signs (tremor, bradykinesia, masked facies, rigidity), limb hypertonia, hyperreflexia"]}, "OMIM:105500": {"synonym_eng": ["Amyotrophic lateral sclerosis-<em class=\"hilite\">parkinsonism</em>-dementia of Guam syndrome", "Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>/Dementia Complex of Guam", "Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>/Dementia Complex type 1", "AMYOTROPHIC LATERAL SCLEROSIS-<em class=\"hilite\">PARKINSONISM</em>/DEMENTIA COMPLEX 1", "<em class=\"hilite\">Parkinsonism</em>-dementia-ALS complex"], "definition_eng": ["Amyotrophic lateral sclerosis-<em class=\"hilite\">parkinsonism</em>/dementia complex of Guam is a neurodengenerative", " disorder with unusually high incidence among the Chamorro people of Guam. Both ALS and <em class=\"hilite\">parkinsonism</em>"], "label_eng": ["Amyotrophic Lateral Sclerosis-<em class=\"hilite\">Parkinsonism</em>/Dementia Complex 1", "Amyotrophic lateral sclerosis-<em class=\"hilite\">parkinsonism</em>-dementia complex"]}}, "docs": [{"synonym": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "equivalent_curie_eng": ["UMLS:C0030568", "Orphanet:97349", "MESH:D010301"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:14332", "iri": "http://purl.obolibrary.org/obo/DOID_14332", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0030568", "http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/MESH_D010301"], "label_eng": ["postencephalitic Parkinson disease"], "definition_std": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "id_eng": "DOID:14332", "definition_kw": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0030568", "http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/MESH_D010301"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_14332", "label_std": ["postencephalitic Parkinson disease"], "equivalent_curie": ["UMLS:C0030568", "Orphanet:97349", "MESH:D010301"], "equivalent_curie_kw": ["UMLS:C0030568", "Orphanet:97349", "MESH:D010301"], "synonym_eng": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "score": 33.50224, "id_kw": "DOID:14332", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0030568", "http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/MESH_D010301"], "label_kw": ["postencephalitic Parkinson disease"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_14332", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0030568", "http://www.orpha.net/ORDO/Orphanet_97349", "http://purl.obolibrary.org/obo/MESH_D010301"], "_version_": 1580845594429095936, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_14332", "id": "DOID:14332", "definition": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "synonym_kw": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "synonym_std": ["Parkinson Disease, Post Encephalitic", "Postencephalitic Economo-Type Parkinsonism", "Parkinson Disease, Post-Encephalitic", "Parkinsonisms, Viral Meningoencephalitic", "Parkinsonism, Postencephalitic Economo-Type", "Economo-Type Parkinsonism, Postencephalitic", "Postencephalitic Parkinson Disease", "von Economo Encephalitis Type Parkinsonism", "Parkinsonism, Viral Meningoencephalitic", "Postencephalitic Parkinsonism", "Post-Encephalitic Parkinson Disease", "Post Encephalitic Parkinson Disease", "Meningoencephalitic Parkinsonism, Viral", "Postencephalitic Economo Type Parkinsonism", "Postencephalitic parkinsonism", "Postencephalitic parkinsonism (disorder)", "Postencephalitis Parkinsonian Syndrome", "Parkinsonism, Postencephalitic", "Parkinsonian Syndrome, Postencephalitis", "Viral Meningoencephalitic Parkinsonism", "Encephalitis Lethargica Type Parkinsonism"], "label": ["postencephalitic Parkinson disease"], "definition_eng": ["Parkinsonism following encephalitis, historically seen as a sequella of encephalitis lethargica (Von Economo Encephalitis). The early age of onset, the rapid progression of symptoms followed by stabilization, and the presence of a variety of other neurological disorders (e.g., sociopathic behavior; TICS; MUSCLE SPASMS; oculogyric crises; hyperphagia; and bizarre movements) distinguish this condition from primary PARKINSON DISEASE. Pathologic features include neuronal loss and gliosis concentrated in the MESENCEPHALON; SUBTHALAMUS; and HYPOTHALAMUS. (From Adams et al., Principles of Neurology, 6th ed, p754)"], "equivalent_curie_std": ["UMLS:C0030568", "Orphanet:97349", "MESH:D010301"], "category": ["disease"]}, {"synonym": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "equivalent_curie_eng": ["UMLS:CN239381", "UMLS:C0030567", "MESH:D010300"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:14330", "iri": "http://purl.obolibrary.org/obo/DOID_14330", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN239381", "http://purl.obolibrary.org/obo/UMLS_C0030567", "http://purl.obolibrary.org/obo/MESH_D010300"], "label_eng": ["Parkinson's disease"], "definition_std": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "id_eng": "DOID:14330", "definition_kw": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN239381", "http://purl.obolibrary.org/obo/UMLS_C0030567", "http://purl.obolibrary.org/obo/MESH_D010300"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_14330", "label_std": ["Parkinson's disease"], "equivalent_curie": ["UMLS:CN239381", "UMLS:C0030567", "MESH:D010300"], "equivalent_curie_kw": ["UMLS:CN239381", "UMLS:C0030567", "MESH:D010300"], "synonym_eng": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "score": 33.312695, "id_kw": "DOID:14330", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN239381", "http://purl.obolibrary.org/obo/UMLS_C0030567", "http://purl.obolibrary.org/obo/MESH_D010300"], "label_kw": ["Parkinson's disease"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_14330", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN239381", "http://purl.obolibrary.org/obo/UMLS_C0030567", "http://purl.obolibrary.org/obo/MESH_D010300"], "_version_": 1580845584178216963, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_14330", "id": "DOID:14330", "definition": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "synonym_kw": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "synonym_std": ["Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Parkinson disease", "Paralysis Agitans", "paralysis agitans", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson Disease, Idiopathic", "Parkinson's Disease, Idiopathic", "Parkinsonism, Primary", "Parkinson's Disease, Lewy Body", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease"], "label": ["Parkinson's disease"], "definition_eng": ["A synucleinopathy that has_material_basis_in degeneration of the central nervous system that often impairs motor skills, speech, and other functions."], "equivalent_curie_std": ["UMLS:CN239381", "UMLS:C0030567", "MESH:D010300"], "category": ["disease"]}, {"synonym": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "equivalent_curie_eng": ["UMLS:CN227567", "UMLS:C0242422"], "leaf": false, "category_std": ["disease"], "id_std": "MESH:D020734", "iri": "http://purl.obolibrary.org/obo/MESH_D020734", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "label_eng": ["Parkinsonian Disorders"], "definition_std": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "id_eng": "MESH:D020734", "definition_kw": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020734", "label_std": ["Parkinsonian Disorders"], "equivalent_curie": ["UMLS:CN227567", "UMLS:C0242422"], "equivalent_curie_kw": ["UMLS:CN227567", "UMLS:C0242422"], "synonym_eng": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "score": 33.24732, "id_kw": "MESH:D020734", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "label_kw": ["Parkinsonian Disorders"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020734", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN227567", "http://purl.obolibrary.org/obo/UMLS_C0242422"], "_version_": 1580845554421727232, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020734", "id": "MESH:D020734", "definition": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "synonym_kw": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "synonym_std": ["Juvenile Parkinson Disease, Autosomal Recessive", "Autosomal Recesssive Juvenile Parkinsonism", "Juvenile Parkinson Disease", "Parkinson Disease, Familial, Autosomal Recessive", "Parkinsonism, Autosomal Recessive", "Parkinsonism, Early Onset, with Diurnal Fluctuation", "Parkinson Disease, Juvenile", "Parkinsonism, Juvenile, Autosomal Recessive", "Experimental Parkinsonism, MPTP Induced", "Parkinson Disease 2", "Experimental Parkinson Diseases", "Chromosome 6 Linked Autosomal Recessive Parkinsonism", "Parkinsonian Diseases", "Juvenile Parkinson Disease, Autosomal Dominant", "Autosomal Dominant Parkinsonism", "Parkinson Disease, Experimental", "Diseases, Experimental Parkinson", "Juvenile Parkinsonism, Familial", "Parkinsonism, Juvenile, Autosomal Dominant", "Parkinson Disease, Autosomal Dominant. Juvenile", "Parkinsonian Syndromes", "Parkinson Diseases, Experimental", "Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Recessive", "Parkinson Disease, Juvenile, Autosomal Dominant", "Parkinsonism, Early-Onset, With Diurnal Fluctuation", "Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinsonisms, Experimental", "Parkinson Disease Autosomal Recessive, Early Onset", "Parkinsonism, Juvenile", "Autosomal Dominant Juvenile Parkinsonism", "Familial Juvenile Parkinsonism", "Juvenile Parkinsonisms", "Dominant Parkinsonism, Autosomal", "Parkinson Disease, Juvenile, Autosomal Recessive", "Parkinsonism, MPTP-Induced Experimental", "Chromosome 6-Linked Autosomal Recessive Parkinsonism", "Juvenile Parkinsonism, Autosomal Dominant", "Parkinsonism, Familial Juvenile", "MPTP Induced Experimental Parkinsonism", "Parkinsonism, Autosomal Dominant", "Familial Parkinson Disease, Autosomal Recessive", "Parkinsonism, Experimental", "Ramsay Hunt Paralysis Syndrome", "Experimental Parkinsonism, MPTP-Induced", "Experimental Parkinson Disease", "Parkinsonian Syndrome", "Recessive Parkinsonism, Autosomal", "Juvenile Parkinsonism", "Experimental Parkinsonism", "Autosomal Dominant Juvenile Parkinson Disease", "Parkinsonism", "Parkinsonisms, Juvenile", "Experimental Parkinsonisms", "MPTP-Induced Experimental Parkinsonism", "Autosomal Recessive Juvenile Parkinson Disease"], "label": ["Parkinsonian Disorders"], "definition_eng": ["A group of disorders which feature impaired motor control characterized by bradykinesia, MUSCLE RIGIDITY; TREMOR; and postural instability. Parkinsonian diseases are generally divided into primary parkinsonism (see PARKINSON DISEASE), secondary parkinsonism (see PARKINSON DISEASE, SECONDARY) and inherited forms. These conditions are associated with dysfunction of dopaminergic or closely related motor integration neuronal pathways in the BASAL GANGLIA."], "equivalent_curie_std": ["UMLS:CN227567", "UMLS:C0242422"], "category": ["disease"]}, {"synonym": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "equivalent_curie_eng": ["UMLS:C3280133", "DOID:0060897"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:614203", "iri": "http://purl.obolibrary.org/obo/OMIM_614203", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3280133", "http://purl.obolibrary.org/obo/DOID_0060897"], "label_eng": ["Parkinson Disease 17", "Parkinson disease 17"], "definition_std": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13.", "Parkinson disease-17 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {7:Wider et al., 2008}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "id_eng": "OMIM:614203", "definition_kw": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13.", "Parkinson disease-17 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {7:Wider et al., 2008}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3280133", "http://purl.obolibrary.org/obo/DOID_0060897"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_614203", "label_std": ["Parkinson Disease 17", "Parkinson disease 17"], "equivalent_curie": ["UMLS:C3280133", "DOID:0060897"], "equivalent_curie_kw": ["UMLS:C3280133", "DOID:0060897"], "synonym_eng": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "score": 31.906723, "id_kw": "OMIM:614203", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3280133", "http://purl.obolibrary.org/obo/DOID_0060897"], "label_kw": ["Parkinson Disease 17", "Parkinson disease 17"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_614203", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3280133", "http://purl.obolibrary.org/obo/DOID_0060897"], "_version_": 1580845511354613761, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_614203", "id": "OMIM:614203", "definition": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13.", "Parkinson disease-17 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {7:Wider et al., 2008}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "synonym_kw": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "synonym_std": ["Parkinson Disease type 17", "autosomal dominant Parkinson disease 17", "PARK17", "Parkinson disease type 17", "PARKINSON DISEASE 17; PARK17"], "label": ["Parkinson Disease 17", "Parkinson disease 17"], "definition_eng": ["A late-onset Parkinson disease that has_material_basis_in heterozygous mutation in the VPS35 gene on chromosome 16q13.", "Parkinson disease-17 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {7:Wider et al., 2008}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "equivalent_curie_std": ["UMLS:C3280133", "DOID:0060897"], "category": ["disease"]}, {"synonym": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "equivalent_curie_eng": ["MESH:C564653", "UMLS:C1847360"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:606852", "iri": "http://purl.obolibrary.org/obo/OMIM_606852", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "label_eng": ["PARK10"], "equivalent_curie_std": ["MESH:C564653", "UMLS:C1847360"], "id_eng": "OMIM:606852", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606852", "label_std": ["PARK10"], "equivalent_curie": ["MESH:C564653", "UMLS:C1847360"], "equivalent_curie_kw": ["MESH:C564653", "UMLS:C1847360"], "synonym_eng": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "score": 31.761618, "id_kw": "OMIM:606852", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "label_kw": ["PARK10"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606852", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C564653", "http://purl.obolibrary.org/obo/UMLS_C1847360"], "_version_": 1580845549489225728, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606852", "id": "OMIM:606852", "synonym_kw": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "synonym_std": ["Parkinson Disease, Age at Onset of", "PARK10", "PARKINSON DISEASE 10; PARK10", "Parkinson Disease type 10", "Parkinson Disease, Age At Onset Of"], "label": ["PARK10"], "category": ["disease"]}, {"synonym": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "equivalent_curie_eng": ["UMLS:C1845165", "MESH:C564486"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:300557", "iri": "http://purl.obolibrary.org/obo/OMIM_300557", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1845165", "http://purl.obolibrary.org/obo/MESH_C564486"], "label_eng": ["PARK12"], "equivalent_curie_std": ["UMLS:C1845165", "MESH:C564486"], "id_eng": "OMIM:300557", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1845165", "http://purl.obolibrary.org/obo/MESH_C564486"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_300557", "label_std": ["PARK12"], "equivalent_curie": ["UMLS:C1845165", "MESH:C564486"], "equivalent_curie_kw": ["UMLS:C1845165", "MESH:C564486"], "synonym_eng": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "score": 31.49809, "id_kw": "OMIM:300557", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1845165", "http://purl.obolibrary.org/obo/MESH_C564486"], "label_kw": ["PARK12"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_300557", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1845165", "http://purl.obolibrary.org/obo/MESH_C564486"], "_version_": 1580845549752418305, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_300557", "id": "OMIM:300557", "synonym_kw": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "synonym_std": ["Parkinson Disease, X-Linked", "PARK12", "Parkinson Disease type 12", "PARKINSON DISEASE 12; PARK12"], "label": ["PARK12"], "category": ["disease"]}, {"synonym": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "equivalent_curie_eng": ["UMLS:C3489791", "UMLS:C1868595"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C566823", "iri": "http://purl.obolibrary.org/obo/MESH_C566823", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3489791", "http://purl.obolibrary.org/obo/UMLS_C1868595"], "label_eng": ["Parkinson Disease, Familial, Type 1"], "equivalent_curie_std": ["UMLS:C3489791", "UMLS:C1868595"], "id_eng": "MESH:C566823", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3489791", "http://purl.obolibrary.org/obo/UMLS_C1868595"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C566823", "label_std": ["Parkinson Disease, Familial, Type 1"], "equivalent_curie": ["UMLS:C3489791", "UMLS:C1868595"], "equivalent_curie_kw": ["UMLS:C3489791", "UMLS:C1868595"], "synonym_eng": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "score": 31.49809, "id_kw": "MESH:C566823", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3489791", "http://purl.obolibrary.org/obo/UMLS_C1868595"], "label_kw": ["Parkinson Disease, Familial, Type 1"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C566823", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3489791", "http://purl.obolibrary.org/obo/UMLS_C1868595"], "_version_": 1580845611927732224, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C566823", "id": "MESH:C566823", "synonym_kw": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "synonym_std": ["Lewy Body Parkinsonism", "Parkinson Disease, Autosomal Dominant", "Atypical Parkinson Disease"], "label": ["Parkinson Disease, Familial, Type 1"], "category": ["disease"]}, {"synonym": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "equivalent_curie_eng": ["UMLS:C2751842", "Orphanet:199351", "DOID:0060900"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:612953", "iri": "http://purl.obolibrary.org/obo/OMIM_612953", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351", "http://purl.obolibrary.org/obo/DOID_0060900"], "label_eng": ["autosomal recessive Parkinson disease 14", "Parkinson disease 14", "Parkinson Disease 14, Autosomal Recessive"], "definition_std": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "id_eng": "OMIM:612953", "definition_kw": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351", "http://purl.obolibrary.org/obo/DOID_0060900"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_612953", "label_std": ["autosomal recessive Parkinson disease 14", "Parkinson disease 14", "Parkinson Disease 14, Autosomal Recessive"], "equivalent_curie": ["UMLS:C2751842", "Orphanet:199351", "DOID:0060900"], "equivalent_curie_kw": ["UMLS:C2751842", "Orphanet:199351", "DOID:0060900"], "synonym_eng": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "score": 31.00915, "id_kw": "OMIM:612953", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351", "http://purl.obolibrary.org/obo/DOID_0060900"], "label_kw": ["autosomal recessive Parkinson disease 14", "Parkinson disease 14", "Parkinson Disease 14, Autosomal Recessive"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_612953", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2751842", "http://www.orpha.net/ORDO/Orphanet_199351", "http://purl.obolibrary.org/obo/DOID_0060900"], "_version_": 1580845545528754177, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_612953", "id": "OMIM:612953", "definition": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "synonym_kw": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "synonym_std": ["autosomal recessive Parkinson disease type 14", "PARK14", "PLA2G6-related dystonia-parkinsonism", "PARKINSON DISEASE 14, AUTOSOMAL RECESSIVE; PARK14", "Dystonia-parkinsonism, Paisan-Ruiz type", "Dystonia-Parkinsonism, Adult-Onset"], "label": ["autosomal recessive Parkinson disease 14", "Parkinson disease 14", "Parkinson Disease 14, Autosomal Recessive"], "definition_eng": ["Adult-onset dystonia-parkinsonism is a rare neurodegenerative disease usually presenting before the age of 30 and which is characterized by dystonia, L-dopa-responsive parkinsonism, pyramidal signs and rapid cognitive decline."], "equivalent_curie_std": ["UMLS:C2751842", "Orphanet:199351", "DOID:0060900"], "category": ["disease"]}, {"synonym": ["Parkinsonian disease"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0001300", "iri": "http://purl.obolibrary.org/obo/HP_0001300", "label_eng": ["Parkinsonism"], "definition_std": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "id_eng": "HP:0001300", "definition_kw": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0001300", "label_std": ["Parkinsonism"], "synonym_eng": ["Parkinsonian disease"], "score": 30.95801, "id_kw": "HP:0001300", "label_kw": ["Parkinsonism"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0001300", "_version_": 1580845591874764800, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0001300", "id": "HP:0001300", "definition": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "synonym_kw": ["Parkinsonian disease"], "synonym_std": ["Parkinsonian disease"], "label": ["Parkinsonism"], "definition_eng": ["Characteristic neurologic anomaly resulting form degeneration of dopamine-generating cells in the substantia nigra, a region of the midbrain, characterized clinically by shaking, rigidity, slowness of movement and difficulty with walking and gait."], "category": ["Phenotype"]}, {"synonym": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "equivalent_curie_eng": ["UMLS:C3149705", "UMLS:C1868596", "DOID:0060367"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:168601", "iri": "http://purl.obolibrary.org/obo/OMIM_168601", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "label_eng": ["Parkinson disease 1", "autosomal dominant Parkinson disease 1", "Parkinson Disease 1, Autosomal Dominant"], "definition_std": ["Parkinson disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50. Clinical manifestations include resting tremor, muscular rigidity, bradykinesia, and postural instability. Additional features are characteristic postural abnormalities, dysautonomia, dystonic cramps, and dementia ({17:Polymeropoulos et al., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see OMIM:168600.", "A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "id_eng": "OMIM:168601", "definition_kw": ["Parkinson disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50. Clinical manifestations include resting tremor, muscular rigidity, bradykinesia, and postural instability. Additional features are characteristic postural abnormalities, dysautonomia, dystonic cramps, and dementia ({17:Polymeropoulos et al., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see OMIM:168600.", "A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168601", "label_std": ["Parkinson disease 1", "autosomal dominant Parkinson disease 1", "Parkinson Disease 1, Autosomal Dominant"], "equivalent_curie": ["UMLS:C3149705", "UMLS:C1868596", "DOID:0060367"], "equivalent_curie_kw": ["UMLS:C3149705", "UMLS:C1868596", "DOID:0060367"], "synonym_eng": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "score": 30.931908, "id_kw": "OMIM:168601", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "label_kw": ["Parkinson disease 1", "autosomal dominant Parkinson disease 1", "Parkinson Disease 1, Autosomal Dominant"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168601", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3149705", "http://purl.obolibrary.org/obo/UMLS_C1868596", "http://purl.obolibrary.org/obo/DOID_0060367"], "_version_": 1580845512215494656, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168601", "id": "OMIM:168601", "definition": ["Parkinson disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50. Clinical manifestations include resting tremor, muscular rigidity, bradykinesia, and postural instability. Additional features are characteristic postural abnormalities, dysautonomia, dystonic cramps, and dementia ({17:Polymeropoulos et al., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see OMIM:168600.", "A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "synonym_kw": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "synonym_std": ["PARK1", "autosomal dominant Parkinson disease type 1", "Parkinson Disease 1, Autosomal Dominant Lewy Body", "PARKINSON DISEASE 1, AUTOSOMAL DOMINANT; PARK1", "Atypical Parkinson Disease"], "label": ["Parkinson disease 1", "autosomal dominant Parkinson disease 1", "Parkinson Disease 1, Autosomal Dominant"], "definition_eng": ["Parkinson disease is the second most common neurogenic disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50. Clinical manifestations include resting tremor, muscular rigidity, bradykinesia, and postural instability. Additional features are characteristic postural abnormalities, dysautonomia, dystonic cramps, and dementia ({17:Polymeropoulos et al., 1996}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see OMIM:168600.", "A Parkinson's disease that has_material_basis_in mutation in the alpha-synuclein (SNCA) gene on chromosome 4q22.1."], "equivalent_curie_std": ["UMLS:C3149705", "UMLS:C1868596", "DOID:0060367"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "equivalent_curie_eng": ["MESH:C566552", "UMLS:C1865581"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:602404", "iri": "http://purl.obolibrary.org/obo/OMIM_602404", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C566552", "http://purl.obolibrary.org/obo/UMLS_C1865581"], "label_eng": ["PARK3"], "equivalent_curie_std": ["MESH:C566552", "UMLS:C1865581"], "id_eng": "OMIM:602404", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C566552", "http://purl.obolibrary.org/obo/UMLS_C1865581"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_602404", "label_std": ["PARK3"], "equivalent_curie": ["MESH:C566552", "UMLS:C1865581"], "equivalent_curie_kw": ["MESH:C566552", "UMLS:C1865581"], "synonym_eng": ["PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "score": 30.23689, "id_kw": "OMIM:602404", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C566552", "http://purl.obolibrary.org/obo/UMLS_C1865581"], "label_kw": ["PARK3"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_602404", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C566552", "http://purl.obolibrary.org/obo/UMLS_C1865581"], "_version_": 1580845549616103426, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_602404", "id": "OMIM:602404", "synonym_kw": ["PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "synonym_std": ["PARKINSON DISEASE 3, AUTOSOMAL DOMINANT; PARK3", "Parkinson Disease 3, Autosomal Dominant", "Parkinson Disease 3, Autosomal Dominant Lewy Body", "PARK3"], "label": ["PARK3"], "category": ["disease"]}, {"synonym": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000000102"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:746063", "iri": "http://www.ncbi.nlm.nih.gov/gene/746063", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000000102"], "id_eng": "NCBIGene:746063", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000000102"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/746063", "label_std": ["PARK7"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "equivalent_curie": ["ENSEMBL:ENSPTRG00000000102"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:746063", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/746063", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000000102"], "taxon_eng": "NCBITaxon:9598", "_version_": 1580845640073609217, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/746063", "id": "NCBIGene:746063", "synonym_kw": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "synonym_std": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "parkinson protein 7"], "label": ["PARK7"], "score": 30.23689, "category": ["gene"]}, {"synonym": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "equivalent_curie_eng": ["UMLS:C4225353"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:616361", "iri": "http://purl.obolibrary.org/obo/OMIM_616361", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4225353"], "label_eng": ["PARK21", "Parkinson Disease 21"], "definition_std": ["Parkinson disease-21 is an autosomal dominant form of typical adult-onset Parkinson disease characterized by tremor, rigidity, bradykinesia, postural instability, and good response to levodopa treatment (summary by {3:Vilarino-Guell et al., 2014}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "See http://www.omim.org/entry/616361"], "id_eng": "OMIM:616361", "definition_kw": ["Parkinson disease-21 is an autosomal dominant form of typical adult-onset Parkinson disease characterized by tremor, rigidity, bradykinesia, postural instability, and good response to levodopa treatment (summary by {3:Vilarino-Guell et al., 2014}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "See http://www.omim.org/entry/616361"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4225353"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616361", "label_std": ["PARK21", "Parkinson Disease 21"], "equivalent_curie": ["UMLS:C4225353"], "equivalent_curie_kw": ["UMLS:C4225353"], "synonym_eng": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "score": 30.136702, "id_kw": "OMIM:616361", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4225353"], "label_kw": ["PARK21", "Parkinson Disease 21"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616361", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4225353"], "_version_": 1580845544378466306, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_616361", "id": "OMIM:616361", "definition": ["Parkinson disease-21 is an autosomal dominant form of typical adult-onset Parkinson disease characterized by tremor, rigidity, bradykinesia, postural instability, and good response to levodopa treatment (summary by {3:Vilarino-Guell et al., 2014}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "See http://www.omim.org/entry/616361"], "synonym_kw": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "synonym_std": ["PARK21", "PARKINSON DISEASE 21; PARK21", "Parkinson Disease type 21"], "label": ["PARK21", "Parkinson Disease 21"], "definition_eng": ["Parkinson disease-21 is an autosomal dominant form of typical adult-onset Parkinson disease characterized by tremor, rigidity, bradykinesia, postural instability, and good response to levodopa treatment (summary by {3:Vilarino-Guell et al., 2014}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "See http://www.omim.org/entry/616361"], "equivalent_curie_std": ["UMLS:C4225353"], "category": ["disease"]}, {"synonym": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "equivalent_curie_eng": ["MESH:C567726", "UMLS:C2751012"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:613164", "iri": "http://purl.obolibrary.org/obo/OMIM_613164", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C567726", "http://purl.obolibrary.org/obo/UMLS_C2751012"], "label_eng": ["PARK16"], "equivalent_curie_std": ["MESH:C567726", "UMLS:C2751012"], "id_eng": "OMIM:613164", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C567726", "http://purl.obolibrary.org/obo/UMLS_C2751012"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613164", "label_std": ["PARK16"], "equivalent_curie": ["MESH:C567726", "UMLS:C2751012"], "equivalent_curie_kw": ["MESH:C567726", "UMLS:C2751012"], "synonym_eng": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "score": 30.136702, "id_kw": "OMIM:613164", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C567726", "http://purl.obolibrary.org/obo/UMLS_C2751012"], "label_kw": ["PARK16"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613164", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C567726", "http://purl.obolibrary.org/obo/UMLS_C2751012"], "_version_": 1580845549777584129, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613164", "id": "OMIM:613164", "synonym_kw": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "synonym_std": ["PARK16", "Parkinson Disease type 16", "PARKINSON DISEASE 16; PARK16"], "label": ["PARK16"], "category": ["disease"]}, {"synonym": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "Parkinson Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile Parkinson disease type 2", "PARK2"], "equivalent_curie_eng": ["UMLS:C1868675", "UMLS:C0752099", "DOID:0060368"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:600116", "iri": "http://purl.obolibrary.org/obo/OMIM_600116", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/UMLS_C0752099", "http://purl.obolibrary.org/obo/DOID_0060368"], "label_eng": ["Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinson disease 2", "autosomal recessive juvenile Parkinson disease 2"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "id_eng": "OMIM:600116", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/UMLS_C0752099", "http://purl.obolibrary.org/obo/DOID_0060368"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_600116", "label_std": ["Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinson disease 2", "autosomal recessive juvenile Parkinson disease 2"], "equivalent_curie": ["UMLS:C1868675", "UMLS:C0752099", "DOID:0060368"], "equivalent_curie_kw": ["UMLS:C1868675", "UMLS:C0752099", "DOID:0060368"], "synonym_eng": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "Parkinson Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile Parkinson disease type 2", "PARK2"], "score": 29.73511, "id_kw": "OMIM:600116", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/UMLS_C0752099", "http://purl.obolibrary.org/obo/DOID_0060368"], "label_kw": ["Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinson disease 2", "autosomal recessive juvenile Parkinson disease 2"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_600116", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1868675", "http://purl.obolibrary.org/obo/UMLS_C0752099", "http://purl.obolibrary.org/obo/DOID_0060368"], "_version_": 1580845512038285312, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_600116", "id": "OMIM:600116", "definition": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "synonym_kw": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "Parkinson Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile Parkinson disease type 2", "PARK2"], "synonym_std": ["Parkinsonism, Early-Onset, With Diurnal Fluctuation", "PARKINSON DISEASE 2, AUTOSOMAL RECESSIVE JUVENILE; PARK2", "Parkinson Disease, Juvenile, Autosomal Recessive", "autosomal recessive juvenile Parkinson disease type 2", "PARK2"], "label": ["Parkinson Disease 2, Autosomal Recessive Juvenile", "Parkinson disease 2", "autosomal recessive juvenile Parkinson disease 2"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutation in the parkin gene (PARK2) on chromosome 6q25.2-q27."], "equivalent_curie_std": ["UMLS:C1868675", "UMLS:C0752099", "DOID:0060368"], "category": ["disease"]}, {"synonym": ["Parkinson Disease 19B, Early-Onset", "Park19, Formerly", "juvenile onset Parkinson disease type 19A", "PARKINSON DISEASE 19A, JUVENILE-ONSET; PARK19A", "PARK19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "equivalent_curie_eng": ["UMLS:C3809811", "DOID:0060891"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:615528", "iri": "http://purl.obolibrary.org/obo/OMIM_615528", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "label_eng": ["juvenile onset Parkinson disease 19A", "Parkinson disease 19a, juvenile-onset", "Parkinson Disease 19A, Juvenile-Onset"], "definition_std": ["Parkinson disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset of parkinsonism in the first or second decade. Some patients may have additional neurologic features, including mental retardation and seizures (summary by {1:Edvardson et al., 2012} and {3:Koroglu et al., 2013}).\n\nParkinson disease-19B is an autosomal recessive neurodegenerative disorder with onset of parkinsonism between the third and fifth decades. It is slowly progressive, shows features similar to classic late-onset Parkinson disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati et al., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "id_eng": "OMIM:615528", "definition_kw": ["Parkinson disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset of parkinsonism in the first or second decade. Some patients may have additional neurologic features, including mental retardation and seizures (summary by {1:Edvardson et al., 2012} and {3:Koroglu et al., 2013}).\n\nParkinson disease-19B is an autosomal recessive neurodegenerative disorder with onset of parkinsonism between the third and fifth decades. It is slowly progressive, shows features similar to classic late-onset Parkinson disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati et al., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615528", "label_std": ["juvenile onset Parkinson disease 19A", "Parkinson disease 19a, juvenile-onset", "Parkinson Disease 19A, Juvenile-Onset"], "equivalent_curie": ["UMLS:C3809811", "DOID:0060891"], "equivalent_curie_kw": ["UMLS:C3809811", "DOID:0060891"], "synonym_eng": ["Parkinson Disease 19B, Early-Onset", "Park19, Formerly", "juvenile onset Parkinson disease type 19A", "PARKINSON DISEASE 19A, JUVENILE-ONSET; PARK19A", "PARK19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "score": 29.73511, "id_kw": "OMIM:615528", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "label_kw": ["juvenile onset Parkinson disease 19A", "Parkinson disease 19a, juvenile-onset", "Parkinson Disease 19A, Juvenile-Onset"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615528", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3809811", "http://purl.obolibrary.org/obo/DOID_0060891"], "_version_": 1580845545217327105, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615528", "id": "OMIM:615528", "definition": ["Parkinson disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset of parkinsonism in the first or second decade. Some patients may have additional neurologic features, including mental retardation and seizures (summary by {1:Edvardson et al., 2012} and {3:Koroglu et al., 2013}).\n\nParkinson disease-19B is an autosomal recessive neurodegenerative disorder with onset of parkinsonism between the third and fifth decades. It is slowly progressive, shows features similar to classic late-onset Parkinson disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati et al., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "synonym_kw": ["Parkinson Disease 19B, Early-Onset", "Park19, Formerly", "juvenile onset Parkinson disease type 19A", "PARKINSON DISEASE 19A, JUVENILE-ONSET; PARK19A", "PARK19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "synonym_std": ["Parkinson Disease 19B, Early-Onset", "Park19, Formerly", "juvenile onset Parkinson disease type 19A", "PARKINSON DISEASE 19A, JUVENILE-ONSET; PARK19A", "PARK19A", "PARK19", "PARKINSON DISEASE 19, JUVENILE-ONSET; PARK19"], "label": ["juvenile onset Parkinson disease 19A", "Parkinson disease 19a, juvenile-onset", "Parkinson Disease 19A, Juvenile-Onset"], "definition_eng": ["Parkinson disease-19A is an autosomal recessive neurodegenerative disorder characterized by onset of parkinsonism in the first or second decade. Some patients may have additional neurologic features, including mental retardation and seizures (summary by {1:Edvardson et al., 2012} and {3:Koroglu et al., 2013}).\n\nParkinson disease-19B is an autosomal recessive neurodegenerative disorder with onset of parkinsonism between the third and fifth decades. It is slowly progressive, shows features similar to classic late-onset Parkinson disease (PD), and has a beneficial response to dopaminergic therapy ({4:Olgiati et al., 2016}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "A Parkinson's disease that has_material_basis_in homozygous mutation in the DNAJC6 gene on chromosome 1p31."], "equivalent_curie_std": ["UMLS:C3809811", "DOID:0060891"], "category": ["disease"]}, {"synonym": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "equivalent_curie_eng": ["UMLS:C1854182", "DOID:0060895"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:605543", "iri": "http://purl.obolibrary.org/obo/OMIM_605543", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "label_eng": ["Parkinson Disease 4, Autosomal Dominant", "autosomal dominant Parkinson disease 4", "Parkinson disease 4"], "definition_std": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "id_eng": "OMIM:605543", "definition_kw": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605543", "label_std": ["Parkinson Disease 4, Autosomal Dominant", "autosomal dominant Parkinson disease 4", "Parkinson disease 4"], "equivalent_curie": ["UMLS:C1854182", "DOID:0060895"], "equivalent_curie_kw": ["UMLS:C1854182", "DOID:0060895"], "synonym_eng": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "score": 29.73511, "id_kw": "OMIM:605543", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "label_kw": ["Parkinson Disease 4, Autosomal Dominant", "autosomal dominant Parkinson disease 4", "Parkinson disease 4"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605543", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1854182", "http://purl.obolibrary.org/obo/DOID_0060895"], "_version_": 1580845545907290112, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605543", "id": "OMIM:605543", "definition": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "synonym_kw": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "synonym_std": ["Parkinson Disease 4, Autosomal Dominant Lewy Body", "autosomal dominant Parkinson disease type 4", "autosomal dominant Lewy body Parkinson disease 4", "PARKINSON DISEASE 4, AUTOSOMAL DOMINANT; PARK4", "PARK4"], "label": ["Parkinson Disease 4, Autosomal Dominant", "autosomal dominant Parkinson disease 4", "Parkinson disease 4"], "definition_eng": ["A late onset Parkinson disease that has_material_basis_in heterozygous triplication of the alpha-synuclein gene (SNCA) on chromosome 4q22."], "equivalent_curie_std": ["UMLS:C1854182", "DOID:0060895"], "category": ["disease"]}, {"synonym": ["protein DJ-1", "parkinsonism-associated deglycase", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7", "maillard deglycase"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000036214"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:395277", "iri": "http://www.ncbi.nlm.nih.gov/gene/395277", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSGALG00000036214"], "id_eng": "NCBIGene:395277", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000036214"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/395277", "label_std": ["PARK7"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["protein DJ-1", "parkinsonism-associated deglycase", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7", "maillard deglycase"], "equivalent_curie": ["ENSEMBL:ENSGALG00000036214"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:395277", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/395277", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000036214"], "taxon_eng": "NCBITaxon:9031", "_version_": 1580845746098274304, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/395277", "id": "NCBIGene:395277", "synonym_kw": ["protein DJ-1", "parkinsonism-associated deglycase", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7", "maillard deglycase"], "synonym_std": ["protein DJ-1", "parkinsonism-associated deglycase", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "Parkinson disease 7", "maillard deglycase"], "label": ["PARK7"], "score": 29.73511, "category": ["gene"]}, {"synonym": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "equivalent_curie_eng": ["Orphanet:238455", "UMLS:C2751067", "MESH:C567730"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:613135", "iri": "http://purl.obolibrary.org/obo/OMIM_613135", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/UMLS_C2751067", "http://purl.obolibrary.org/obo/MESH_C567730"], "label_eng": ["Parkinsonism-Dystonia, Infantile", "Infantile Parkinsonism-dystonia", "Infantile dystonia-parkinsonism"], "definition_std": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal.", "Infantile parkinsonism-dystonia, also known as dopamine transporter deficiency syndrome (DTDS), is an autosomal recessive complex motor neurologic disorder with onset in infancy. Affected individuals show hyperkinesia with orolingual and limb dyskinesia, dystonia, and chorea, or hypokinesia with parkinsonian features, such as bradykinesia, rigidity, and tremor. Other features may include axial hypotonia, pyramidal tract signs, and eye movement abnormalities. Many patients are misdiagnosed as having cerebral palsy. Cognitive function appears to be less severely affected, but most patients die in the teenage years. There is no effective treatment. Laboratory studies show an increased ratio of homovanillic acid (HVA) to 5-hydroxyindoleacetic acid (5-HIAA) in cerebrospinal fluid (CSF), which represents an increase in dopamine metabolites (review by {1:Kurian et al., 2011}).\n\nFor an overlapping phenotype, see tyrosine hydroxylase deficiency (OMIM:605407), also known as autosomal recessive Segawa syndrome."], "id_eng": "OMIM:613135", "definition_kw": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal.", "Infantile parkinsonism-dystonia, also known as dopamine transporter deficiency syndrome (DTDS), is an autosomal recessive complex motor neurologic disorder with onset in infancy. Affected individuals show hyperkinesia with orolingual and limb dyskinesia, dystonia, and chorea, or hypokinesia with parkinsonian features, such as bradykinesia, rigidity, and tremor. Other features may include axial hypotonia, pyramidal tract signs, and eye movement abnormalities. Many patients are misdiagnosed as having cerebral palsy. Cognitive function appears to be less severely affected, but most patients die in the teenage years. There is no effective treatment. Laboratory studies show an increased ratio of homovanillic acid (HVA) to 5-hydroxyindoleacetic acid (5-HIAA) in cerebrospinal fluid (CSF), which represents an increase in dopamine metabolites (review by {1:Kurian et al., 2011}).\n\nFor an overlapping phenotype, see tyrosine hydroxylase deficiency (OMIM:605407), also known as autosomal recessive Segawa syndrome."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/UMLS_C2751067", "http://purl.obolibrary.org/obo/MESH_C567730"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613135", "label_std": ["Parkinsonism-Dystonia, Infantile", "Infantile Parkinsonism-dystonia", "Infantile dystonia-parkinsonism"], "equivalent_curie": ["Orphanet:238455", "UMLS:C2751067", "MESH:C567730"], "equivalent_curie_kw": ["Orphanet:238455", "UMLS:C2751067", "MESH:C567730"], "synonym_eng": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "score": 29.673494, "id_kw": "OMIM:613135", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/UMLS_C2751067", "http://purl.obolibrary.org/obo/MESH_C567730"], "label_kw": ["Parkinsonism-Dystonia, Infantile", "Infantile Parkinsonism-dystonia", "Infantile dystonia-parkinsonism"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613135", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_238455", "http://purl.obolibrary.org/obo/UMLS_C2751067", "http://purl.obolibrary.org/obo/MESH_C567730"], "_version_": 1580845510167625728, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613135", "id": "OMIM:613135", "definition": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal.", "Infantile parkinsonism-dystonia, also known as dopamine transporter deficiency syndrome (DTDS), is an autosomal recessive complex motor neurologic disorder with onset in infancy. Affected individuals show hyperkinesia with orolingual and limb dyskinesia, dystonia, and chorea, or hypokinesia with parkinsonian features, such as bradykinesia, rigidity, and tremor. Other features may include axial hypotonia, pyramidal tract signs, and eye movement abnormalities. Many patients are misdiagnosed as having cerebral palsy. Cognitive function appears to be less severely affected, but most patients die in the teenage years. There is no effective treatment. Laboratory studies show an increased ratio of homovanillic acid (HVA) to 5-hydroxyindoleacetic acid (5-HIAA) in cerebrospinal fluid (CSF), which represents an increase in dopamine metabolites (review by {1:Kurian et al., 2011}).\n\nFor an overlapping phenotype, see tyrosine hydroxylase deficiency (OMIM:605407), also known as autosomal recessive Segawa syndrome."], "synonym_kw": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "synonym_std": ["PARKINSONISM-DYSTONIA, INFANTILE; PKDYS", "Dopamine Transporter Deficiency Syndrome", "PKDYS", "IPD"], "label": ["Parkinsonism-Dystonia, Infantile", "Infantile Parkinsonism-dystonia", "Infantile dystonia-parkinsonism"], "definition_eng": ["Infantile dystonia-parkinsonism (IPD) is an extremely rare inherited neurological syndrome that presents in early infancy with hypokinetic parkinsonism and dystonia and that can be fatal.", "Infantile parkinsonism-dystonia, also known as dopamine transporter deficiency syndrome (DTDS), is an autosomal recessive complex motor neurologic disorder with onset in infancy. Affected individuals show hyperkinesia with orolingual and limb dyskinesia, dystonia, and chorea, or hypokinesia with parkinsonian features, such as bradykinesia, rigidity, and tremor. Other features may include axial hypotonia, pyramidal tract signs, and eye movement abnormalities. Many patients are misdiagnosed as having cerebral palsy. Cognitive function appears to be less severely affected, but most patients die in the teenage years. There is no effective treatment. Laboratory studies show an increased ratio of homovanillic acid (HVA) to 5-hydroxyindoleacetic acid (5-HIAA) in cerebrospinal fluid (CSF), which represents an increase in dopamine metabolites (review by {1:Kurian et al., 2011}).\n\nFor an overlapping phenotype, see tyrosine hydroxylase deficiency (OMIM:605407), also known as autosomal recessive Segawa syndrome."], "equivalent_curie_std": ["Orphanet:238455", "UMLS:C2751067", "MESH:C567730"], "category": ["disease"]}, {"synonym": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Pallidopyramidal Syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "equivalent_curie_eng": ["Orphanet:171695", "UMLS:CN200292", "UMLS:C1850100", "DOID:0060372", "MESH:C538104"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:260300", "iri": "http://purl.obolibrary.org/obo/OMIM_260300", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "label_eng": ["autosomal recessive early-onset Parkinson disease 15", "Parkinson disease 15", "Parkinson Disease 15, Autosomal Recessive Early-Onset"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "id_eng": "OMIM:260300", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_260300", "label_std": ["autosomal recessive early-onset Parkinson disease 15", "Parkinson disease 15", "Parkinson Disease 15, Autosomal Recessive Early-Onset"], "equivalent_curie": ["Orphanet:171695", "UMLS:CN200292", "UMLS:C1850100", "DOID:0060372", "MESH:C538104"], "equivalent_curie_kw": ["Orphanet:171695", "UMLS:CN200292", "UMLS:C1850100", "DOID:0060372", "MESH:C538104"], "synonym_eng": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Pallidopyramidal Syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "score": 29.433455, "id_kw": "OMIM:260300", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "label_kw": ["autosomal recessive early-onset Parkinson disease 15", "Parkinson disease 15", "Parkinson Disease 15, Autosomal Recessive Early-Onset"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_260300", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_171695", "http://purl.obolibrary.org/obo/UMLS_CN200292", "http://purl.obolibrary.org/obo/UMLS_C1850100", "http://purl.obolibrary.org/obo/DOID_0060372", "http://purl.obolibrary.org/obo/MESH_C538104"], "_version_": 1580845511968030720, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_260300", "id": "OMIM:260300", "definition": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "synonym_kw": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Pallidopyramidal Syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "synonym_std": ["PARK15", "PARKINSON DISEASE 15, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK15", "Parkinsonian-Pyramidal Syndrome", "Parkinsonian-pyramidal syndrome", "pallidopyramidal syndrome", "Pallidopyramidal Syndrome", "Parkinson Disease 15, Autosomal Recessive", "Pallido-pyramidal disease", "Pallidopyramidal syndrome", "Pallido-Pyramidal Syndrome", "autosomal recessive early-onset Parkinson disease type 15"], "label": ["autosomal recessive early-onset Parkinson disease 15", "Parkinson disease 15", "Parkinson Disease 15, Autosomal Recessive Early-Onset"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutation in the FBXO7 gene on chromosome 22q12.3."], "equivalent_curie_std": ["Orphanet:171695", "UMLS:CN200292", "UMLS:C1850100", "DOID:0060372", "MESH:C538104"], "category": ["disease"]}, {"synonym": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Dystonia-Parkinsonism, X-Linked", "Lubag", "X-Linked Dystonia-Parkinsonism", "DYSTONIA 3, TORSION, X-LINKED; DYT3", "Lubag Syndrome"], "equivalent_curie_eng": ["MESH:C564048", "Orphanet:53351", "UMLS:C1839130", "DOID:0090057"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:314250", "iri": "http://purl.obolibrary.org/obo/OMIM_314250", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C564048", "http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/DOID_0090057"], "label_eng": ["X-linked dystonia-parkinsonism", "Dystonia 3, Torsion, X-Linked", "Dystonia 3, torsion, X-linked"], "definition_std": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "id_eng": "OMIM:314250", "definition_kw": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C564048", "http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/DOID_0090057"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_314250", "label_std": ["X-linked dystonia-parkinsonism", "Dystonia 3, Torsion, X-Linked", "Dystonia 3, torsion, X-linked"], "equivalent_curie": ["MESH:C564048", "Orphanet:53351", "UMLS:C1839130", "DOID:0090057"], "equivalent_curie_kw": ["MESH:C564048", "Orphanet:53351", "UMLS:C1839130", "DOID:0090057"], "synonym_eng": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Dystonia-Parkinsonism, X-Linked", "Lubag", "X-Linked Dystonia-Parkinsonism", "DYSTONIA 3, TORSION, X-LINKED; DYT3", "Lubag Syndrome"], "score": 29.433455, "id_kw": "OMIM:314250", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C564048", "http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/DOID_0090057"], "label_kw": ["X-linked dystonia-parkinsonism", "Dystonia 3, Torsion, X-Linked", "Dystonia 3, torsion, X-linked"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_314250", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C564048", "http://www.orpha.net/ORDO/Orphanet_53351", "http://purl.obolibrary.org/obo/UMLS_C1839130", "http://purl.obolibrary.org/obo/DOID_0090057"], "_version_": 1580845512296235008, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_314250", "id": "OMIM:314250", "definition": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "synonym_kw": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Dystonia-Parkinsonism, X-Linked", "Lubag", "X-Linked Dystonia-Parkinsonism", "DYSTONIA 3, TORSION, X-LINKED; DYT3", "Lubag Syndrome"], "synonym_std": ["Lubag syndrome", "DYT3", "X-Linked Dystonia-Parkinsonism Syndrome", "Torsion Dystonia-Parkinsonism, Filipino Type", "XDP", "X-Linked Torsion Dystonia-Parkinsonism Syndrome", "Dystonia-Parkinsonism, X-Linked", "Lubag", "X-Linked Dystonia-Parkinsonism", "DYSTONIA 3, TORSION, X-LINKED; DYT3", "Lubag Syndrome"], "label": ["X-linked dystonia-parkinsonism", "Dystonia 3, Torsion, X-Linked", "Dystonia 3, torsion, X-linked"], "definition_eng": ["X-linked dystonia-parkinsonism (XDP) is a neurodegenerative movement disorder characterized by adult-onset parkinsonism that is frequently accompanied by focal dystonia, which becomes generalized over time, and that has a highly variable clinical course."], "equivalent_curie_std": ["MESH:C564048", "Orphanet:53351", "UMLS:C1839130", "DOID:0090057"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "equivalent_curie_eng": ["UMLS:C2751533", "UMLS:C1853833", "DOID:0060369", "MESH:C565276"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:605909", "iri": "http://purl.obolibrary.org/obo/OMIM_605909", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/DOID_0060369", "http://purl.obolibrary.org/obo/MESH_C565276"], "label_eng": ["Parkinson Disease 6, Autosomal Recessive Early-Onset", "Parkinson disease 6, autosomal recessive early-onset", "autosomal recessive early-onset Parkinson disease 6"], "definition_std": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "id_eng": "OMIM:605909", "definition_kw": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/DOID_0060369", "http://purl.obolibrary.org/obo/MESH_C565276"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605909", "label_std": ["Parkinson Disease 6, Autosomal Recessive Early-Onset", "Parkinson disease 6, autosomal recessive early-onset", "autosomal recessive early-onset Parkinson disease 6"], "equivalent_curie": ["UMLS:C2751533", "UMLS:C1853833", "DOID:0060369", "MESH:C565276"], "equivalent_curie_kw": ["UMLS:C2751533", "UMLS:C1853833", "DOID:0060369", "MESH:C565276"], "synonym_eng": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "score": 29.263151, "id_kw": "OMIM:605909", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/DOID_0060369", "http://purl.obolibrary.org/obo/MESH_C565276"], "label_kw": ["Parkinson Disease 6, Autosomal Recessive Early-Onset", "Parkinson disease 6, autosomal recessive early-onset", "autosomal recessive early-onset Parkinson disease 6"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605909", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2751533", "http://purl.obolibrary.org/obo/UMLS_C1853833", "http://purl.obolibrary.org/obo/DOID_0060369", "http://purl.obolibrary.org/obo/MESH_C565276"], "_version_": 1580845510325960704, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605909", "id": "OMIM:605909", "definition": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "synonym_kw": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "synonym_std": ["PARKINSON DISEASE 6, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK6", "autosomal recessive early-onset Parkinson disease type 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1/Dj1", "early-onset Parkinson disease 6", "Parkinson Disease, Autosomal Recessive Early-Onset, Digenic, Pink1-Dj1", "PARK6", "Parkinson Disease 6, Late-Onset, Susceptibility to", "Parkinson Disease 6, Early-Onset"], "label": ["Parkinson Disease 6, Autosomal Recessive Early-Onset", "Parkinson disease 6, autosomal recessive early-onset", "autosomal recessive early-onset Parkinson disease 6"], "definition_eng": ["A Parkinson's disease that has_material_basis_in mutations in the PINK1 gene on chromosome 1p36.12."], "equivalent_curie_std": ["UMLS:C2751533", "UMLS:C1853833", "DOID:0060369", "MESH:C565276"], "category": ["disease"]}, {"synonym": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Preexcitation Syndrome", "Wolff Parkinson White Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Accessory Atrioventricular Pathways", "Syndrome, WPW", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "equivalent_curie_eng": ["UMLS:C0043202", "DOID:384", "MESH:D014927"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:194200", "iri": "http://purl.obolibrary.org/obo/OMIM_194200", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "label_eng": ["Wolff-Parkinson-White Syndrome", "Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White pattern"], "definition_std": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "id_eng": "OMIM:194200", "definition_kw": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_194200", "label_std": ["Wolff-Parkinson-White Syndrome", "Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White pattern"], "equivalent_curie": ["UMLS:C0043202", "DOID:384", "MESH:D014927"], "equivalent_curie_kw": ["UMLS:C0043202", "DOID:384", "MESH:D014927"], "synonym_eng": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Preexcitation Syndrome", "Wolff Parkinson White Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Accessory Atrioventricular Pathways", "Syndrome, WPW", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "score": 29.263151, "id_kw": "OMIM:194200", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "label_kw": ["Wolff-Parkinson-White Syndrome", "Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White pattern"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_194200", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0043202", "http://purl.obolibrary.org/obo/DOID_384", "http://purl.obolibrary.org/obo/MESH_D014927"], "_version_": 1580845512913846272, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_194200", "id": "OMIM:194200", "definition": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "synonym_kw": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Preexcitation Syndrome", "Wolff Parkinson White Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Accessory Atrioventricular Pathways", "Syndrome, WPW", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "synonym_std": ["Syndrome, Wolf-Parkinson-White", "Anomalous Ventricular Excitation Syndrome", "Preexcitation Syndrome", "Wolff Parkinson White Syndrome", "WOLFF-PARKINSON-WHITE SYNDROME", "Accessory Atrioventricular Pathways", "Syndrome, WPW", "Ventricular Pre-Excitation with Arrhythmia", "Wolff-Parkinson-White pattern (finding)", "WPW Syndrome", "Wpw Syndrome", "Syndrome, Wolff-Parkinson-White", "anomalous atrioventricular excitation", "Anomalous A-V excitation", "Wolf Parkinson White Syndrome", "Wolf-Parkinson-White Syndrome", "Auriculoventricular Accessory Pathway Syndrome", "False Bundle-Branch Block Syndrome"], "label": ["Wolff-Parkinson-White Syndrome", "Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White pattern"], "definition_eng": ["A form of ventricular pre-excitation characterized by a short PR interval and a long QRS interval with a delta wave. In this syndrome, atrial impulses are abnormally conducted to the HEART VENTRICLES via an ACCESSORY CONDUCTING PATHWAY that is located between the wall of the right or left atria and the ventricles, also known as a BUNDLE OF KENT. The inherited form can be caused by mutation of PRKAG2 gene encoding a gamma-2 regulatory subunit of AMP-activated protein kinase."], "equivalent_curie_std": ["UMLS:C0043202", "DOID:384", "MESH:D014927"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "PARK22", "Parkinson Disease 22, Autosomal Dominant"], "equivalent_curie_eng": ["UMLS:C4225238", "UMLS:CN234663"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:616710", "iri": "http://purl.obolibrary.org/obo/OMIM_616710", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4225238", "http://purl.obolibrary.org/obo/UMLS_CN234663"], "label_eng": ["Parkinson disease 22, autosomal dominant", "Parkinson Disease 22, Autosomal Dominant; PARK22", "Parkinson Disease 22, Autosomal Dominant"], "equivalent_curie_std": ["UMLS:C4225238", "UMLS:CN234663"], "id_eng": "OMIM:616710", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4225238", "http://purl.obolibrary.org/obo/UMLS_CN234663"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616710", "label_std": ["Parkinson disease 22, autosomal dominant", "Parkinson Disease 22, Autosomal Dominant; PARK22", "Parkinson Disease 22, Autosomal Dominant"], "equivalent_curie": ["UMLS:C4225238", "UMLS:CN234663"], "equivalent_curie_kw": ["UMLS:C4225238", "UMLS:CN234663"], "synonym_eng": ["PARKINSON DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "PARK22", "Parkinson Disease 22, Autosomal Dominant"], "score": 29.187597, "id_kw": "OMIM:616710", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4225238", "http://purl.obolibrary.org/obo/UMLS_CN234663"], "label_kw": ["Parkinson disease 22, autosomal dominant", "Parkinson Disease 22, Autosomal Dominant; PARK22", "Parkinson Disease 22, Autosomal Dominant"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616710", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4225238", "http://purl.obolibrary.org/obo/UMLS_CN234663"], "_version_": 1580845545350496257, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_616710", "id": "OMIM:616710", "synonym_kw": ["PARKINSON DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "PARK22", "Parkinson Disease 22, Autosomal Dominant"], "synonym_std": ["PARKINSON DISEASE 22, AUTOSOMAL DOMINANT; PARK22", "PARK22", "Parkinson Disease 22, Autosomal Dominant"], "label": ["Parkinson disease 22, autosomal dominant", "Parkinson Disease 22, Autosomal Dominant; PARK22", "Parkinson Disease 22, Autosomal Dominant"], "category": ["disease"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100030192", "iri": "http://www.ncbi.nlm.nih.gov/gene/100030192", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:100030192", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100030192", "label_std": ["GATD1"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:100030192", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100030192", "taxon_eng": "NCBITaxon:13616", "_version_": 1580845623992647680, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100030192", "id": "NCBIGene:100030192", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "Parkinson disease 7 domain containing 1"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000015262"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100552437", "iri": "http://www.ncbi.nlm.nih.gov/gene/100552437", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "label_eng": ["gatd1"], "equivalent_curie_std": ["ENSEMBL:ENSACAG00000015262"], "id_eng": "NCBIGene:100552437", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000015262"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100552437", "label_std": ["gatd1"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "Parkinson disease 7 domain containing 1"], "equivalent_curie": ["ENSEMBL:ENSACAG00000015262"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100552437", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "label_kw": ["gatd1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100552437", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000015262"], "taxon_eng": "NCBITaxon:28377", "_version_": 1580845652453097473, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100552437", "id": "NCBIGene:100552437", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "pddc1", "Parkinson disease 7 domain containing 1"], "label": ["gatd1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:9258", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100083988", "iri": "http://www.ncbi.nlm.nih.gov/gene/100083988", "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:100083988", "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "category_kw": ["gene"], "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_std": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100083988", "label_std": ["GATD1"], "taxon_label_kw": "Ornithorhynchus anatinus", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Ornithorhynchus anatinus", "taxon": "NCBITaxon:9258", "taxon_label": "Ornithorhynchus anatinus", "id_kw": "NCBIGene:100083988", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100083988", "taxon_eng": "NCBITaxon:9258", "_version_": 1580845667552591874, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100083988", "id": "NCBIGene:100083988", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:9685", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101082778", "iri": "http://www.ncbi.nlm.nih.gov/gene/101082778", "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:101082778", "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "category_kw": ["gene"], "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_std": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101082778", "label_std": ["GATD1"], "taxon_label_kw": "Felis catus", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Felis catus", "taxon": "NCBITaxon:9685", "taxon_label": "Felis catus", "id_kw": "NCBIGene:101082778", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101082778", "taxon_eng": "NCBITaxon:9685", "_version_": 1580845704486584322, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101082778", "id": "NCBIGene:101082778", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000012846"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100511802", "iri": "http://www.ncbi.nlm.nih.gov/gene/100511802", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "label_eng": ["GATD1"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000012846"], "id_eng": "NCBIGene:100511802", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000012846"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100511802", "label_std": ["GATD1"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000012846"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:100511802", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100511802", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000012846"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845697662451714, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100511802", "id": "NCBIGene:100511802", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:9544", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:720833", "iri": "http://www.ncbi.nlm.nih.gov/gene/720833", "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:720833", "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "category_kw": ["gene"], "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label_std": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/720833", "label_std": ["GATD1"], "taxon_label_kw": "Macaca mulatta", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Macaca mulatta", "taxon": "NCBITaxon:9544", "taxon_label": "Macaca mulatta", "id_kw": "NCBIGene:720833", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/720833", "taxon_eng": "NCBITaxon:9544", "_version_": 1580845645186465794, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/720833", "id": "NCBIGene:720833", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000035676"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:423020", "iri": "http://www.ncbi.nlm.nih.gov/gene/423020", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "label_eng": ["PDDC1"], "equivalent_curie_std": ["ENSEMBL:ENSGALG00000035676"], "id_eng": "NCBIGene:423020", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000035676"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/423020", "label_std": ["PDDC1"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "equivalent_curie": ["ENSEMBL:ENSGALG00000035676"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:423020", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "label_kw": ["PDDC1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/423020", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000035676"], "taxon_eng": "NCBITaxon:9031", "_version_": 1580845660780888065, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/423020", "id": "NCBIGene:423020", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "label": ["PDDC1"], "score": 29.187597, "category": ["gene"]}, {"synonym": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "equivalent_curie_eng": ["UMLS:C1853202"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:610297", "iri": "http://purl.obolibrary.org/obo/OMIM_610297", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "label_eng": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to", "Parkinson disease 13"], "equivalent_curie_std": ["UMLS:C1853202"], "id_eng": "OMIM:610297", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_610297", "label_std": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to", "Parkinson disease 13"], "equivalent_curie": ["UMLS:C1853202"], "equivalent_curie_kw": ["UMLS:C1853202"], "synonym_eng": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "score": 28.409204, "id_kw": "OMIM:610297", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "label_kw": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to", "Parkinson disease 13"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_610297", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1853202"], "_version_": 1580845511278067712, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_610297", "id": "OMIM:610297", "synonym_kw": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "synonym_std": ["PARK13", "PARKINSON DISEASE 13, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK13"], "label": ["Parkinson Disease 13, Autosomal Dominant, Susceptibility to", "Parkinson disease 13"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "equivalent_curie_eng": ["UMLS:C3280271"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:614251", "iri": "http://purl.obolibrary.org/obo/OMIM_614251", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "label_eng": ["Parkinson disease 18", "Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "definition_std": ["See http://www.omim.org/entry/614251", "Parkinson disease-18 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "id_eng": "OMIM:614251", "definition_kw": ["See http://www.omim.org/entry/614251", "Parkinson disease-18 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_614251", "label_std": ["Parkinson disease 18", "Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "equivalent_curie": ["UMLS:C3280271"], "equivalent_curie_kw": ["UMLS:C3280271"], "synonym_eng": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "score": 28.409204, "id_kw": "OMIM:614251", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "label_kw": ["Parkinson disease 18", "Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_614251", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3280271"], "_version_": 1580845545020194817, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_614251", "id": "OMIM:614251", "definition": ["See http://www.omim.org/entry/614251", "Parkinson disease-18 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "synonym_kw": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "synonym_std": ["PARKINSON DISEASE 18, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK18", "PARK18"], "label": ["Parkinson disease 18", "Parkinson Disease 18, Autosomal Dominant, Susceptibility to"], "definition_eng": ["See http://www.omim.org/entry/614251", "Parkinson disease-18 is an autosomal dominant, adult-onset form of the disorder. It is phenotypically similar to idiopathic Parkinson disease (summary by {1:Chartier-Harlin et al., 2011}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600."], "equivalent_curie_std": ["UMLS:C3280271"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "equivalent_curie_eng": ["UMLS:C3150899"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:613643", "iri": "http://purl.obolibrary.org/obo/OMIM_613643", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "label_eng": ["Parkinson disease 5", "Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "equivalent_curie_std": ["UMLS:C3150899"], "id_eng": "OMIM:613643", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613643", "label_std": ["Parkinson disease 5", "Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "equivalent_curie": ["UMLS:C3150899"], "equivalent_curie_kw": ["UMLS:C3150899"], "synonym_eng": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "score": 28.409204, "id_kw": "OMIM:613643", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "label_kw": ["Parkinson disease 5", "Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613643", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3150899"], "_version_": 1580845545124003840, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613643", "id": "OMIM:613643", "synonym_kw": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "synonym_std": ["PARKINSON DISEASE 5, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK5", "PARK5"], "label": ["Parkinson disease 5", "Parkinson Disease 5, Autosomal Dominant, Susceptibility to"], "category": ["disease"]}, {"synonym": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "equivalent_curie_eng": ["UMLS:C1843211"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:607688", "iri": "http://purl.obolibrary.org/obo/OMIM_607688", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "label_eng": ["Parkinson disease 11", "Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "equivalent_curie_std": ["UMLS:C1843211"], "id_eng": "OMIM:607688", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607688", "label_std": ["Parkinson disease 11", "Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "equivalent_curie": ["UMLS:C1843211"], "equivalent_curie_kw": ["UMLS:C1843211"], "synonym_eng": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "score": 28.409204, "id_kw": "OMIM:607688", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "label_kw": ["Parkinson disease 11", "Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607688", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1843211"], "_version_": 1580845545128198145, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607688", "id": "OMIM:607688", "synonym_kw": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "synonym_std": ["PARK11", "PARKINSON DISEASE 11, AUTOSOMAL DOMINANT, SUSCEPTIBILITY TO; PARK11"], "label": ["Parkinson disease 11", "Parkinson Disease 11, Autosomal Dominant, Susceptibility to"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE, MITOCHONDRIAL"], "equivalent_curie_eng": ["UMLS:C1838867", "MESH:C564015"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:556500", "iri": "http://purl.obolibrary.org/obo/OMIM_556500", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "label_eng": ["Parkinson disease, mitochondrial", "Parkinson Disease, Mitochondrial"], "equivalent_curie_std": ["UMLS:C1838867", "MESH:C564015"], "id_eng": "OMIM:556500", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_556500", "label_std": ["Parkinson disease, mitochondrial", "Parkinson Disease, Mitochondrial"], "equivalent_curie": ["UMLS:C1838867", "MESH:C564015"], "equivalent_curie_kw": ["UMLS:C1838867", "MESH:C564015"], "synonym_eng": ["PARKINSON DISEASE, MITOCHONDRIAL"], "score": 28.409204, "id_kw": "OMIM:556500", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "label_kw": ["Parkinson disease, mitochondrial", "Parkinson Disease, Mitochondrial"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_556500", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1838867", "http://purl.obolibrary.org/obo/MESH_C564015"], "_version_": 1580845545388244992, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_556500", "id": "OMIM:556500", "synonym_kw": ["PARKINSON DISEASE, MITOCHONDRIAL"], "synonym_std": ["PARKINSON DISEASE, MITOCHONDRIAL"], "label": ["Parkinson disease, mitochondrial", "Parkinson Disease, Mitochondrial"], "category": ["disease"]}, {"synonym": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "equivalent_curie_eng": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:168605", "iri": "http://purl.obolibrary.org/obo/OMIM_168605", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "label_eng": ["Perry syndrome", "Perry Syndrome"], "definition_std": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression.", "Perry syndrome is an autosomal dominant neurodegenerative disorder classically characterized by adult-onset parkinsonism and depression, followed by weight loss and respiratory hypoventilation ({5:Perry et al., 1975}). The phenotype has subsequently been expanded to include features that overlap with other neurodegenerative conditions, including frontotemporal dementia (see, e.g., OMIM:600274) and progressive supranuclear palsy (PSP; OMIM:601104). There is intrafamilial variation in the manifestations of the disorder (summary by {1:Caroppo et al., 2014}; review by {10:Wider et al., 2010}).\n\nMutation in the DCTN1 gene can also cause distal motor neuronopathy type VIIB (HMN7B; OMIM:607641) and confer increased susceptibility to amyotrophic lateral sclerosis (ALS; see OMIM:105400)."], "id_eng": "OMIM:168605", "definition_kw": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression.", "Perry syndrome is an autosomal dominant neurodegenerative disorder classically characterized by adult-onset parkinsonism and depression, followed by weight loss and respiratory hypoventilation ({5:Perry et al., 1975}). The phenotype has subsequently been expanded to include features that overlap with other neurodegenerative conditions, including frontotemporal dementia (see, e.g., OMIM:600274) and progressive supranuclear palsy (PSP; OMIM:601104). There is intrafamilial variation in the manifestations of the disorder (summary by {1:Caroppo et al., 2014}; review by {10:Wider et al., 2010}).\n\nMutation in the DCTN1 gene can also cause distal motor neuronopathy type VIIB (HMN7B; OMIM:607641) and confer increased susceptibility to amyotrophic lateral sclerosis (ALS; see OMIM:105400)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168605", "label_std": ["Perry syndrome", "Perry Syndrome"], "equivalent_curie": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "equivalent_curie_kw": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "synonym_eng": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "score": 27.94211, "id_kw": "OMIM:168605", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "label_kw": ["Perry syndrome", "Perry Syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168605", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_178509", "http://purl.obolibrary.org/obo/UMLS_C1868594", "http://purl.obolibrary.org/obo/DOID_0060486", "http://purl.obolibrary.org/obo/MESH_C566822"], "_version_": 1580845512211300352, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168605", "id": "OMIM:168605", "definition": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression.", "Perry syndrome is an autosomal dominant neurodegenerative disorder classically characterized by adult-onset parkinsonism and depression, followed by weight loss and respiratory hypoventilation ({5:Perry et al., 1975}). The phenotype has subsequently been expanded to include features that overlap with other neurodegenerative conditions, including frontotemporal dementia (see, e.g., OMIM:600274) and progressive supranuclear palsy (PSP; OMIM:601104). There is intrafamilial variation in the manifestations of the disorder (summary by {1:Caroppo et al., 2014}; review by {10:Wider et al., 2010}).\n\nMutation in the DCTN1 gene can also cause distal motor neuronopathy type VIIB (HMN7B; OMIM:607641) and confer increased susceptibility to amyotrophic lateral sclerosis (ALS; see OMIM:105400)."], "synonym_kw": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "synonym_std": ["Parkinsonism with alveolar hypoventilation and mental depression", "parkinsonism with alveolar hypoventilation and mental depression", "PERRY SYNDROME", "Parkinsonism With Alveolar Hypoventilation and Mental Depression", "Parkinsonism with Alveolar Hypoventilation and Mental Depression"], "label": ["Perry syndrome", "Perry Syndrome"], "definition_eng": ["Perry syndrome is a rare inherited neurodegenerative disorder characterized by rapidly progressive early-onset parkinsonism, central hypoventilation, weight loss, insomnia and depression.", "Perry syndrome is an autosomal dominant neurodegenerative disorder classically characterized by adult-onset parkinsonism and depression, followed by weight loss and respiratory hypoventilation ({5:Perry et al., 1975}). The phenotype has subsequently been expanded to include features that overlap with other neurodegenerative conditions, including frontotemporal dementia (see, e.g., OMIM:600274) and progressive supranuclear palsy (PSP; OMIM:601104). There is intrafamilial variation in the manifestations of the disorder (summary by {1:Caroppo et al., 2014}; review by {10:Wider et al., 2010}).\n\nMutation in the DCTN1 gene can also cause distal motor neuronopathy type VIIB (HMN7B; OMIM:607641) and confer increased susceptibility to amyotrophic lateral sclerosis (ALS; see OMIM:105400)."], "equivalent_curie_std": ["Orphanet:178509", "UMLS:C1868594", "DOID:0060486", "MESH:C566822"], "category": ["disease"]}, {"synonym": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PRKN_HUMAN", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "PARK2", "parkinson juvenile disease protein 2", "E3 ubiquitin-protein ligase parkin", "parkinson protein 2 E3 ubiquitin protein ligase"], "equivalent_curie_eng": ["HGNC:8607", "Orphanet:124080", "KEGG-hsa:5071", "OMIM:602544", "ENSEMBL:ENSG00000185345"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:5071", "iri": "http://www.ncbi.nlm.nih.gov/gene/5071", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:8607", "http://www.orpha.net/ORDO/Orphanet_124080", "http://www.kegg.jp/dbget-bin/www_bget?hsa:5071", "http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345"], "label_eng": ["PRKN"], "equivalent_curie_std": ["HGNC:8607", "Orphanet:124080", "KEGG-hsa:5071", "OMIM:602544", "ENSEMBL:ENSG00000185345"], "id_eng": "NCBIGene:5071", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:8607", "http://www.orpha.net/ORDO/Orphanet_124080", "http://www.kegg.jp/dbget-bin/www_bget?hsa:5071", "http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:8607", "Orphanet:124080", "KEGG-hsa:5071", "OMIM:602544", "ENSEMBL:ENSG00000185345"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/5071", "label_std": ["PRKN"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PRKN_HUMAN", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "PARK2", "parkinson juvenile disease protein 2", "E3 ubiquitin-protein ligase parkin", "parkinson protein 2 E3 ubiquitin protein ligase"], "equivalent_curie": ["HGNC:8607", "Orphanet:124080", "KEGG-hsa:5071", "OMIM:602544", "ENSEMBL:ENSG00000185345"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:5071", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:8607", "http://www.orpha.net/ORDO/Orphanet_124080", "http://www.kegg.jp/dbget-bin/www_bget?hsa:5071", "http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345"], "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/5071", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:8607", "http://www.orpha.net/ORDO/Orphanet_124080", "http://www.kegg.jp/dbget-bin/www_bget?hsa:5071", "http://purl.obolibrary.org/obo/OMIM_602544", "http://identifiers.org/ensembl/ENSG00000185345"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845527587618816, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/5071", "id": "NCBIGene:5071", "synonym_kw": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PRKN_HUMAN", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "PARK2", "parkinson juvenile disease protein 2", "E3 ubiquitin-protein ligase parkin", "parkinson protein 2 E3 ubiquitin protein ligase"], "synonym_std": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "PRKN_HUMAN", "PDJ", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "LPRS2", "parkin RBR E3 ubiquitin protein ligase", "AR-JP", "PARK2", "parkinson juvenile disease protein 2", "E3 ubiquitin-protein ligase parkin", "parkinson protein 2 E3 ubiquitin protein ligase"], "label": ["PRKN"], "score": 27.94211, "category": ["gene"]}, {"synonym": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "equivalent_curie_eng": ["Orphanet:71517", "UMLS:C1868681", "MESH:C538001", "DOID:0090056"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:128235", "iri": "http://purl.obolibrary.org/obo/OMIM_128235", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/UMLS_C1868681", "http://purl.obolibrary.org/obo/MESH_C538001", "http://purl.obolibrary.org/obo/DOID_0090056"], "label_eng": ["dystonia 12", "Dystonia 12"], "definition_std": ["Dystonia-12, also known as rapid-onset dystonia-parkinsonism, is an autosomal dominant disorder characterized by abrupt onset of asymmetric dystonia and parkinsonism in young adulthood, often after a trigger such as physical overexertion, trauma, heat, or fever. Affected individuals also show slowly progressive nonparoxysmal neurologic deterioration in a rostrocaudal gradient with prominent bulbar dysfunction (summary by {11:Rosewich et al., 2014}).", "Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "id_eng": "OMIM:128235", "definition_kw": ["Dystonia-12, also known as rapid-onset dystonia-parkinsonism, is an autosomal dominant disorder characterized by abrupt onset of asymmetric dystonia and parkinsonism in young adulthood, often after a trigger such as physical overexertion, trauma, heat, or fever. Affected individuals also show slowly progressive nonparoxysmal neurologic deterioration in a rostrocaudal gradient with prominent bulbar dysfunction (summary by {11:Rosewich et al., 2014}).", "Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/UMLS_C1868681", "http://purl.obolibrary.org/obo/MESH_C538001", "http://purl.obolibrary.org/obo/DOID_0090056"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_128235", "label_std": ["dystonia 12", "Dystonia 12"], "equivalent_curie": ["Orphanet:71517", "UMLS:C1868681", "MESH:C538001", "DOID:0090056"], "equivalent_curie_kw": ["Orphanet:71517", "UMLS:C1868681", "MESH:C538001", "DOID:0090056"], "synonym_eng": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "score": 27.829445, "id_kw": "OMIM:128235", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/UMLS_C1868681", "http://purl.obolibrary.org/obo/MESH_C538001", "http://purl.obolibrary.org/obo/DOID_0090056"], "label_kw": ["dystonia 12", "Dystonia 12"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_128235", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_71517", "http://purl.obolibrary.org/obo/UMLS_C1868681", "http://purl.obolibrary.org/obo/MESH_C538001", "http://purl.obolibrary.org/obo/DOID_0090056"], "_version_": 1580845510230540288, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_128235", "id": "OMIM:128235", "definition": ["Dystonia-12, also known as rapid-onset dystonia-parkinsonism, is an autosomal dominant disorder characterized by abrupt onset of asymmetric dystonia and parkinsonism in young adulthood, often after a trigger such as physical overexertion, trauma, heat, or fever. Affected individuals also show slowly progressive nonparoxysmal neurologic deterioration in a rostrocaudal gradient with prominent bulbar dysfunction (summary by {11:Rosewich et al., 2014}).", "Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "synonym_kw": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "synonym_std": ["dystonia type 12", "DYSTONIA 12; DYT12", "Rapid-onset dystonia-parkinsonism", "Dyt12", "DYT12", "Dystonia-Parkinsonism, Rapid-Onset", "Rapid-Onset Dystonia Parkinsonism", "Dystonia type 12", "Dystonia 12"], "label": ["dystonia 12", "Dystonia 12"], "definition_eng": ["Dystonia-12, also known as rapid-onset dystonia-parkinsonism, is an autosomal dominant disorder characterized by abrupt onset of asymmetric dystonia and parkinsonism in young adulthood, often after a trigger such as physical overexertion, trauma, heat, or fever. Affected individuals also show slowly progressive nonparoxysmal neurologic deterioration in a rostrocaudal gradient with prominent bulbar dysfunction (summary by {11:Rosewich et al., 2014}).", "Rapid-onset dystonia-parkinsonism (RDP) is a very rare movement disorder, characterized by the abrupt onset of parkinsonism and dystonia, often triggered by physical or psychological stress."], "equivalent_curie_std": ["Orphanet:71517", "UMLS:C1868681", "MESH:C538001", "DOID:0090056"], "category": ["disease"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000010348"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:513454", "iri": "http://www.ncbi.nlm.nih.gov/gene/513454", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "label_eng": ["GATD1"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000010348"], "id_eng": "NCBIGene:513454", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000010348"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/513454", "label_std": ["GATD1"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000010348"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:513454", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/513454", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000010348"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845700762042371, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/513454", "id": "NCBIGene:513454", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "label": ["GATD1"], "score": 27.829445, "category": ["gene"]}, {"label_std": ["Parkinson's disease (PD)"], "label_kw": ["Parkinson's disease (PD)"], "leaf": true, "category_std": ["disease"], "id_std": "KEGG-ds:H00057", "iri": "http://purl.obolibrary.org/KEGG-ds_H00057", "iri_eng": "http://purl.obolibrary.org/KEGG-ds_H00057", "label_eng": ["Parkinson's disease (PD)"], "iri_kw": "http://purl.obolibrary.org/KEGG-ds_H00057", "id_eng": "KEGG-ds:H00057", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/KEGG-ds_H00057", "id": "KEGG-ds:H00057", "category_kw": ["disease"], "label": ["Parkinson's disease (PD)"], "score": 27.646196, "_version_": 1580845542758416388, "id_kw": "KEGG-ds:H00057", "category": ["disease"]}, {"label_std": ["Parkinsonian syndrome"], "label_kw": ["Parkinsonian syndrome"], "leaf": true, "category_std": ["disease"], "id_std": "KEGG-ds:H01600", "iri": "http://purl.obolibrary.org/KEGG-ds_H01600", "iri_eng": "http://purl.obolibrary.org/KEGG-ds_H01600", "label_eng": ["Parkinsonian syndrome"], "iri_kw": "http://purl.obolibrary.org/KEGG-ds_H01600", "id_eng": "KEGG-ds:H01600", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/KEGG-ds_H01600", "id": "KEGG-ds:H01600", "category_kw": ["disease"], "label": ["Parkinsonian syndrome"], "score": 27.646196, "_version_": 1580845543276412932, "id_kw": "KEGG-ds:H01600", "category": ["disease"]}, {"synonym": ["Parkinson Disease type 13"], "equivalent_curie_eng": ["UMLS:C3496588"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C565204", "iri": "http://purl.obolibrary.org/obo/MESH_C565204", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "label_eng": ["Parkinson Disease 13"], "equivalent_curie_std": ["UMLS:C3496588"], "id_eng": "MESH:C565204", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C565204", "label_std": ["Parkinson Disease 13"], "equivalent_curie": ["UMLS:C3496588"], "equivalent_curie_kw": ["UMLS:C3496588"], "synonym_eng": ["Parkinson Disease type 13"], "score": 27.646196, "id_kw": "MESH:C565204", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "label_kw": ["Parkinson Disease 13"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C565204", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3496588"], "_version_": 1580845611515641858, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C565204", "id": "MESH:C565204", "synonym_kw": ["Parkinson Disease type 13"], "synonym_std": ["Parkinson Disease type 13"], "label": ["Parkinson Disease 13"], "category": ["disease"]}, {"synonym": ["Parkinson Disease type 8"], "equivalent_curie_eng": ["UMLS:C3501658", "UMLS:C1846862"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C564631", "iri": "http://purl.obolibrary.org/obo/MESH_C564631", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "label_eng": ["Parkinson Disease 8"], "equivalent_curie_std": ["UMLS:C3501658", "UMLS:C1846862"], "id_eng": "MESH:C564631", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C564631", "label_std": ["Parkinson Disease 8"], "equivalent_curie": ["UMLS:C3501658", "UMLS:C1846862"], "equivalent_curie_kw": ["UMLS:C3501658", "UMLS:C1846862"], "synonym_eng": ["Parkinson Disease type 8"], "score": 27.646196, "id_kw": "MESH:C564631", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "label_kw": ["Parkinson Disease 8"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C564631", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3501658", "http://purl.obolibrary.org/obo/UMLS_C1846862"], "_version_": 1580845611601625091, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C564631", "id": "MESH:C564631", "synonym_kw": ["Parkinson Disease type 8"], "synonym_std": ["Parkinson Disease type 8"], "label": ["Parkinson Disease 8"], "category": ["disease"]}, {"synonym": ["Parkinson Disease type 11"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C564345", "iri": "http://purl.obolibrary.org/obo/MESH_C564345", "label_eng": ["Parkinson Disease 11"], "id_eng": "MESH:C564345", "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C564345", "label_std": ["Parkinson Disease 11"], "synonym_eng": ["Parkinson Disease type 11"], "score": 27.646196, "id_kw": "MESH:C564345", "label_kw": ["Parkinson Disease 11"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C564345", "_version_": 1580845611606867970, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C564345", "id": "MESH:C564345", "synonym_kw": ["Parkinson Disease type 11"], "synonym_std": ["Parkinson Disease type 11"], "label": ["Parkinson Disease 11"], "category": ["disease"]}, {"synonym": ["Parkinson Disease type 5"], "equivalent_curie_eng": ["UMLS:C3501657"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C566017", "iri": "http://purl.obolibrary.org/obo/MESH_C566017", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "label_eng": ["Parkinson Disease 5"], "equivalent_curie_std": ["UMLS:C3501657"], "id_eng": "MESH:C566017", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C566017", "label_std": ["Parkinson Disease 5"], "equivalent_curie": ["UMLS:C3501657"], "equivalent_curie_kw": ["UMLS:C3501657"], "synonym_eng": ["Parkinson Disease type 5"], "score": 27.646196, "id_kw": "MESH:C566017", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "label_kw": ["Parkinson Disease 5"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C566017", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3501657"], "_version_": 1580845611811340288, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C566017", "id": "MESH:C566017", "synonym_kw": ["Parkinson Disease type 5"], "synonym_std": ["Parkinson Disease type 5"], "label": ["Parkinson Disease 5"], "category": ["disease"]}, {"label_std": ["Parkinson's disease"], "label_kw": ["Parkinson's disease"], "leaf": true, "category_std": ["disease"], "id_std": "EFO:0002508", "iri": "http://www.ebi.ac.uk/efo/EFO_0002508", "iri_eng": "http://www.ebi.ac.uk/efo/EFO_0002508", "label_eng": ["Parkinson's disease"], "iri_kw": "http://www.ebi.ac.uk/efo/EFO_0002508", "id_eng": "EFO:0002508", "category_eng": ["disease"], "iri_std": "http://www.ebi.ac.uk/efo/EFO_0002508", "id": "EFO:0002508", "category_kw": ["disease"], "label": ["Parkinson's disease"], "score": 27.646196, "_version_": 1580845573512101892, "id_kw": "EFO:0002508", "category": ["disease"]}, {"synonym": ["Parkinson disease type 3"], "equivalent_curie_eng": ["UMLS:C2931436"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C537176", "iri": "http://purl.obolibrary.org/obo/MESH_C537176", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "label_eng": ["Parkinson disease 3"], "equivalent_curie_std": ["UMLS:C2931436"], "id_eng": "MESH:C537176", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C537176", "label_std": ["Parkinson disease 3"], "equivalent_curie": ["UMLS:C2931436"], "equivalent_curie_kw": ["UMLS:C2931436"], "synonym_eng": ["Parkinson disease type 3"], "score": 27.646196, "id_kw": "MESH:C537176", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "label_kw": ["Parkinson disease 3"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C537176", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C2931436"], "_version_": 1580845620812316674, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C537176", "id": "MESH:C537176", "synonym_kw": ["Parkinson disease type 3"], "synonym_std": ["Parkinson disease type 3"], "label": ["Parkinson disease 3"], "category": ["disease"]}, {"synonym": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "equivalent_curie_eng": ["DOID:0060371"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:607060", "iri": "http://purl.obolibrary.org/obo/OMIM_607060", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/DOID_0060371"], "label_eng": ["autosomal dominant Parkinson disease 8", "Parkinson Disease 8, Autosomal Dominant", "Parkinson disease 8, autosomal dominant"], "definition_std": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "id_eng": "OMIM:607060", "definition_kw": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/DOID_0060371"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607060", "label_std": ["autosomal dominant Parkinson disease 8", "Parkinson Disease 8, Autosomal Dominant", "Parkinson disease 8, autosomal dominant"], "equivalent_curie": ["DOID:0060371"], "equivalent_curie_kw": ["DOID:0060371"], "synonym_eng": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "score": 27.588133, "id_kw": "OMIM:607060", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/DOID_0060371"], "label_kw": ["autosomal dominant Parkinson disease 8", "Parkinson Disease 8, Autosomal Dominant", "Parkinson disease 8, autosomal dominant"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607060", "equivalent_iri": ["http://purl.obolibrary.org/obo/DOID_0060371"], "_version_": 1580845511519240192, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607060", "id": "OMIM:607060", "definition": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "synonym_kw": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "synonym_std": ["PARKINSON DISEASE 8, AUTOSOMAL DOMINANT; PARK8", "PARK8", "autosomal dominant Parkinson disease type 8"], "label": ["autosomal dominant Parkinson disease 8", "Parkinson Disease 8, Autosomal Dominant", "Parkinson disease 8, autosomal dominant"], "definition_eng": ["A Parkinson's disease that has_material_basis_in heterozygous mutation in the dardarin encoding gene (LRRK2) on chromosome 12q12."], "equivalent_curie_std": ["DOID:0060371"], "category": ["disease"]}, {"synonym": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "equivalent_curie_eng": ["UMLS:C1853445", "DOID:0060370", "MESH:C565238"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:606324", "iri": "http://purl.obolibrary.org/obo/OMIM_606324", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370", "http://purl.obolibrary.org/obo/MESH_C565238"], "label_eng": ["Parkinson disease 7", "Parkinson Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset Parkinson disease 7"], "definition_std": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "id_eng": "OMIM:606324", "definition_kw": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370", "http://purl.obolibrary.org/obo/MESH_C565238"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606324", "label_std": ["Parkinson disease 7", "Parkinson Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset Parkinson disease 7"], "equivalent_curie": ["UMLS:C1853445", "DOID:0060370", "MESH:C565238"], "equivalent_curie_kw": ["UMLS:C1853445", "DOID:0060370", "MESH:C565238"], "synonym_eng": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "score": 27.588133, "id_kw": "OMIM:606324", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370", "http://purl.obolibrary.org/obo/MESH_C565238"], "label_kw": ["Parkinson disease 7", "Parkinson Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset Parkinson disease 7"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606324", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1853445", "http://purl.obolibrary.org/obo/DOID_0060370", "http://purl.obolibrary.org/obo/MESH_C565238"], "_version_": 1580845511921893376, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606324", "id": "OMIM:606324", "definition": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "synonym_kw": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "synonym_std": ["autosomal recessive early-onset Parkinson disease type 7", "PARK7", "PARKINSON DISEASE 7, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK7"], "label": ["Parkinson disease 7", "Parkinson Disease 7, Autosomal Recessive Early-Onset", "autosomal recessive early-onset Parkinson disease 7"], "definition_eng": ["A Parkinson's disease that has_material_basis_in homozygous or compound heterozygous mutation in the DJ1 gene on chromosome 1p36."], "equivalent_curie_std": ["UMLS:C1853445", "DOID:0060370", "MESH:C565238"], "category": ["disease"]}, {"synonym": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "equivalent_curie_eng": ["UMLS:C3809824", "DOID:0060898"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615530", "iri": "http://purl.obolibrary.org/obo/OMIM_615530", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "label_eng": ["Parkinson disease 20, early-onset", "early-onset Parkinson disease 20", "Parkinson Disease 20, Early-Onset"], "definition_std": ["Parkinson disease-20 is an autosomal recessive neurodegenerative disorder characterized by young adult-onset of parkinsonism. Additional features may include seizures, cognitive decline, abnormal eye movements, and dystonia (summary by {2:Krebs et al., 2013} and {3:Quadri et al., 2013}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "id_eng": "OMIM:615530", "definition_kw": ["Parkinson disease-20 is an autosomal recessive neurodegenerative disorder characterized by young adult-onset of parkinsonism. Additional features may include seizures, cognitive decline, abnormal eye movements, and dystonia (summary by {2:Krebs et al., 2013} and {3:Quadri et al., 2013}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615530", "label_std": ["Parkinson disease 20, early-onset", "early-onset Parkinson disease 20", "Parkinson Disease 20, Early-Onset"], "equivalent_curie": ["UMLS:C3809824", "DOID:0060898"], "equivalent_curie_kw": ["UMLS:C3809824", "DOID:0060898"], "synonym_eng": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "score": 27.588133, "id_kw": "OMIM:615530", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "label_kw": ["Parkinson disease 20, early-onset", "early-onset Parkinson disease 20", "Parkinson Disease 20, Early-Onset"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615530", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3809824", "http://purl.obolibrary.org/obo/DOID_0060898"], "_version_": 1580845544642707456, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615530", "id": "OMIM:615530", "definition": ["Parkinson disease-20 is an autosomal recessive neurodegenerative disorder characterized by young adult-onset of parkinsonism. Additional features may include seizures, cognitive decline, abnormal eye movements, and dystonia (summary by {2:Krebs et al., 2013} and {3:Quadri et al., 2013}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "synonym_kw": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "synonym_std": ["PARK20", "early-onset Parkinson disease type 20", "PARKINSON DISEASE 20, EARLY-ONSET; PARK20"], "label": ["Parkinson disease 20, early-onset", "early-onset Parkinson disease 20", "Parkinson Disease 20, Early-Onset"], "definition_eng": ["Parkinson disease-20 is an autosomal recessive neurodegenerative disorder characterized by young adult-onset of parkinsonism. Additional features may include seizures, cognitive decline, abnormal eye movements, and dystonia (summary by {2:Krebs et al., 2013} and {3:Quadri et al., 2013}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease, see PD (OMIM:168600).", "An early-onset Parkinson disease that has_material_basis_in homozygous mutation in the SYNJ1 gene on chromosome 21q22."], "equivalent_curie_std": ["UMLS:C3809824", "DOID:0060898"], "category": ["disease"]}, {"synonym": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "equivalent_curie_eng": ["UMLS:CN201680", "Orphanet:240085"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:260540", "iri": "http://purl.obolibrary.org/obo/OMIM_260540", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "label_eng": ["Parkinson-Dementia Syndrome", "Progressive supranuclear palsy-parkinsonism syndrome"], "definition_std": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "id_eng": "OMIM:260540", "definition_kw": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_260540", "label_std": ["Parkinson-Dementia Syndrome", "Progressive supranuclear palsy-parkinsonism syndrome"], "equivalent_curie": ["UMLS:CN201680", "Orphanet:240085"], "equivalent_curie_kw": ["UMLS:CN201680", "Orphanet:240085"], "synonym_eng": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "score": 27.588133, "id_kw": "OMIM:260540", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "label_kw": ["Parkinson-Dementia Syndrome", "Progressive supranuclear palsy-parkinsonism syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_260540", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN201680", "http://www.orpha.net/ORDO/Orphanet_240085"], "_version_": 1580845544792653825, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_260540", "id": "OMIM:260540", "definition": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "synonym_kw": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "synonym_std": ["PSP-parkinsonism", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical", "PARKINSON-DEMENTIA SYNDROME", "PSP-p"], "label": ["Parkinson-Dementia Syndrome", "Progressive supranuclear palsy-parkinsonism syndrome"], "definition_eng": ["PSP-parkinsonism (PSP-P) is an atypical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease."], "equivalent_curie_std": ["UMLS:CN201680", "Orphanet:240085"], "category": ["disease"]}, {"synonym": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "equivalent_curie_eng": ["UMLS:C0238344", "MESH:C562469"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:168100", "iri": "http://purl.obolibrary.org/obo/OMIM_168100", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0238344", "http://purl.obolibrary.org/obo/MESH_C562469"], "label_eng": ["Paralysis Agitans, Juvenile, of Hunt"], "equivalent_curie_std": ["UMLS:C0238344", "MESH:C562469"], "id_eng": "OMIM:168100", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0238344", "http://purl.obolibrary.org/obo/MESH_C562469"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168100", "label_std": ["Paralysis Agitans, Juvenile, of Hunt"], "equivalent_curie": ["UMLS:C0238344", "MESH:C562469"], "equivalent_curie_kw": ["UMLS:C0238344", "MESH:C562469"], "synonym_eng": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "score": 27.588133, "id_kw": "OMIM:168100", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0238344", "http://purl.obolibrary.org/obo/MESH_C562469"], "label_kw": ["Paralysis Agitans, Juvenile, of Hunt"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168100", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0238344", "http://purl.obolibrary.org/obo/MESH_C562469"], "_version_": 1580845550577647617, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168100", "id": "OMIM:168100", "synonym_kw": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "synonym_std": ["Parkinson Disease, Juvenile, of Hunt", "PARALYSIS AGITANS, JUVENILE, OF HUNT", "Parkinson Disease, Juvenile, Of Hunt"], "label": ["Paralysis Agitans, Juvenile, of Hunt"], "category": ["disease"]}, {"synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000019674"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:479595", "iri": "http://www.ncbi.nlm.nih.gov/gene/479595", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000019674"], "id_eng": "NCBIGene:479595", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000019674"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/479595", "label_std": ["PARK7"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7"], "equivalent_curie": ["ENSEMBL:ENSCAFG00000019674"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:479595", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/479595", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000019674"], "taxon_eng": "NCBITaxon:9615", "_version_": 1580845716803158017, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/479595", "id": "NCBIGene:479595", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7"], "label": ["PARK7"], "score": 27.588133, "category": ["gene"]}, {"synonym": ["PDDC1", "LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100147623", "iri": "http://www.ncbi.nlm.nih.gov/gene/100147623", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:100147623", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100147623", "label_std": ["GATD1"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["PDDC1", "LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100147623", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100147623", "taxon_eng": "NCBITaxon:9796", "_version_": 1580845656855019522, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100147623", "id": "NCBIGene:100147623", "synonym_kw": ["PDDC1", "LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["PDDC1", "LOW QUALITY PROTEIN: Parkinson disease 7 domain-containing protein 1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 27.588133, "category": ["gene"]}, {"synonym": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:740015", "iri": "http://www.ncbi.nlm.nih.gov/gene/740015", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "label_eng": ["GATD1"], "id_eng": "NCBIGene:740015", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/740015", "label_std": ["GATD1"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:740015", "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/740015", "taxon_eng": "NCBITaxon:9598", "_version_": 1580845806720647169, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/740015", "id": "NCBIGene:740015", "synonym_kw": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "synonym_std": ["LOC100610217", "Parkinson disease 7 domain-containing protein 1", "PDDC1", "Parkinson disease 7 domain containing 1"], "label": ["GATD1"], "score": 27.588133, "category": ["gene"]}, {"synonym": ["parkinson-overview"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1223", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1223", "label_eng": ["Parkinson Disease Overview"], "definition_std": ["Parkinsonism refers to all clinical states characterized by tremor, muscle rigidity, slowed movement (bradykinesia) and often postural instability. Parkinson disease is the primary and most common form of parkinsonism. Psychiatric manifestations, which include depression and visual hallucinations, are common but not uniformly present. Dementia eventually occurs in at least 20% of cases. The most common sporadic form of Parkinson disease manifests around age 60; however, young-onset and even juvenile presentations are seen. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1223]"], "id_eng": "GeneReviews:NBK1223", "definition_kw": ["Parkinsonism refers to all clinical states characterized by tremor, muscle rigidity, slowed movement (bradykinesia) and often postural instability. Parkinson disease is the primary and most common form of parkinsonism. Psychiatric manifestations, which include depression and visual hallucinations, are common but not uniformly present. Dementia eventually occurs in at least 20% of cases. The most common sporadic form of Parkinson disease manifests around age 60; however, young-onset and even juvenile presentations are seen. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1223]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1223", "label_std": ["Parkinson Disease Overview"], "synonym_eng": ["parkinson-overview"], "score": 27.394457, "id_kw": "GeneReviews:NBK1223", "label_kw": ["Parkinson Disease Overview"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1223", "_version_": 1580845511241367552, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1223", "id": "GeneReviews:NBK1223", "definition": ["Parkinsonism refers to all clinical states characterized by tremor, muscle rigidity, slowed movement (bradykinesia) and often postural instability. Parkinson disease is the primary and most common form of parkinsonism. Psychiatric manifestations, which include depression and visual hallucinations, are common but not uniformly present. Dementia eventually occurs in at least 20% of cases. The most common sporadic form of Parkinson disease manifests around age 60; however, young-onset and even juvenile presentations are seen. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1223]"], "synonym_kw": ["parkinson-overview"], "synonym_std": ["parkinson-overview"], "label": ["Parkinson Disease Overview"], "definition_eng": ["Parkinsonism refers to all clinical states characterized by tremor, muscle rigidity, slowed movement (bradykinesia) and often postural instability. Parkinson disease is the primary and most common form of parkinsonism. Psychiatric manifestations, which include depression and visual hallucinations, are common but not uniformly present. Dementia eventually occurs in at least 20% of cases. The most common sporadic form of Parkinson disease manifests around age 60; however, young-onset and even juvenile presentations are seen. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1223]"], "category": ["disease"]}, {"synonym": ["CO-induced parkinsonism"], "equivalent_curie_eng": ["UMLS:C0393565"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:306686", "iri": "http://www.orpha.net/ORDO/Orphanet_306686", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "label_eng": ["Carbon monoxide-induced parkinsonism"], "equivalent_curie_std": ["UMLS:C0393565"], "id_eng": "Orphanet:306686", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_306686", "label_std": ["Carbon monoxide-induced parkinsonism"], "equivalent_curie": ["UMLS:C0393565"], "equivalent_curie_kw": ["UMLS:C0393565"], "synonym_eng": ["CO-induced parkinsonism"], "score": 27.394457, "id_kw": "Orphanet:306686", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "label_kw": ["Carbon monoxide-induced parkinsonism"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_306686", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0393565"], "_version_": 1580845617062608898, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_306686", "id": "Orphanet:306686", "synonym_kw": ["CO-induced parkinsonism"], "synonym_std": ["CO-induced parkinsonism"], "label": ["Carbon monoxide-induced parkinsonism"], "category": ["disease"]}, {"synonym": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive, Juvenile-Onset", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "equivalent_curie_eng": ["Orphanet:306674", "UMLS:CN180193", "UMLS:C3715048", "UMLS:C1847640", "DOID:0060556", "MESH:C537177"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:606693", "iri": "http://purl.obolibrary.org/obo/OMIM_606693", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_C3715048", "http://purl.obolibrary.org/obo/UMLS_C1847640", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "label_eng": ["Parkinson disease 9", "Kufor-Rakeb syndrome", "Kufor-Rakeb Syndrome"], "definition_std": ["Kufor-Rakeb syndrome (KRS) is a rare genetic neurodegenerative disorder characterized by juvenile Parkinsonism, pyramidal degeneration (dystonia), supranuclear palsy, and cognitive impairment.", "Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical Parkinson disease (PARK9) associated with supranuclear gaze palsy, spasticity, and dementia. Some patients have neuroradiologic evidence of iron deposition in the basal ganglia, indicating that the pathogenesis of PARK9 can be considered among the syndromes of neurodegeneration with brain iron accumulation (NBIA; see OMIM:234200) (summary by {2:Bruggemann et al., 2010}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes autosomal recessive spastic paraplegia-78 (SPG78; OMIM:617225), an adult-onset neurodegenerative disorder with overlapping features. Patients with SPG78 have later onset and prominent spasticity, but rarely parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {7:Estrada-Cuzcano et al., 2017})."], "id_eng": "OMIM:606693", "definition_kw": ["Kufor-Rakeb syndrome (KRS) is a rare genetic neurodegenerative disorder characterized by juvenile Parkinsonism, pyramidal degeneration (dystonia), supranuclear palsy, and cognitive impairment.", "Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical Parkinson disease (PARK9) associated with supranuclear gaze palsy, spasticity, and dementia. Some patients have neuroradiologic evidence of iron deposition in the basal ganglia, indicating that the pathogenesis of PARK9 can be considered among the syndromes of neurodegeneration with brain iron accumulation (NBIA; see OMIM:234200) (summary by {2:Bruggemann et al., 2010}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes autosomal recessive spastic paraplegia-78 (SPG78; OMIM:617225), an adult-onset neurodegenerative disorder with overlapping features. Patients with SPG78 have later onset and prominent spasticity, but rarely parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {7:Estrada-Cuzcano et al., 2017})."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_C3715048", "http://purl.obolibrary.org/obo/UMLS_C1847640", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606693", "label_std": ["Parkinson disease 9", "Kufor-Rakeb syndrome", "Kufor-Rakeb Syndrome"], "equivalent_curie": ["Orphanet:306674", "UMLS:CN180193", "UMLS:C3715048", "UMLS:C1847640", "DOID:0060556", "MESH:C537177"], "equivalent_curie_kw": ["Orphanet:306674", "UMLS:CN180193", "UMLS:C3715048", "UMLS:C1847640", "DOID:0060556", "MESH:C537177"], "synonym_eng": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive, Juvenile-Onset", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "score": 26.915663, "id_kw": "OMIM:606693", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_C3715048", "http://purl.obolibrary.org/obo/UMLS_C1847640", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "label_kw": ["Parkinson disease 9", "Kufor-Rakeb syndrome", "Kufor-Rakeb Syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606693", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_306674", "http://purl.obolibrary.org/obo/UMLS_CN180193", "http://purl.obolibrary.org/obo/UMLS_C3715048", "http://purl.obolibrary.org/obo/UMLS_C1847640", "http://purl.obolibrary.org/obo/DOID_0060556", "http://purl.obolibrary.org/obo/MESH_C537177"], "_version_": 1580845543772389377, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606693", "id": "OMIM:606693", "definition": ["Kufor-Rakeb syndrome (KRS) is a rare genetic neurodegenerative disorder characterized by juvenile Parkinsonism, pyramidal degeneration (dystonia), supranuclear palsy, and cognitive impairment.", "Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical Parkinson disease (PARK9) associated with supranuclear gaze palsy, spasticity, and dementia. Some patients have neuroradiologic evidence of iron deposition in the basal ganglia, indicating that the pathogenesis of PARK9 can be considered among the syndromes of neurodegeneration with brain iron accumulation (NBIA; see OMIM:234200) (summary by {2:Bruggemann et al., 2010}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes autosomal recessive spastic paraplegia-78 (SPG78; OMIM:617225), an adult-onset neurodegenerative disorder with overlapping features. Patients with SPG78 have later onset and prominent spasticity, but rarely parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {7:Estrada-Cuzcano et al., 2017})."], "synonym_kw": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive, Juvenile-Onset", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "synonym_std": ["KUFOR-RAKEB SYNDROME; KRS", "Pallidopyramidal Degeneration with Supranuclear Upgaze Paresis and Dementia", "autosomal recessive Parkinson disease 9", "Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive, Juvenile-Onset", "Ceroid Lipofuscinosis, Neuronal, 12", "autosomal recessive juvenile onset Parkinson disease 9", "Parkinson Disease 9, Autosomal Recessive", "Pallidopyramidal Degeneration With Supranuclear Upgaze Paresis and Dementia", "PARK9", "KRS"], "label": ["Parkinson disease 9", "Kufor-Rakeb syndrome", "Kufor-Rakeb Syndrome"], "definition_eng": ["Kufor-Rakeb syndrome (KRS) is a rare genetic neurodegenerative disorder characterized by juvenile Parkinsonism, pyramidal degeneration (dystonia), supranuclear palsy, and cognitive impairment.", "Kufor-Rakeb syndrome is a rare autosomal recessive form of juvenile-onset atypical Parkinson disease (PARK9) associated with supranuclear gaze palsy, spasticity, and dementia. Some patients have neuroradiologic evidence of iron deposition in the basal ganglia, indicating that the pathogenesis of PARK9 can be considered among the syndromes of neurodegeneration with brain iron accumulation (NBIA; see OMIM:234200) (summary by {2:Bruggemann et al., 2010}).\n\nFor a phenotypic description and a discussion of genetic heterogeneity of Parkinson disease (PD), see OMIM:168600.\n\nBiallelic mutation in the ATP13A2 gene also causes autosomal recessive spastic paraplegia-78 (SPG78; OMIM:617225), an adult-onset neurodegenerative disorder with overlapping features. Patients with SPG78 have later onset and prominent spasticity, but rarely parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {7:Estrada-Cuzcano et al., 2017})."], "equivalent_curie_std": ["Orphanet:306674", "UMLS:CN180193", "UMLS:C3715048", "UMLS:C1847640", "DOID:0060556", "MESH:C537177"], "category": ["disease"]}, {"synonym": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "equivalent_curie_eng": ["Orphanet:90020", "UMLS:C0543859"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:105500", "iri": "http://purl.obolibrary.org/obo/OMIM_105500", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_90020", "http://purl.obolibrary.org/obo/UMLS_C0543859"], "label_eng": ["Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex 1", "Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "definition_std": ["Amyotrophic lateral sclerosis-parkinsonism/dementia complex of Guam is a neurodengenerative disorder with unusually high incidence among the Chamorro people of Guam. Both ALS and parkinsonism-dementia are chronic, progressive, and uniformly fatal disorders in this population. Both diseases are known to occur in the same kindred, the same sibship, and even the same individual.", "See http://www.omim.org/entry/105500"], "id_eng": "OMIM:105500", "definition_kw": ["Amyotrophic lateral sclerosis-parkinsonism/dementia complex of Guam is a neurodengenerative disorder with unusually high incidence among the Chamorro people of Guam. Both ALS and parkinsonism-dementia are chronic, progressive, and uniformly fatal disorders in this population. Both diseases are known to occur in the same kindred, the same sibship, and even the same individual.", "See http://www.omim.org/entry/105500"], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_90020", "http://purl.obolibrary.org/obo/UMLS_C0543859"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_105500", "label_std": ["Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex 1", "Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "equivalent_curie": ["Orphanet:90020", "UMLS:C0543859"], "equivalent_curie_kw": ["Orphanet:90020", "UMLS:C0543859"], "synonym_eng": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "score": 26.915663, "id_kw": "OMIM:105500", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_90020", "http://purl.obolibrary.org/obo/UMLS_C0543859"], "label_kw": ["Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex 1", "Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_105500", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_90020", "http://purl.obolibrary.org/obo/UMLS_C0543859"], "_version_": 1580845543779729409, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_105500", "id": "OMIM:105500", "definition": ["Amyotrophic lateral sclerosis-parkinsonism/dementia complex of Guam is a neurodengenerative disorder with unusually high incidence among the Chamorro people of Guam. Both ALS and parkinsonism-dementia are chronic, progressive, and uniformly fatal disorders in this population. Both diseases are known to occur in the same kindred, the same sibship, and even the same individual.", "See http://www.omim.org/entry/105500"], "synonym_kw": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "synonym_std": ["Als-Pdc", "Guam disease", "Amyotrophic lateral sclerosis-parkinsonism-dementia of Guam syndrome", "PDALS", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex of Guam", "Lytico-Bodig disease", "Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex type 1", "Guam Disease", "AMYOTROPHIC LATERAL SCLEROSIS-PARKINSONISM/DEMENTIA COMPLEX 1", "Parkinsonism-dementia-ALS complex"], "label": ["Amyotrophic Lateral Sclerosis-Parkinsonism/Dementia Complex 1", "Amyotrophic lateral sclerosis-parkinsonism-dementia complex"], "definition_eng": ["Amyotrophic lateral sclerosis-parkinsonism/dementia complex of Guam is a neurodengenerative disorder with unusually high incidence among the Chamorro people of Guam. Both ALS and parkinsonism-dementia are chronic, progressive, and uniformly fatal disorders in this population. Both diseases are known to occur in the same kindred, the same sibship, and even the same individual.", "See http://www.omim.org/entry/105500"], "equivalent_curie_std": ["Orphanet:90020", "UMLS:C0543859"], "category": ["disease"]}, {"synonym": ["MSA, parkinsonian type", "MSA-p"], "equivalent_curie_eng": ["UMLS:CN207200"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:98933", "iri": "http://www.orpha.net/ORDO/Orphanet_98933", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "label_eng": ["Multiple system atrophy, parkinsonian type"], "definition_std": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "id_eng": "Orphanet:98933", "definition_kw": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_98933", "label_std": ["Multiple system atrophy, parkinsonian type"], "equivalent_curie": ["UMLS:CN207200"], "equivalent_curie_kw": ["UMLS:CN207200"], "synonym_eng": ["MSA, parkinsonian type", "MSA-p"], "score": 26.668867, "id_kw": "Orphanet:98933", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "label_kw": ["Multiple system atrophy, parkinsonian type"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_98933", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN207200"], "_version_": 1580845512464007169, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_98933", "id": "Orphanet:98933", "definition": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "synonym_kw": ["MSA, parkinsonian type", "MSA-p"], "synonym_std": ["MSA, parkinsonian type", "MSA-p"], "label": ["Multiple system atrophy, parkinsonian type"], "definition_eng": ["Multiple system atrophy, parkinsonian type (MSA-p) is a form of multiple system atrophy (MSA; see this term) with predominant parkinsonian features (bradykinesia, rigidity, irregular jerky postural tremor, and postural instability)."], "equivalent_curie_std": ["UMLS:CN207200"], "category": ["disease"]}, {"synonym": ["Parkinson Disease 14, Autosomal Recessive"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C567844", "iri": "http://purl.obolibrary.org/obo/MESH_C567844", "label_eng": ["Dystonia-Parkinsonism, Adult-Onset"], "id_eng": "MESH:C567844", "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C567844", "label_std": ["Dystonia-Parkinsonism, Adult-Onset"], "synonym_eng": ["Parkinson Disease 14, Autosomal Recessive"], "score": 26.668867, "id_kw": "MESH:C567844", "label_kw": ["Dystonia-Parkinsonism, Adult-Onset"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C567844", "_version_": 1580845612347162628, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C567844", "id": "MESH:C567844", "synonym_kw": ["Parkinson Disease 14, Autosomal Recessive"], "synonym_std": ["Parkinson Disease 14, Autosomal Recessive"], "label": ["Dystonia-Parkinsonism, Adult-Onset"], "category": ["disease"]}, {"synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "taxon_kw": "NCBITaxon:9258", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100073498", "iri": "http://www.ncbi.nlm.nih.gov/gene/100073498", "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "label_eng": ["PARK7"], "id_eng": "NCBIGene:100073498", "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "category_kw": ["gene"], "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_std": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100073498", "label_std": ["PARK7"], "taxon_label_kw": "Ornithorhynchus anatinus", "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "taxon_label_eng": "Ornithorhynchus anatinus", "taxon": "NCBITaxon:9258", "taxon_label": "Ornithorhynchus anatinus", "id_kw": "NCBIGene:100073498", "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100073498", "taxon_eng": "NCBITaxon:9258", "_version_": 1580845769955475457, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100073498", "id": "NCBIGene:100073498", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "label": ["PARK7"], "score": 26.668867, "category": ["gene"]}, {"synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_curie_eng": ["ENSEMBL:ENSMODG00000009595"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100010357", "iri": "http://www.ncbi.nlm.nih.gov/gene/100010357", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSMODG00000009595"], "id_eng": "NCBIGene:100010357", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSMODG00000009595"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100010357", "label_std": ["PARK7"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_curie": ["ENSEMBL:ENSMODG00000009595"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:100010357", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100010357", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMODG00000009595"], "taxon_eng": "NCBITaxon:13616", "_version_": 1580845645765279744, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100010357", "id": "NCBIGene:100010357", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "label": ["PARK7"], "score": 26.668867, "category": ["gene"]}, {"synonym": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000017386"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100551640", "iri": "http://www.ncbi.nlm.nih.gov/gene/100551640", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "label_eng": ["park7"], "equivalent_curie_std": ["ENSEMBL:ENSACAG00000017386"], "id_eng": "NCBIGene:100551640", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000017386"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100551640", "label_std": ["park7"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["protein deglycase DJ-1", "parkinson protein 7"], "equivalent_curie": ["ENSEMBL:ENSACAG00000017386"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100551640", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "label_kw": ["park7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100551640", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000017386"], "taxon_eng": "NCBITaxon:28377", "_version_": 1580845649789714432, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100551640", "id": "NCBIGene:100551640", "synonym_kw": ["protein deglycase DJ-1", "parkinson protein 7"], "synonym_std": ["protein deglycase DJ-1", "parkinson protein 7"], "label": ["park7"], "score": 26.668867, "category": ["gene"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:612316", "iri": "http://www.ncbi.nlm.nih.gov/gene/612316", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "label_eng": ["PRKN"], "id_eng": "NCBIGene:612316", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/612316", "label_std": ["PRKN"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:612316", "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/612316", "taxon_eng": "NCBITaxon:9615", "_version_": 1580845635315171328, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/612316", "id": "NCBIGene:612316", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 26.359816, "category": ["gene"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000004032"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:733673", "iri": "http://www.ncbi.nlm.nih.gov/gene/733673", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000004032"], "label_eng": ["PRKN"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000004032"], "id_eng": "NCBIGene:733673", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000004032"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000004032"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/733673", "label_std": ["PRKN"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000004032"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:733673", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000004032"], "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/733673", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000004032"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845734639435778, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/733673", "id": "NCBIGene:733673", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "pdr-1", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 26.359816, "category": ["gene"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000018996"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:530858", "iri": "http://www.ncbi.nlm.nih.gov/gene/530858", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "label_eng": ["PRKN"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000018996"], "id_eng": "NCBIGene:530858", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000018996"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/530858", "label_std": ["PRKN"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000018996"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:530858", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/530858", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000018996"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845671098875904, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/530858", "id": "NCBIGene:530858", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 26.359816, "category": ["gene"]}, {"synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "DJ1", "maillard deglycase"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000020518"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:511268", "iri": "http://www.ncbi.nlm.nih.gov/gene/511268", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000020518"], "id_eng": "NCBIGene:511268", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000020518"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/511268", "label_std": ["PARK7"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "DJ1", "maillard deglycase"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000020518"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:511268", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/511268", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000020518"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845696727121920, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/511268", "id": "NCBIGene:511268", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "DJ1", "maillard deglycase"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "parkinson disease protein 7 homolog", "DJ-1", "DJ1", "maillard deglycase"], "label": ["PARK7"], "score": 26.359816, "category": ["gene"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100057832", "iri": "http://www.ncbi.nlm.nih.gov/gene/100057832", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "label_eng": ["PRKN"], "id_eng": "NCBIGene:100057832", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100057832", "label_std": ["PRKN"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100057832", "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100057832", "taxon_eng": "NCBITaxon:9796", "_version_": 1580845802203381762, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100057832", "id": "NCBIGene:100057832", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 26.359816, "category": ["gene"]}, {"synonym": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "equivalent_curie_eng": ["UMLS:C3160718"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:168600", "iri": "http://purl.obolibrary.org/obo/OMIM_168600", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "label_eng": ["Parkinson Disease, Late-Onset", "Parkinson disease, late-onset"], "definition_std": ["Parkinson disease was first described by James Parkinson in 1817. It is the second most common neurodegenerative disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50 ({92:Polymeropoulos et al., 1996}).\n\n<Subhead> Reviews\n\n{130:Warner and Schapira (2003)} reviewed the genetic and environmental causes of Parkinson disease. {30:Feany (2004)} reviewed the genetics of Parkinson disease and provided a speculative model of interactions among proteins implicated in PD. {59:Lees et al. (2009)} provided a review of Parkinson disease, with emphasis on diagnosis, neuropathology, and treatment.\n\n<Subhead> Genetic Heterogeneity of Parkinson Disease\n\nSeveral loci for autosomal dominant Parkinson disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by mutation in or triplication of the alpha-synuclein gene (SNCA; OMIM:163890), respectively, on 4q22; PARK5 (OMIM:191342), caused by mutation in the UCHL1 gene on 4p13; PARK8 (OMIM:607060), caused by mutation in the LRRK2 gene (OMIM:609007) on 12q12; PARK11 (OMIM:607688), caused by mutation in the GIGYF2 gene (OMIM:612003) on 2q37; PARK13 (OMIM:610297), caused by mutation in the HTRA2 gene (OMIM:606441) on 2p13; PARK17 (OMIM:614203), caused by mutation in the VPS35 gene (OMIM:601501) on 16q11; and PARK18 (OMIM:614251), caused by mutation in the EIF4G1 gene (OMIM:600495) on 3q27.\n\nSeveral loci for autosomal recessive early-onset Parkinson disease have been identified: PARK2 (OMIM:600116), caused by mutation in the gene encoding parkin (PARK2; OMIM:602544) on 6q26; PARK6 (OMIM:605909), caused by mutation in the PINK1 gene (OMIM:608309) on 1p36; PARK7 (OMIM:606324), caused by mutation in the DJ1 gene (PARK7; OMIM:602533) on 1p36; PARK14 (OMIM:612953), caused by mutation in the PLA2G6 gene (OMIM:603604) on 22q13; PARK15 (OMIM:260300), caused by mutation in the FBXO7 gene (OMIM:605648) on 22q12-q13; PARK19A (OMIM:615528) and PARK19B (see OMIM:615528), caused by mutation in the DNAJC6 gene (OMIM:608375) on 1p32; and PARK20 (OMIM:615530), caused by mutation in the SYNJ1 gene (OMIM:604297) on 21q22.\n\nPARK3 (OMIM:602404) has been mapped to chromosome 2p13; PARK10 (OMIM:606852) has been mapped to chromosome 1p34-p32; PARK16 (OMIM:613164) has been mapped to chromosome 1q32. See also PARK21 (OMIM:616361). A locus on the X chromosome has been identified (PARK12; OMIM:300557). There is also evidence that mitochondrial mutations may cause or contribute to Parkinson disease (see OMIM:556500). Susceptibility to the development of the more common late-onset form of Parkinson disease has been associated with polymorphisms or mutations in several genes, including GBA (OMIM:606463), MAPT (OMIM:157140), MC1R (OMIM:155555), ADH1C (OMIM:103730), and genes at the HLA locus (see, e.g., HLA-DRA, OMIM:142860). Each of these risk factors independently may have a modest effect on disease development, but together may have a substantial cumulative effect ({44:Hamza et al., 2010}).\n\nSusceptibility to PD may also be conferred by expanded trinucleotide repeats in several genes causing other neurologic disorders usually characterized by spinocerebellar ataxia (SCA), including the ATXN2 (OMIM:601517), ATXN3 (OMIM:607047), TBP (OMIM:600075), and ATXN8OS (OMIM:603680) genes.", "See http://www.omim.org/entry/168600"], "id_eng": "OMIM:168600", "definition_kw": ["Parkinson disease was first described by James Parkinson in 1817. It is the second most common neurodegenerative disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50 ({92:Polymeropoulos et al., 1996}).\n\n<Subhead> Reviews\n\n{130:Warner and Schapira (2003)} reviewed the genetic and environmental causes of Parkinson disease. {30:Feany (2004)} reviewed the genetics of Parkinson disease and provided a speculative model of interactions among proteins implicated in PD. {59:Lees et al. (2009)} provided a review of Parkinson disease, with emphasis on diagnosis, neuropathology, and treatment.\n\n<Subhead> Genetic Heterogeneity of Parkinson Disease\n\nSeveral loci for autosomal dominant Parkinson disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by mutation in or triplication of the alpha-synuclein gene (SNCA; OMIM:163890), respectively, on 4q22; PARK5 (OMIM:191342), caused by mutation in the UCHL1 gene on 4p13; PARK8 (OMIM:607060), caused by mutation in the LRRK2 gene (OMIM:609007) on 12q12; PARK11 (OMIM:607688), caused by mutation in the GIGYF2 gene (OMIM:612003) on 2q37; PARK13 (OMIM:610297), caused by mutation in the HTRA2 gene (OMIM:606441) on 2p13; PARK17 (OMIM:614203), caused by mutation in the VPS35 gene (OMIM:601501) on 16q11; and PARK18 (OMIM:614251), caused by mutation in the EIF4G1 gene (OMIM:600495) on 3q27.\n\nSeveral loci for autosomal recessive early-onset Parkinson disease have been identified: PARK2 (OMIM:600116), caused by mutation in the gene encoding parkin (PARK2; OMIM:602544) on 6q26; PARK6 (OMIM:605909), caused by mutation in the PINK1 gene (OMIM:608309) on 1p36; PARK7 (OMIM:606324), caused by mutation in the DJ1 gene (PARK7; OMIM:602533) on 1p36; PARK14 (OMIM:612953), caused by mutation in the PLA2G6 gene (OMIM:603604) on 22q13; PARK15 (OMIM:260300), caused by mutation in the FBXO7 gene (OMIM:605648) on 22q12-q13; PARK19A (OMIM:615528) and PARK19B (see OMIM:615528), caused by mutation in the DNAJC6 gene (OMIM:608375) on 1p32; and PARK20 (OMIM:615530), caused by mutation in the SYNJ1 gene (OMIM:604297) on 21q22.\n\nPARK3 (OMIM:602404) has been mapped to chromosome 2p13; PARK10 (OMIM:606852) has been mapped to chromosome 1p34-p32; PARK16 (OMIM:613164) has been mapped to chromosome 1q32. See also PARK21 (OMIM:616361). A locus on the X chromosome has been identified (PARK12; OMIM:300557). There is also evidence that mitochondrial mutations may cause or contribute to Parkinson disease (see OMIM:556500). Susceptibility to the development of the more common late-onset form of Parkinson disease has been associated with polymorphisms or mutations in several genes, including GBA (OMIM:606463), MAPT (OMIM:157140), MC1R (OMIM:155555), ADH1C (OMIM:103730), and genes at the HLA locus (see, e.g., HLA-DRA, OMIM:142860). Each of these risk factors independently may have a modest effect on disease development, but together may have a substantial cumulative effect ({44:Hamza et al., 2010}).\n\nSusceptibility to PD may also be conferred by expanded trinucleotide repeats in several genes causing other neurologic disorders usually characterized by spinocerebellar ataxia (SCA), including the ATXN2 (OMIM:601517), ATXN3 (OMIM:607047), TBP (OMIM:600075), and ATXN8OS (OMIM:603680) genes.", "See http://www.omim.org/entry/168600"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_168600", "label_std": ["Parkinson Disease, Late-Onset", "Parkinson disease, late-onset"], "equivalent_curie": ["UMLS:C3160718"], "equivalent_curie_kw": ["UMLS:C3160718"], "synonym_eng": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "score": 26.08144, "id_kw": "OMIM:168600", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "label_kw": ["Parkinson Disease, Late-Onset", "Parkinson disease, late-onset"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_168600", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3160718"], "_version_": 1580845512213397505, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_168600", "id": "OMIM:168600", "definition": ["Parkinson disease was first described by James Parkinson in 1817. It is the second most common neurodegenerative disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50 ({92:Polymeropoulos et al., 1996}).\n\n<Subhead> Reviews\n\n{130:Warner and Schapira (2003)} reviewed the genetic and environmental causes of Parkinson disease. {30:Feany (2004)} reviewed the genetics of Parkinson disease and provided a speculative model of interactions among proteins implicated in PD. {59:Lees et al. (2009)} provided a review of Parkinson disease, with emphasis on diagnosis, neuropathology, and treatment.\n\n<Subhead> Genetic Heterogeneity of Parkinson Disease\n\nSeveral loci for autosomal dominant Parkinson disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by mutation in or triplication of the alpha-synuclein gene (SNCA; OMIM:163890), respectively, on 4q22; PARK5 (OMIM:191342), caused by mutation in the UCHL1 gene on 4p13; PARK8 (OMIM:607060), caused by mutation in the LRRK2 gene (OMIM:609007) on 12q12; PARK11 (OMIM:607688), caused by mutation in the GIGYF2 gene (OMIM:612003) on 2q37; PARK13 (OMIM:610297), caused by mutation in the HTRA2 gene (OMIM:606441) on 2p13; PARK17 (OMIM:614203), caused by mutation in the VPS35 gene (OMIM:601501) on 16q11; and PARK18 (OMIM:614251), caused by mutation in the EIF4G1 gene (OMIM:600495) on 3q27.\n\nSeveral loci for autosomal recessive early-onset Parkinson disease have been identified: PARK2 (OMIM:600116), caused by mutation in the gene encoding parkin (PARK2; OMIM:602544) on 6q26; PARK6 (OMIM:605909), caused by mutation in the PINK1 gene (OMIM:608309) on 1p36; PARK7 (OMIM:606324), caused by mutation in the DJ1 gene (PARK7; OMIM:602533) on 1p36; PARK14 (OMIM:612953), caused by mutation in the PLA2G6 gene (OMIM:603604) on 22q13; PARK15 (OMIM:260300), caused by mutation in the FBXO7 gene (OMIM:605648) on 22q12-q13; PARK19A (OMIM:615528) and PARK19B (see OMIM:615528), caused by mutation in the DNAJC6 gene (OMIM:608375) on 1p32; and PARK20 (OMIM:615530), caused by mutation in the SYNJ1 gene (OMIM:604297) on 21q22.\n\nPARK3 (OMIM:602404) has been mapped to chromosome 2p13; PARK10 (OMIM:606852) has been mapped to chromosome 1p34-p32; PARK16 (OMIM:613164) has been mapped to chromosome 1q32. See also PARK21 (OMIM:616361). A locus on the X chromosome has been identified (PARK12; OMIM:300557). There is also evidence that mitochondrial mutations may cause or contribute to Parkinson disease (see OMIM:556500). Susceptibility to the development of the more common late-onset form of Parkinson disease has been associated with polymorphisms or mutations in several genes, including GBA (OMIM:606463), MAPT (OMIM:157140), MC1R (OMIM:155555), ADH1C (OMIM:103730), and genes at the HLA locus (see, e.g., HLA-DRA, OMIM:142860). Each of these risk factors independently may have a modest effect on disease development, but together may have a substantial cumulative effect ({44:Hamza et al., 2010}).\n\nSusceptibility to PD may also be conferred by expanded trinucleotide repeats in several genes causing other neurologic disorders usually characterized by spinocerebellar ataxia (SCA), including the ATXN2 (OMIM:601517), ATXN3 (OMIM:607047), TBP (OMIM:600075), and ATXN8OS (OMIM:603680) genes.", "See http://www.omim.org/entry/168600"], "synonym_kw": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "synonym_std": ["PD", "PARKINSON DISEASE, LATE-ONSET; PD", "Park"], "label": ["Parkinson Disease, Late-Onset", "Parkinson disease, late-onset"], "definition_eng": ["Parkinson disease was first described by James Parkinson in 1817. It is the second most common neurodegenerative disorder after Alzheimer disease (AD; OMIM:104300), affecting approximately 1% of the population over age 50 ({92:Polymeropoulos et al., 1996}).\n\n<Subhead> Reviews\n\n{130:Warner and Schapira (2003)} reviewed the genetic and environmental causes of Parkinson disease. {30:Feany (2004)} reviewed the genetics of Parkinson disease and provided a speculative model of interactions among proteins implicated in PD. {59:Lees et al. (2009)} provided a review of Parkinson disease, with emphasis on diagnosis, neuropathology, and treatment.\n\n<Subhead> Genetic Heterogeneity of Parkinson Disease\n\nSeveral loci for autosomal dominant Parkinson disease have been identified, including PARK1 (OMIM:168601) and PARK4, caused by mutation in or triplication of the alpha-synuclein gene (SNCA; OMIM:163890), respectively, on 4q22; PARK5 (OMIM:191342), caused by mutation in the UCHL1 gene on 4p13; PARK8 (OMIM:607060), caused by mutation in the LRRK2 gene (OMIM:609007) on 12q12; PARK11 (OMIM:607688), caused by mutation in the GIGYF2 gene (OMIM:612003) on 2q37; PARK13 (OMIM:610297), caused by mutation in the HTRA2 gene (OMIM:606441) on 2p13; PARK17 (OMIM:614203), caused by mutation in the VPS35 gene (OMIM:601501) on 16q11; and PARK18 (OMIM:614251), caused by mutation in the EIF4G1 gene (OMIM:600495) on 3q27.\n\nSeveral loci for autosomal recessive early-onset Parkinson disease have been identified: PARK2 (OMIM:600116), caused by mutation in the gene encoding parkin (PARK2; OMIM:602544) on 6q26; PARK6 (OMIM:605909), caused by mutation in the PINK1 gene (OMIM:608309) on 1p36; PARK7 (OMIM:606324), caused by mutation in the DJ1 gene (PARK7; OMIM:602533) on 1p36; PARK14 (OMIM:612953), caused by mutation in the PLA2G6 gene (OMIM:603604) on 22q13; PARK15 (OMIM:260300), caused by mutation in the FBXO7 gene (OMIM:605648) on 22q12-q13; PARK19A (OMIM:615528) and PARK19B (see OMIM:615528), caused by mutation in the DNAJC6 gene (OMIM:608375) on 1p32; and PARK20 (OMIM:615530), caused by mutation in the SYNJ1 gene (OMIM:604297) on 21q22.\n\nPARK3 (OMIM:602404) has been mapped to chromosome 2p13; PARK10 (OMIM:606852) has been mapped to chromosome 1p34-p32; PARK16 (OMIM:613164) has been mapped to chromosome 1q32. See also PARK21 (OMIM:616361). A locus on the X chromosome has been identified (PARK12; OMIM:300557). There is also evidence that mitochondrial mutations may cause or contribute to Parkinson disease (see OMIM:556500). Susceptibility to the development of the more common late-onset form of Parkinson disease has been associated with polymorphisms or mutations in several genes, including GBA (OMIM:606463), MAPT (OMIM:157140), MC1R (OMIM:155555), ADH1C (OMIM:103730), and genes at the HLA locus (see, e.g., HLA-DRA, OMIM:142860). Each of these risk factors independently may have a modest effect on disease development, but together may have a substantial cumulative effect ({44:Hamza et al., 2010}).\n\nSusceptibility to PD may also be conferred by expanded trinucleotide repeats in several genes causing other neurologic disorders usually characterized by spinocerebellar ataxia (SCA), including the ATXN2 (OMIM:601517), ATXN3 (OMIM:607047), TBP (OMIM:600075), and ATXN8OS (OMIM:603680) genes.", "See http://www.omim.org/entry/168600"], "equivalent_curie_std": ["UMLS:C3160718"], "category": ["disease"]}, {"synonym": ["YOPD", "Early-onset Parkinson disease"], "equivalent_curie_eng": ["UMLS:C4275179", "UMLS:CN202824", "Orphanet:2828"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:0060894", "iri": "http://purl.obolibrary.org/obo/DOID_0060894", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4275179", "http://purl.obolibrary.org/obo/UMLS_CN202824", "http://www.orpha.net/ORDO/Orphanet_2828"], "label_eng": ["early-onset Parkinson disease"], "definition_std": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "id_eng": "DOID:0060894", "definition_kw": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4275179", "http://purl.obolibrary.org/obo/UMLS_CN202824", "http://www.orpha.net/ORDO/Orphanet_2828"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060894", "label_std": ["early-onset Parkinson disease"], "equivalent_curie": ["UMLS:C4275179", "UMLS:CN202824", "Orphanet:2828"], "equivalent_curie_kw": ["UMLS:C4275179", "UMLS:CN202824", "Orphanet:2828"], "synonym_eng": ["YOPD", "Early-onset Parkinson disease"], "score": 26.08144, "id_kw": "DOID:0060894", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4275179", "http://purl.obolibrary.org/obo/UMLS_CN202824", "http://www.orpha.net/ORDO/Orphanet_2828"], "label_kw": ["early-onset Parkinson disease"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060894", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4275179", "http://purl.obolibrary.org/obo/UMLS_CN202824", "http://www.orpha.net/ORDO/Orphanet_2828"], "_version_": 1580845584858742789, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_0060894", "id": "DOID:0060894", "definition": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "synonym_kw": ["YOPD", "Early-onset Parkinson disease"], "synonym_std": ["YOPD", "Early-onset Parkinson disease"], "label": ["early-onset Parkinson disease"], "definition_eng": ["Young-onset Parkinson disease (YOPD) is a form of Parkinson disease (PD), characterized by an age of onset between 21-45 years, rigidity, painful cramps followed by tremor, bradykinesia, dystonia, gait complaints and falls, and other non-motor symptoms. A slow disease progression and a more pronounced response to dopaminergic therapy are also observed in most YOPD forms."], "equivalent_curie_std": ["UMLS:C4275179", "UMLS:CN202824", "Orphanet:2828"], "category": ["disease"]}, {"synonym": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "equivalent_curie_eng": ["UMLS:C3806722", "Orphanet:363654"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:300911", "iri": "http://purl.obolibrary.org/obo/OMIM_300911", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3806722", "http://www.orpha.net/ORDO/Orphanet_363654"], "label_eng": ["X-linked parkinsonism-spasticity syndrome", "Parkinsonism With Spasticity, X-Linked", "Parkinsonism with spasticity, X-linked"], "equivalent_curie_std": ["UMLS:C3806722", "Orphanet:363654"], "id_eng": "OMIM:300911", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3806722", "http://www.orpha.net/ORDO/Orphanet_363654"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_300911", "label_std": ["X-linked parkinsonism-spasticity syndrome", "Parkinsonism With Spasticity, X-Linked", "Parkinsonism with spasticity, X-linked"], "equivalent_curie": ["UMLS:C3806722", "Orphanet:363654"], "equivalent_curie_kw": ["UMLS:C3806722", "Orphanet:363654"], "synonym_eng": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "score": 25.999283, "id_kw": "OMIM:300911", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3806722", "http://www.orpha.net/ORDO/Orphanet_363654"], "label_kw": ["X-linked parkinsonism-spasticity syndrome", "Parkinsonism With Spasticity, X-Linked", "Parkinsonism with spasticity, X-linked"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_300911", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3806722", "http://www.orpha.net/ORDO/Orphanet_363654"], "_version_": 1580845545833889792, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_300911", "id": "OMIM:300911", "synonym_kw": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "synonym_std": ["PARKINSONISM WITH SPASTICITY, X-LINKED; XPDS", "XPDS"], "label": ["X-linked parkinsonism-spasticity syndrome", "Parkinsonism With Spasticity, X-Linked", "Parkinsonism with spasticity, X-linked"], "category": ["disease"]}, {"synonym": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "PARK7_HUMAN", "DJ1", "DJ-1", "PARK7", "oncogene DJ1", "HEL-S-67p", "maillard deglycase", "GATD2", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7"], "equivalent_curie_eng": ["Orphanet:124084", "KEGG-hsa:11315", "ENSEMBL:ENSG00000116288", "OMIM:602533", "HGNC:16369"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:11315", "iri": "http://www.ncbi.nlm.nih.gov/gene/11315", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_124084", "http://www.kegg.jp/dbget-bin/www_bget?hsa:11315", "http://identifiers.org/ensembl/ENSG00000116288", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/hgnc/HGNC:16369"], "label_eng": ["PARK7"], "equivalent_curie_std": ["Orphanet:124084", "KEGG-hsa:11315", "ENSEMBL:ENSG00000116288", "OMIM:602533", "HGNC:16369"], "id_eng": "NCBIGene:11315", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_124084", "http://www.kegg.jp/dbget-bin/www_bget?hsa:11315", "http://identifiers.org/ensembl/ENSG00000116288", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/hgnc/HGNC:16369"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["Orphanet:124084", "KEGG-hsa:11315", "ENSEMBL:ENSG00000116288", "OMIM:602533", "HGNC:16369"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/11315", "label_std": ["PARK7"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "PARK7_HUMAN", "DJ1", "DJ-1", "PARK7", "oncogene DJ1", "HEL-S-67p", "maillard deglycase", "GATD2", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7"], "equivalent_curie": ["Orphanet:124084", "KEGG-hsa:11315", "ENSEMBL:ENSG00000116288", "OMIM:602533", "HGNC:16369"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:11315", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_124084", "http://www.kegg.jp/dbget-bin/www_bget?hsa:11315", "http://identifiers.org/ensembl/ENSG00000116288", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/hgnc/HGNC:16369"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/11315", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_124084", "http://www.kegg.jp/dbget-bin/www_bget?hsa:11315", "http://identifiers.org/ensembl/ENSG00000116288", "http://purl.obolibrary.org/obo/OMIM_602533", "http://identifiers.org/hgnc/HGNC:16369"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845529046188032, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/11315", "id": "NCBIGene:11315", "synonym_kw": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "PARK7_HUMAN", "DJ1", "DJ-1", "PARK7", "oncogene DJ1", "HEL-S-67p", "maillard deglycase", "GATD2", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7"], "synonym_std": ["protein DJ-1", "protein deglycase DJ-1", "Parkinsonism associated deglycase", "Parkinson disease (autosomal recessive, early onset) 7", "protein/nucleic acid deglycase DJ-1", "PARK7_HUMAN", "DJ1", "DJ-1", "PARK7", "oncogene DJ1", "HEL-S-67p", "maillard deglycase", "GATD2", "epididymis secretory sperm binding protein Li 67p", "parkinson protein 7"], "label": ["PARK7"], "score": 25.766226, "category": ["gene"]}, {"synonym": ["GATD1", "Parkinson disease 7 domain-containing protein 1", "glutamine amidotransferase like class 1 domain containing 1", "PDDC1", "parkinson disease 7 domain-containing protein 1", "GALD1_HUMAN", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "equivalent_curie_eng": ["HGNC:26616", "ENSEMBL:ENSG00000177225", "KEGG-hsa:347862"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:347862", "iri": "http://www.ncbi.nlm.nih.gov/gene/347862", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225", "http://www.kegg.jp/dbget-bin/www_bget?hsa:347862"], "label_eng": ["GATD1"], "equivalent_curie_std": ["HGNC:26616", "ENSEMBL:ENSG00000177225", "KEGG-hsa:347862"], "id_eng": "NCBIGene:347862", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225", "http://www.kegg.jp/dbget-bin/www_bget?hsa:347862"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:26616", "ENSEMBL:ENSG00000177225", "KEGG-hsa:347862"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/347862", "label_std": ["GATD1"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["GATD1", "Parkinson disease 7 domain-containing protein 1", "glutamine amidotransferase like class 1 domain containing 1", "PDDC1", "parkinson disease 7 domain-containing protein 1", "GALD1_HUMAN", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "equivalent_curie": ["HGNC:26616", "ENSEMBL:ENSG00000177225", "KEGG-hsa:347862"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:347862", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225", "http://www.kegg.jp/dbget-bin/www_bget?hsa:347862"], "label_kw": ["GATD1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/347862", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:26616", "http://identifiers.org/ensembl/ENSG00000177225", "http://www.kegg.jp/dbget-bin/www_bget?hsa:347862"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845535692062720, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/347862", "id": "NCBIGene:347862", "synonym_kw": ["GATD1", "Parkinson disease 7 domain-containing protein 1", "glutamine amidotransferase like class 1 domain containing 1", "PDDC1", "parkinson disease 7 domain-containing protein 1", "GALD1_HUMAN", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "synonym_std": ["GATD1", "Parkinson disease 7 domain-containing protein 1", "glutamine amidotransferase like class 1 domain containing 1", "PDDC1", "parkinson disease 7 domain-containing protein 1", "GALD1_HUMAN", "Parkinson disease 7 domain containing 1", "glutamine amidotransferase-like class 1 domain-containing protein 1"], "label": ["GATD1"], "score": 25.766226, "category": ["gene"]}, {"synonym": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "equivalent_curie_eng": ["UMLS:C0751864"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:D020267", "iri": "http://purl.obolibrary.org/obo/MESH_D020267", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "label_eng": ["MPTP Poisoning"], "definition_std": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "id_eng": "MESH:D020267", "definition_kw": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020267", "label_std": ["MPTP Poisoning"], "equivalent_curie": ["UMLS:C0751864"], "equivalent_curie_kw": ["UMLS:C0751864"], "synonym_eng": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "score": 25.766226, "id_kw": "MESH:D020267", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "label_kw": ["MPTP Poisoning"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020267", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0751864"], "_version_": 1580845554408095744, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020267", "id": "MESH:D020267", "definition": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "synonym_kw": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "synonym_std": ["Parkinsonism, MPTP-Induced", "Poisoning, MPTP", "Poisoning, 1-Methyl-4-phenyl-1,2,3,6-tetrahydropyridine", "MPTP Neurotoxicity Syndromes", "MPTP Neurotoxicity Syndrome", "MPTP Induced Degeneration of the Striatum", "MPTP-Induced Parkinsonism", "Neurotoxicity Syndromes, MPTP", "MPTP Induced Parkinsonism", "Neurotoxicity Syndrome, MPTP", "MPTP-Induced Degeneration of the Striatum"], "label": ["MPTP Poisoning"], "definition_eng": ["A condition caused by the neurotoxin MPTP which causes selective destruction of nigrostriatal dopaminergic neurons. Clinical features include irreversible parkinsonian signs including rigidity and bradykinesia (PARKINSON DISEASE, SECONDARY). MPTP toxicity is also used as an animal model for the study of PARKINSON DISEASE. (Adams et al., Principles of Neurology, 6th ed, p1072; Neurology 1986 Feb;36(2):250-8)"], "equivalent_curie_std": ["UMLS:C0751864"], "category": ["disease"]}, {"label_std": ["Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White syndrome (in other animals)"], "label_kw": ["Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White syndrome (in other animals)"], "leaf": false, "category_std": ["disease"], "id_std": "OMIA:001194", "iri": "http://purl.obolibrary.org/obo/OMIA_001194", "iri_eng": "http://purl.obolibrary.org/obo/OMIA_001194", "label_eng": ["Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White syndrome (in other animals)"], "iri_kw": "http://purl.obolibrary.org/obo/OMIA_001194", "id_eng": "OMIA:001194", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIA_001194", "id": "OMIA:001194", "category_kw": ["disease"], "label": ["Wolff-Parkinson-White syndrome", "Wolff-Parkinson-White syndrome (in other animals)"], "score": 25.588268, "_version_": 1580845548616810500, "id_kw": "OMIA:001194", "category": ["disease"]}, {"synonym": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "equivalent_curie_eng": ["UMLS:CN237447", "UMLS:C4274355"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:411602", "iri": "http://www.orpha.net/ORDO/Orphanet_411602", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN237447", "http://purl.obolibrary.org/obo/UMLS_C4274355"], "label_eng": ["Hereditary late-onset Parkinson disease"], "definition_std": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "id_eng": "Orphanet:411602", "definition_kw": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN237447", "http://purl.obolibrary.org/obo/UMLS_C4274355"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_411602", "label_std": ["Hereditary late-onset Parkinson disease"], "equivalent_curie": ["UMLS:CN237447", "UMLS:C4274355"], "equivalent_curie_kw": ["UMLS:CN237447", "UMLS:C4274355"], "synonym_eng": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "score": 25.225359, "id_kw": "Orphanet:411602", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN237447", "http://purl.obolibrary.org/obo/UMLS_C4274355"], "label_kw": ["Hereditary late-onset Parkinson disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_411602", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN237447", "http://purl.obolibrary.org/obo/UMLS_C4274355"], "_version_": 1580845512745025536, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_411602", "id": "Orphanet:411602", "definition": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "synonym_kw": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "synonym_std": ["LOPD", "Autosomal dominant late-onset Parkinson disease"], "label": ["Hereditary late-onset Parkinson disease"], "definition_eng": ["Hereditary late-onset Parkinson disease (LOPD) is a form of Parkinson disease (PD), characterized by an age of onset of more than 50 years, tremor at rest, gait complaints and falls, bradykinesia, rigidity and painful cramps. Patients usually present a low risk of developing non motor symptoms, dystonia, dyskinesia and levodopa-induced dyskinesia (LID)."], "equivalent_curie_std": ["UMLS:CN237447", "UMLS:C4274355"], "category": ["disease"]}, {"synonym": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "equivalent_curie_eng": ["MESH:C565115", "UMLS:C1852223"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:125320", "iri": "http://purl.obolibrary.org/obo/OMIM_125320", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "label_eng": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "equivalent_curie_std": ["MESH:C565115", "UMLS:C1852223"], "id_eng": "OMIM:125320", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_125320", "label_std": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "equivalent_curie": ["MESH:C565115", "UMLS:C1852223"], "equivalent_curie_kw": ["MESH:C565115", "UMLS:C1852223"], "synonym_eng": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "score": 25.225359, "id_kw": "OMIM:125320", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "label_kw": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_125320", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C565115", "http://purl.obolibrary.org/obo/UMLS_C1852223"], "_version_": 1580845550324940800, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_125320", "id": "OMIM:125320", "synonym_kw": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "synonym_std": ["DEMENTIA/PARKINSONISM WITH NON-ALZHEIMER AMYLOID PLAQUES"], "label": ["Dementia/Parkinsonism With Non-Alzheimer Amyloid Plaques"], "category": ["disease"]}, {"synonym": ["Parkinson disease (autosomal recessive, early onset) 7", "DJ-1"], "equivalent_curie_eng": ["NCBIGene:57320", "ENSEMBL:ENSMUSG00000028964"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:2135637", "iri": "http://www.informatics.jax.org/accession/MGI:2135637", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/57320", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "label_eng": ["Park7"], "equivalent_curie_std": ["NCBIGene:57320", "ENSEMBL:ENSMUSG00000028964"], "id_eng": "MGI:2135637", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/57320", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:57320", "ENSEMBL:ENSMUSG00000028964"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:2135637", "label_std": ["Park7"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["Parkinson disease (autosomal recessive, early onset) 7", "DJ-1"], "equivalent_curie": ["NCBIGene:57320", "ENSEMBL:ENSMUSG00000028964"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:2135637", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/57320", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "label_kw": ["Park7"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:2135637", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/57320", "http://identifiers.org/ensembl/ENSMUSG00000028964"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845558318235649, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:2135637", "id": "MGI:2135637", "synonym_kw": ["Parkinson disease (autosomal recessive, early onset) 7", "DJ-1"], "synonym_std": ["Parkinson disease (autosomal recessive, early onset) 7", "DJ-1"], "label": ["Park7"], "score": 25.225359, "category": ["gene"]}, {"synonym": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000031406"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:610760", "iri": "http://www.ncbi.nlm.nih.gov/gene/610760", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "label_eng": ["LOC610760"], "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000031406"], "id_eng": "NCBIGene:610760", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000031406"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/610760", "label_std": ["LOC610760"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "equivalent_curie": ["ENSEMBL:ENSCAFG00000031406"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:610760", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "label_kw": ["LOC610760"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/610760", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000031406"], "taxon_eng": "NCBITaxon:9615", "_version_": 1580845629279567873, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/610760", "id": "NCBIGene:610760", "synonym_kw": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "synonym_std": ["Parkinson disease 7 domain-containing protein 1", "PDDC1"], "label": ["LOC610760"], "score": 25.225359, "category": ["gene"]}, {"synonym": ["xdp"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1489", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1489", "label_eng": ["X-Linked Dystonia-Parkinsonism Syndrome"], "definition_std": ["Individuals with X-linked dystonia-parkinsonism (XDP) have dystonia of varying severity and parkinsonism. XDP afflicts primarily Filipino men and, rarely, women. The mean age of onset in men is 39 years; the clinical course is highly variable with parkinsonism as the initial presenting sign, overshadowed by dystonia as the disease progresses. Features of parkinsonism include resting tremor, bradykinesia, rigidity, postural instability, and severe shuffling gait. The dystonia develops focally, most commonly in the jaw, neck, trunk, and eyes, and less commonly in the limbs, tongue, pharynx, and larynx, the most characteristic being jaw dystonia often progressing to neck dystonia. Individuals with pure parkinsonism have non-disabling symptoms that are only slowly progressive; those who develop a combination of parkinsonism and dystonia can develop multifocal or generalized symptoms within a few years and die prematurely from pneumonia or intercurrent infections. Female carriers are mostly asymptomatic, though a small minority may manifest dystonia, parkinsonism, or chorea. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1489]"], "id_eng": "GeneReviews:NBK1489", "definition_kw": ["Individuals with X-linked dystonia-parkinsonism (XDP) have dystonia of varying severity and parkinsonism. XDP afflicts primarily Filipino men and, rarely, women. The mean age of onset in men is 39 years; the clinical course is highly variable with parkinsonism as the initial presenting sign, overshadowed by dystonia as the disease progresses. Features of parkinsonism include resting tremor, bradykinesia, rigidity, postural instability, and severe shuffling gait. The dystonia develops focally, most commonly in the jaw, neck, trunk, and eyes, and less commonly in the limbs, tongue, pharynx, and larynx, the most characteristic being jaw dystonia often progressing to neck dystonia. Individuals with pure parkinsonism have non-disabling symptoms that are only slowly progressive; those who develop a combination of parkinsonism and dystonia can develop multifocal or generalized symptoms within a few years and die prematurely from pneumonia or intercurrent infections. Female carriers are mostly asymptomatic, though a small minority may manifest dystonia, parkinsonism, or chorea. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1489]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1489", "label_std": ["X-Linked Dystonia-Parkinsonism Syndrome"], "synonym_eng": ["xdp"], "score": 25.161528, "id_kw": "GeneReviews:NBK1489", "label_kw": ["X-Linked Dystonia-Parkinsonism Syndrome"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1489", "_version_": 1580845509883461632, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1489", "id": "GeneReviews:NBK1489", "definition": ["Individuals with X-linked dystonia-parkinsonism (XDP) have dystonia of varying severity and parkinsonism. XDP afflicts primarily Filipino men and, rarely, women. The mean age of onset in men is 39 years; the clinical course is highly variable with parkinsonism as the initial presenting sign, overshadowed by dystonia as the disease progresses. Features of parkinsonism include resting tremor, bradykinesia, rigidity, postural instability, and severe shuffling gait. The dystonia develops focally, most commonly in the jaw, neck, trunk, and eyes, and less commonly in the limbs, tongue, pharynx, and larynx, the most characteristic being jaw dystonia often progressing to neck dystonia. Individuals with pure parkinsonism have non-disabling symptoms that are only slowly progressive; those who develop a combination of parkinsonism and dystonia can develop multifocal or generalized symptoms within a few years and die prematurely from pneumonia or intercurrent infections. Female carriers are mostly asymptomatic, though a small minority may manifest dystonia, parkinsonism, or chorea. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1489]"], "synonym_kw": ["xdp"], "synonym_std": ["xdp"], "label": ["X-Linked Dystonia-Parkinsonism Syndrome"], "definition_eng": ["Individuals with X-linked dystonia-parkinsonism (XDP) have dystonia of varying severity and parkinsonism. XDP afflicts primarily Filipino men and, rarely, women. The mean age of onset in men is 39 years; the clinical course is highly variable with parkinsonism as the initial presenting sign, overshadowed by dystonia as the disease progresses. Features of parkinsonism include resting tremor, bradykinesia, rigidity, postural instability, and severe shuffling gait. The dystonia develops focally, most commonly in the jaw, neck, trunk, and eyes, and less commonly in the limbs, tongue, pharynx, and larynx, the most characteristic being jaw dystonia often progressing to neck dystonia. Individuals with pure parkinsonism have non-disabling symptoms that are only slowly progressive; those who develop a combination of parkinsonism and dystonia can develop multifocal or generalized symptoms within a few years and die prematurely from pneumonia or intercurrent infections. Female carriers are mostly asymptomatic, though a small minority may manifest dystonia, parkinsonism, or chorea. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1489]"], "category": ["disease"]}, {"synonym": ["lrrk2"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1208", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1208", "label_eng": ["LRRK2-Related Parkinson Disease"], "definition_std": ["LRRK2-related Parkinson disease (PD) is characterized by features consistent with idiopathic PD: initial motor features of slowly progressive asymmetric tremor at rest and/or bradykinesia, cog-wheel muscle rigidity, postural instability, and gait abnormalities that may include festination and freezing. Non-motor symptoms in LRRK2-related PD occur with similar frequency as observed in typical idiopathic PD. Onset is generally after age 50 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1208]"], "id_eng": "GeneReviews:NBK1208", "definition_kw": ["LRRK2-related Parkinson disease (PD) is characterized by features consistent with idiopathic PD: initial motor features of slowly progressive asymmetric tremor at rest and/or bradykinesia, cog-wheel muscle rigidity, postural instability, and gait abnormalities that may include festination and freezing. Non-motor symptoms in LRRK2-related PD occur with similar frequency as observed in typical idiopathic PD. Onset is generally after age 50 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1208]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1208", "label_std": ["LRRK2-Related Parkinson Disease"], "synonym_eng": ["lrrk2"], "score": 25.161528, "id_kw": "GeneReviews:NBK1208", "label_kw": ["LRRK2-Related Parkinson Disease"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1208", "_version_": 1580845511221444608, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1208", "id": "GeneReviews:NBK1208", "definition": ["LRRK2-related Parkinson disease (PD) is characterized by features consistent with idiopathic PD: initial motor features of slowly progressive asymmetric tremor at rest and/or bradykinesia, cog-wheel muscle rigidity, postural instability, and gait abnormalities that may include festination and freezing. Non-motor symptoms in LRRK2-related PD occur with similar frequency as observed in typical idiopathic PD. Onset is generally after age 50 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1208]"], "synonym_kw": ["lrrk2"], "synonym_std": ["lrrk2"], "label": ["LRRK2-Related Parkinson Disease"], "definition_eng": ["LRRK2-related Parkinson disease (PD) is characterized by features consistent with idiopathic PD: initial motor features of slowly progressive asymmetric tremor at rest and/or bradykinesia, cog-wheel muscle rigidity, postural instability, and gait abnormalities that may include festination and freezing. Non-motor symptoms in LRRK2-related PD occur with similar frequency as observed in typical idiopathic PD. Onset is generally after age 50 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1208]"], "category": ["disease"]}, {"synonym": ["vps35-pd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK447258", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK447258", "label_eng": ["VPS35-Related Parkinson Disease"], "id_eng": "GeneReviews:NBK447258", "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK447258", "label_std": ["VPS35-Related Parkinson Disease"], "synonym_eng": ["vps35-pd"], "score": 25.161528, "id_kw": "GeneReviews:NBK447258", "label_kw": ["VPS35-Related Parkinson Disease"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK447258", "_version_": 1580845512187183104, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK447258", "id": "GeneReviews:NBK447258", "synonym_kw": ["vps35-pd"], "synonym_std": ["vps35-pd"], "label": ["VPS35-Related Parkinson Disease"], "category": ["disease"]}, {"synonym": ["CLN12 disease"], "equivalent_curie_eng": ["UMLS:CN203776"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:314632", "iri": "http://www.orpha.net/ORDO/Orphanet_314632", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN203776"], "label_eng": ["Parkinsonism due to ATP13A2 deficiency"], "equivalent_curie_std": ["UMLS:CN203776"], "id_eng": "Orphanet:314632", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN203776"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_314632", "label_std": ["Parkinsonism due to ATP13A2 deficiency"], "equivalent_curie": ["UMLS:CN203776"], "equivalent_curie_kw": ["UMLS:CN203776"], "synonym_eng": ["CLN12 disease"], "score": 25.161528, "id_kw": "Orphanet:314632", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN203776"], "label_kw": ["Parkinsonism due to ATP13A2 deficiency"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_314632", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN203776"], "_version_": 1580845512664285184, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_314632", "id": "Orphanet:314632", "synonym_kw": ["CLN12 disease"], "synonym_std": ["CLN12 disease"], "label": ["Parkinsonism due to ATP13A2 deficiency"], "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN204972"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:391411", "iri": "http://www.orpha.net/ORDO/Orphanet_391411", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN204972"], "label_eng": ["Atypical juvenile parkinsonism"], "definition_std": ["Atypical juvenile parkinsonism (AJP) is a complex form of young-onset Parkinson disease (YOPD; see this term) that manifests with pyramidal signs, eye movement abnormalities, psychiatric manifestations (depression, anxiety, drug-induced psychosis, and impulse control disorders), intellectual disability, and other neurological symptoms (such as ataxia and epilepsy) along with classical parkinsonian symptoms."], "id_eng": "Orphanet:391411", "definition_kw": ["Atypical juvenile parkinsonism (AJP) is a complex form of young-onset Parkinson disease (YOPD; see this term) that manifests with pyramidal signs, eye movement abnormalities, psychiatric manifestations (depression, anxiety, drug-induced psychosis, and impulse control disorders), intellectual disability, and other neurological symptoms (such as ataxia and epilepsy) along with classical parkinsonian symptoms."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN204972"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_391411", "label_std": ["Atypical juvenile parkinsonism"], "equivalent_curie": ["UMLS:CN204972"], "equivalent_curie_kw": ["UMLS:CN204972"], "score": 25.161528, "id_kw": "Orphanet:391411", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN204972"], "label_kw": ["Atypical juvenile parkinsonism"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_391411", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN204972"], "_version_": 1580845512778579968, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_391411", "id": "Orphanet:391411", "definition": ["Atypical juvenile parkinsonism (AJP) is a complex form of young-onset Parkinson disease (YOPD; see this term) that manifests with pyramidal signs, eye movement abnormalities, psychiatric manifestations (depression, anxiety, drug-induced psychosis, and impulse control disorders), intellectual disability, and other neurological symptoms (such as ataxia and epilepsy) along with classical parkinsonian symptoms."], "label": ["Atypical juvenile parkinsonism"], "definition_eng": ["Atypical juvenile parkinsonism (AJP) is a complex form of young-onset Parkinson disease (YOPD; see this term) that manifests with pyramidal signs, eye movement abnormalities, psychiatric manifestations (depression, anxiety, drug-induced psychosis, and impulse control disorders), intellectual disability, and other neurological symptoms (such as ataxia and epilepsy) along with classical parkinsonian symptoms."], "equivalent_curie_std": ["UMLS:CN204972"], "category": ["disease"]}, {"label_std": ["juvenile-onset Parkinson disease"], "label_kw": ["juvenile-onset Parkinson disease"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:0060893", "iri": "http://purl.obolibrary.org/obo/DOID_0060893", "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060893", "label_eng": ["juvenile-onset Parkinson disease"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060893", "id_eng": "DOID:0060893", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_0060893", "id": "DOID:0060893", "category_kw": ["disease"], "label": ["juvenile-onset Parkinson disease"], "score": 25.161528, "_version_": 1580845610994499584, "id_kw": "DOID:0060893", "category": ["disease"]}, {"label_std": ["late onset Parkinson disease"], "label_kw": ["late onset Parkinson disease"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:0060892", "iri": "http://purl.obolibrary.org/obo/DOID_0060892", "iri_eng": "http://purl.obolibrary.org/obo/DOID_0060892", "label_eng": ["late onset Parkinson disease"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_0060892", "id_eng": "DOID:0060892", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_0060892", "id": "DOID:0060892", "category_kw": ["disease"], "label": ["late onset Parkinson disease"], "score": 25.161528, "_version_": 1580845610994499586, "id_kw": "DOID:0060892", "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN206908"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:97355", "iri": "http://www.orpha.net/ORDO/Orphanet_97355", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN206908"], "label_eng": ["Parkinsonism with dementia of Guadeloupe"], "definition_std": ["Parkinsonism with dementia of Guadeloupe is characterised by symmetrical bradykinesia, predominantly axial rigidity, postural instability with early falls and cognitive decline with prominent features of frontal lobe dysfunction."], "id_eng": "Orphanet:97355", "definition_kw": ["Parkinsonism with dementia of Guadeloupe is characterised by symmetrical bradykinesia, predominantly axial rigidity, postural instability with early falls and cognitive decline with prominent features of frontal lobe dysfunction."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN206908"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_97355", "label_std": ["Parkinsonism with dementia of Guadeloupe"], "equivalent_curie": ["UMLS:CN206908"], "equivalent_curie_kw": ["UMLS:CN206908"], "score": 25.161528, "id_kw": "Orphanet:97355", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN206908"], "label_kw": ["Parkinsonism with dementia of Guadeloupe"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_97355", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN206908"], "_version_": 1580845611293343746, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_97355", "id": "Orphanet:97355", "definition": ["Parkinsonism with dementia of Guadeloupe is characterised by symmetrical bradykinesia, predominantly axial rigidity, postural instability with early falls and cognitive decline with prominent features of frontal lobe dysfunction."], "label": ["Parkinsonism with dementia of Guadeloupe"], "definition_eng": ["Parkinsonism with dementia of Guadeloupe is characterised by symmetrical bradykinesia, predominantly axial rigidity, postural instability with early falls and cognitive decline with prominent features of frontal lobe dysfunction."], "equivalent_curie_std": ["UMLS:CN206908"], "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN227172"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:307052", "iri": "http://www.orpha.net/ORDO/Orphanet_307052", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN227172"], "label_eng": ["Rare genetic parkinsonian disorder"], "equivalent_curie_std": ["UMLS:CN227172"], "id_eng": "Orphanet:307052", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN227172"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_307052", "label_std": ["Rare genetic parkinsonian disorder"], "equivalent_curie": ["UMLS:CN227172"], "equivalent_curie_kw": ["UMLS:CN227172"], "score": 25.161528, "id_kw": "Orphanet:307052", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN227172"], "label_kw": ["Rare genetic parkinsonian disorder"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_307052", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN227172"], "_version_": 1580845612810633217, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_307052", "id": "Orphanet:307052", "label": ["Rare genetic parkinsonian disorder"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0001716", "iri": "http://purl.obolibrary.org/obo/HP_0001716", "label_eng": ["Wolff-Parkinson-White syndrome"], "definition_std": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "id_eng": "HP:0001716", "definition_kw": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0001716", "label_std": ["Wolff-Parkinson-White syndrome"], "score": 25.161528, "id_kw": "HP:0001716", "label_kw": ["Wolff-Parkinson-White syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0001716", "_version_": 1580845573455478786, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0001716", "id": "HP:0001716", "definition": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "label": ["Wolff-Parkinson-White syndrome"], "definition_eng": ["A disorder of the cardiac conduction system of the heart characterized by ventricular preexcitation due to the presence of an abnormal accessory atrioventricular electrical conduction pathway."], "category": ["Phenotype"]}, {"equivalent_curie_eng": ["UMLS:CN203536"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:306692", "iri": "http://www.orpha.net/ORDO/Orphanet_306692", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN203536"], "label_eng": ["Cyanide-induced parkinsonism"], "equivalent_curie_std": ["UMLS:CN203536"], "id_eng": "Orphanet:306692", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN203536"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_306692", "label_std": ["Cyanide-induced parkinsonism"], "equivalent_curie": ["UMLS:CN203536"], "equivalent_curie_kw": ["UMLS:CN203536"], "score": 25.161528, "id_kw": "Orphanet:306692", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN203536"], "label_kw": ["Cyanide-induced parkinsonism"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_306692", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN203536"], "_version_": 1580845617057366018, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_306692", "id": "Orphanet:306692", "label": ["Cyanide-induced parkinsonism"], "category": ["disease"]}, {"label_std": ["Rare parkinsonian disorder"], "label_kw": ["Rare parkinsonian disorder"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:68402", "iri": "http://www.orpha.net/ORDO/Orphanet_68402", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_68402", "label_eng": ["Rare parkinsonian disorder"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_68402", "id_eng": "Orphanet:68402", "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_68402", "id": "Orphanet:68402", "category_kw": ["disease"], "label": ["Rare parkinsonian disorder"], "score": 25.161528, "_version_": 1580845620633010176, "id_kw": "Orphanet:68402", "category": ["disease"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000011562"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:421577", "iri": "http://www.ncbi.nlm.nih.gov/gene/421577", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "label_eng": ["PARK2"], "equivalent_curie_std": ["ENSEMBL:ENSGALG00000011562"], "id_eng": "NCBIGene:421577", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000011562"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/421577", "label_std": ["PARK2"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie": ["ENSEMBL:ENSGALG00000011562"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:421577", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "label_kw": ["PARK2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/421577", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000011562"], "taxon_eng": "NCBITaxon:9031", "_version_": 1580845595569946624, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/421577", "id": "NCBIGene:421577", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "E3 ubiquitin-protein ligase parkin"], "label": ["PARK2"], "score": 24.667639, "category": ["gene"]}, {"synonym": ["Parkinson Disease 23, Autosomal Recessive Early-Onset", "PARK23", "autosomal recessive early-onset Parksinson disease type 23", "PARKINSON DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "equivalent_curie_eng": ["UMLS:CN235610", "UMLS:C4225186", "DOID:0060896"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:616840", "iri": "http://purl.obolibrary.org/obo/OMIM_616840", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN235610", "http://purl.obolibrary.org/obo/UMLS_C4225186", "http://purl.obolibrary.org/obo/DOID_0060896"], "label_eng": ["autosomal recessive early-onset Parksinson disease 23", "Parkinson Disease 23, Autosomal Recessive Early-Onset", "Parkinson disease 23, autosomal recessive early-onset"], "definition_std": ["Parkinson disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset of parkinsonism associated with progressive cognitive impairment leading to dementia and dysautonomia. Some individuals have additional motor abnormalities. Affected individuals become severely disabled within a few decades (summary by {1:Lesage et al., 2016}).", "An early-onset Parkinson disease that has_material_basis_in homozygous or compound heterozygous mutation in the VPS13C gene on chromosome 15q22."], "id_eng": "OMIM:616840", "definition_kw": ["Parkinson disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset of parkinsonism associated with progressive cognitive impairment leading to dementia and dysautonomia. Some individuals have additional motor abnormalities. Affected individuals become severely disabled within a few decades (summary by {1:Lesage et al., 2016}).", "An early-onset Parkinson disease that has_material_basis_in homozygous or compound heterozygous mutation in the VPS13C gene on chromosome 15q22."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN235610", "http://purl.obolibrary.org/obo/UMLS_C4225186", "http://purl.obolibrary.org/obo/DOID_0060896"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616840", "label_std": ["autosomal recessive early-onset Parksinson disease 23", "Parkinson Disease 23, Autosomal Recessive Early-Onset", "Parkinson disease 23, autosomal recessive early-onset"], "equivalent_curie": ["UMLS:CN235610", "UMLS:C4225186", "DOID:0060896"], "equivalent_curie_kw": ["UMLS:CN235610", "UMLS:C4225186", "DOID:0060896"], "synonym_eng": ["Parkinson Disease 23, Autosomal Recessive Early-Onset", "PARK23", "autosomal recessive early-onset Parksinson disease type 23", "PARKINSON DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "score": 24.667639, "id_kw": "OMIM:616840", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN235610", "http://purl.obolibrary.org/obo/UMLS_C4225186", "http://purl.obolibrary.org/obo/DOID_0060896"], "label_kw": ["autosomal recessive early-onset Parksinson disease 23", "Parkinson Disease 23, Autosomal Recessive Early-Onset", "Parkinson disease 23, autosomal recessive early-onset"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616840", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN235610", "http://purl.obolibrary.org/obo/UMLS_C4225186", "http://purl.obolibrary.org/obo/DOID_0060896"], "_version_": 1580845545444868096, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_616840", "id": "OMIM:616840", "definition": ["Parkinson disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset of parkinsonism associated with progressive cognitive impairment leading to dementia and dysautonomia. Some individuals have additional motor abnormalities. Affected individuals become severely disabled within a few decades (summary by {1:Lesage et al., 2016}).", "An early-onset Parkinson disease that has_material_basis_in homozygous or compound heterozygous mutation in the VPS13C gene on chromosome 15q22."], "synonym_kw": ["Parkinson Disease 23, Autosomal Recessive Early-Onset", "PARK23", "autosomal recessive early-onset Parksinson disease type 23", "PARKINSON DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "synonym_std": ["Parkinson Disease 23, Autosomal Recessive Early-Onset", "PARK23", "autosomal recessive early-onset Parksinson disease type 23", "PARKINSON DISEASE 23, AUTOSOMAL RECESSIVE EARLY-ONSET; PARK23"], "label": ["autosomal recessive early-onset Parksinson disease 23", "Parkinson Disease 23, Autosomal Recessive Early-Onset", "Parkinson disease 23, autosomal recessive early-onset"], "definition_eng": ["Parkinson disease-23 is a progressive neurodegenerative disorder characterized by young-adult onset of parkinsonism associated with progressive cognitive impairment leading to dementia and dysautonomia. Some individuals have additional motor abnormalities. Affected individuals become severely disabled within a few decades (summary by {1:Lesage et al., 2016}).", "An early-onset Parkinson disease that has_material_basis_in homozygous or compound heterozygous mutation in the VPS13C gene on chromosome 15q22."], "equivalent_curie_std": ["UMLS:CN235610", "UMLS:C4225186", "DOID:0060896"], "category": ["disease"]}, {"synonym": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000018781"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:741350", "iri": "http://www.ncbi.nlm.nih.gov/gene/741350", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "label_eng": ["PRKN"], "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000018781"], "id_eng": "NCBIGene:741350", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000018781"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/741350", "label_std": ["PRKN"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "equivalent_curie": ["ENSEMBL:ENSPTRG00000018781"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:741350", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/741350", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000018781"], "taxon_eng": "NCBITaxon:9598", "_version_": 1580845625136644097, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/741350", "id": "NCBIGene:741350", "synonym_kw": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["Parkinson disease (autosomal recessive, juvenile) 2, parkin", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "parkin RBR E3 ubiquitin protein ligase", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 24.667639, "category": ["gene"]}, {"synonym": ["Resting tremor", "Parkinsonian tremor", "Rest tremor", "Tremor at rest"], "leaf": false, "category_std": ["Phenotype"], "id_std": "HP:0002322", "iri": "http://purl.obolibrary.org/obo/HP_0002322", "label_eng": ["Resting tremor"], "definition_std": ["A resting tremor occurs when muscles are at rest and becomes less noticeable or disappears when the affected muscles are moved. Resting tremors are often slow and coarse."], "id_eng": "HP:0002322", "definition_kw": ["A resting tremor occurs when muscles are at rest and becomes less noticeable or disappears when the affected muscles are moved. Resting tremors are often slow and coarse."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002322", "label_std": ["Resting tremor"], "synonym_eng": ["Resting tremor", "Parkinsonian tremor", "Rest tremor", "Tremor at rest"], "score": 23.923077, "id_kw": "HP:0002322", "label_kw": ["Resting tremor"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002322", "_version_": 1580845592416878593, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002322", "id": "HP:0002322", "definition": ["A resting tremor occurs when muscles are at rest and becomes less noticeable or disappears when the affected muscles are moved. Resting tremors are often slow and coarse."], "synonym_kw": ["Resting tremor", "Parkinsonian tremor", "Rest tremor", "Tremor at rest"], "synonym_std": ["Resting tremor", "Parkinsonian tremor", "Rest tremor", "Tremor at rest"], "label": ["Resting tremor"], "definition_eng": ["A resting tremor occurs when muscles are at rest and becomes less noticeable or disappears when the affected muscles are moved. Resting tremors are often slow and coarse."], "category": ["Phenotype"]}, {"synonym": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "equivalent_curie_eng": ["UMLS:C1861668", "MESH:C538079"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:118301", "iri": "http://purl.obolibrary.org/obo/OMIM_118301", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "label_eng": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "equivalent_curie_std": ["UMLS:C1861668", "MESH:C538079"], "id_eng": "OMIM:118301", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_118301", "label_std": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "equivalent_curie": ["UMLS:C1861668", "MESH:C538079"], "equivalent_curie_kw": ["UMLS:C1861668", "MESH:C538079"], "synonym_eng": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "score": 23.923077, "id_kw": "OMIM:118301", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "label_kw": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_118301", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1861668", "http://purl.obolibrary.org/obo/MESH_C538079"], "_version_": 1580845550142488579, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_118301", "id": "OMIM:118301", "synonym_kw": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "synonym_std": ["CHARCOT-MARIE-TOOTH DISEASE WITH PTOSIS AND PARKINSONISM"], "label": ["Charcot-Marie-Tooth Disease With Ptosis and Parkinsonism"], "category": ["disease"]}, {"synonym": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Parkin"], "equivalent_curie_eng": ["NCBIGene:50873", "ENSEMBL:ENSMUSG00000023826"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:1355296", "iri": "http://www.informatics.jax.org/accession/MGI:1355296", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/50873", "http://identifiers.org/ensembl/ENSMUSG00000023826"], "label_eng": ["Park2"], "equivalent_curie_std": ["NCBIGene:50873", "ENSEMBL:ENSMUSG00000023826"], "id_eng": "MGI:1355296", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/50873", "http://identifiers.org/ensembl/ENSMUSG00000023826"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:50873", "ENSEMBL:ENSMUSG00000023826"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:1355296", "label_std": ["Park2"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Parkin"], "equivalent_curie": ["NCBIGene:50873", "ENSEMBL:ENSMUSG00000023826"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:1355296", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/50873", "http://identifiers.org/ensembl/ENSMUSG00000023826"], "label_kw": ["Park2"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:1355296", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/50873", "http://identifiers.org/ensembl/ENSMUSG00000023826"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845560470962177, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:1355296", "id": "MGI:1355296", "synonym_kw": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Parkin"], "synonym_std": ["PRKN", "Parkinson disease (autosomal recessive, juvenile) 2, parkin", "Parkin"], "label": ["Park2"], "score": 23.923077, "category": ["gene"]}, {"synonym": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "taxon_kw": "NCBITaxon:31033", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101078161", "iri": "http://www.ncbi.nlm.nih.gov/gene/101078161", "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "label_eng": ["LOC101078161"], "id_eng": "NCBIGene:101078161", "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "category_kw": ["gene"], "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_std": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101078161", "label_std": ["LOC101078161"], "taxon_label_kw": "Takifugu rubripes", "synonym_eng": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "taxon_label_eng": "Takifugu rubripes", "taxon": "NCBITaxon:31033", "taxon_label": "Takifugu rubripes", "id_kw": "NCBIGene:101078161", "label_kw": ["LOC101078161"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101078161", "taxon_eng": "NCBITaxon:31033", "_version_": 1580845637089361921, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101078161", "id": "NCBIGene:101078161", "synonym_kw": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "synonym_std": ["LOC101077938", "CD151 antigen-like", "Parkinson disease 7 domain-containing protein 1-like"], "label": ["LOC101078161"], "score": 23.923077, "category": ["gene"]}, {"synonym": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "SP22", "sperm protein at 22 kDa"], "equivalent_curie_eng": ["ENSEMBL:ENSECAG00000017251"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100052123", "iri": "http://www.ncbi.nlm.nih.gov/gene/100052123", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSECAG00000017251"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSECAG00000017251"], "id_eng": "NCBIGene:100052123", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSECAG00000017251"], "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_curie_kw": ["ENSEMBL:ENSECAG00000017251"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100052123", "label_std": ["PARK7"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "SP22", "sperm protein at 22 kDa"], "equivalent_curie": ["ENSEMBL:ENSECAG00000017251"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100052123", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSECAG00000017251"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100052123", "equivalent_iri": ["http://identifiers.org/ensembl/ENSECAG00000017251"], "taxon_eng": "NCBITaxon:9796", "_version_": 1580845789098278912, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100052123", "id": "NCBIGene:100052123", "synonym_kw": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "SP22", "sperm protein at 22 kDa"], "synonym_std": ["protein deglycase DJ-1", "Parkinsonism associated deglycase", "SP22", "sperm protein at 22 kDa"], "label": ["PARK7"], "score": 23.923077, "category": ["gene"]}, {"synonym": ["protein DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000003385"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:780404", "iri": "http://www.ncbi.nlm.nih.gov/gene/780404", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "label_eng": ["PARK7"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000003385"], "id_eng": "NCBIGene:780404", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000003385"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/780404", "label_std": ["PARK7"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["protein DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000003385"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:780404", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "label_kw": ["PARK7"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/780404", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000003385"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845760348422145, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/780404", "id": "NCBIGene:780404", "synonym_kw": ["protein DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "synonym_std": ["protein DJ-1", "Parkinson disease (autosomal recessive, early onset) 7", "DJ-1 protein"], "label": ["PARK7"], "score": 23.923077, "category": ["gene"]}, {"label_std": ["Wolff-Parkinson-White syndrome in cattle"], "label_kw": ["Wolff-Parkinson-White syndrome in cattle"], "leaf": true, "category_std": ["disease"], "id_std": "OMIA:001194-9913", "iri": "http://purl.obolibrary.org/obo/OMIA_001194-9913", "iri_eng": "http://purl.obolibrary.org/obo/OMIA_001194-9913", "label_eng": ["Wolff-Parkinson-White syndrome in cattle"], "iri_kw": "http://purl.obolibrary.org/obo/OMIA_001194-9913", "id_eng": "OMIA:001194-9913", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIA_001194-9913", "id": "OMIA:001194-9913", "category_kw": ["disease"], "label": ["Wolff-Parkinson-White syndrome in cattle"], "score": 23.375128, "_version_": 1580845547871272964, "id_kw": "OMIA:001194-9913", "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN203533"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:306679", "iri": "http://www.orpha.net/ORDO/Orphanet_306679", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN203533"], "label_eng": ["Rare parkinsonian syndrome due to intoxication"], "equivalent_curie_std": ["UMLS:CN203533"], "id_eng": "Orphanet:306679", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN203533"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_306679", "label_std": ["Rare parkinsonian syndrome due to intoxication"], "equivalent_curie": ["UMLS:CN203533"], "equivalent_curie_kw": ["UMLS:CN203533"], "score": 23.375128, "id_kw": "Orphanet:306679", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN203533"], "label_kw": ["Rare parkinsonian syndrome due to intoxication"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_306679", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN203533"], "_version_": 1580845617059463169, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_306679", "id": "Orphanet:306679", "label": ["Rare parkinsonian syndrome due to intoxication"], "category": ["disease"]}, {"synonym": ["Favorable response to levodopa"], "leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0002548", "iri": "http://purl.obolibrary.org/obo/HP_0002548", "label_eng": ["Parkinsonism with favorable response to dopaminergic medication"], "definition_std": ["Parkinsonism is a clinical syndrome that is a feature of a number of different diseases, including Parkinson disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and as a side-effect of some neuroleptic medications. Some but not all individuals with Parkinsonism show responsiveness to dopaminergic medication defined as a substantial reduction of amelioration of the component signs of Parkinsonism (including mainly tremor, bradykinesia, rigidity, and postural instability) upon administration of dopaminergic medication."], "id_eng": "HP:0002548", "definition_kw": ["Parkinsonism is a clinical syndrome that is a feature of a number of different diseases, including Parkinson disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and as a side-effect of some neuroleptic medications. Some but not all individuals with Parkinsonism show responsiveness to dopaminergic medication defined as a substantial reduction of amelioration of the component signs of Parkinsonism (including mainly tremor, bradykinesia, rigidity, and postural instability) upon administration of dopaminergic medication."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0002548", "label_std": ["Parkinsonism with favorable response to dopaminergic medication"], "synonym_eng": ["Favorable response to levodopa"], "score": 22.93775, "id_kw": "HP:0002548", "label_kw": ["Parkinsonism with favorable response to dopaminergic medication"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0002548", "_version_": 1580845591333699584, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0002548", "id": "HP:0002548", "definition": ["Parkinsonism is a clinical syndrome that is a feature of a number of different diseases, including Parkinson disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and as a side-effect of some neuroleptic medications. Some but not all individuals with Parkinsonism show responsiveness to dopaminergic medication defined as a substantial reduction of amelioration of the component signs of Parkinsonism (including mainly tremor, bradykinesia, rigidity, and postural instability) upon administration of dopaminergic medication."], "synonym_kw": ["Favorable response to levodopa"], "synonym_std": ["Favorable response to levodopa"], "label": ["Parkinsonism with favorable response to dopaminergic medication"], "definition_eng": ["Parkinsonism is a clinical syndrome that is a feature of a number of different diseases, including Parkinson disease itself, other neurodegenerative diseases such as progressive supranuclear palsy, and as a side-effect of some neuroleptic medications. Some but not all individuals with Parkinsonism show responsiveness to dopaminergic medication defined as a substantial reduction of amelioration of the component signs of Parkinsonism (including mainly tremor, bradykinesia, rigidity, and postural instability) upon administration of dopaminergic medication."], "category": ["Phenotype"]}, {"synonym": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "equivalent_curie_eng": ["Orphanet:282", "MESH:D057180"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:9255", "iri": "http://purl.obolibrary.org/obo/DOID_9255", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_282", "http://purl.obolibrary.org/obo/MESH_D057180"], "label_eng": ["frontotemporal dementia"], "definition_std": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "id_eng": "DOID:9255", "definition_kw": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_282", "http://purl.obolibrary.org/obo/MESH_D057180"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_9255", "label_std": ["frontotemporal dementia"], "equivalent_curie": ["Orphanet:282", "MESH:D057180"], "equivalent_curie_kw": ["Orphanet:282", "MESH:D057180"], "synonym_eng": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "score": 22.848463, "id_kw": "DOID:9255", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_282", "http://purl.obolibrary.org/obo/MESH_D057180"], "label_kw": ["frontotemporal dementia"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_9255", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_282", "http://purl.obolibrary.org/obo/MESH_D057180"], "_version_": 1580845594960723969, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_9255", "id": "DOID:9255", "definition": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "synonym_kw": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "synonym_std": ["Familial Pick's Disease", "Disease, Familial Pick's", "pallidopontonigral degeneration", "Frontotemporal Dementia, Ubiquitin-Positive", "Dementias, Semantic", "Familial Picks Disease", "Multiple System Tauopathy with Presenile Dementia", "multiple system tauopathy with presenile dementia", "Frontotemporal Lobe Dementias (FLDEM)", "Wilhelmsen-Lynch Diseases", "Frontotemporal Lobe Dementia (FLDEM)", "Frontotemporal Dementias, GRN-Related", "Frontotemporal Dementia with Parkinsonism-17", "Complices, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Wilhelmsen-Lynch Disease", "Semantic Dementias", "Dementias, GRN-Related Frontotemporal", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complex", "GRN-Related Frontotemporal Dementias", "Hereditary Dysphasic Disinhibition Dementia", "Frontotemporal Dementia with Parkinsonism 17", "Complices, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Ubiquitin-Positive Frontotemporal Dementias", "Pick's Disease, Familial", "Frontotemporal Lobe Dementia", "Dementias, Frontotemporal Lobe (FLDEM)", "Disease, Wilhelmsen-Lynch", "Complex, Disinhibition-Dementia-Parkinsonism-Amytrophy", "Dementia, GRN-Related Frontotemporal", "FTD", "Familial Pick Disease", "Frontotemporal Dementias, Ubiquitin-Positive", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Frontotemporal Dementia with Parkinsonism", "frontotemporal lobar degeneration", "GRN-Related Frontotemporal Dementia", "GRN Related Frontotemporal Dementia", "Dementia, Semantic", "Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Disinhibition-Dementia-Parkinsonism-Amytrophy Complices", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complices", "Disinhibition Dementia Parkinsonism Amyotrophy Complex", "FTLD with TDP-43 Pathology", "Frontotemporal Dementias", "Dementias, Frontotemporal", "Wilhemsen-Lynch disease", "Frontotemporal Dementia, GRN-Related", "Dementias, Frontotemporal Lobe", "Dementia, Frontotemporal, with Parkinsonism", "FTLD with TDP 43 Pathology", "Semantic Dementia", "Dementia, Ubiquitin-Positive Frontotemporal", "Dementia, Frontotemporal", "Disinhibition Dementia Parkinsonism Amytrophy Complex", "Familial Pick's Diseases", "Diseases, Wilhelmsen-Lynch", "Ubiquitin-Positive Frontotemporal Dementia", "Frontotemporal Lobe Dementias", "Frontotemporal Dementia, Ubiquitin Positive", "Diseases, Familial Pick's", "Dementia, Frontotemporal Lobe", "Pick's Diseases, Familial", "Wilhelmsen Lynch Disease", "Dementia, Frontotemporal Lobe (FLDEM)", "Lobe Dementia, Frontotemporal", "Complex, Disinhibition-Dementia-Parkinsonism-Amyotrophy", "Dementia, Hereditary Dysphasic Disinhibition", "Dementias, Ubiquitin-Positive Frontotemporal", "Lobe Dementias, Frontotemporal", "Frontotemporal Lobar Degeneration With Ubiquitin Positive Inclusions"], "label": ["frontotemporal dementia"], "definition_eng": ["Frontotemporal dementia (FTD) comprises a group of neurodegenerative disorders, characterized by progressive changes in behavior, executive dysfunction and language impairment, as a result of degeneration of the medial prefrontal and frontoinsular cortices. Four clinical subtypes have been identified: semantic dementia, progressive non-fluent aphasia, behavioral variant FTD and right temporal lobar atrophy (see these terms)."], "equivalent_curie_std": ["Orphanet:282", "MESH:D057180"], "category": ["disease"]}, {"synonym": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "rvFTD", "Ftld With Tau Inclusions", "RTLA", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "equivalent_curie_eng": ["Orphanet:293848", "UMLS:CN203142", "UMLS:C4274349", "UMLS:C0338451"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:600274", "iri": "http://purl.obolibrary.org/obo/OMIM_600274", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_293848", "http://purl.obolibrary.org/obo/UMLS_CN203142", "http://purl.obolibrary.org/obo/UMLS_C4274349", "http://purl.obolibrary.org/obo/UMLS_C0338451"], "label_eng": ["Frontotemporal Dementia", "Frontotemporal dementia, right temporal atrophy variant", "Frontotemporal dementia"], "definition_std": ["Right temporal lobar atrophy (RTLA) is an anatomic variant of frontotemporal dementia (FTD), characterized by behavioral dysfunction, personality changes, episodic memory loss, and prosopagnosia; attributable to an asymmetrical predominantly right-sided, frontotemporal atrophy.", "Frontotemporal dementia (FTD) refers to a clinical manifestation of the pathologic finding of frontotemporal lobar degeneration (FTLD). FTD, the most common subtype of FTLD, is a behavioral variant characterized by changes in social and personal conduct with loss of volition, executive dysfunction, loss of abstract thought, and decreased speech output. A second clinical subtype of FTLD is 'semantic dementia,' characterized by specific loss of comprehension of language and impaired facial and object recognition. A third clinical subtype of FTLD is 'primary progressive aphasia' (PPA), characterized by a reduction in speech production, speech errors, and word retrieval difficulties resulting in mutism and an inability to communicate. All subtypes have relative preservation of memory, at least in the early stages. FTLD is often associated with parkinsonism or motor neuron disease (MND) resembling amyotrophic lateral sclerosis (ALS; OMIM:105400) (reviews by {47:Tolnay and Probst, 2002} and {32:Mackenzie and Rademakers, 2007}). {30,31:Mackenzie et al. (2009, 2010)} provided a classification of FTLD subtypes according to the neuropathologic findings (see PATHOGENESIS below).\n\n<Subhead> Clinical Variability of Tauopathies\n\nTauopathies comprise a clinically variable group of neurodegenerative diseases characterized neuropathologically by accumulation of abnormal MAPT-positive inclusions in nerve and/or glial cells. In addition to frontotemporal dementia, semantic dementia, and PPA, different clinical syndromes with overlapping features have been described, leading to confusion in the terminology ({47:Tolnay and Probst, 2002}). Other terms used historically include parkinsonism and dementia with pallidopontonigral degeneration (PPND) ({56:Wszolek et al., 1992}); disinhibition-dementia-parkinsonism-amyotrophy complex (DDPAC) ({29:Lynch et al., 1994}); frontotemporal dementia with parkinsonism (FLDEM) ({57:Yamaoka et al., 1996}); and multiple system tauopathy with presenile dementia (MSTD) ({46:Spillantini et al., 1997}). These disorders are characterized by variable degrees of frontal lobe dementia, parkinsonism, motor neuron disease, and amyotrophy.\n\nOther neurodegenerative associated with mutations in the MAPT gene include Pick disease (OMIM:172700) and progressive supranuclear palsy (PSP; OMIM:601104),\n\nInherited neurodegenerative tauopathies linked to chromosome 17 and caused by mutation in the MAPT gene have also been collectively termed 'FTDP17' ({28:Lee et al., 2001}).\n\n{25:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of FTD, primary progressive aphasia (PPA), corticobasal degeneration (CBD), PSP, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease' and that the term 'Pick disease' should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Frontotemporal Lobar Degeneration\n\nMutations in several different genes can cause frontotemporal dementia and frontotemporal lobar degeneration, with or without motor neuron disease. See FTLD with TDP43 inclusions (OMIM:607485), caused by mutation in the GRN gene (OMIM:138945) on chromosome 17q21; FTLD mapping to chromosome 3 (OMIM:600795), caused by mutation in the CHMP2B gene (OMIM:609512); inclusion body myopathy with Paget disease and FTD (IBMPFD; OMIM:167320), caused by mutation in the VCP gene (OMIM:601023) on chromosome 9p13; ALS6 (OMIM:608030), caused by mutation in the FUS gene (OMIM:137070) on 16p11; ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078) on 1p36; and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on 9p.\n\nIn 1 family with FTD, a mutation was identified in the presenilin-1 gene (PSEN1; OMIM:104311) on chromosome 14, which is usually associated with a familial form of early-onset Alzheimer disease (AD3; OMIM:607822)."], "id_eng": "OMIM:600274", "definition_kw": ["Right temporal lobar atrophy (RTLA) is an anatomic variant of frontotemporal dementia (FTD), characterized by behavioral dysfunction, personality changes, episodic memory loss, and prosopagnosia; attributable to an asymmetrical predominantly right-sided, frontotemporal atrophy.", "Frontotemporal dementia (FTD) refers to a clinical manifestation of the pathologic finding of frontotemporal lobar degeneration (FTLD). FTD, the most common subtype of FTLD, is a behavioral variant characterized by changes in social and personal conduct with loss of volition, executive dysfunction, loss of abstract thought, and decreased speech output. A second clinical subtype of FTLD is 'semantic dementia,' characterized by specific loss of comprehension of language and impaired facial and object recognition. A third clinical subtype of FTLD is 'primary progressive aphasia' (PPA), characterized by a reduction in speech production, speech errors, and word retrieval difficulties resulting in mutism and an inability to communicate. All subtypes have relative preservation of memory, at least in the early stages. FTLD is often associated with parkinsonism or motor neuron disease (MND) resembling amyotrophic lateral sclerosis (ALS; OMIM:105400) (reviews by {47:Tolnay and Probst, 2002} and {32:Mackenzie and Rademakers, 2007}). {30,31:Mackenzie et al. (2009, 2010)} provided a classification of FTLD subtypes according to the neuropathologic findings (see PATHOGENESIS below).\n\n<Subhead> Clinical Variability of Tauopathies\n\nTauopathies comprise a clinically variable group of neurodegenerative diseases characterized neuropathologically by accumulation of abnormal MAPT-positive inclusions in nerve and/or glial cells. In addition to frontotemporal dementia, semantic dementia, and PPA, different clinical syndromes with overlapping features have been described, leading to confusion in the terminology ({47:Tolnay and Probst, 2002}). Other terms used historically include parkinsonism and dementia with pallidopontonigral degeneration (PPND) ({56:Wszolek et al., 1992}); disinhibition-dementia-parkinsonism-amyotrophy complex (DDPAC) ({29:Lynch et al., 1994}); frontotemporal dementia with parkinsonism (FLDEM) ({57:Yamaoka et al., 1996}); and multiple system tauopathy with presenile dementia (MSTD) ({46:Spillantini et al., 1997}). These disorders are characterized by variable degrees of frontal lobe dementia, parkinsonism, motor neuron disease, and amyotrophy.\n\nOther neurodegenerative associated with mutations in the MAPT gene include Pick disease (OMIM:172700) and progressive supranuclear palsy (PSP; OMIM:601104),\n\nInherited neurodegenerative tauopathies linked to chromosome 17 and caused by mutation in the MAPT gene have also been collectively termed 'FTDP17' ({28:Lee et al., 2001}).\n\n{25:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of FTD, primary progressive aphasia (PPA), corticobasal degeneration (CBD), PSP, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease' and that the term 'Pick disease' should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Frontotemporal Lobar Degeneration\n\nMutations in several different genes can cause frontotemporal dementia and frontotemporal lobar degeneration, with or without motor neuron disease. See FTLD with TDP43 inclusions (OMIM:607485), caused by mutation in the GRN gene (OMIM:138945) on chromosome 17q21; FTLD mapping to chromosome 3 (OMIM:600795), caused by mutation in the CHMP2B gene (OMIM:609512); inclusion body myopathy with Paget disease and FTD (IBMPFD; OMIM:167320), caused by mutation in the VCP gene (OMIM:601023) on chromosome 9p13; ALS6 (OMIM:608030), caused by mutation in the FUS gene (OMIM:137070) on 16p11; ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078) on 1p36; and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on 9p.\n\nIn 1 family with FTD, a mutation was identified in the presenilin-1 gene (PSEN1; OMIM:104311) on chromosome 14, which is usually associated with a familial form of early-onset Alzheimer disease (AD3; OMIM:607822)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_293848", "http://purl.obolibrary.org/obo/UMLS_CN203142", "http://purl.obolibrary.org/obo/UMLS_C4274349", "http://purl.obolibrary.org/obo/UMLS_C0338451"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_600274", "label_std": ["Frontotemporal Dementia", "Frontotemporal dementia, right temporal atrophy variant", "Frontotemporal dementia"], "equivalent_curie": ["Orphanet:293848", "UMLS:CN203142", "UMLS:C4274349", "UMLS:C0338451"], "equivalent_curie_kw": ["Orphanet:293848", "UMLS:CN203142", "UMLS:C4274349", "UMLS:C0338451"], "synonym_eng": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "rvFTD", "Ftld With Tau Inclusions", "RTLA", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "score": 22.671932, "id_kw": "OMIM:600274", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_293848", "http://purl.obolibrary.org/obo/UMLS_CN203142", "http://purl.obolibrary.org/obo/UMLS_C4274349", "http://purl.obolibrary.org/obo/UMLS_C0338451"], "label_kw": ["Frontotemporal Dementia", "Frontotemporal dementia, right temporal atrophy variant", "Frontotemporal dementia"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_600274", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_293848", "http://purl.obolibrary.org/obo/UMLS_CN203142", "http://purl.obolibrary.org/obo/UMLS_C4274349", "http://purl.obolibrary.org/obo/UMLS_C0338451"], "_version_": 1580845510201180161, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_600274", "id": "OMIM:600274", "definition": ["Right temporal lobar atrophy (RTLA) is an anatomic variant of frontotemporal dementia (FTD), characterized by behavioral dysfunction, personality changes, episodic memory loss, and prosopagnosia; attributable to an asymmetrical predominantly right-sided, frontotemporal atrophy.", "Frontotemporal dementia (FTD) refers to a clinical manifestation of the pathologic finding of frontotemporal lobar degeneration (FTLD). FTD, the most common subtype of FTLD, is a behavioral variant characterized by changes in social and personal conduct with loss of volition, executive dysfunction, loss of abstract thought, and decreased speech output. A second clinical subtype of FTLD is 'semantic dementia,' characterized by specific loss of comprehension of language and impaired facial and object recognition. A third clinical subtype of FTLD is 'primary progressive aphasia' (PPA), characterized by a reduction in speech production, speech errors, and word retrieval difficulties resulting in mutism and an inability to communicate. All subtypes have relative preservation of memory, at least in the early stages. FTLD is often associated with parkinsonism or motor neuron disease (MND) resembling amyotrophic lateral sclerosis (ALS; OMIM:105400) (reviews by {47:Tolnay and Probst, 2002} and {32:Mackenzie and Rademakers, 2007}). {30,31:Mackenzie et al. (2009, 2010)} provided a classification of FTLD subtypes according to the neuropathologic findings (see PATHOGENESIS below).\n\n<Subhead> Clinical Variability of Tauopathies\n\nTauopathies comprise a clinically variable group of neurodegenerative diseases characterized neuropathologically by accumulation of abnormal MAPT-positive inclusions in nerve and/or glial cells. In addition to frontotemporal dementia, semantic dementia, and PPA, different clinical syndromes with overlapping features have been described, leading to confusion in the terminology ({47:Tolnay and Probst, 2002}). Other terms used historically include parkinsonism and dementia with pallidopontonigral degeneration (PPND) ({56:Wszolek et al., 1992}); disinhibition-dementia-parkinsonism-amyotrophy complex (DDPAC) ({29:Lynch et al., 1994}); frontotemporal dementia with parkinsonism (FLDEM) ({57:Yamaoka et al., 1996}); and multiple system tauopathy with presenile dementia (MSTD) ({46:Spillantini et al., 1997}). These disorders are characterized by variable degrees of frontal lobe dementia, parkinsonism, motor neuron disease, and amyotrophy.\n\nOther neurodegenerative associated with mutations in the MAPT gene include Pick disease (OMIM:172700) and progressive supranuclear palsy (PSP; OMIM:601104),\n\nInherited neurodegenerative tauopathies linked to chromosome 17 and caused by mutation in the MAPT gene have also been collectively termed 'FTDP17' ({28:Lee et al., 2001}).\n\n{25:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of FTD, primary progressive aphasia (PPA), corticobasal degeneration (CBD), PSP, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease' and that the term 'Pick disease' should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Frontotemporal Lobar Degeneration\n\nMutations in several different genes can cause frontotemporal dementia and frontotemporal lobar degeneration, with or without motor neuron disease. See FTLD with TDP43 inclusions (OMIM:607485), caused by mutation in the GRN gene (OMIM:138945) on chromosome 17q21; FTLD mapping to chromosome 3 (OMIM:600795), caused by mutation in the CHMP2B gene (OMIM:609512); inclusion body myopathy with Paget disease and FTD (IBMPFD; OMIM:167320), caused by mutation in the VCP gene (OMIM:601023) on chromosome 9p13; ALS6 (OMIM:608030), caused by mutation in the FUS gene (OMIM:137070) on 16p11; ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078) on 1p36; and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on 9p.\n\nIn 1 family with FTD, a mutation was identified in the presenilin-1 gene (PSEN1; OMIM:104311) on chromosome 14, which is usually associated with a familial form of early-onset Alzheimer disease (AD3; OMIM:607822)."], "synonym_kw": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "rvFTD", "Ftld With Tau Inclusions", "RTLA", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "synonym_std": ["Wilhelmsen-Lynch Disease", "Frontotemporal Lobar Degeneration With Tau Inclusions", "Ftdp17", "Pick Complex", "Frontotemporal Lobe Dementia", "rvFTD", "Ftld With Tau Inclusions", "RTLA", "Frontotemporal Dementia With Parkinsonism", "FRONTOTEMPORAL DEMENTIA; FTD", "Pallidopontonigral Degeneration", "FTD", "Dementia, Frontotemporal, With Parkinsonism", "Disinhibition-Dementia-Parkinsonism-Amyotrophy Complex", "Multiple System Tauopathy With Presenile Dementia"], "label": ["Frontotemporal Dementia", "Frontotemporal dementia, right temporal atrophy variant", "Frontotemporal dementia"], "definition_eng": ["Right temporal lobar atrophy (RTLA) is an anatomic variant of frontotemporal dementia (FTD), characterized by behavioral dysfunction, personality changes, episodic memory loss, and prosopagnosia; attributable to an asymmetrical predominantly right-sided, frontotemporal atrophy.", "Frontotemporal dementia (FTD) refers to a clinical manifestation of the pathologic finding of frontotemporal lobar degeneration (FTLD). FTD, the most common subtype of FTLD, is a behavioral variant characterized by changes in social and personal conduct with loss of volition, executive dysfunction, loss of abstract thought, and decreased speech output. A second clinical subtype of FTLD is 'semantic dementia,' characterized by specific loss of comprehension of language and impaired facial and object recognition. A third clinical subtype of FTLD is 'primary progressive aphasia' (PPA), characterized by a reduction in speech production, speech errors, and word retrieval difficulties resulting in mutism and an inability to communicate. All subtypes have relative preservation of memory, at least in the early stages. FTLD is often associated with parkinsonism or motor neuron disease (MND) resembling amyotrophic lateral sclerosis (ALS; OMIM:105400) (reviews by {47:Tolnay and Probst, 2002} and {32:Mackenzie and Rademakers, 2007}). {30,31:Mackenzie et al. (2009, 2010)} provided a classification of FTLD subtypes according to the neuropathologic findings (see PATHOGENESIS below).\n\n<Subhead> Clinical Variability of Tauopathies\n\nTauopathies comprise a clinically variable group of neurodegenerative diseases characterized neuropathologically by accumulation of abnormal MAPT-positive inclusions in nerve and/or glial cells. In addition to frontotemporal dementia, semantic dementia, and PPA, different clinical syndromes with overlapping features have been described, leading to confusion in the terminology ({47:Tolnay and Probst, 2002}). Other terms used historically include parkinsonism and dementia with pallidopontonigral degeneration (PPND) ({56:Wszolek et al., 1992}); disinhibition-dementia-parkinsonism-amyotrophy complex (DDPAC) ({29:Lynch et al., 1994}); frontotemporal dementia with parkinsonism (FLDEM) ({57:Yamaoka et al., 1996}); and multiple system tauopathy with presenile dementia (MSTD) ({46:Spillantini et al., 1997}). These disorders are characterized by variable degrees of frontal lobe dementia, parkinsonism, motor neuron disease, and amyotrophy.\n\nOther neurodegenerative associated with mutations in the MAPT gene include Pick disease (OMIM:172700) and progressive supranuclear palsy (PSP; OMIM:601104),\n\nInherited neurodegenerative tauopathies linked to chromosome 17 and caused by mutation in the MAPT gene have also been collectively termed 'FTDP17' ({28:Lee et al., 2001}).\n\n{25:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of FTD, primary progressive aphasia (PPA), corticobasal degeneration (CBD), PSP, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease' and that the term 'Pick disease' should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Frontotemporal Lobar Degeneration\n\nMutations in several different genes can cause frontotemporal dementia and frontotemporal lobar degeneration, with or without motor neuron disease. See FTLD with TDP43 inclusions (OMIM:607485), caused by mutation in the GRN gene (OMIM:138945) on chromosome 17q21; FTLD mapping to chromosome 3 (OMIM:600795), caused by mutation in the CHMP2B gene (OMIM:609512); inclusion body myopathy with Paget disease and FTD (IBMPFD; OMIM:167320), caused by mutation in the VCP gene (OMIM:601023) on chromosome 9p13; ALS6 (OMIM:608030), caused by mutation in the FUS gene (OMIM:137070) on 16p11; ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078) on 1p36; and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on 9p.\n\nIn 1 family with FTD, a mutation was identified in the presenilin-1 gene (PSEN1; OMIM:104311) on chromosome 14, which is usually associated with a familial form of early-onset Alzheimer disease (AD3; OMIM:607822)."], "equivalent_curie_std": ["Orphanet:293848", "UMLS:CN203142", "UMLS:C4274349", "UMLS:C0338451"], "category": ["disease"]}, {"synonym": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "equivalent_curie_eng": ["Orphanet:101150", "UMLS:C2673535", "UMLS:C1854299", "MESH:C537537"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:605407", "iri": "http://purl.obolibrary.org/obo/OMIM_605407", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/MESH_C537537"], "label_eng": ["Segawa Syndrome, Autosomal Recessive", "Segawa syndrome, autosomal recessive", "Autosomal recessive dopa-responsive dystonia"], "definition_std": ["Segawa syndrome is an autosomal recessive neurologic disorder characterized by onset in infancy of dopa-responsive dystonia. There are 2 main phenotypes: one is a severe complex encephalopathy apparent in the perinatal period, with diurnal fluctuations and autonomic disturbances, and the other shows a less severe course with onset in the first year of life of a progressive hypokinetic-rigid syndrome and generalized dystonia. The less severe type shows a better response to levodopa compared to the more severe type (summary by {10:Stamelou et al., 2012}).\n\nSee also infantile parkinsonism-dystonia syndrome (OMIM:613135), caused by mutation in the SLC6A3 gene (OMIM:126455).", "Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "id_eng": "OMIM:605407", "definition_kw": ["Segawa syndrome is an autosomal recessive neurologic disorder characterized by onset in infancy of dopa-responsive dystonia. There are 2 main phenotypes: one is a severe complex encephalopathy apparent in the perinatal period, with diurnal fluctuations and autonomic disturbances, and the other shows a less severe course with onset in the first year of life of a progressive hypokinetic-rigid syndrome and generalized dystonia. The less severe type shows a better response to levodopa compared to the more severe type (summary by {10:Stamelou et al., 2012}).\n\nSee also infantile parkinsonism-dystonia syndrome (OMIM:613135), caused by mutation in the SLC6A3 gene (OMIM:126455).", "Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/MESH_C537537"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_605407", "label_std": ["Segawa Syndrome, Autosomal Recessive", "Segawa syndrome, autosomal recessive", "Autosomal recessive dopa-responsive dystonia"], "equivalent_curie": ["Orphanet:101150", "UMLS:C2673535", "UMLS:C1854299", "MESH:C537537"], "equivalent_curie_kw": ["Orphanet:101150", "UMLS:C2673535", "UMLS:C1854299", "MESH:C537537"], "synonym_eng": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "score": 22.671932, "id_kw": "OMIM:605407", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/MESH_C537537"], "label_kw": ["Segawa Syndrome, Autosomal Recessive", "Segawa syndrome, autosomal recessive", "Autosomal recessive dopa-responsive dystonia"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_605407", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_101150", "http://purl.obolibrary.org/obo/UMLS_C2673535", "http://purl.obolibrary.org/obo/UMLS_C1854299", "http://purl.obolibrary.org/obo/MESH_C537537"], "_version_": 1580845511821230080, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_605407", "id": "OMIM:605407", "definition": ["Segawa syndrome is an autosomal recessive neurologic disorder characterized by onset in infancy of dopa-responsive dystonia. There are 2 main phenotypes: one is a severe complex encephalopathy apparent in the perinatal period, with diurnal fluctuations and autonomic disturbances, and the other shows a less severe course with onset in the first year of life of a progressive hypokinetic-rigid syndrome and generalized dystonia. The less severe type shows a better response to levodopa compared to the more severe type (summary by {10:Stamelou et al., 2012}).\n\nSee also infantile parkinsonism-dystonia syndrome (OMIM:613135), caused by mutation in the SLC6A3 gene (OMIM:126455).", "Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "synonym_kw": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "synonym_std": ["Tyrosine hydroxylase-deficient dopa-responsive dystonia", "Autosomal Recessive Infantile Parkinsonism", "Dopa-Responsive Dystonia, Autosomal Recessive", "DOPA responsive dystonia, autosomal recessive", "DYT5b", "Parkinsonism, Infantile, Autosomal Recessive", "Th-Deficient Drd", "Autosomal recessive Segawa syndrome", "Dystonia, Dopa-Responsive, Autosomal Recessive", "Tyrosine Hydroxylase Deficiency", "SEGAWA SYNDROME, AUTOSOMAL RECESSIVE", "Dystonia, Dopa-Responsive, With Or Without Hyperphenylalaninemia, Autosomal Recessive", "Dystonia, DOPA responsive, autosomal recessive", "Parkinsonism, infantile, autosomal recessive", "Tyrosine hydroxylase deficiency"], "label": ["Segawa Syndrome, Autosomal Recessive", "Segawa syndrome, autosomal recessive", "Autosomal recessive dopa-responsive dystonia"], "definition_eng": ["Segawa syndrome is an autosomal recessive neurologic disorder characterized by onset in infancy of dopa-responsive dystonia. There are 2 main phenotypes: one is a severe complex encephalopathy apparent in the perinatal period, with diurnal fluctuations and autonomic disturbances, and the other shows a less severe course with onset in the first year of life of a progressive hypokinetic-rigid syndrome and generalized dystonia. The less severe type shows a better response to levodopa compared to the more severe type (summary by {10:Stamelou et al., 2012}).\n\nSee also infantile parkinsonism-dystonia syndrome (OMIM:613135), caused by mutation in the SLC6A3 gene (OMIM:126455).", "Autosomal recessive dopa-responsive dystonia (DYT5b) is a very rare neurometabolic disorder characterized by a spectrum of symptoms ranging from those seen in dopa-responsive dystonia (DRD; see this term) to progressive infantile encephalopathy."], "equivalent_curie_std": ["Orphanet:101150", "UMLS:C2673535", "UMLS:C1854299", "MESH:C537537"], "category": ["disease"]}, {"synonym": ["pink1-pd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK26472", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK26472", "label_eng": ["PINK1 Type of Young-Onset Parkinson Disease "], "definition_std": ["The PINK1 type of young-onset Parkinson disease is characterized by variable combinations of rigidity, bradykinesia, and rest tremor, often making it clinically indistinguishable from idiopathic Parkinson disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"], "id_eng": "GeneReviews:NBK26472", "definition_kw": ["The PINK1 type of young-onset Parkinson disease is characterized by variable combinations of rigidity, bradykinesia, and rest tremor, often making it clinically indistinguishable from idiopathic Parkinson disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK26472", "label_std": ["PINK1 Type of Young-Onset Parkinson Disease "], "synonym_eng": ["pink1-pd"], "score": 21.87109, "id_kw": "GeneReviews:NBK26472", "label_kw": ["PINK1 Type of Young-Onset Parkinson Disease "], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK26472", "_version_": 1580845510660456448, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK26472", "id": "GeneReviews:NBK26472", "definition": ["The PINK1 type of young-onset Parkinson disease is characterized by variable combinations of rigidity, bradykinesia, and rest tremor, often making it clinically indistinguishable from idiopathic Parkinson disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"], "synonym_kw": ["pink1-pd"], "synonym_std": ["pink1-pd"], "label": ["PINK1 Type of Young-Onset Parkinson Disease "], "definition_eng": ["The PINK1 type of young-onset Parkinson disease is characterized by variable combinations of rigidity, bradykinesia, and rest tremor, often making it clinically indistinguishable from idiopathic Parkinson disease. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26472]"], "category": ["disease"]}, {"synonym": ["Dystonia type 16", "Early-onset dystonia parkinsonism", "DYT16", "dystonia type 16", "DYSTONIA 16; DYT16"], "equivalent_curie_eng": ["Orphanet:210571", "UMLS:C2677567", "DOID:0090048", "MESH:C567430"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:612067", "iri": "http://purl.obolibrary.org/obo/OMIM_612067", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_210571", "http://purl.obolibrary.org/obo/UMLS_C2677567", "http://purl.obolibrary.org/obo/DOID_0090048", "http://purl.obolibrary.org/obo/MESH_C567430"], "label_eng": ["Dystonia 16", "dystonia 16"], "definition_std": ["Dystonia 16 (DYT16) is a very rare and newly discovered movement disorder which is characterized by early-onset progressive limb dystonia, laryngeal and oromandibular dystonia, and parkinsonism."], "id_eng": "OMIM:612067", "definition_kw": ["Dystonia 16 (DYT16) is a very rare and newly discovered movement disorder which is characterized by early-onset progressive limb dystonia, laryngeal and oromandibular dystonia, and parkinsonism."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_210571", "http://purl.obolibrary.org/obo/UMLS_C2677567", "http://purl.obolibrary.org/obo/DOID_0090048", "http://purl.obolibrary.org/obo/MESH_C567430"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_612067", "label_std": ["Dystonia 16", "dystonia 16"], "equivalent_curie": ["Orphanet:210571", "UMLS:C2677567", "DOID:0090048", "MESH:C567430"], "equivalent_curie_kw": ["Orphanet:210571", "UMLS:C2677567", "DOID:0090048", "MESH:C567430"], "synonym_eng": ["Dystonia type 16", "Early-onset dystonia parkinsonism", "DYT16", "dystonia type 16", "DYSTONIA 16; DYT16"], "score": 21.846786, "id_kw": "OMIM:612067", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_210571", "http://purl.obolibrary.org/obo/UMLS_C2677567", "http://purl.obolibrary.org/obo/DOID_0090048", "http://purl.obolibrary.org/obo/MESH_C567430"], "label_kw": ["Dystonia 16", "dystonia 16"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_612067", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_210571", "http://purl.obolibrary.org/obo/UMLS_C2677567", "http://purl.obolibrary.org/obo/DOID_0090048", "http://purl.obolibrary.org/obo/MESH_C567430"], "_version_": 1580845544730787840, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_612067", "id": "OMIM:612067", "definition": ["Dystonia 16 (DYT16) is a very rare and newly discovered movement disorder which is characterized by early-onset progressive limb dystonia, laryngeal and oromandibular dystonia, and parkinsonism."], "synonym_kw": ["Dystonia type 16", "Early-onset dystonia parkinsonism", "DYT16", "dystonia type 16", "DYSTONIA 16; DYT16"], "synonym_std": ["Dystonia type 16", "Early-onset dystonia parkinsonism", "DYT16", "dystonia type 16", "DYSTONIA 16; DYT16"], "label": ["Dystonia 16", "dystonia 16"], "definition_eng": ["Dystonia 16 (DYT16) is a very rare and newly discovered movement disorder which is characterized by early-onset progressive limb dystonia, laryngeal and oromandibular dystonia, and parkinsonism."], "equivalent_curie_std": ["Orphanet:210571", "UMLS:C2677567", "DOID:0090048", "MESH:C567430"], "category": ["disease"]}, {"synonym": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100032502", "iri": "http://www.ncbi.nlm.nih.gov/gene/100032502", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "label_eng": ["PRKN"], "id_eng": "NCBIGene:100032502", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100032502", "label_std": ["PRKN"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:100032502", "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100032502", "taxon_eng": "NCBITaxon:13616", "_version_": 1580845628635742211, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100032502", "id": "NCBIGene:100032502", "synonym_kw": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 21.846786, "category": ["gene"]}, {"synonym": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_kw": "NCBITaxon:9685", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101098228", "iri": "http://www.ncbi.nlm.nih.gov/gene/101098228", "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "label_eng": ["PRKN"], "id_eng": "NCBIGene:101098228", "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "category_kw": ["gene"], "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_std": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101098228", "label_std": ["PRKN"], "taxon_label_kw": "Felis catus", "synonym_eng": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "taxon_label_eng": "Felis catus", "taxon": "NCBITaxon:9685", "taxon_label": "Felis catus", "id_kw": "NCBIGene:101098228", "label_kw": ["PRKN"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101098228", "taxon_eng": "NCBITaxon:9685", "_version_": 1580845794079014912, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101098228", "id": "NCBIGene:101098228", "synonym_kw": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "PARK2", "E3 ubiquitin-protein ligase parkin"], "label": ["PRKN"], "score": 21.846786, "category": ["gene"]}, {"synonym": ["park2", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100559435", "iri": "http://www.ncbi.nlm.nih.gov/gene/100559435", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "label_eng": ["prkn"], "id_eng": "NCBIGene:100559435", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100559435", "label_std": ["prkn"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["park2", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100559435", "label_kw": ["prkn"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100559435", "taxon_eng": "NCBITaxon:28377", "_version_": 1580845672739897346, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100559435", "id": "NCBIGene:100559435", "synonym_kw": ["park2", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin"], "synonym_std": ["park2", "parkinson protein 2, E3 ubiquitin protein ligase (parkin)", "E3 ubiquitin-protein ligase parkin"], "label": ["prkn"], "score": 21.846786, "category": ["gene"]}, {"synonym": ["X-linked recessive basal ganglia disorder with mental retardation", "Wsn", "WAISMAN SYNDROME; WSMN", "Basal Ganglion Disorder With Mental Retardation", "WSMN", "Laxova Brown Hogan syndrome", "Laxova-Opitz syndrome", "Basal ganglia disorder with mental retardation", "Parkinsonism, Early-Onset, With Mental Retardation", "Waisman syndrome"], "equivalent_curie_eng": ["Orphanet:2379", "UMLS:C0796195", "MESH:C537179"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:311510", "iri": "http://purl.obolibrary.org/obo/OMIM_311510", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2379", "http://purl.obolibrary.org/obo/UMLS_C0796195", "http://purl.obolibrary.org/obo/MESH_C537179"], "label_eng": ["Early-onset parkinsonism-intellectual disability syndrome", "Parkinsonism, early onset with mental retardation", "Waisman Syndrome"], "definition_std": ["Waisman syndrome is an X-linked neurologic disorder characterized by delayed psychomotor development, intellectual disability, and early-onset Parkinson disease (summary by {4:Wilson et al., 2014}).", "Early-onset parkinsonism with intellectual deficit is a basal ganglia disorder characterised by parkinsonian-type symptoms (postural changes, tremor, rigidity), megalencephaly and variable intellectual deficit. Other signs are frontal bossing, persistent frontal lobe reflexes, strabismus and seizures. It has been described in three generations of one family. Transmission is X-linked, and the gene is located on chromosomal region Xq27.3-qter."], "id_eng": "OMIM:311510", "definition_kw": ["Waisman syndrome is an X-linked neurologic disorder characterized by delayed psychomotor development, intellectual disability, and early-onset Parkinson disease (summary by {4:Wilson et al., 2014}).", "Early-onset parkinsonism with intellectual deficit is a basal ganglia disorder characterised by parkinsonian-type symptoms (postural changes, tremor, rigidity), megalencephaly and variable intellectual deficit. Other signs are frontal bossing, persistent frontal lobe reflexes, strabismus and seizures. It has been described in three generations of one family. Transmission is X-linked, and the gene is located on chromosomal region Xq27.3-qter."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2379", "http://purl.obolibrary.org/obo/UMLS_C0796195", "http://purl.obolibrary.org/obo/MESH_C537179"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_311510", "label_std": ["Early-onset parkinsonism-intellectual disability syndrome", "Parkinsonism, early onset with mental retardation", "Waisman Syndrome"], "equivalent_curie": ["Orphanet:2379", "UMLS:C0796195", "MESH:C537179"], "equivalent_curie_kw": ["Orphanet:2379", "UMLS:C0796195", "MESH:C537179"], "synonym_eng": ["X-linked recessive basal ganglia disorder with mental retardation", "Wsn", "WAISMAN SYNDROME; WSMN", "Basal Ganglion Disorder With Mental Retardation", "WSMN", "Laxova Brown Hogan syndrome", "Laxova-Opitz syndrome", "Basal ganglia disorder with mental retardation", "Parkinsonism, Early-Onset, With Mental Retardation", "Waisman syndrome"], "score": 21.633715, "id_kw": "OMIM:311510", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2379", "http://purl.obolibrary.org/obo/UMLS_C0796195", "http://purl.obolibrary.org/obo/MESH_C537179"], "label_kw": ["Early-onset parkinsonism-intellectual disability syndrome", "Parkinsonism, early onset with mental retardation", "Waisman Syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_311510", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2379", "http://purl.obolibrary.org/obo/UMLS_C0796195", "http://purl.obolibrary.org/obo/MESH_C537179"], "_version_": 1580845543653900290, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_311510", "id": "OMIM:311510", "definition": ["Waisman syndrome is an X-linked neurologic disorder characterized by delayed psychomotor development, intellectual disability, and early-onset Parkinson disease (summary by {4:Wilson et al., 2014}).", "Early-onset parkinsonism with intellectual deficit is a basal ganglia disorder characterised by parkinsonian-type symptoms (postural changes, tremor, rigidity), megalencephaly and variable intellectual deficit. Other signs are frontal bossing, persistent frontal lobe reflexes, strabismus and seizures. It has been described in three generations of one family. Transmission is X-linked, and the gene is located on chromosomal region Xq27.3-qter."], "synonym_kw": ["X-linked recessive basal ganglia disorder with mental retardation", "Wsn", "WAISMAN SYNDROME; WSMN", "Basal Ganglion Disorder With Mental Retardation", "WSMN", "Laxova Brown Hogan syndrome", "Laxova-Opitz syndrome", "Basal ganglia disorder with mental retardation", "Parkinsonism, Early-Onset, With Mental Retardation", "Waisman syndrome"], "synonym_std": ["X-linked recessive basal ganglia disorder with mental retardation", "Wsn", "WAISMAN SYNDROME; WSMN", "Basal Ganglion Disorder With Mental Retardation", "WSMN", "Laxova Brown Hogan syndrome", "Laxova-Opitz syndrome", "Basal ganglia disorder with mental retardation", "Parkinsonism, Early-Onset, With Mental Retardation", "Waisman syndrome"], "label": ["Early-onset parkinsonism-intellectual disability syndrome", "Parkinsonism, early onset with mental retardation", "Waisman Syndrome"], "definition_eng": ["Waisman syndrome is an X-linked neurologic disorder characterized by delayed psychomotor development, intellectual disability, and early-onset Parkinson disease (summary by {4:Wilson et al., 2014}).", "Early-onset parkinsonism with intellectual deficit is a basal ganglia disorder characterised by parkinsonian-type symptoms (postural changes, tremor, rigidity), megalencephaly and variable intellectual deficit. Other signs are frontal bossing, persistent frontal lobe reflexes, strabismus and seizures. It has been described in three generations of one family. Transmission is X-linked, and the gene is located on chromosomal region Xq27.3-qter."], "equivalent_curie_std": ["Orphanet:2379", "UMLS:C0796195", "MESH:C537179"], "category": ["disease"]}, {"synonym": ["jpd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1478", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1478", "label_eng": ["Parkin Type of Early-Onset Parkinson Disease"], "definition_std": ["Parkin type of early-onset Parkinson disease is characterized by rigidity, bradykinesia, and resting tremor. Lower-limb dystonia may be a presenting sign. Onset usually occurs between ages 20 and 40 years with an average age of onset in the early to mid-thirties. The disease is slowly progressive and disease duration of more than 50 years has been reported. Clinical signs vary; hyperreflexia is common. Dyskinesia as a result of treatment with levodopa frequently occurs.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1478]"], "id_eng": "GeneReviews:NBK1478", "definition_kw": ["Parkin type of early-onset Parkinson disease is characterized by rigidity, bradykinesia, and resting tremor. Lower-limb dystonia may be a presenting sign. Onset usually occurs between ages 20 and 40 years with an average age of onset in the early to mid-thirties. The disease is slowly progressive and disease duration of more than 50 years has been reported. Clinical signs vary; hyperreflexia is common. Dyskinesia as a result of treatment with levodopa frequently occurs.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1478]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1478", "label_std": ["Parkin Type of Early-Onset Parkinson Disease"], "synonym_eng": ["jpd"], "score": 21.07028, "id_kw": "GeneReviews:NBK1478", "label_kw": ["Parkin Type of Early-Onset Parkinson Disease"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1478", "_version_": 1580845509862490112, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1478", "id": "GeneReviews:NBK1478", "definition": ["Parkin type of early-onset Parkinson disease is characterized by rigidity, bradykinesia, and resting tremor. Lower-limb dystonia may be a presenting sign. Onset usually occurs between ages 20 and 40 years with an average age of onset in the early to mid-thirties. The disease is slowly progressive and disease duration of more than 50 years has been reported. Clinical signs vary; hyperreflexia is common. Dyskinesia as a result of treatment with levodopa frequently occurs.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1478]"], "synonym_kw": ["jpd"], "synonym_std": ["jpd"], "label": ["Parkin Type of Early-Onset Parkinson Disease"], "definition_eng": ["Parkin type of early-onset Parkinson disease is characterized by rigidity, bradykinesia, and resting tremor. Lower-limb dystonia may be a presenting sign. Onset usually occurs between ages 20 and 40 years with an average age of onset in the early to mid-thirties. The disease is slowly progressive and disease duration of more than 50 years has been reported. Clinical signs vary; hyperreflexia is common. Dyskinesia as a result of treatment with levodopa frequently occurs.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1478]"], "category": ["disease"]}, {"label_std": ["Wolff-Parkinson-White (WPW) syndrome; Preexcitation syndrome"], "label_kw": ["Wolff-Parkinson-White (WPW) syndrome; Preexcitation syndrome"], "leaf": true, "category_std": ["disease"], "id_std": "KEGG-ds:H01154", "iri": "http://purl.obolibrary.org/KEGG-ds_H01154", "iri_eng": "http://purl.obolibrary.org/KEGG-ds_H01154", "label_eng": ["Wolff-Parkinson-White (WPW) syndrome; Preexcitation syndrome"], "iri_kw": "http://purl.obolibrary.org/KEGG-ds_H01154", "id_eng": "KEGG-ds:H01154", "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/KEGG-ds_H01154", "id": "KEGG-ds:H01154", "category_kw": ["disease"], "label": ["Wolff-Parkinson-White (WPW) syndrome; Preexcitation syndrome"], "score": 21.07028, "_version_": 1580845543382319109, "id_kw": "KEGG-ds:H01154", "category": ["disease"]}, {"synonym": ["Park4"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:C565324", "iri": "http://purl.obolibrary.org/obo/MESH_C565324", "label_eng": ["Parkinson Disease 4, Autosomal Dominant Lewy Body"], "id_eng": "MESH:C565324", "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_C565324", "label_std": ["Parkinson Disease 4, Autosomal Dominant Lewy Body"], "synonym_eng": ["Park4"], "score": 21.07028, "id_kw": "MESH:C565324", "label_kw": ["Parkinson Disease 4, Autosomal Dominant Lewy Body"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_C565324", "_version_": 1580845611527176193, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_C565324", "id": "MESH:C565324", "synonym_kw": ["Park4"], "synonym_std": ["Park4"], "label": ["Parkinson Disease 4, Autosomal Dominant Lewy Body"], "category": ["disease"]}, {"label_std": ["Rare parkinsonian syndrome due to genetic neurodegenerative disease"], "label_kw": ["Rare parkinsonian syndrome due to genetic neurodegenerative disease"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:307055", "iri": "http://www.orpha.net/ORDO/Orphanet_307055", "iri_eng": "http://www.orpha.net/ORDO/Orphanet_307055", "label_eng": ["Rare parkinsonian syndrome due to genetic neurodegenerative disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_307055", "id_eng": "Orphanet:307055", "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_307055", "id": "Orphanet:307055", "category_kw": ["disease"], "label": ["Rare parkinsonian syndrome due to genetic neurodegenerative disease"], "score": 21.07028, "_version_": 1580845612729892864, "id_kw": "Orphanet:307055", "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN203530", "UMLS:CN203548"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:306666", "iri": "http://www.orpha.net/ORDO/Orphanet_306666", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN203530", "http://purl.obolibrary.org/obo/UMLS_CN203548"], "label_eng": ["Rare parkinsonian syndrome due to neurodegenerative disease"], "equivalent_curie_std": ["UMLS:CN203530", "UMLS:CN203548"], "id_eng": "Orphanet:306666", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN203530", "http://purl.obolibrary.org/obo/UMLS_CN203548"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_306666", "label_std": ["Rare parkinsonian syndrome due to neurodegenerative disease"], "equivalent_curie": ["UMLS:CN203530", "UMLS:CN203548"], "equivalent_curie_kw": ["UMLS:CN203530", "UMLS:CN203548"], "score": 21.07028, "id_kw": "Orphanet:306666", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN203530", "http://purl.obolibrary.org/obo/UMLS_CN203548"], "label_kw": ["Rare parkinsonian syndrome due to neurodegenerative disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_306666", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN203530", "http://purl.obolibrary.org/obo/UMLS_CN203548"], "_version_": 1580845617058414595, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_306666", "id": "Orphanet:306666", "label": ["Rare parkinsonian syndrome due to neurodegenerative disease"], "category": ["disease"]}, {"synonym": ["Amyotrophic Lateral Sclerosis, Guam Form", "Lou Gehrig disease", "ALS (Amyotrophic Lateral Sclerosis)", "Amyotrophic Lateral Sclerosis-Parkinsonism-Dementia Complex 1", "ALS", "Guam Disease", "Gehrig's Disease", "Dementia With Amyotrophic Lateral Sclerosis", "Lou-Gehrigs Disease", "Amyotrophic Lateral Sclerosis Parkinsonism Dementia Complex 1", "Gehrigs Disease", "Disease, Guam", "Amyotrophic Lateral Sclerosis, Parkinsonism Dementia Complex of Guam", "Sclerosis, Amyotrophic Lateral", "Guam Form of Amyotrophic Lateral Sclerosis", "Disease, Lou-Gehrigs", "Amyotrophic Lateral Sclerosis, Parkinsonism-Dementia Complex of Guam", "Motor Neuron Disease, Amyotrophic Lateral Sclerosis", "Charcot Disease", "Lou Gehrig's Disease", "Charcot disease", "Amyotrophic Lateral Sclerosis With Dementia", "Lou Gehrig Disease", "Lou Gehrig's disease", "motor neuron disease, bulbar", "Gehrig Disease"], "equivalent_curie_eng": ["Orphanet:803", "UMLS:C0002736", "MESH:D000690"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:332", "iri": "http://purl.obolibrary.org/obo/DOID_332", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_803", "http://purl.obolibrary.org/obo/UMLS_C0002736", "http://purl.obolibrary.org/obo/MESH_D000690"], "label_eng": ["amyotrophic lateral sclerosis"], "definition_std": ["Amyotrophic lateral sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscular paralysis reflecting degeneration of motor neurons in the primary motor cortex, corticospinal tracts, brainstem and spinal cord."], "id_eng": "DOID:332", "definition_kw": ["Amyotrophic lateral sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscular paralysis reflecting degeneration of motor neurons in the primary motor cortex, corticospinal tracts, brainstem and spinal cord."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_803", "http://purl.obolibrary.org/obo/UMLS_C0002736", "http://purl.obolibrary.org/obo/MESH_D000690"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_332", "label_std": ["amyotrophic lateral sclerosis"], "equivalent_curie": ["Orphanet:803", "UMLS:C0002736", "MESH:D000690"], "equivalent_curie_kw": ["Orphanet:803", "UMLS:C0002736", "MESH:D000690"], "synonym_eng": ["Amyotrophic Lateral Sclerosis, Guam Form", "Lou Gehrig disease", "ALS (Amyotrophic Lateral Sclerosis)", "Amyotrophic Lateral Sclerosis-Parkinsonism-Dementia Complex 1", "ALS", "Guam Disease", "Gehrig's Disease", "Dementia With Amyotrophic Lateral Sclerosis", "Lou-Gehrigs Disease", "Amyotrophic Lateral Sclerosis Parkinsonism Dementia Complex 1", "Gehrigs Disease", "Disease, Guam", "Amyotrophic Lateral Sclerosis, Parkinsonism Dementia Complex of Guam", "Sclerosis, Amyotrophic Lateral", "Guam Form of Amyotrophic Lateral Sclerosis", "Disease, Lou-Gehrigs", "Amyotrophic Lateral Sclerosis, Parkinsonism-Dementia Complex of Guam", "Motor Neuron Disease, Amyotrophic Lateral Sclerosis", "Charcot Disease", "Lou Gehrig's Disease", "Charcot disease", "Amyotrophic Lateral Sclerosis With Dementia", "Lou Gehrig Disease", "Lou Gehrig's disease", "motor neuron disease, bulbar", "Gehrig Disease"], "score": 20.68513, "id_kw": "DOID:332", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_803", "http://purl.obolibrary.org/obo/UMLS_C0002736", "http://purl.obolibrary.org/obo/MESH_D000690"], "label_kw": ["amyotrophic lateral sclerosis"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_332", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_803", "http://purl.obolibrary.org/obo/UMLS_C0002736", "http://purl.obolibrary.org/obo/MESH_D000690"], "_version_": 1580845584138371075, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_332", "id": "DOID:332", "definition": ["Amyotrophic lateral sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscular paralysis reflecting degeneration of motor neurons in the primary motor cortex, corticospinal tracts, brainstem and spinal cord."], "synonym_kw": ["Amyotrophic Lateral Sclerosis, Guam Form", "Lou Gehrig disease", "ALS (Amyotrophic Lateral Sclerosis)", "Amyotrophic Lateral Sclerosis-Parkinsonism-Dementia Complex 1", "ALS", "Guam Disease", "Gehrig's Disease", "Dementia With Amyotrophic Lateral Sclerosis", "Lou-Gehrigs Disease", "Amyotrophic Lateral Sclerosis Parkinsonism Dementia Complex 1", "Gehrigs Disease", "Disease, Guam", "Amyotrophic Lateral Sclerosis, Parkinsonism Dementia Complex of Guam", "Sclerosis, Amyotrophic Lateral", "Guam Form of Amyotrophic Lateral Sclerosis", "Disease, Lou-Gehrigs", "Amyotrophic Lateral Sclerosis, Parkinsonism-Dementia Complex of Guam", "Motor Neuron Disease, Amyotrophic Lateral Sclerosis", "Charcot Disease", "Lou Gehrig's Disease", "Charcot disease", "Amyotrophic Lateral Sclerosis With Dementia", "Lou Gehrig Disease", "Lou Gehrig's disease", "motor neuron disease, bulbar", "Gehrig Disease"], "synonym_std": ["Amyotrophic Lateral Sclerosis, Guam Form", "Lou Gehrig disease", "ALS (Amyotrophic Lateral Sclerosis)", "Amyotrophic Lateral Sclerosis-Parkinsonism-Dementia Complex 1", "ALS", "Guam Disease", "Gehrig's Disease", "Dementia With Amyotrophic Lateral Sclerosis", "Lou-Gehrigs Disease", "Amyotrophic Lateral Sclerosis Parkinsonism Dementia Complex 1", "Gehrigs Disease", "Disease, Guam", "Amyotrophic Lateral Sclerosis, Parkinsonism Dementia Complex of Guam", "Sclerosis, Amyotrophic Lateral", "Guam Form of Amyotrophic Lateral Sclerosis", "Disease, Lou-Gehrigs", "Amyotrophic Lateral Sclerosis, Parkinsonism-Dementia Complex of Guam", "Motor Neuron Disease, Amyotrophic Lateral Sclerosis", "Charcot Disease", "Lou Gehrig's Disease", "Charcot disease", "Amyotrophic Lateral Sclerosis With Dementia", "Lou Gehrig Disease", "Lou Gehrig's disease", "motor neuron disease, bulbar", "Gehrig Disease"], "label": ["amyotrophic lateral sclerosis"], "definition_eng": ["Amyotrophic lateral sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscular paralysis reflecting degeneration of motor neurons in the primary motor cortex, corticospinal tracts, brainstem and spinal cord."], "equivalent_curie_std": ["Orphanet:803", "UMLS:C0002736", "MESH:D000690"], "category": ["disease"]}, {"synonym": ["perry"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK47027", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK47027", "label_eng": ["Perry Syndrome"], "definition_std": ["Perry syndrome is characterized by parkinsonism, hypoventilation, depression, and weight loss. The mean age at onset is 48 years; the mean disease duration is five years. Parkinsonism and psychiatric changes (depression, apathy, character changes, and withdrawal) tend to occur early; severe weight loss and hypoventilation manifest later. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK47027]"], "id_eng": "GeneReviews:NBK47027", "definition_kw": ["Perry syndrome is characterized by parkinsonism, hypoventilation, depression, and weight loss. The mean age at onset is 48 years; the mean disease duration is five years. Parkinsonism and psychiatric changes (depression, apathy, character changes, and withdrawal) tend to occur early; severe weight loss and hypoventilation manifest later. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK47027]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK47027", "label_std": ["Perry Syndrome"], "synonym_eng": ["perry"], "score": 19.475853, "id_kw": "GeneReviews:NBK47027", "label_kw": ["Perry Syndrome"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK47027", "_version_": 1580845511306379264, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK47027", "id": "GeneReviews:NBK47027", "definition": ["Perry syndrome is characterized by parkinsonism, hypoventilation, depression, and weight loss. The mean age at onset is 48 years; the mean disease duration is five years. Parkinsonism and psychiatric changes (depression, apathy, character changes, and withdrawal) tend to occur early; severe weight loss and hypoventilation manifest later. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK47027]"], "synonym_kw": ["perry"], "synonym_std": ["perry"], "label": ["Perry Syndrome"], "definition_eng": ["Perry syndrome is characterized by parkinsonism, hypoventilation, depression, and weight loss. The mean age at onset is 48 years; the mean disease duration is five years. Parkinsonism and psychiatric changes (depression, apathy, character changes, and withdrawal) tend to occur early; severe weight loss and hypoventilation manifest later. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK47027]"], "category": ["disease"]}, {"synonym": ["Hypermanganesemia With Dystonia, Polycythemia, And Cirrhosis", "Hepatic Cirrhosis, Dystonia, Polycythemia, and Hypermanganesemia", "HYPERMANGANESEMIA WITH DYSTONIA, POLYCYTHEMIA, AND CIRRHOSIS; HMDPC", "Parkinsonism and Dystonia with Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "HMDPC", "HMNDYT1", "Hmdpc", "HYPERMANGANESEMIA WITH DYSTONIA 1; HMNDYT1", "Hepatic Cirrhosis, Dystonia, Polycythaemia, and Hypermanganesaemia", "Dystonia-Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "Hypermanganesemia With Dystonia, Polycythemia, and Cirrhosis"], "equivalent_curie_eng": ["Orphanet:309854", "UMLS:C2750442", "MESH:C548016"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:613280", "iri": "http://purl.obolibrary.org/obo/OMIM_613280", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_309854", "http://purl.obolibrary.org/obo/UMLS_C2750442", "http://purl.obolibrary.org/obo/MESH_C548016"], "label_eng": ["Hypermanganesemia With Dystonia 1", "Hypermanganesemia with dystonia 1", "Cirrhosis-dystonia-polycythemia-hypermanganesemia syndrome"], "definition_std": ["See http://www.omim.org/entry/613280", "Hypermanganesemia with dystonia-1 is an autosomal recessive metabolic disorder characterized by increased serum manganese, motor neurodegeneration with extrapyramidal features, polycythemia, and hepatic dysfunction, which leads to cirrhosis in some cases. Intellectual function is preserved (summary by {6:Tuschl et al., 2012} and {4:Quadri et al., 2012}).\n\n<Subhead> Genetic Heterogeneity of Hypermanganesemia With Dystonia\n\nSee also HMNDYT2 (OMIM:617013), caused by mutation in the SLC39A14 gene (OMIM:608736) on chromosome 8p21."], "id_eng": "OMIM:613280", "definition_kw": ["See http://www.omim.org/entry/613280", "Hypermanganesemia with dystonia-1 is an autosomal recessive metabolic disorder characterized by increased serum manganese, motor neurodegeneration with extrapyramidal features, polycythemia, and hepatic dysfunction, which leads to cirrhosis in some cases. Intellectual function is preserved (summary by {6:Tuschl et al., 2012} and {4:Quadri et al., 2012}).\n\n<Subhead> Genetic Heterogeneity of Hypermanganesemia With Dystonia\n\nSee also HMNDYT2 (OMIM:617013), caused by mutation in the SLC39A14 gene (OMIM:608736) on chromosome 8p21."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_309854", "http://purl.obolibrary.org/obo/UMLS_C2750442", "http://purl.obolibrary.org/obo/MESH_C548016"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613280", "label_std": ["Hypermanganesemia With Dystonia 1", "Hypermanganesemia with dystonia 1", "Cirrhosis-dystonia-polycythemia-hypermanganesemia syndrome"], "equivalent_curie": ["Orphanet:309854", "UMLS:C2750442", "MESH:C548016"], "equivalent_curie_kw": ["Orphanet:309854", "UMLS:C2750442", "MESH:C548016"], "synonym_eng": ["Hypermanganesemia With Dystonia, Polycythemia, And Cirrhosis", "Hepatic Cirrhosis, Dystonia, Polycythemia, and Hypermanganesemia", "HYPERMANGANESEMIA WITH DYSTONIA, POLYCYTHEMIA, AND CIRRHOSIS; HMDPC", "Parkinsonism and Dystonia with Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "HMDPC", "HMNDYT1", "Hmdpc", "HYPERMANGANESEMIA WITH DYSTONIA 1; HMNDYT1", "Hepatic Cirrhosis, Dystonia, Polycythaemia, and Hypermanganesaemia", "Dystonia-Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "Hypermanganesemia With Dystonia, Polycythemia, and Cirrhosis"], "score": 18.939287, "id_kw": "OMIM:613280", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_309854", "http://purl.obolibrary.org/obo/UMLS_C2750442", "http://purl.obolibrary.org/obo/MESH_C548016"], "label_kw": ["Hypermanganesemia With Dystonia 1", "Hypermanganesemia with dystonia 1", "Cirrhosis-dystonia-polycythemia-hypermanganesemia syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613280", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_309854", "http://purl.obolibrary.org/obo/UMLS_C2750442", "http://purl.obolibrary.org/obo/MESH_C548016"], "_version_": 1580845510532530176, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613280", "id": "OMIM:613280", "definition": ["See http://www.omim.org/entry/613280", "Hypermanganesemia with dystonia-1 is an autosomal recessive metabolic disorder characterized by increased serum manganese, motor neurodegeneration with extrapyramidal features, polycythemia, and hepatic dysfunction, which leads to cirrhosis in some cases. Intellectual function is preserved (summary by {6:Tuschl et al., 2012} and {4:Quadri et al., 2012}).\n\n<Subhead> Genetic Heterogeneity of Hypermanganesemia With Dystonia\n\nSee also HMNDYT2 (OMIM:617013), caused by mutation in the SLC39A14 gene (OMIM:608736) on chromosome 8p21."], "synonym_kw": ["Hypermanganesemia With Dystonia, Polycythemia, And Cirrhosis", "Hepatic Cirrhosis, Dystonia, Polycythemia, and Hypermanganesemia", "HYPERMANGANESEMIA WITH DYSTONIA, POLYCYTHEMIA, AND CIRRHOSIS; HMDPC", "Parkinsonism and Dystonia with Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "HMDPC", "HMNDYT1", "Hmdpc", "HYPERMANGANESEMIA WITH DYSTONIA 1; HMNDYT1", "Hepatic Cirrhosis, Dystonia, Polycythaemia, and Hypermanganesaemia", "Dystonia-Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "Hypermanganesemia With Dystonia, Polycythemia, and Cirrhosis"], "synonym_std": ["Hypermanganesemia With Dystonia, Polycythemia, And Cirrhosis", "Hepatic Cirrhosis, Dystonia, Polycythemia, and Hypermanganesemia", "HYPERMANGANESEMIA WITH DYSTONIA, POLYCYTHEMIA, AND CIRRHOSIS; HMDPC", "Parkinsonism and Dystonia with Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "HMDPC", "HMNDYT1", "Hmdpc", "HYPERMANGANESEMIA WITH DYSTONIA 1; HMNDYT1", "Hepatic Cirrhosis, Dystonia, Polycythaemia, and Hypermanganesaemia", "Dystonia-Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease", "Hypermanganesemia With Dystonia, Polycythemia, and Cirrhosis"], "label": ["Hypermanganesemia With Dystonia 1", "Hypermanganesemia with dystonia 1", "Cirrhosis-dystonia-polycythemia-hypermanganesemia syndrome"], "definition_eng": ["See http://www.omim.org/entry/613280", "Hypermanganesemia with dystonia-1 is an autosomal recessive metabolic disorder characterized by increased serum manganese, motor neurodegeneration with extrapyramidal features, polycythemia, and hepatic dysfunction, which leads to cirrhosis in some cases. Intellectual function is preserved (summary by {6:Tuschl et al., 2012} and {4:Quadri et al., 2012}).\n\n<Subhead> Genetic Heterogeneity of Hypermanganesemia With Dystonia\n\nSee also HMNDYT2 (OMIM:617013), caused by mutation in the SLC39A14 gene (OMIM:608736) on chromosome 8p21."], "equivalent_curie_std": ["Orphanet:309854", "UMLS:C2750442", "MESH:C548016"], "category": ["disease"]}, {"synonym": ["Monosomy 20p12.3", "Del(20)(p12.3)"], "equivalent_curie_eng": ["UMLS:CN202180"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:261295", "iri": "http://www.orpha.net/ORDO/Orphanet_261295", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN202180"], "label_eng": ["20p12.3 microdeletion syndrome"], "definition_std": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-Parkinson-White syndrome (see this term), variable developmental delay and facial dysmorphism."], "id_eng": "Orphanet:261295", "definition_kw": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-Parkinson-White syndrome (see this term), variable developmental delay and facial dysmorphism."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN202180"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_261295", "label_std": ["20p12.3 microdeletion syndrome"], "equivalent_curie": ["UMLS:CN202180"], "equivalent_curie_kw": ["UMLS:CN202180"], "synonym_eng": ["Monosomy 20p12.3", "Del(20)(p12.3)"], "score": 18.793089, "id_kw": "Orphanet:261295", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN202180"], "label_kw": ["20p12.3 microdeletion syndrome"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_261295", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN202180"], "_version_": 1580845512598224899, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_261295", "id": "Orphanet:261295", "definition": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-Parkinson-White syndrome (see this term), variable developmental delay and facial dysmorphism."], "synonym_kw": ["Monosomy 20p12.3", "Del(20)(p12.3)"], "synonym_std": ["Monosomy 20p12.3", "Del(20)(p12.3)"], "label": ["20p12.3 microdeletion syndrome"], "definition_eng": ["20p12.3 microdeletion syndrome is a recently described syndrome characterized by Wolff-Parkinson-White syndrome (see this term), variable developmental delay and facial dysmorphism."], "equivalent_curie_std": ["UMLS:CN202180"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "MP:0008493", "iri": "http://purl.obolibrary.org/obo/MP_0008493", "label_eng": ["alpha-synuclein inclusion body"], "definition_std": ["formation of aggregates of the alpha-synuclein protein in neural and glial tissue; often seen in neurodegenerative disorders such as Parkinson's disease"], "id_eng": "MP:0008493", "definition_kw": ["formation of aggregates of the alpha-synuclein protein in neural and glial tissue; often seen in neurodegenerative disorders such as Parkinson's disease"], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/MP_0008493", "label_std": ["alpha-synuclein inclusion body"], "score": 18.793089, "id_kw": "MP:0008493", "label_kw": ["alpha-synuclein inclusion body"], "iri_kw": "http://purl.obolibrary.org/obo/MP_0008493", "_version_": 1580845584991911939, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/MP_0008493", "id": "MP:0008493", "definition": ["formation of aggregates of the alpha-synuclein protein in neural and glial tissue; often seen in neurodegenerative disorders such as Parkinson's disease"], "label": ["alpha-synuclein inclusion body"], "definition_eng": ["formation of aggregates of the alpha-synuclein protein in neural and glial tissue; often seen in neurodegenerative disorders such as Parkinson's disease"], "category": ["Phenotype"]}, {"synonym": ["Atypical PSP", "Parkinson-Dementia Syndrome", "Atypical PSP syndrome", "Supranuclear Palsy, Progressive Atypical", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical"], "equivalent_curie_eng": ["MESH:C537240", "UMLS:C1850077"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:99750", "iri": "http://www.orpha.net/ORDO/Orphanet_99750", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C537240", "http://purl.obolibrary.org/obo/UMLS_C1850077"], "label_eng": ["Atypical progressive supranuclear palsy syndrome"], "definition_std": ["Atypical progressive supranuclear palsy (atypical PSP) is a group of clinical syndromes associated with underlying PSP-tau pathology, that do not conform to the classic presentation of PSP (Richardson syndrome; see this term), a rare late-onset neurodegenerative disease. The group comprises PSP-Parkinsonism (PSP-P), PSP-Pure akinesia with gait freezing (PSP-PAGF), PSP-corticobasal syndrome (PSP-CBS) and PSP-progressive non fluent aphasia (PSP-PNFA) (see these terms)."], "id_eng": "Orphanet:99750", "definition_kw": ["Atypical progressive supranuclear palsy (atypical PSP) is a group of clinical syndromes associated with underlying PSP-tau pathology, that do not conform to the classic presentation of PSP (Richardson syndrome; see this term), a rare late-onset neurodegenerative disease. The group comprises PSP-Parkinsonism (PSP-P), PSP-Pure akinesia with gait freezing (PSP-PAGF), PSP-corticobasal syndrome (PSP-CBS) and PSP-progressive non fluent aphasia (PSP-PNFA) (see these terms)."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C537240", "http://purl.obolibrary.org/obo/UMLS_C1850077"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_99750", "label_std": ["Atypical progressive supranuclear palsy syndrome"], "equivalent_curie": ["MESH:C537240", "UMLS:C1850077"], "equivalent_curie_kw": ["MESH:C537240", "UMLS:C1850077"], "synonym_eng": ["Atypical PSP", "Parkinson-Dementia Syndrome", "Atypical PSP syndrome", "Supranuclear Palsy, Progressive Atypical", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical"], "score": 18.397142, "id_kw": "Orphanet:99750", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C537240", "http://purl.obolibrary.org/obo/UMLS_C1850077"], "label_kw": ["Atypical progressive supranuclear palsy syndrome"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_99750", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C537240", "http://purl.obolibrary.org/obo/UMLS_C1850077"], "_version_": 1580845550452867076, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_99750", "id": "Orphanet:99750", "definition": ["Atypical progressive supranuclear palsy (atypical PSP) is a group of clinical syndromes associated with underlying PSP-tau pathology, that do not conform to the classic presentation of PSP (Richardson syndrome; see this term), a rare late-onset neurodegenerative disease. The group comprises PSP-Parkinsonism (PSP-P), PSP-Pure akinesia with gait freezing (PSP-PAGF), PSP-corticobasal syndrome (PSP-CBS) and PSP-progressive non fluent aphasia (PSP-PNFA) (see these terms)."], "synonym_kw": ["Atypical PSP", "Parkinson-Dementia Syndrome", "Atypical PSP syndrome", "Supranuclear Palsy, Progressive Atypical", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical"], "synonym_std": ["Atypical PSP", "Parkinson-Dementia Syndrome", "Atypical PSP syndrome", "Supranuclear Palsy, Progressive Atypical", "Supranuclear Palsy, Progressive, 1, Atypical", "Steele-Richardson-Olszewski Syndrome, Atypical"], "label": ["Atypical progressive supranuclear palsy syndrome"], "definition_eng": ["Atypical progressive supranuclear palsy (atypical PSP) is a group of clinical syndromes associated with underlying PSP-tau pathology, that do not conform to the classic presentation of PSP (Richardson syndrome; see this term), a rare late-onset neurodegenerative disease. The group comprises PSP-Parkinsonism (PSP-P), PSP-Pure akinesia with gait freezing (PSP-PAGF), PSP-corticobasal syndrome (PSP-CBS) and PSP-progressive non fluent aphasia (PSP-PNFA) (see these terms)."], "equivalent_curie_std": ["MESH:C537240", "UMLS:C1850077"], "category": ["disease"]}, {"synonym": ["mt-mpan"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK185329", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK185329", "label_eng": ["Mitochondrial Membrane Protein-Associated Neurodegeneration"], "definition_std": ["Mitochondrial membrane protein-associated neurodegeneration (MPAN) is characterized initially by gait changes followed by progressive spastic paresis, progressive dystonia (which may be limited to the hands and feet or more generalized), neuropsychiatric abnormalities (e.g., emotional lability, depression, anxiety, impulsivity, compulsions, hallucinations, perseveration, inattention, and hyperactivity), and cognitive decline. Additional early findings can include dysphagia, dysarthria, optic atrophy, axonal neuropathy, parkinsonism, and bowel/bladder incontinence. Survival is usually well into adulthood. End-stage disease is characterized by severe dementia, spasticity, dystonia, and parkinsonism. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK185329]"], "id_eng": "GeneReviews:NBK185329", "definition_kw": ["Mitochondrial membrane protein-associated neurodegeneration (MPAN) is characterized initially by gait changes followed by progressive spastic paresis, progressive dystonia (which may be limited to the hands and feet or more generalized), neuropsychiatric abnormalities (e.g., emotional lability, depression, anxiety, impulsivity, compulsions, hallucinations, perseveration, inattention, and hyperactivity), and cognitive decline. Additional early findings can include dysphagia, dysarthria, optic atrophy, axonal neuropathy, parkinsonism, and bowel/bladder incontinence. Survival is usually well into adulthood. End-stage disease is characterized by severe dementia, spasticity, dystonia, and parkinsonism. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK185329]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK185329", "label_std": ["Mitochondrial Membrane Protein-Associated Neurodegeneration"], "synonym_eng": ["mt-mpan"], "score": 18.367456, "id_kw": "GeneReviews:NBK185329", "label_kw": ["Mitochondrial Membrane Protein-Associated Neurodegeneration"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK185329", "_version_": 1580845510812499968, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK185329", "id": "GeneReviews:NBK185329", "definition": ["Mitochondrial membrane protein-associated neurodegeneration (MPAN) is characterized initially by gait changes followed by progressive spastic paresis, progressive dystonia (which may be limited to the hands and feet or more generalized), neuropsychiatric abnormalities (e.g., emotional lability, depression, anxiety, impulsivity, compulsions, hallucinations, perseveration, inattention, and hyperactivity), and cognitive decline. Additional early findings can include dysphagia, dysarthria, optic atrophy, axonal neuropathy, parkinsonism, and bowel/bladder incontinence. Survival is usually well into adulthood. End-stage disease is characterized by severe dementia, spasticity, dystonia, and parkinsonism. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK185329]"], "synonym_kw": ["mt-mpan"], "synonym_std": ["mt-mpan"], "label": ["Mitochondrial Membrane Protein-Associated Neurodegeneration"], "definition_eng": ["Mitochondrial membrane protein-associated neurodegeneration (MPAN) is characterized initially by gait changes followed by progressive spastic paresis, progressive dystonia (which may be limited to the hands and feet or more generalized), neuropsychiatric abnormalities (e.g., emotional lability, depression, anxiety, impulsivity, compulsions, hallucinations, perseveration, inattention, and hyperactivity), and cognitive decline. Additional early findings can include dysphagia, dysarthria, optic atrophy, axonal neuropathy, parkinsonism, and bowel/bladder incontinence. Survival is usually well into adulthood. End-stage disease is characterized by severe dementia, spasticity, dystonia, and parkinsonism. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK185329]"], "category": ["disease"]}, {"synonym": ["hmdpc"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK100241", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK100241", "label_eng": ["Dystonia/Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"], "definition_std": ["The disorder dystonia/parkinsonism, hypermanganesemia, polycythemia, and chronic liver disease is characterized by the following:A movement disorder resulting from manganese accumulation in the basal ganglia Whole-blood manganese concentrations that often exceed 2000 nmol/L (normal: <320 nmol/L) Polycythemia Hepatomegaly with variable hepatic fibrosis/cirrhosis [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK100241]"], "id_eng": "GeneReviews:NBK100241", "definition_kw": ["The disorder dystonia/parkinsonism, hypermanganesemia, polycythemia, and chronic liver disease is characterized by the following:A movement disorder resulting from manganese accumulation in the basal ganglia Whole-blood manganese concentrations that often exceed 2000 nmol/L (normal: <320 nmol/L) Polycythemia Hepatomegaly with variable hepatic fibrosis/cirrhosis [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK100241]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK100241", "label_std": ["Dystonia/Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"], "synonym_eng": ["hmdpc"], "score": 18.10895, "id_kw": "GeneReviews:NBK100241", "label_kw": ["Dystonia/Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK100241", "_version_": 1580845510452838400, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK100241", "id": "GeneReviews:NBK100241", "definition": ["The disorder dystonia/parkinsonism, hypermanganesemia, polycythemia, and chronic liver disease is characterized by the following:A movement disorder resulting from manganese accumulation in the basal ganglia Whole-blood manganese concentrations that often exceed 2000 nmol/L (normal: <320 nmol/L) Polycythemia Hepatomegaly with variable hepatic fibrosis/cirrhosis [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK100241]"], "synonym_kw": ["hmdpc"], "synonym_std": ["hmdpc"], "label": ["Dystonia/Parkinsonism, Hypermanganesemia, Polycythemia, and Chronic Liver Disease"], "definition_eng": ["The disorder dystonia/parkinsonism, hypermanganesemia, polycythemia, and chronic liver disease is characterized by the following:A movement disorder resulting from manganese accumulation in the basal ganglia Whole-blood manganese concentrations that often exceed 2000 nmol/L (normal: <320 nmol/L) Polycythemia Hepatomegaly with variable hepatic fibrosis/cirrhosis [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK100241]"], "category": ["disease"]}, {"equivalent_curie_eng": ["UMLS:CN204508"], "leaf": true, "category_std": ["disease"], "id_std": "Orphanet:352649", "iri": "http://www.orpha.net/ORDO/Orphanet_352649", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN204508"], "label_eng": ["Brain dopamine-serotonin vesicular transport disease"], "definition_std": ["Brain dopamine-serotonin vesicular transport disease is a newly discovered infantile-onset neurometabolic disease characterized by dystonia, parkinsonism, nonambulation, autonomic dysfunction, developmental delay and mood disturbances."], "id_eng": "Orphanet:352649", "definition_kw": ["Brain dopamine-serotonin vesicular transport disease is a newly discovered infantile-onset neurometabolic disease characterized by dystonia, parkinsonism, nonambulation, autonomic dysfunction, developmental delay and mood disturbances."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN204508"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_352649", "label_std": ["Brain dopamine-serotonin vesicular transport disease"], "equivalent_curie": ["UMLS:CN204508"], "equivalent_curie_kw": ["UMLS:CN204508"], "score": 17.986248, "id_kw": "Orphanet:352649", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN204508"], "label_kw": ["Brain dopamine-serotonin vesicular transport disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_352649", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN204508"], "_version_": 1580845512543698944, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_352649", "id": "Orphanet:352649", "definition": ["Brain dopamine-serotonin vesicular transport disease is a newly discovered infantile-onset neurometabolic disease characterized by dystonia, parkinsonism, nonambulation, autonomic dysfunction, developmental delay and mood disturbances."], "label": ["Brain dopamine-serotonin vesicular transport disease"], "definition_eng": ["Brain dopamine-serotonin vesicular transport disease is a newly discovered infantile-onset neurometabolic disease characterized by dystonia, parkinsonism, nonambulation, autonomic dysfunction, developmental delay and mood disturbances."], "equivalent_curie_std": ["UMLS:CN204508"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0100595", "iri": "http://purl.obolibrary.org/obo/HP_0100595", "label_eng": ["Camptocormia"], "definition_std": ["An abnormal forward-flexed posture e.g. forward flexion of the spine, which is noticeable when standing or walking but disappears when lying down. It is becoming an increasingly recognized feature of Parkinson's disease and dystonic disorders."], "id_eng": "HP:0100595", "definition_kw": ["An abnormal forward-flexed posture e.g. forward flexion of the spine, which is noticeable when standing or walking but disappears when lying down. It is becoming an increasingly recognized feature of Parkinson's disease and dystonic disorders."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0100595", "label_std": ["Camptocormia"], "score": 17.986248, "id_kw": "HP:0100595", "label_kw": ["Camptocormia"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0100595", "_version_": 1580845593807290369, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0100595", "id": "HP:0100595", "definition": ["An abnormal forward-flexed posture e.g. forward flexion of the spine, which is noticeable when standing or walking but disappears when lying down. It is becoming an increasingly recognized feature of Parkinson's disease and dystonic disorders."], "label": ["Camptocormia"], "definition_eng": ["An abnormal forward-flexed posture e.g. forward flexion of the spine, which is noticeable when standing or walking but disappears when lying down. It is becoming an increasingly recognized feature of Parkinson's disease and dystonic disorders."], "category": ["Phenotype"]}, {"synonym": ["Multisystemic Atrophy", "Multisystem Atrophies", "Multiple System Atrophy Syndrome", "Multiple system atrophy (disorder)", "Atrophy, Multiple System", "Multisystem atrophy", "Atrophies, Multisystem", "Atrophies, Multisystemic", "Multisystemic Atrophies", "Multisystem Atrophy", "MSA", "Atrophy, Multisystem", "Shy-Drager syndrome", "Atrophy, Multisystemic", "Multiple System Atrophies"], "equivalent_curie_eng": ["Orphanet:102", "UMLS:C0393571", "MESH:D019578"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:4752", "iri": "http://purl.obolibrary.org/obo/DOID_4752", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_102", "http://purl.obolibrary.org/obo/UMLS_C0393571", "http://purl.obolibrary.org/obo/MESH_D019578"], "label_eng": ["multiple system atrophy"], "definition_std": ["Multiple system atrophy (MSA) is a neurodegenerative disorder characterized by autonomic failure (cardiovascular and/or urinary), parkinsonism, cerebellar impairment and corticospinal signs with a median survival of 6-9 years."], "id_eng": "DOID:4752", "definition_kw": ["Multiple system atrophy (MSA) is a neurodegenerative disorder characterized by autonomic failure (cardiovascular and/or urinary), parkinsonism, cerebellar impairment and corticospinal signs with a median survival of 6-9 years."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_102", "http://purl.obolibrary.org/obo/UMLS_C0393571", "http://purl.obolibrary.org/obo/MESH_D019578"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_4752", "label_std": ["multiple system atrophy"], "equivalent_curie": ["Orphanet:102", "UMLS:C0393571", "MESH:D019578"], "equivalent_curie_kw": ["Orphanet:102", "UMLS:C0393571", "MESH:D019578"], "synonym_eng": ["Multisystemic Atrophy", "Multisystem Atrophies", "Multiple System Atrophy Syndrome", "Multiple system atrophy (disorder)", "Atrophy, Multiple System", "Multisystem atrophy", "Atrophies, Multisystem", "Atrophies, Multisystemic", "Multisystemic Atrophies", "Multisystem Atrophy", "MSA", "Atrophy, Multisystem", "Shy-Drager syndrome", "Atrophy, Multisystemic", "Multiple System Atrophies"], "score": 17.986248, "id_kw": "DOID:4752", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_102", "http://purl.obolibrary.org/obo/UMLS_C0393571", "http://purl.obolibrary.org/obo/MESH_D019578"], "label_kw": ["multiple system atrophy"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_4752", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_102", "http://purl.obolibrary.org/obo/UMLS_C0393571", "http://purl.obolibrary.org/obo/MESH_D019578"], "_version_": 1580845593856573440, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_4752", "id": "DOID:4752", "definition": ["Multiple system atrophy (MSA) is a neurodegenerative disorder characterized by autonomic failure (cardiovascular and/or urinary), parkinsonism, cerebellar impairment and corticospinal signs with a median survival of 6-9 years."], "synonym_kw": ["Multisystemic Atrophy", "Multisystem Atrophies", "Multiple System Atrophy Syndrome", "Multiple system atrophy (disorder)", "Atrophy, Multiple System", "Multisystem atrophy", "Atrophies, Multisystem", "Atrophies, Multisystemic", "Multisystemic Atrophies", "Multisystem Atrophy", "MSA", "Atrophy, Multisystem", "Shy-Drager syndrome", "Atrophy, Multisystemic", "Multiple System Atrophies"], "synonym_std": ["Multisystemic Atrophy", "Multisystem Atrophies", "Multiple System Atrophy Syndrome", "Multiple system atrophy (disorder)", "Atrophy, Multiple System", "Multisystem atrophy", "Atrophies, Multisystem", "Atrophies, Multisystemic", "Multisystemic Atrophies", "Multisystem Atrophy", "MSA", "Atrophy, Multisystem", "Shy-Drager syndrome", "Atrophy, Multisystemic", "Multiple System Atrophies"], "label": ["multiple system atrophy"], "definition_eng": ["Multiple system atrophy (MSA) is a neurodegenerative disorder characterized by autonomic failure (cardiovascular and/or urinary), parkinsonism, cerebellar impairment and corticospinal signs with a median survival of 6-9 years."], "equivalent_curie_std": ["Orphanet:102", "UMLS:C0393571", "MESH:D019578"], "category": ["disease"]}, {"synonym": ["Lewy Body Dementia", "Diffuse Lewy Body Disease With Gaze Palsy", "DEMENTIA, LEWY BODY; DLB", "Lewy body disease", "Senile dementia of the Lewy body type (disorder)", "Lewy Body Variant of Alzheimer Disease", "Diffuse Lewy Body Disease", "DLB", "Diffuse Lewy body disease (disorder)", "Dementia with Lewy bodies"], "equivalent_curie_eng": ["DOID:12217"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:127750", "iri": "http://purl.obolibrary.org/obo/OMIM_127750", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/DOID_12217"], "label_eng": ["Dementia, Lewy Body", "Lewy body dementia"], "definition_std": ["A dementia and a synucleinopathy that is characterized by the development of abnormal proteinaceous (alpha-synuclein) cytoplasmic inclusions, called Lewy bodies, throughout the brain that results in progressive decline in mental abilities.", "Dementia with Lewy bodies (DLB) is a neurodegenerative disorder clinically characterized by dementia and parkinsonism, often with fluctuating cognitive function, visual hallucinations, falls, syncopal episodes, and sensitivity to neuroleptic medication. Pathologically, Lewy bodies are present in a pattern more widespread than usually observed in Parkinson disease (see PD; OMIM:168600). Alzheimer disease (AD; OMIM:104300)-associated pathology and spongiform changes may also be seen ({19:McKeith et al., 1996}; {20:Mizutani, 2000}; {18:McKeith et al., 2005})."], "id_eng": "OMIM:127750", "definition_kw": ["A dementia and a synucleinopathy that is characterized by the development of abnormal proteinaceous (alpha-synuclein) cytoplasmic inclusions, called Lewy bodies, throughout the brain that results in progressive decline in mental abilities.", "Dementia with Lewy bodies (DLB) is a neurodegenerative disorder clinically characterized by dementia and parkinsonism, often with fluctuating cognitive function, visual hallucinations, falls, syncopal episodes, and sensitivity to neuroleptic medication. Pathologically, Lewy bodies are present in a pattern more widespread than usually observed in Parkinson disease (see PD; OMIM:168600). Alzheimer disease (AD; OMIM:104300)-associated pathology and spongiform changes may also be seen ({19:McKeith et al., 1996}; {20:Mizutani, 2000}; {18:McKeith et al., 2005})."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/DOID_12217"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_127750", "label_std": ["Dementia, Lewy Body", "Lewy body dementia"], "equivalent_curie": ["DOID:12217"], "equivalent_curie_kw": ["DOID:12217"], "synonym_eng": ["Lewy Body Dementia", "Diffuse Lewy Body Disease With Gaze Palsy", "DEMENTIA, LEWY BODY; DLB", "Lewy body disease", "Senile dementia of the Lewy body type (disorder)", "Lewy Body Variant of Alzheimer Disease", "Diffuse Lewy Body Disease", "DLB", "Diffuse Lewy body disease (disorder)", "Dementia with Lewy bodies"], "score": 16.886732, "id_kw": "OMIM:127750", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/DOID_12217"], "label_kw": ["Dementia, Lewy Body", "Lewy body dementia"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_127750", "equivalent_iri": ["http://purl.obolibrary.org/obo/DOID_12217"], "_version_": 1580845512887631872, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_127750", "id": "OMIM:127750", "definition": ["A dementia and a synucleinopathy that is characterized by the development of abnormal proteinaceous (alpha-synuclein) cytoplasmic inclusions, called Lewy bodies, throughout the brain that results in progressive decline in mental abilities.", "Dementia with Lewy bodies (DLB) is a neurodegenerative disorder clinically characterized by dementia and parkinsonism, often with fluctuating cognitive function, visual hallucinations, falls, syncopal episodes, and sensitivity to neuroleptic medication. Pathologically, Lewy bodies are present in a pattern more widespread than usually observed in Parkinson disease (see PD; OMIM:168600). Alzheimer disease (AD; OMIM:104300)-associated pathology and spongiform changes may also be seen ({19:McKeith et al., 1996}; {20:Mizutani, 2000}; {18:McKeith et al., 2005})."], "synonym_kw": ["Lewy Body Dementia", "Diffuse Lewy Body Disease With Gaze Palsy", "DEMENTIA, LEWY BODY; DLB", "Lewy body disease", "Senile dementia of the Lewy body type (disorder)", "Lewy Body Variant of Alzheimer Disease", "Diffuse Lewy Body Disease", "DLB", "Diffuse Lewy body disease (disorder)", "Dementia with Lewy bodies"], "synonym_std": ["Lewy Body Dementia", "Diffuse Lewy Body Disease With Gaze Palsy", "DEMENTIA, LEWY BODY; DLB", "Lewy body disease", "Senile dementia of the Lewy body type (disorder)", "Lewy Body Variant of Alzheimer Disease", "Diffuse Lewy Body Disease", "DLB", "Diffuse Lewy body disease (disorder)", "Dementia with Lewy bodies"], "label": ["Dementia, Lewy Body", "Lewy body dementia"], "definition_eng": ["A dementia and a synucleinopathy that is characterized by the development of abnormal proteinaceous (alpha-synuclein) cytoplasmic inclusions, called Lewy bodies, throughout the brain that results in progressive decline in mental abilities.", "Dementia with Lewy bodies (DLB) is a neurodegenerative disorder clinically characterized by dementia and parkinsonism, often with fluctuating cognitive function, visual hallucinations, falls, syncopal episodes, and sensitivity to neuroleptic medication. Pathologically, Lewy bodies are present in a pattern more widespread than usually observed in Parkinson disease (see PD; OMIM:168600). Alzheimer disease (AD; OMIM:104300)-associated pathology and spongiform changes may also be seen ({19:McKeith et al., 1996}; {20:Mizutani, 2000}; {18:McKeith et al., 2005})."], "equivalent_curie_std": ["DOID:12217"], "category": ["disease"]}, {"synonym": ["NBIA6", "CoPAN", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 6; NBIA6", "Neurodegeneration with brain iron accumulation due to COASY mutation", "neurodegeneration with brain iron accumulation type 6", "Neurodegeneration With Brain Iron Accumulation type 6"], "equivalent_curie_eng": ["Orphanet:397725", "UMLS:C3810230", "DOID:0110740"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615643", "iri": "http://purl.obolibrary.org/obo/OMIM_615643", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_397725", "http://purl.obolibrary.org/obo/UMLS_C3810230", "http://purl.obolibrary.org/obo/DOID_0110740"], "label_eng": ["neurodegeneration with brain iron accumulation 6", "Neurodegeneration With Brain Iron Accumulation 6", "Neurodegeneration with brain iron accumulation 6"], "definition_std": ["COASY protein-associated neurodegeneration (CoPAN) is a very rare, slowly progressive form of neurodegeneration with brain iron accumulation (NBIA) characterized by classic NBIA features. The clinical manifestations include early-onset spastic-dystonic paraparesis, oromandibular dystonia, dysarthria, parkinsonism, axonal neuropathy, progressive cognitive impairment, complex motor tics, and obsessive-compulsive disorder.", "Neurodegeneration with brain iron accumulation refers to a group of neurodegenerative disorders characterized by progressive motor and cognitive dysfunction beginning in childhood or young adulthood. Patients show extrapyramidal motor signs, such as spasticity, dystonia, and parkinsonism. Brain imaging shows iron accumulation in the basal ganglia (summary by {1:Dusi et al., 2014}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "id_eng": "OMIM:615643", "definition_kw": ["COASY protein-associated neurodegeneration (CoPAN) is a very rare, slowly progressive form of neurodegeneration with brain iron accumulation (NBIA) characterized by classic NBIA features. The clinical manifestations include early-onset spastic-dystonic paraparesis, oromandibular dystonia, dysarthria, parkinsonism, axonal neuropathy, progressive cognitive impairment, complex motor tics, and obsessive-compulsive disorder.", "Neurodegeneration with brain iron accumulation refers to a group of neurodegenerative disorders characterized by progressive motor and cognitive dysfunction beginning in childhood or young adulthood. Patients show extrapyramidal motor signs, such as spasticity, dystonia, and parkinsonism. Brain imaging shows iron accumulation in the basal ganglia (summary by {1:Dusi et al., 2014}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_397725", "http://purl.obolibrary.org/obo/UMLS_C3810230", "http://purl.obolibrary.org/obo/DOID_0110740"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615643", "label_std": ["neurodegeneration with brain iron accumulation 6", "Neurodegeneration With Brain Iron Accumulation 6", "Neurodegeneration with brain iron accumulation 6"], "equivalent_curie": ["Orphanet:397725", "UMLS:C3810230", "DOID:0110740"], "equivalent_curie_kw": ["Orphanet:397725", "UMLS:C3810230", "DOID:0110740"], "synonym_eng": ["NBIA6", "CoPAN", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 6; NBIA6", "Neurodegeneration with brain iron accumulation due to COASY mutation", "neurodegeneration with brain iron accumulation type 6", "Neurodegeneration With Brain Iron Accumulation type 6"], "score": 16.886732, "id_kw": "OMIM:615643", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_397725", "http://purl.obolibrary.org/obo/UMLS_C3810230", "http://purl.obolibrary.org/obo/DOID_0110740"], "label_kw": ["neurodegeneration with brain iron accumulation 6", "Neurodegeneration With Brain Iron Accumulation 6", "Neurodegeneration with brain iron accumulation 6"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615643", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_397725", "http://purl.obolibrary.org/obo/UMLS_C3810230", "http://purl.obolibrary.org/obo/DOID_0110740"], "_version_": 1580845545643048960, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615643", "id": "OMIM:615643", "definition": ["COASY protein-associated neurodegeneration (CoPAN) is a very rare, slowly progressive form of neurodegeneration with brain iron accumulation (NBIA) characterized by classic NBIA features. The clinical manifestations include early-onset spastic-dystonic paraparesis, oromandibular dystonia, dysarthria, parkinsonism, axonal neuropathy, progressive cognitive impairment, complex motor tics, and obsessive-compulsive disorder.", "Neurodegeneration with brain iron accumulation refers to a group of neurodegenerative disorders characterized by progressive motor and cognitive dysfunction beginning in childhood or young adulthood. Patients show extrapyramidal motor signs, such as spasticity, dystonia, and parkinsonism. Brain imaging shows iron accumulation in the basal ganglia (summary by {1:Dusi et al., 2014}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "synonym_kw": ["NBIA6", "CoPAN", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 6; NBIA6", "Neurodegeneration with brain iron accumulation due to COASY mutation", "neurodegeneration with brain iron accumulation type 6", "Neurodegeneration With Brain Iron Accumulation type 6"], "synonym_std": ["NBIA6", "CoPAN", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 6; NBIA6", "Neurodegeneration with brain iron accumulation due to COASY mutation", "neurodegeneration with brain iron accumulation type 6", "Neurodegeneration With Brain Iron Accumulation type 6"], "label": ["neurodegeneration with brain iron accumulation 6", "Neurodegeneration With Brain Iron Accumulation 6", "Neurodegeneration with brain iron accumulation 6"], "definition_eng": ["COASY protein-associated neurodegeneration (CoPAN) is a very rare, slowly progressive form of neurodegeneration with brain iron accumulation (NBIA) characterized by classic NBIA features. The clinical manifestations include early-onset spastic-dystonic paraparesis, oromandibular dystonia, dysarthria, parkinsonism, axonal neuropathy, progressive cognitive impairment, complex motor tics, and obsessive-compulsive disorder.", "Neurodegeneration with brain iron accumulation refers to a group of neurodegenerative disorders characterized by progressive motor and cognitive dysfunction beginning in childhood or young adulthood. Patients show extrapyramidal motor signs, such as spasticity, dystonia, and parkinsonism. Brain imaging shows iron accumulation in the basal ganglia (summary by {1:Dusi et al., 2014}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_curie_std": ["Orphanet:397725", "UMLS:C3810230", "DOID:0110740"], "category": ["disease"]}, {"synonym": ["Segawa syndrome, autosomal dominant", "Hereditary Progressive Dystonia with Marked Diurnal Fluctuation", "DYSTONIA, DOPA-RESPONSIVE; DRD", "Hereditary progressive dystonia with marked diurnal fluctuation", "Dopa-responsive dystonia, autosomal dominant", "Dystonia, Dopa-Responsive, Autosomal Dominant", "Dopa-Responsive Dystonia, Autosomal Dominant", "Dystonia-Parkinsonism With Diurnal Fluctuation", "DYT5a", "Autosomal dominant Segawa syndrome", "Dopa-Responsive Dystonia", "Dystonia, Dopa-responsive, autosomal dominant", "Dystonia, Progressive, With Diurnal Variation", "dystonia type 5", "Dystonia-Parkinsonism with diurnal fluctuation", "DRD", "GTPCH1-deficient DRD", "GTPCH1-deficient dopa-responsive dystonia", "Dystonia, progressive, with diurnal variation", "HPD with marked diurnal fluctuation", "Segawa Syndrome, Autosomal Dominant", "Dystonia 5"], "equivalent_curie_eng": ["Orphanet:98808", "UMLS:CN207122", "DOID:0090043", "MESH:C538007"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:128230", "iri": "http://purl.obolibrary.org/obo/OMIM_128230", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_98808", "http://purl.obolibrary.org/obo/UMLS_CN207122", "http://purl.obolibrary.org/obo/DOID_0090043", "http://purl.obolibrary.org/obo/MESH_C538007"], "label_eng": ["Dystonia, Dopa-Responsive", "dystonia 5", "Dystonia 5, Dopa-responsive type"], "definition_std": ["Autosomal dominant dopa-responsive dystonia (DYT5a) is a rare neurometabolic disorder characterized by childhood-onset dystonia that shows a dramatic and sustained response to low doses of levodopa (L-dopa) and that may be associated with parkinsonism at an older age."], "id_eng": "OMIM:128230", "definition_kw": ["Autosomal dominant dopa-responsive dystonia (DYT5a) is a rare neurometabolic disorder characterized by childhood-onset dystonia that shows a dramatic and sustained response to low doses of levodopa (L-dopa) and that may be associated with parkinsonism at an older age."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_98808", "http://purl.obolibrary.org/obo/UMLS_CN207122", "http://purl.obolibrary.org/obo/DOID_0090043", "http://purl.obolibrary.org/obo/MESH_C538007"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_128230", "label_std": ["Dystonia, Dopa-Responsive", "dystonia 5", "Dystonia 5, Dopa-responsive type"], "equivalent_curie": ["Orphanet:98808", "UMLS:CN207122", "DOID:0090043", "MESH:C538007"], "equivalent_curie_kw": ["Orphanet:98808", "UMLS:CN207122", "DOID:0090043", "MESH:C538007"], "synonym_eng": ["Segawa syndrome, autosomal dominant", "Hereditary Progressive Dystonia with Marked Diurnal Fluctuation", "DYSTONIA, DOPA-RESPONSIVE; DRD", "Hereditary progressive dystonia with marked diurnal fluctuation", "Dopa-responsive dystonia, autosomal dominant", "Dystonia, Dopa-Responsive, Autosomal Dominant", "Dopa-Responsive Dystonia, Autosomal Dominant", "Dystonia-Parkinsonism With Diurnal Fluctuation", "DYT5a", "Autosomal dominant Segawa syndrome", "Dopa-Responsive Dystonia", "Dystonia, Dopa-responsive, autosomal dominant", "Dystonia, Progressive, With Diurnal Variation", "dystonia type 5", "Dystonia-Parkinsonism with diurnal fluctuation", "DRD", "GTPCH1-deficient DRD", "GTPCH1-deficient dopa-responsive dystonia", "Dystonia, progressive, with diurnal variation", "HPD with marked diurnal fluctuation", "Segawa Syndrome, Autosomal Dominant", "Dystonia 5"], "score": 16.790707, "id_kw": "OMIM:128230", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_98808", "http://purl.obolibrary.org/obo/UMLS_CN207122", "http://purl.obolibrary.org/obo/DOID_0090043", "http://purl.obolibrary.org/obo/MESH_C538007"], "label_kw": ["Dystonia, Dopa-Responsive", "dystonia 5", "Dystonia 5, Dopa-responsive type"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_128230", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_98808", "http://purl.obolibrary.org/obo/UMLS_CN207122", "http://purl.obolibrary.org/obo/DOID_0090043", "http://purl.obolibrary.org/obo/MESH_C538007"], "_version_": 1580845510224248832, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_128230", "id": "OMIM:128230", "definition": ["Autosomal dominant dopa-responsive dystonia (DYT5a) is a rare neurometabolic disorder characterized by childhood-onset dystonia that shows a dramatic and sustained response to low doses of levodopa (L-dopa) and that may be associated with parkinsonism at an older age."], "synonym_kw": ["Segawa syndrome, autosomal dominant", "Hereditary Progressive Dystonia with Marked Diurnal Fluctuation", "DYSTONIA, DOPA-RESPONSIVE; DRD", "Hereditary progressive dystonia with marked diurnal fluctuation", "Dopa-responsive dystonia, autosomal dominant", "Dystonia, Dopa-Responsive, Autosomal Dominant", "Dopa-Responsive Dystonia, Autosomal Dominant", "Dystonia-Parkinsonism With Diurnal Fluctuation", "DYT5a", "Autosomal dominant Segawa syndrome", "Dopa-Responsive Dystonia", "Dystonia, Dopa-responsive, autosomal dominant", "Dystonia, Progressive, With Diurnal Variation", "dystonia type 5", "Dystonia-Parkinsonism with diurnal fluctuation", "DRD", "GTPCH1-deficient DRD", "GTPCH1-deficient dopa-responsive dystonia", "Dystonia, progressive, with diurnal variation", "HPD with marked diurnal fluctuation", "Segawa Syndrome, Autosomal Dominant", "Dystonia 5"], "synonym_std": ["Segawa syndrome, autosomal dominant", "Hereditary Progressive Dystonia with Marked Diurnal Fluctuation", "DYSTONIA, DOPA-RESPONSIVE; DRD", "Hereditary progressive dystonia with marked diurnal fluctuation", "Dopa-responsive dystonia, autosomal dominant", "Dystonia, Dopa-Responsive, Autosomal Dominant", "Dopa-Responsive Dystonia, Autosomal Dominant", "Dystonia-Parkinsonism With Diurnal Fluctuation", "DYT5a", "Autosomal dominant Segawa syndrome", "Dopa-Responsive Dystonia", "Dystonia, Dopa-responsive, autosomal dominant", "Dystonia, Progressive, With Diurnal Variation", "dystonia type 5", "Dystonia-Parkinsonism with diurnal fluctuation", "DRD", "GTPCH1-deficient DRD", "GTPCH1-deficient dopa-responsive dystonia", "Dystonia, progressive, with diurnal variation", "HPD with marked diurnal fluctuation", "Segawa Syndrome, Autosomal Dominant", "Dystonia 5"], "label": ["Dystonia, Dopa-Responsive", "dystonia 5", "Dystonia 5, Dopa-responsive type"], "definition_eng": ["Autosomal dominant dopa-responsive dystonia (DYT5a) is a rare neurometabolic disorder characterized by childhood-onset dystonia that shows a dramatic and sustained response to low doses of levodopa (L-dopa) and that may be associated with parkinsonism at an older age."], "equivalent_curie_std": ["Orphanet:98808", "UMLS:CN207122", "DOID:0090043", "MESH:C538007"], "category": ["disease"]}, {"synonym": ["sca3"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1196", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1196", "label_eng": ["Spinocerebellar Ataxia Type 3"], "definition_std": ["Spinocerebellar ataxia type 3 (SCA3), also known as Machado-Joseph disease (MJD), is characterized by progressive cerebellar ataxia and variable findings including a dystonic-rigid syndrome, a parkinsonian syndrome, or a combined syndrome of dystonia and peripheral neuropathy. Neurologic findings tend to evolve as the disease progresses. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1196]"], "id_eng": "GeneReviews:NBK1196", "definition_kw": ["Spinocerebellar ataxia type 3 (SCA3), also known as Machado-Joseph disease (MJD), is characterized by progressive cerebellar ataxia and variable findings including a dystonic-rigid syndrome, a parkinsonian syndrome, or a combined syndrome of dystonia and peripheral neuropathy. Neurologic findings tend to evolve as the disease progresses. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1196]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1196", "label_std": ["Spinocerebellar Ataxia Type 3"], "synonym_eng": ["sca3"], "score": 16.790707, "id_kw": "GeneReviews:NBK1196", "label_kw": ["Spinocerebellar Ataxia Type 3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1196", "_version_": 1580845510985515008, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1196", "id": "GeneReviews:NBK1196", "definition": ["Spinocerebellar ataxia type 3 (SCA3), also known as Machado-Joseph disease (MJD), is characterized by progressive cerebellar ataxia and variable findings including a dystonic-rigid syndrome, a parkinsonian syndrome, or a combined syndrome of dystonia and peripheral neuropathy. Neurologic findings tend to evolve as the disease progresses. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1196]"], "synonym_kw": ["sca3"], "synonym_std": ["sca3"], "label": ["Spinocerebellar Ataxia Type 3"], "definition_eng": ["Spinocerebellar ataxia type 3 (SCA3), also known as Machado-Joseph disease (MJD), is characterized by progressive cerebellar ataxia and variable findings including a dystonic-rigid syndrome, a parkinsonian syndrome, or a combined syndrome of dystonia and peripheral neuropathy. Neurologic findings tend to evolve as the disease progresses. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1196]"], "category": ["disease"]}, {"synonym": ["inad"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1675", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1675", "label_eng": ["PLA2G6-Associated Neurodegeneration"], "definition_std": ["PLA2G6-associated neurodegeneration (PLAN) comprises a continuum of three phenotypes with overlapping clinical and radiologic features: Classic infantile neuroaxonal dystrophy (INAD) Atypical neuroaxonal dystrophy (atypical NAD) PLA2G6-related dystonia-parkinsonism [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1675]"], "id_eng": "GeneReviews:NBK1675", "definition_kw": ["PLA2G6-associated neurodegeneration (PLAN) comprises a continuum of three phenotypes with overlapping clinical and radiologic features: Classic infantile neuroaxonal dystrophy (INAD) Atypical neuroaxonal dystrophy (atypical NAD) PLA2G6-related dystonia-parkinsonism [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1675]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1675", "label_std": ["PLA2G6-Associated Neurodegeneration"], "synonym_eng": ["inad"], "score": 16.790707, "id_kw": "GeneReviews:NBK1675", "label_kw": ["PLA2G6-Associated Neurodegeneration"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1675", "_version_": 1580845511194181632, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1675", "id": "GeneReviews:NBK1675", "definition": ["PLA2G6-associated neurodegeneration (PLAN) comprises a continuum of three phenotypes with overlapping clinical and radiologic features: Classic infantile neuroaxonal dystrophy (INAD) Atypical neuroaxonal dystrophy (atypical NAD) PLA2G6-related dystonia-parkinsonism [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1675]"], "synonym_kw": ["inad"], "synonym_std": ["inad"], "label": ["PLA2G6-Associated Neurodegeneration"], "definition_eng": ["PLA2G6-associated neurodegeneration (PLAN) comprises a continuum of three phenotypes with overlapping clinical and radiologic features: Classic infantile neuroaxonal dystrophy (INAD) Atypical neuroaxonal dystrophy (atypical NAD) PLA2G6-related dystonia-parkinsonism [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1675]"], "category": ["disease"]}, {"synonym": ["Bruns' Apraxia of Gait", "Dyspraxia of Gait", "Apraxia, Gait", "Apraxias, Frontal Gait", "Apraxias, Gait", "Gait Apraxias, Bruns'", "Gait Apraxia, Frontal", "Apraxia, Bruns' Gait", "Frontal Gait Apraxia", "Bruns' Gait Apraxias", "Bruns' Gait Apraxia", "Frontal Gait Apraxias", "Gait Apraxia, Bruns'", "Apraxia of Gait", "Gait Apraxias, Frontal", "Bruns' Apraxia, Gait", "Gait Dyspraxias", "Apraxia, Frontal Gait", "Gait apraxia (finding)", "Gait Apraxias", "Gait Dyspraxia", "Bruns Gait Apraxia", "Bruns Apraxia, Gait", "Apraxias, Bruns' Gait"], "equivalent_curie_eng": ["UMLS:C1510417", "MESH:D020235"], "leaf": true, "category_std": ["disease"], "id_std": "DOID:4260", "iri": "http://purl.obolibrary.org/obo/DOID_4260", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1510417", "http://purl.obolibrary.org/obo/MESH_D020235"], "label_eng": ["gait apraxia"], "definition_std": ["Impaired ambulation not attributed to sensory impairment or motor weakness. FRONTAL LOBE disorders; BASAL GANGLIA DISEASES (e.g., PARKINSONIAN DISORDERS); DEMENTIA, MULTI-INFARCT; ALZHEIMER DISEASE; and other conditions may be associated with gait apraxia."], "id_eng": "DOID:4260", "definition_kw": ["Impaired ambulation not attributed to sensory impairment or motor weakness. FRONTAL LOBE disorders; BASAL GANGLIA DISEASES (e.g., PARKINSONIAN DISORDERS); DEMENTIA, MULTI-INFARCT; ALZHEIMER DISEASE; and other conditions may be associated with gait apraxia."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1510417", "http://purl.obolibrary.org/obo/MESH_D020235"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_4260", "label_std": ["gait apraxia"], "equivalent_curie": ["UMLS:C1510417", "MESH:D020235"], "equivalent_curie_kw": ["UMLS:C1510417", "MESH:D020235"], "synonym_eng": ["Bruns' Apraxia of Gait", "Dyspraxia of Gait", "Apraxia, Gait", "Apraxias, Frontal Gait", "Apraxias, Gait", "Gait Apraxias, Bruns'", "Gait Apraxia, Frontal", "Apraxia, Bruns' Gait", "Frontal Gait Apraxia", "Bruns' Gait Apraxias", "Bruns' Gait Apraxia", "Frontal Gait Apraxias", "Gait Apraxia, Bruns'", "Apraxia of Gait", "Gait Apraxias, Frontal", "Bruns' Apraxia, Gait", "Gait Dyspraxias", "Apraxia, Frontal Gait", "Gait apraxia (finding)", "Gait Apraxias", "Gait Dyspraxia", "Bruns Gait Apraxia", "Bruns Apraxia, Gait", "Apraxias, Bruns' Gait"], "score": 16.790707, "id_kw": "DOID:4260", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1510417", "http://purl.obolibrary.org/obo/MESH_D020235"], "label_kw": ["gait apraxia"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_4260", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1510417", "http://purl.obolibrary.org/obo/MESH_D020235"], "_version_": 1580845593869156353, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_4260", "id": "DOID:4260", "definition": ["Impaired ambulation not attributed to sensory impairment or motor weakness. FRONTAL LOBE disorders; BASAL GANGLIA DISEASES (e.g., PARKINSONIAN DISORDERS); DEMENTIA, MULTI-INFARCT; ALZHEIMER DISEASE; and other conditions may be associated with gait apraxia."], "synonym_kw": ["Bruns' Apraxia of Gait", "Dyspraxia of Gait", "Apraxia, Gait", "Apraxias, Frontal Gait", "Apraxias, Gait", "Gait Apraxias, Bruns'", "Gait Apraxia, Frontal", "Apraxia, Bruns' Gait", "Frontal Gait Apraxia", "Bruns' Gait Apraxias", "Bruns' Gait Apraxia", "Frontal Gait Apraxias", "Gait Apraxia, Bruns'", "Apraxia of Gait", "Gait Apraxias, Frontal", "Bruns' Apraxia, Gait", "Gait Dyspraxias", "Apraxia, Frontal Gait", "Gait apraxia (finding)", "Gait Apraxias", "Gait Dyspraxia", "Bruns Gait Apraxia", "Bruns Apraxia, Gait", "Apraxias, Bruns' Gait"], "synonym_std": ["Bruns' Apraxia of Gait", "Dyspraxia of Gait", "Apraxia, Gait", "Apraxias, Frontal Gait", "Apraxias, Gait", "Gait Apraxias, Bruns'", "Gait Apraxia, Frontal", "Apraxia, Bruns' Gait", "Frontal Gait Apraxia", "Bruns' Gait Apraxias", "Bruns' Gait Apraxia", "Frontal Gait Apraxias", "Gait Apraxia, Bruns'", "Apraxia of Gait", "Gait Apraxias, Frontal", "Bruns' Apraxia, Gait", "Gait Dyspraxias", "Apraxia, Frontal Gait", "Gait apraxia (finding)", "Gait Apraxias", "Gait Dyspraxia", "Bruns Gait Apraxia", "Bruns Apraxia, Gait", "Apraxias, Bruns' Gait"], "label": ["gait apraxia"], "definition_eng": ["Impaired ambulation not attributed to sensory impairment or motor weakness. FRONTAL LOBE disorders; BASAL GANGLIA DISEASES (e.g., PARKINSONIAN DISORDERS); DEMENTIA, MULTI-INFARCT; ALZHEIMER DISEASE; and other conditions may be associated with gait apraxia."], "equivalent_curie_std": ["UMLS:C1510417", "MESH:D020235"], "category": ["disease"]}, {"synonym": ["Quivers, Involuntary", "Senile Tremors", "Tremor, Action", "Tremors, Perioral", "Darkness Tremors", "Perioral Tremor", "Action Tremor", "Tremors, Static", "Tremor, Neonatal", "Persistent Tremor", "Perioral Tremors", "Static Tremors", "Tremors, Resting", "Muscle Tremors", "Nerve Tremor", "Pill Rolling Tremor", "Rolling Tremors, Pill", "Nerve Tremors", "Senile Tremor", "Intermittent Tremor", "Darkness Tremor", "Involuntary Quiver", "Muscle Tremor", "Tremor, Nerve", "Continuous Tremors", "Rest Tremors", "Action Tremors", "Intermittent Tremors", "Tremors, Limb", "Tremors, Rest", "Tremor, Perioral", "Tremors, Persistent", "Tremor, Limb", "Tremor, Persistent", "Passive Tremors", "Saturnine Tremor", "Tremor, Rest", "Persistent Tremors", "Resting Tremors", "Tremors", "Tremor, Static", "Rest Tremor", "Tremor, Intention", "Limb Tremors", "Tremor, Muscle", "Tremor, Continuous", "Resting Tremor", "Tremor, Senile", "Neonatal Tremor", "Tremors, Continuous", "Neonatal Tremors", "Tremors, Saturnine", "Intention Tremors", "Tremors, Fine", "Coarse Tremor", "Tremors, Passive", "Tremor, Semirhythmic", "Fine Tremors", "Tremors, Intention", "Involuntary Quivers", "Fine Tremor", "Continuous Tremor", "Intention Tremor", "Tremors, Muscle", "Tremor, Pill Rolling", "Tremors, Semirhythmic", "Tremor, Fine", "Tremor, Saturnine", "Tremors, Senile", "Tremors, Massive", "Static Tremor", "Pill Rolling Tremors", "Massive Tremors", "Rolling Tremor, Pill", "Semirhythmic Tremor", "Tremors, Pill Rolling", "Tremor, Darkness", "Tremors, Coarse", "Quiver, Involuntary", "Coarse Tremors", "Tremor, Intermittent", "Tremor, Massive", "Tremor, Passive", "Semirhythmic Tremors", "Tremor, Coarse", "Tremors, Neonatal", "Tremor, Resting", "Passive Tremor", "Tremors, Action", "Limb Tremor", "Saturnine Tremors", "Tremors, Darkness", "Tremors, Nerve", "Tremors, Intermittent", "Massive Tremor"], "equivalent_curie_eng": ["UMLS:CN227173", "UMLS:CN130231", "UMLS:CN227168", "UMLS:C0393615"], "leaf": false, "category_std": ["disease"], "id_std": "MESH:D014202", "iri": "http://purl.obolibrary.org/obo/MESH_D014202", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN227173", "http://purl.obolibrary.org/obo/UMLS_CN130231", "http://purl.obolibrary.org/obo/UMLS_CN227168", "http://purl.obolibrary.org/obo/UMLS_C0393615"], "label_eng": ["Tremor"], "definition_std": ["Cyclical movement of a body part that can represent either a physiologic process or a manifestation of disease. Intention or action tremor, a common manifestation of CEREBELLAR DISEASES, is aggravated by movement. In contrast, resting tremor is maximal when there is no attempt at voluntary movement, and occurs as a relatively frequent manifestation of PARKINSON DISEASE."], "id_eng": "MESH:D014202", "definition_kw": ["Cyclical movement of a body part that can represent either a physiologic process or a manifestation of disease. Intention or action tremor, a common manifestation of CEREBELLAR DISEASES, is aggravated by movement. In contrast, resting tremor is maximal when there is no attempt at voluntary movement, and occurs as a relatively frequent manifestation of PARKINSON DISEASE."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN227173", "http://purl.obolibrary.org/obo/UMLS_CN130231", "http://purl.obolibrary.org/obo/UMLS_CN227168", "http://purl.obolibrary.org/obo/UMLS_C0393615"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D014202", "label_std": ["Tremor"], "equivalent_curie": ["UMLS:CN227173", "UMLS:CN130231", "UMLS:CN227168", "UMLS:C0393615"], "equivalent_curie_kw": ["UMLS:CN227173", "UMLS:CN130231", "UMLS:CN227168", "UMLS:C0393615"], "synonym_eng": ["Quivers, Involuntary", "Senile Tremors", "Tremor, Action", "Tremors, Perioral", "Darkness Tremors", "Perioral Tremor", "Action Tremor", "Tremors, Static", "Tremor, Neonatal", "Persistent Tremor", "Perioral Tremors", "Static Tremors", "Tremors, Resting", "Muscle Tremors", "Nerve Tremor", "Pill Rolling Tremor", "Rolling Tremors, Pill", "Nerve Tremors", "Senile Tremor", "Intermittent Tremor", "Darkness Tremor", "Involuntary Quiver", "Muscle Tremor", "Tremor, Nerve", "Continuous Tremors", "Rest Tremors", "Action Tremors", "Intermittent Tremors", "Tremors, Limb", "Tremors, Rest", "Tremor, Perioral", "Tremors, Persistent", "Tremor, Limb", "Tremor, Persistent", "Passive Tremors", "Saturnine Tremor", "Tremor, Rest", "Persistent Tremors", "Resting Tremors", "Tremors", "Tremor, Static", "Rest Tremor", "Tremor, Intention", "Limb Tremors", "Tremor, Muscle", "Tremor, Continuous", "Resting Tremor", "Tremor, Senile", "Neonatal Tremor", "Tremors, Continuous", "Neonatal Tremors", "Tremors, Saturnine", "Intention Tremors", "Tremors, Fine", "Coarse Tremor", "Tremors, Passive", "Tremor, Semirhythmic", "Fine Tremors", "Tremors, Intention", "Involuntary Quivers", "Fine Tremor", "Continuous Tremor", "Intention Tremor", "Tremors, Muscle", "Tremor, Pill Rolling", "Tremors, Semirhythmic", "Tremor, Fine", "Tremor, Saturnine", "Tremors, Senile", "Tremors, Massive", "Static Tremor", "Pill Rolling Tremors", "Massive Tremors", "Rolling Tremor, Pill", "Semirhythmic Tremor", "Tremors, Pill Rolling", "Tremor, Darkness", "Tremors, Coarse", "Quiver, Involuntary", "Coarse Tremors", "Tremor, Intermittent", "Tremor, Massive", "Tremor, Passive", "Semirhythmic Tremors", "Tremor, Coarse", "Tremors, Neonatal", "Tremor, Resting", "Passive Tremor", "Tremors, Action", "Limb Tremor", "Saturnine Tremors", "Tremors, Darkness", "Tremors, Nerve", "Tremors, Intermittent", "Massive Tremor"], "score": 16.790707, "id_kw": "MESH:D014202", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN227173", "http://purl.obolibrary.org/obo/UMLS_CN130231", "http://purl.obolibrary.org/obo/UMLS_CN227168", "http://purl.obolibrary.org/obo/UMLS_C0393615"], "label_kw": ["Tremor"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D014202", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN227173", "http://purl.obolibrary.org/obo/UMLS_CN130231", "http://purl.obolibrary.org/obo/UMLS_CN227168", "http://purl.obolibrary.org/obo/UMLS_C0393615"], "_version_": 1580845554587402241, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D014202", "id": "MESH:D014202", "definition": ["Cyclical movement of a body part that can represent either a physiologic process or a manifestation of disease. Intention or action tremor, a common manifestation of CEREBELLAR DISEASES, is aggravated by movement. In contrast, resting tremor is maximal when there is no attempt at voluntary movement, and occurs as a relatively frequent manifestation of PARKINSON DISEASE."], "synonym_kw": ["Quivers, Involuntary", "Senile Tremors", "Tremor, Action", "Tremors, Perioral", "Darkness Tremors", "Perioral Tremor", "Action Tremor", "Tremors, Static", "Tremor, Neonatal", "Persistent Tremor", "Perioral Tremors", "Static Tremors", "Tremors, Resting", "Muscle Tremors", "Nerve Tremor", "Pill Rolling Tremor", "Rolling Tremors, Pill", "Nerve Tremors", "Senile Tremor", "Intermittent Tremor", "Darkness Tremor", "Involuntary Quiver", "Muscle Tremor", "Tremor, Nerve", "Continuous Tremors", "Rest Tremors", "Action Tremors", "Intermittent Tremors", "Tremors, Limb", "Tremors, Rest", "Tremor, Perioral", "Tremors, Persistent", "Tremor, Limb", "Tremor, Persistent", "Passive Tremors", "Saturnine Tremor", "Tremor, Rest", "Persistent Tremors", "Resting Tremors", "Tremors", "Tremor, Static", "Rest Tremor", "Tremor, Intention", "Limb Tremors", "Tremor, Muscle", "Tremor, Continuous", "Resting Tremor", "Tremor, Senile", "Neonatal Tremor", "Tremors, Continuous", "Neonatal Tremors", "Tremors, Saturnine", "Intention Tremors", "Tremors, Fine", "Coarse Tremor", "Tremors, Passive", "Tremor, Semirhythmic", "Fine Tremors", "Tremors, Intention", "Involuntary Quivers", "Fine Tremor", "Continuous Tremor", "Intention Tremor", "Tremors, Muscle", "Tremor, Pill Rolling", "Tremors, Semirhythmic", "Tremor, Fine", "Tremor, Saturnine", "Tremors, Senile", "Tremors, Massive", "Static Tremor", "Pill Rolling Tremors", "Massive Tremors", "Rolling Tremor, Pill", "Semirhythmic Tremor", "Tremors, Pill Rolling", "Tremor, Darkness", "Tremors, Coarse", "Quiver, Involuntary", "Coarse Tremors", "Tremor, Intermittent", "Tremor, Massive", "Tremor, Passive", "Semirhythmic Tremors", "Tremor, Coarse", "Tremors, Neonatal", "Tremor, Resting", "Passive Tremor", "Tremors, Action", "Limb Tremor", "Saturnine Tremors", "Tremors, Darkness", "Tremors, Nerve", "Tremors, Intermittent", "Massive Tremor"], "synonym_std": ["Quivers, Involuntary", "Senile Tremors", "Tremor, Action", "Tremors, Perioral", "Darkness Tremors", "Perioral Tremor", "Action Tremor", "Tremors, Static", "Tremor, Neonatal", "Persistent Tremor", "Perioral Tremors", "Static Tremors", "Tremors, Resting", "Muscle Tremors", "Nerve Tremor", "Pill Rolling Tremor", "Rolling Tremors, Pill", "Nerve Tremors", "Senile Tremor", "Intermittent Tremor", "Darkness Tremor", "Involuntary Quiver", "Muscle Tremor", "Tremor, Nerve", "Continuous Tremors", "Rest Tremors", "Action Tremors", "Intermittent Tremors", "Tremors, Limb", "Tremors, Rest", "Tremor, Perioral", "Tremors, Persistent", "Tremor, Limb", "Tremor, Persistent", "Passive Tremors", "Saturnine Tremor", "Tremor, Rest", "Persistent Tremors", "Resting Tremors", "Tremors", "Tremor, Static", "Rest Tremor", "Tremor, Intention", "Limb Tremors", "Tremor, Muscle", "Tremor, Continuous", "Resting Tremor", "Tremor, Senile", "Neonatal Tremor", "Tremors, Continuous", "Neonatal Tremors", "Tremors, Saturnine", "Intention Tremors", "Tremors, Fine", "Coarse Tremor", "Tremors, Passive", "Tremor, Semirhythmic", "Fine Tremors", "Tremors, Intention", "Involuntary Quivers", "Fine Tremor", "Continuous Tremor", "Intention Tremor", "Tremors, Muscle", "Tremor, Pill Rolling", "Tremors, Semirhythmic", "Tremor, Fine", "Tremor, Saturnine", "Tremors, Senile", "Tremors, Massive", "Static Tremor", "Pill Rolling Tremors", "Massive Tremors", "Rolling Tremor, Pill", "Semirhythmic Tremor", "Tremors, Pill Rolling", "Tremor, Darkness", "Tremors, Coarse", "Quiver, Involuntary", "Coarse Tremors", "Tremor, Intermittent", "Tremor, Massive", "Tremor, Passive", "Semirhythmic Tremors", "Tremor, Coarse", "Tremors, Neonatal", "Tremor, Resting", "Passive Tremor", "Tremors, Action", "Limb Tremor", "Saturnine Tremors", "Tremors, Darkness", "Tremors, Nerve", "Tremors, Intermittent", "Massive Tremor"], "label": ["Tremor"], "definition_eng": ["Cyclical movement of a body part that can represent either a physiologic process or a manifestation of disease. Intention or action tremor, a common manifestation of CEREBELLAR DISEASES, is aggravated by movement. In contrast, resting tremor is maximal when there is no attempt at voluntary movement, and occurs as a relatively frequent manifestation of PARKINSON DISEASE."], "equivalent_curie_std": ["UMLS:CN227173", "UMLS:CN130231", "UMLS:CN227168", "UMLS:C0393615"], "category": ["disease"]}, {"synonym": ["Nervous System Diseases, Manganese Induced", "Neurotoxicity Syndromes, Manganese", "Poisoning, Manganese", "Nervous System Poisoning, Manganese", "Nervous System Diseases, Manganese-Induced", "Syndromes, Manganese Neurotoxicity", "Manganese Neurotoxicity Syndromes", "Syndrome, Manganese Neurotoxicity", "Neurotoxicity Syndrome, Manganese", "Manganese Neurotoxicity Syndrome"], "leaf": true, "category_std": ["disease"], "id_std": "MESH:D020149", "iri": "http://purl.obolibrary.org/obo/MESH_D020149", "label_eng": ["Manganese Poisoning"], "definition_std": ["Manganese poisoning is associated with chronic inhalation of manganese particles by individuals who work with manganese ore. Clinical features include CONFUSION; HALLUCINATIONS; and an extrapyramidal syndrome (PARKINSON DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams, Principles of Neurology, 6th ed, p1213)"], "id_eng": "MESH:D020149", "definition_kw": ["Manganese poisoning is associated with chronic inhalation of manganese particles by individuals who work with manganese ore. Clinical features include CONFUSION; HALLUCINATIONS; and an extrapyramidal syndrome (PARKINSON DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams, Principles of Neurology, 6th ed, p1213)"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020149", "label_std": ["Manganese Poisoning"], "synonym_eng": ["Nervous System Diseases, Manganese Induced", "Neurotoxicity Syndromes, Manganese", "Poisoning, Manganese", "Nervous System Poisoning, Manganese", "Nervous System Diseases, Manganese-Induced", "Syndromes, Manganese Neurotoxicity", "Manganese Neurotoxicity Syndromes", "Syndrome, Manganese Neurotoxicity", "Neurotoxicity Syndrome, Manganese", "Manganese Neurotoxicity Syndrome"], "score": 16.790707, "id_kw": "MESH:D020149", "label_kw": ["Manganese Poisoning"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020149", "_version_": 1580845554825428993, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020149", "id": "MESH:D020149", "definition": ["Manganese poisoning is associated with chronic inhalation of manganese particles by individuals who work with manganese ore. Clinical features include CONFUSION; HALLUCINATIONS; and an extrapyramidal syndrome (PARKINSON DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams, Principles of Neurology, 6th ed, p1213)"], "synonym_kw": ["Nervous System Diseases, Manganese Induced", "Neurotoxicity Syndromes, Manganese", "Poisoning, Manganese", "Nervous System Poisoning, Manganese", "Nervous System Diseases, Manganese-Induced", "Syndromes, Manganese Neurotoxicity", "Manganese Neurotoxicity Syndromes", "Syndrome, Manganese Neurotoxicity", "Neurotoxicity Syndrome, Manganese", "Manganese Neurotoxicity Syndrome"], "synonym_std": ["Nervous System Diseases, Manganese Induced", "Neurotoxicity Syndromes, Manganese", "Poisoning, Manganese", "Nervous System Poisoning, Manganese", "Nervous System Diseases, Manganese-Induced", "Syndromes, Manganese Neurotoxicity", "Manganese Neurotoxicity Syndromes", "Syndrome, Manganese Neurotoxicity", "Neurotoxicity Syndrome, Manganese", "Manganese Neurotoxicity Syndrome"], "label": ["Manganese Poisoning"], "definition_eng": ["Manganese poisoning is associated with chronic inhalation of manganese particles by individuals who work with manganese ore. Clinical features include CONFUSION; HALLUCINATIONS; and an extrapyramidal syndrome (PARKINSON DISEASE, SECONDARY) that includes rigidity; DYSTONIA; retropulsion; and TREMOR. (Adams, Principles of Neurology, 6th ed, p1213)"], "category": ["disease"]}, {"synonym": ["thdrd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1437", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1437", "label_eng": ["Tyrosine Hydroxylase Deficiency"], "definition_std": ["Tyrosine hydroxylase (TH) deficiency is associated with a broad phenotypic spectrum. Based on severity of symptoms/signs as well as responsiveness to levodopa therapy, clinical phenotypes caused by TH pathogenic variants are divided into (1) TH-deficient dopa-responsive dystonia (DRD: the mild form of TH deficiency [DYT5b]), (2) TH-deficient infantile parkinsonism with motor delay (the severe form), and (3) TH-deficient progressive infantile encephalopathy (the very severe form).In individuals with TH-deficient DRD, onset is between age 12 months and six years; initial symptoms are typically lower-limb dystonia and/or difficulty in walking. Diurnal fluctuation of symptoms (worsening of the symptoms toward the evening and their alleviation in the morning after sleep) may be present. In most individuals with TH-deficient infantile parkinsonism with motor delay, onset is between age three and 12 months. In contrast to TH-deficient DRD, motor milestones are overtly delayed in this severe form. Affected infants demonstrate truncal hypotonia and parkinsonian symptoms and signs (hypokinesia, rigidity of extremities, and/or tremor). In individuals with TH-deficient progressive infantile encephalopathy, onset is before age three to six months. Fetal distress is reported in most. Affected individuals have marked delay in motor development, truncal hypotonia, severe hypokinesia, limb hypertonia (rigidity and/or spasticity), hyperreflexia, oculogyric crises, ptosis, mental retardation, and paroxysmal periods of lethargy (with increased sweating and drooling) alternating with irritability. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1437]"], "id_eng": "GeneReviews:NBK1437", "definition_kw": ["Tyrosine hydroxylase (TH) deficiency is associated with a broad phenotypic spectrum. Based on severity of symptoms/signs as well as responsiveness to levodopa therapy, clinical phenotypes caused by TH pathogenic variants are divided into (1) TH-deficient dopa-responsive dystonia (DRD: the mild form of TH deficiency [DYT5b]), (2) TH-deficient infantile parkinsonism with motor delay (the severe form), and (3) TH-deficient progressive infantile encephalopathy (the very severe form).In individuals with TH-deficient DRD, onset is between age 12 months and six years; initial symptoms are typically lower-limb dystonia and/or difficulty in walking. Diurnal fluctuation of symptoms (worsening of the symptoms toward the evening and their alleviation in the morning after sleep) may be present. In most individuals with TH-deficient infantile parkinsonism with motor delay, onset is between age three and 12 months. In contrast to TH-deficient DRD, motor milestones are overtly delayed in this severe form. Affected infants demonstrate truncal hypotonia and parkinsonian symptoms and signs (hypokinesia, rigidity of extremities, and/or tremor). In individuals with TH-deficient progressive infantile encephalopathy, onset is before age three to six months. Fetal distress is reported in most. Affected individuals have marked delay in motor development, truncal hypotonia, severe hypokinesia, limb hypertonia (rigidity and/or spasticity), hyperreflexia, oculogyric crises, ptosis, mental retardation, and paroxysmal periods of lethargy (with increased sweating and drooling) alternating with irritability. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1437]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1437", "label_std": ["Tyrosine Hydroxylase Deficiency"], "synonym_eng": ["thdrd"], "score": 15.055064, "id_kw": "GeneReviews:NBK1437", "label_kw": ["Tyrosine Hydroxylase Deficiency"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1437", "_version_": 1580845509946376193, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1437", "id": "GeneReviews:NBK1437", "definition": ["Tyrosine hydroxylase (TH) deficiency is associated with a broad phenotypic spectrum. Based on severity of symptoms/signs as well as responsiveness to levodopa therapy, clinical phenotypes caused by TH pathogenic variants are divided into (1) TH-deficient dopa-responsive dystonia (DRD: the mild form of TH deficiency [DYT5b]), (2) TH-deficient infantile parkinsonism with motor delay (the severe form), and (3) TH-deficient progressive infantile encephalopathy (the very severe form).In individuals with TH-deficient DRD, onset is between age 12 months and six years; initial symptoms are typically lower-limb dystonia and/or difficulty in walking. Diurnal fluctuation of symptoms (worsening of the symptoms toward the evening and their alleviation in the morning after sleep) may be present. In most individuals with TH-deficient infantile parkinsonism with motor delay, onset is between age three and 12 months. In contrast to TH-deficient DRD, motor milestones are overtly delayed in this severe form. Affected infants demonstrate truncal hypotonia and parkinsonian symptoms and signs (hypokinesia, rigidity of extremities, and/or tremor). In individuals with TH-deficient progressive infantile encephalopathy, onset is before age three to six months. Fetal distress is reported in most. Affected individuals have marked delay in motor development, truncal hypotonia, severe hypokinesia, limb hypertonia (rigidity and/or spasticity), hyperreflexia, oculogyric crises, ptosis, mental retardation, and paroxysmal periods of lethargy (with increased sweating and drooling) alternating with irritability. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1437]"], "synonym_kw": ["thdrd"], "synonym_std": ["thdrd"], "label": ["Tyrosine Hydroxylase Deficiency"], "definition_eng": ["Tyrosine hydroxylase (TH) deficiency is associated with a broad phenotypic spectrum. Based on severity of symptoms/signs as well as responsiveness to levodopa therapy, clinical phenotypes caused by TH pathogenic variants are divided into (1) TH-deficient dopa-responsive dystonia (DRD: the mild form of TH deficiency [DYT5b]), (2) TH-deficient infantile parkinsonism with motor delay (the severe form), and (3) TH-deficient progressive infantile encephalopathy (the very severe form).In individuals with TH-deficient DRD, onset is between age 12 months and six years; initial symptoms are typically lower-limb dystonia and/or difficulty in walking. Diurnal fluctuation of symptoms (worsening of the symptoms toward the evening and their alleviation in the morning after sleep) may be present. In most individuals with TH-deficient infantile parkinsonism with motor delay, onset is between age three and 12 months. In contrast to TH-deficient DRD, motor milestones are overtly delayed in this severe form. Affected infants demonstrate truncal hypotonia and parkinsonian symptoms and signs (hypokinesia, rigidity of extremities, and/or tremor). In individuals with TH-deficient progressive infantile encephalopathy, onset is before age three to six months. Fetal distress is reported in most. Affected individuals have marked delay in motor development, truncal hypotonia, severe hypokinesia, limb hypertonia (rigidity and/or spasticity), hyperreflexia, oculogyric crises, ptosis, mental retardation, and paroxysmal periods of lethargy (with increased sweating and drooling) alternating with irritability. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1437]"], "category": ["disease"]}, {"synonym": ["Steele-Richardson-Olszewski disease", "PSNP1", "Supranuclear Palsy, Progressive, type 1", "Steele-Richardson-Olszewski Syndrome", "SUPRANUCLEAR PALSY, PROGRESSIVE, 1; PSNP1", "Psp", "Classic PSP syndrome", "Richardson syndrome"], "equivalent_curie_eng": ["Orphanet:240071", "UMLS:CN201679"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:601104", "iri": "http://purl.obolibrary.org/obo/OMIM_601104", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_240071", "http://purl.obolibrary.org/obo/UMLS_CN201679"], "label_eng": ["Classic progressive supranuclear palsy syndrome", "Progressive supranuclear ophthalmoplegia", "Supranuclear Palsy, Progressive, 1"], "definition_std": ["Progressive supranuclear palsy (PSP) is the second most frequent cause of degenerative parkinsonism. In addition to parkinsonism, the clinical symptoms include early postural instability, supranuclear gaze palsy, and cognitive decline. Neuropathologically, the disorder is characterized by abundant neurofibrillary tangles, which differ in both distribution and composition from those associated with Alzheimer disease. In progressive supranuclear palsy, the tangles are primarily localized to subcortical regions and are found in both neurons and glia, whereas in Alzheimer disease they are more widespread, largely cortical, and limited to neurons. They also have different characteristics at the ultrastructural level ({1:Baker et al., 1999}).\n\n{15:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of frontotemporal dementia (FTD; OMIM:600274), primary progressive aphasia (PPA), corticobasal degeneration (CBD), progressive supranuclear palsy, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease,' and that the term 'Pick disease' (OMIM:172700) should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Progressive Supranuclear Palsy\n\nOther loci for PSP have been mapped to chromosome 1q31 (PSNP2; OMIM:609454) and 11p12-p11 (PSNP3; OMIM:610898).\n\nSee also Parkinson-dementia syndrome and atypical progressive supranuclear palsy (OMIM:260540).", "Classical progressive supranuclear palsy, also known as Richardson's syndrome, is the most common clinical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease characterized by postural instability, progressive rigidity, supranuclear gaze palsy and mild dementia."], "id_eng": "OMIM:601104", "definition_kw": ["Progressive supranuclear palsy (PSP) is the second most frequent cause of degenerative parkinsonism. In addition to parkinsonism, the clinical symptoms include early postural instability, supranuclear gaze palsy, and cognitive decline. Neuropathologically, the disorder is characterized by abundant neurofibrillary tangles, which differ in both distribution and composition from those associated with Alzheimer disease. In progressive supranuclear palsy, the tangles are primarily localized to subcortical regions and are found in both neurons and glia, whereas in Alzheimer disease they are more widespread, largely cortical, and limited to neurons. They also have different characteristics at the ultrastructural level ({1:Baker et al., 1999}).\n\n{15:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of frontotemporal dementia (FTD; OMIM:600274), primary progressive aphasia (PPA), corticobasal degeneration (CBD), progressive supranuclear palsy, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease,' and that the term 'Pick disease' (OMIM:172700) should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Progressive Supranuclear Palsy\n\nOther loci for PSP have been mapped to chromosome 1q31 (PSNP2; OMIM:609454) and 11p12-p11 (PSNP3; OMIM:610898).\n\nSee also Parkinson-dementia syndrome and atypical progressive supranuclear palsy (OMIM:260540).", "Classical progressive supranuclear palsy, also known as Richardson's syndrome, is the most common clinical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease characterized by postural instability, progressive rigidity, supranuclear gaze palsy and mild dementia."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_240071", "http://purl.obolibrary.org/obo/UMLS_CN201679"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_601104", "label_std": ["Classic progressive supranuclear palsy syndrome", "Progressive supranuclear ophthalmoplegia", "Supranuclear Palsy, Progressive, 1"], "equivalent_curie": ["Orphanet:240071", "UMLS:CN201679"], "equivalent_curie_kw": ["Orphanet:240071", "UMLS:CN201679"], "synonym_eng": ["Steele-Richardson-Olszewski disease", "PSNP1", "Supranuclear Palsy, Progressive, type 1", "Steele-Richardson-Olszewski Syndrome", "SUPRANUCLEAR PALSY, PROGRESSIVE, 1; PSNP1", "Psp", "Classic PSP syndrome", "Richardson syndrome"], "score": 15.055064, "id_kw": "OMIM:601104", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_240071", "http://purl.obolibrary.org/obo/UMLS_CN201679"], "label_kw": ["Classic progressive supranuclear palsy syndrome", "Progressive supranuclear ophthalmoplegia", "Supranuclear Palsy, Progressive, 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_601104", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_240071", "http://purl.obolibrary.org/obo/UMLS_CN201679"], "_version_": 1580845510052282368, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_601104", "id": "OMIM:601104", "definition": ["Progressive supranuclear palsy (PSP) is the second most frequent cause of degenerative parkinsonism. In addition to parkinsonism, the clinical symptoms include early postural instability, supranuclear gaze palsy, and cognitive decline. Neuropathologically, the disorder is characterized by abundant neurofibrillary tangles, which differ in both distribution and composition from those associated with Alzheimer disease. In progressive supranuclear palsy, the tangles are primarily localized to subcortical regions and are found in both neurons and glia, whereas in Alzheimer disease they are more widespread, largely cortical, and limited to neurons. They also have different characteristics at the ultrastructural level ({1:Baker et al., 1999}).\n\n{15:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of frontotemporal dementia (FTD; OMIM:600274), primary progressive aphasia (PPA), corticobasal degeneration (CBD), progressive supranuclear palsy, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease,' and that the term 'Pick disease' (OMIM:172700) should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Progressive Supranuclear Palsy\n\nOther loci for PSP have been mapped to chromosome 1q31 (PSNP2; OMIM:609454) and 11p12-p11 (PSNP3; OMIM:610898).\n\nSee also Parkinson-dementia syndrome and atypical progressive supranuclear palsy (OMIM:260540).", "Classical progressive supranuclear palsy, also known as Richardson's syndrome, is the most common clinical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease characterized by postural instability, progressive rigidity, supranuclear gaze palsy and mild dementia."], "synonym_kw": ["Steele-Richardson-Olszewski disease", "PSNP1", "Supranuclear Palsy, Progressive, type 1", "Steele-Richardson-Olszewski Syndrome", "SUPRANUCLEAR PALSY, PROGRESSIVE, 1; PSNP1", "Psp", "Classic PSP syndrome", "Richardson syndrome"], "synonym_std": ["Steele-Richardson-Olszewski disease", "PSNP1", "Supranuclear Palsy, Progressive, type 1", "Steele-Richardson-Olszewski Syndrome", "SUPRANUCLEAR PALSY, PROGRESSIVE, 1; PSNP1", "Psp", "Classic PSP syndrome", "Richardson syndrome"], "label": ["Classic progressive supranuclear palsy syndrome", "Progressive supranuclear ophthalmoplegia", "Supranuclear Palsy, Progressive, 1"], "definition_eng": ["Progressive supranuclear palsy (PSP) is the second most frequent cause of degenerative parkinsonism. In addition to parkinsonism, the clinical symptoms include early postural instability, supranuclear gaze palsy, and cognitive decline. Neuropathologically, the disorder is characterized by abundant neurofibrillary tangles, which differ in both distribution and composition from those associated with Alzheimer disease. In progressive supranuclear palsy, the tangles are primarily localized to subcortical regions and are found in both neurons and glia, whereas in Alzheimer disease they are more widespread, largely cortical, and limited to neurons. They also have different characteristics at the ultrastructural level ({1:Baker et al., 1999}).\n\n{15:Kertesz (2003)} suggested the term 'Pick complex' to represent the overlapping syndromes of frontotemporal dementia (FTD; OMIM:600274), primary progressive aphasia (PPA), corticobasal degeneration (CBD), progressive supranuclear palsy, and FTD with motor neuron disease. He noted that frontotemporal dementia may also be referred to as 'clinical Pick disease,' and that the term 'Pick disease' (OMIM:172700) should be restricted to the pathologic finding of Pick bodies.\n\n<Subhead> Genetic Heterogeneity of Progressive Supranuclear Palsy\n\nOther loci for PSP have been mapped to chromosome 1q31 (PSNP2; OMIM:609454) and 11p12-p11 (PSNP3; OMIM:610898).\n\nSee also Parkinson-dementia syndrome and atypical progressive supranuclear palsy (OMIM:260540).", "Classical progressive supranuclear palsy, also known as Richardson's syndrome, is the most common clinical variant of progressive supranuclear palsy (PSP; see this term), a rare late-onset neurodegenerative disease characterized by postural instability, progressive rigidity, supranuclear gaze palsy and mild dementia."], "equivalent_curie_std": ["Orphanet:240071", "UMLS:CN201679"], "category": ["disease"]}, {"synonym": ["Bradbury-Eggleston syndrome", "Bradbury Eggleston Syndrome", "Syndrome, Bradbury-Eggleston", "MSA1", "Msa1, Susceptibility to", "Hypotension, Orthostatic", "PAF", "Pure idiopatic dysautonomia", "Idiopathic orthostatic hypotension", "Pure dysautonomia", "MULTIPLE SYSTEM ATROPHY 1, SUSCEPTIBILITY TO; MSA1", "Autonomic Failure, Pure", "Bradbury-Eggleston Syndrome"], "equivalent_curie_eng": ["Orphanet:441", "UMLS:C0393911", "MESH:D054970"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:146500", "iri": "http://purl.obolibrary.org/obo/OMIM_146500", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_441", "http://purl.obolibrary.org/obo/UMLS_C0393911", "http://purl.obolibrary.org/obo/MESH_D054970"], "label_eng": ["Multiple System Atrophy 1, Susceptibility to", "Pure autonomic failure", "Shy-Drager syndrome"], "definition_std": ["Multiple system atrophy (MSA) is a distinct clinicopathologic entity that manifests as a progressive adult-onset neurodegenerative disorder causing parkinsonism, cerebellar ataxia, and autonomic, urogenital, and pyramidal dysfunction in various combinations. Two main subtypes are recognized: 'subtype C,' characterized predominantly by cerebellar ataxia, and 'subtype P,' characterized predominantly by parkinsonism. MSA is characterized pathologically by the degeneration of striatonigral and olivopontocerebellar structures and glial cytoplasmic inclusions that consist of abnormally phosphorylated alpha-synuclein (SNCA; OMIM:163890) or tau (MAPT; OMIM:157140) ({5:Gilman et al., 1998}; {6:Gilman et al., 2008}; {16:Scholz et al., 2009}). 'Subtype C' of MSA has been reported to be more prevalent than 'subtype P' in the Japanese population (65-67% vs 33-35%), whereas 'subtype P' has been reported to be more prevalent than 'subtype C' in Europe (63% vs 34%) and North America (60% vs 13%, with 27% of cases unclassified) (summary by {20:The Multiple-System Atrophy Research Collaboration, 2013}).\n\nMSA is similar clinically and pathologically to Parkinson disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM:168601), which is specifically caused by mutation in the SNCA gene.\n\nPure autonomic failure manifests as orthostatic hypotension and other autonomic abnormalities without other neurologic involvement. Although there is some phenotypic overlap, the relationship of pure autonomic failure to MSA is unclear ({21:Vanderhaeghen et al., 1970}; {15:Schatz, 1996}).", "Pure autonomic failure (PAF) is a neurodegenerative disease that affects the sympathetic branch of the autonomous nervous system and that manifests with orthostatic hypotension."], "id_eng": "OMIM:146500", "definition_kw": ["Multiple system atrophy (MSA) is a distinct clinicopathologic entity that manifests as a progressive adult-onset neurodegenerative disorder causing parkinsonism, cerebellar ataxia, and autonomic, urogenital, and pyramidal dysfunction in various combinations. Two main subtypes are recognized: 'subtype C,' characterized predominantly by cerebellar ataxia, and 'subtype P,' characterized predominantly by parkinsonism. MSA is characterized pathologically by the degeneration of striatonigral and olivopontocerebellar structures and glial cytoplasmic inclusions that consist of abnormally phosphorylated alpha-synuclein (SNCA; OMIM:163890) or tau (MAPT; OMIM:157140) ({5:Gilman et al., 1998}; {6:Gilman et al., 2008}; {16:Scholz et al., 2009}). 'Subtype C' of MSA has been reported to be more prevalent than 'subtype P' in the Japanese population (65-67% vs 33-35%), whereas 'subtype P' has been reported to be more prevalent than 'subtype C' in Europe (63% vs 34%) and North America (60% vs 13%, with 27% of cases unclassified) (summary by {20:The Multiple-System Atrophy Research Collaboration, 2013}).\n\nMSA is similar clinically and pathologically to Parkinson disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM:168601), which is specifically caused by mutation in the SNCA gene.\n\nPure autonomic failure manifests as orthostatic hypotension and other autonomic abnormalities without other neurologic involvement. Although there is some phenotypic overlap, the relationship of pure autonomic failure to MSA is unclear ({21:Vanderhaeghen et al., 1970}; {15:Schatz, 1996}).", "Pure autonomic failure (PAF) is a neurodegenerative disease that affects the sympathetic branch of the autonomous nervous system and that manifests with orthostatic hypotension."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_441", "http://purl.obolibrary.org/obo/UMLS_C0393911", "http://purl.obolibrary.org/obo/MESH_D054970"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_146500", "label_std": ["Multiple System Atrophy 1, Susceptibility to", "Pure autonomic failure", "Shy-Drager syndrome"], "equivalent_curie": ["Orphanet:441", "UMLS:C0393911", "MESH:D054970"], "equivalent_curie_kw": ["Orphanet:441", "UMLS:C0393911", "MESH:D054970"], "synonym_eng": ["Bradbury-Eggleston syndrome", "Bradbury Eggleston Syndrome", "Syndrome, Bradbury-Eggleston", "MSA1", "Msa1, Susceptibility to", "Hypotension, Orthostatic", "PAF", "Pure idiopatic dysautonomia", "Idiopathic orthostatic hypotension", "Pure dysautonomia", "MULTIPLE SYSTEM ATROPHY 1, SUSCEPTIBILITY TO; MSA1", "Autonomic Failure, Pure", "Bradbury-Eggleston Syndrome"], "score": 15.055064, "id_kw": "OMIM:146500", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_441", "http://purl.obolibrary.org/obo/UMLS_C0393911", "http://purl.obolibrary.org/obo/MESH_D054970"], "label_kw": ["Multiple System Atrophy 1, Susceptibility to", "Pure autonomic failure", "Shy-Drager syndrome"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_146500", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_441", "http://purl.obolibrary.org/obo/UMLS_C0393911", "http://purl.obolibrary.org/obo/MESH_D054970"], "_version_": 1580845544170848256, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_146500", "id": "OMIM:146500", "definition": ["Multiple system atrophy (MSA) is a distinct clinicopathologic entity that manifests as a progressive adult-onset neurodegenerative disorder causing parkinsonism, cerebellar ataxia, and autonomic, urogenital, and pyramidal dysfunction in various combinations. Two main subtypes are recognized: 'subtype C,' characterized predominantly by cerebellar ataxia, and 'subtype P,' characterized predominantly by parkinsonism. MSA is characterized pathologically by the degeneration of striatonigral and olivopontocerebellar structures and glial cytoplasmic inclusions that consist of abnormally phosphorylated alpha-synuclein (SNCA; OMIM:163890) or tau (MAPT; OMIM:157140) ({5:Gilman et al., 1998}; {6:Gilman et al., 2008}; {16:Scholz et al., 2009}). 'Subtype C' of MSA has been reported to be more prevalent than 'subtype P' in the Japanese population (65-67% vs 33-35%), whereas 'subtype P' has been reported to be more prevalent than 'subtype C' in Europe (63% vs 34%) and North America (60% vs 13%, with 27% of cases unclassified) (summary by {20:The Multiple-System Atrophy Research Collaboration, 2013}).\n\nMSA is similar clinically and pathologically to Parkinson disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM:168601), which is specifically caused by mutation in the SNCA gene.\n\nPure autonomic failure manifests as orthostatic hypotension and other autonomic abnormalities without other neurologic involvement. Although there is some phenotypic overlap, the relationship of pure autonomic failure to MSA is unclear ({21:Vanderhaeghen et al., 1970}; {15:Schatz, 1996}).", "Pure autonomic failure (PAF) is a neurodegenerative disease that affects the sympathetic branch of the autonomous nervous system and that manifests with orthostatic hypotension."], "synonym_kw": ["Bradbury-Eggleston syndrome", "Bradbury Eggleston Syndrome", "Syndrome, Bradbury-Eggleston", "MSA1", "Msa1, Susceptibility to", "Hypotension, Orthostatic", "PAF", "Pure idiopatic dysautonomia", "Idiopathic orthostatic hypotension", "Pure dysautonomia", "MULTIPLE SYSTEM ATROPHY 1, SUSCEPTIBILITY TO; MSA1", "Autonomic Failure, Pure", "Bradbury-Eggleston Syndrome"], "synonym_std": ["Bradbury-Eggleston syndrome", "Bradbury Eggleston Syndrome", "Syndrome, Bradbury-Eggleston", "MSA1", "Msa1, Susceptibility to", "Hypotension, Orthostatic", "PAF", "Pure idiopatic dysautonomia", "Idiopathic orthostatic hypotension", "Pure dysautonomia", "MULTIPLE SYSTEM ATROPHY 1, SUSCEPTIBILITY TO; MSA1", "Autonomic Failure, Pure", "Bradbury-Eggleston Syndrome"], "label": ["Multiple System Atrophy 1, Susceptibility to", "Pure autonomic failure", "Shy-Drager syndrome"], "definition_eng": ["Multiple system atrophy (MSA) is a distinct clinicopathologic entity that manifests as a progressive adult-onset neurodegenerative disorder causing parkinsonism, cerebellar ataxia, and autonomic, urogenital, and pyramidal dysfunction in various combinations. Two main subtypes are recognized: 'subtype C,' characterized predominantly by cerebellar ataxia, and 'subtype P,' characterized predominantly by parkinsonism. MSA is characterized pathologically by the degeneration of striatonigral and olivopontocerebellar structures and glial cytoplasmic inclusions that consist of abnormally phosphorylated alpha-synuclein (SNCA; OMIM:163890) or tau (MAPT; OMIM:157140) ({5:Gilman et al., 1998}; {6:Gilman et al., 2008}; {16:Scholz et al., 2009}). 'Subtype C' of MSA has been reported to be more prevalent than 'subtype P' in the Japanese population (65-67% vs 33-35%), whereas 'subtype P' has been reported to be more prevalent than 'subtype C' in Europe (63% vs 34%) and North America (60% vs 13%, with 27% of cases unclassified) (summary by {20:The Multiple-System Atrophy Research Collaboration, 2013}).\n\nMSA is similar clinically and pathologically to Parkinson disease (PD; OMIM:168600) and Lewy body dementia (OMIM:127750). See also PARK1 (OMIM:168601), which is specifically caused by mutation in the SNCA gene.\n\nPure autonomic failure manifests as orthostatic hypotension and other autonomic abnormalities without other neurologic involvement. Although there is some phenotypic overlap, the relationship of pure autonomic failure to MSA is unclear ({21:Vanderhaeghen et al., 1970}; {15:Schatz, 1996}).", "Pure autonomic failure (PAF) is a neurodegenerative disease that affects the sympathetic branch of the autonomous nervous system and that manifests with orthostatic hypotension."], "equivalent_curie_std": ["Orphanet:441", "UMLS:C0393911", "MESH:D054970"], "category": ["disease"]}, {"synonym": ["rett"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1497", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1497", "label_eng": ["MECP2-Related Disorders"], "definition_std": ["MECP2-related disorders in females include classic Rett syndrome, variant Rett syndrome, and mild learning disabilities. A pathogenic MECP2 variant in a male is presumed to most often be lethal; phenotypes in rare surviving males are primarily severe neonatal encephalopathy and manic-depressive psychosis, pyramidal signs, Parkinsonian, and macro-orchidism (PPM-X syndrome). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1497]"], "id_eng": "GeneReviews:NBK1497", "definition_kw": ["MECP2-related disorders in females include classic Rett syndrome, variant Rett syndrome, and mild learning disabilities. A pathogenic MECP2 variant in a male is presumed to most often be lethal; phenotypes in rare surviving males are primarily severe neonatal encephalopathy and manic-depressive psychosis, pyramidal signs, Parkinsonian, and macro-orchidism (PPM-X syndrome). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1497]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1497", "label_std": ["MECP2-Related Disorders"], "synonym_eng": ["rett"], "score": 14.960119, "id_kw": "GeneReviews:NBK1497", "label_kw": ["MECP2-Related Disorders"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1497", "_version_": 1580845509913870336, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1497", "id": "GeneReviews:NBK1497", "definition": ["MECP2-related disorders in females include classic Rett syndrome, variant Rett syndrome, and mild learning disabilities. A pathogenic MECP2 variant in a male is presumed to most often be lethal; phenotypes in rare surviving males are primarily severe neonatal encephalopathy and manic-depressive psychosis, pyramidal signs, Parkinsonian, and macro-orchidism (PPM-X syndrome). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1497]"], "synonym_kw": ["rett"], "synonym_std": ["rett"], "label": ["MECP2-Related Disorders"], "definition_eng": ["MECP2-related disorders in females include classic Rett syndrome, variant Rett syndrome, and mild learning disabilities. A pathogenic MECP2 variant in a male is presumed to most often be lethal; phenotypes in rare surviving males are primarily severe neonatal encephalopathy and manic-depressive psychosis, pyramidal signs, Parkinsonian, and macro-orchidism (PPM-X syndrome). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1497]"], "category": ["disease"]}, {"synonym": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 4; IBGC4", "Basal Ganglia Calcification, Idiopathic, type 4", "IBGC4"], "equivalent_curie_eng": ["UMLS:C3554321"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615007", "iri": "http://purl.obolibrary.org/obo/OMIM_615007", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3554321"], "label_eng": ["Basal Ganglia Calcification, Idiopathic, 4", "Basal ganglia calcification, idiopathic, 4"], "definition_std": ["Idiopathic basal ganglia calcification-4 is an autosomal dominant condition characterized by the accumulation of calcium deposits in various brain regions, most commonly in the basal ganglia. About half of mutation carriers are asymptomatic, but some present later in life with parkinsonism and impaired cognitive function. Migraine or depression may occur in younger individuals (summary by {1:Nicolas et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615007"], "id_eng": "OMIM:615007", "definition_kw": ["Idiopathic basal ganglia calcification-4 is an autosomal dominant condition characterized by the accumulation of calcium deposits in various brain regions, most commonly in the basal ganglia. About half of mutation carriers are asymptomatic, but some present later in life with parkinsonism and impaired cognitive function. Migraine or depression may occur in younger individuals (summary by {1:Nicolas et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615007"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3554321"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615007", "label_std": ["Basal Ganglia Calcification, Idiopathic, 4", "Basal ganglia calcification, idiopathic, 4"], "equivalent_curie": ["UMLS:C3554321"], "equivalent_curie_kw": ["UMLS:C3554321"], "synonym_eng": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 4; IBGC4", "Basal Ganglia Calcification, Idiopathic, type 4", "IBGC4"], "score": 14.960119, "id_kw": "OMIM:615007", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3554321"], "label_kw": ["Basal Ganglia Calcification, Idiopathic, 4", "Basal ganglia calcification, idiopathic, 4"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615007", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3554321"], "_version_": 1580845510639484929, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615007", "id": "OMIM:615007", "definition": ["Idiopathic basal ganglia calcification-4 is an autosomal dominant condition characterized by the accumulation of calcium deposits in various brain regions, most commonly in the basal ganglia. About half of mutation carriers are asymptomatic, but some present later in life with parkinsonism and impaired cognitive function. Migraine or depression may occur in younger individuals (summary by {1:Nicolas et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615007"], "synonym_kw": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 4; IBGC4", "Basal Ganglia Calcification, Idiopathic, type 4", "IBGC4"], "synonym_std": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 4; IBGC4", "Basal Ganglia Calcification, Idiopathic, type 4", "IBGC4"], "label": ["Basal Ganglia Calcification, Idiopathic, 4", "Basal ganglia calcification, idiopathic, 4"], "definition_eng": ["Idiopathic basal ganglia calcification-4 is an autosomal dominant condition characterized by the accumulation of calcium deposits in various brain regions, most commonly in the basal ganglia. About half of mutation carriers are asymptomatic, but some present later in life with parkinsonism and impaired cognitive function. Migraine or depression may occur in younger individuals (summary by {1:Nicolas et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615007"], "equivalent_curie_std": ["UMLS:C3554321"], "category": ["disease"]}, {"synonym": ["merrf"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1520", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1520", "label_eng": ["MERRF"], "definition_std": ["MERRF (myoclonic epilepsy with ragged red fibers) is a multisystem disorder characterized by myoclonus (often the first symptom) followed by generalized epilepsy, ataxia, weakness, and dementia. Onset is usually in childhood, occurring after normal early development. Common findings are hearing loss, short stature, optic atrophy, and cardiomyopathy with Wolff-Parkinson-White (WPW) syndrome. Pigmentary retinopathy and lipomatosis are occasionally observed. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1520]"], "id_eng": "GeneReviews:NBK1520", "definition_kw": ["MERRF (myoclonic epilepsy with ragged red fibers) is a multisystem disorder characterized by myoclonus (often the first symptom) followed by generalized epilepsy, ataxia, weakness, and dementia. Onset is usually in childhood, occurring after normal early development. Common findings are hearing loss, short stature, optic atrophy, and cardiomyopathy with Wolff-Parkinson-White (WPW) syndrome. Pigmentary retinopathy and lipomatosis are occasionally observed. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1520]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1520", "label_std": ["MERRF"], "synonym_eng": ["merrf"], "score": 14.960119, "id_kw": "GeneReviews:NBK1520", "label_kw": ["MERRF"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1520", "_version_": 1580845510699253760, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1520", "id": "GeneReviews:NBK1520", "definition": ["MERRF (myoclonic epilepsy with ragged red fibers) is a multisystem disorder characterized by myoclonus (often the first symptom) followed by generalized epilepsy, ataxia, weakness, and dementia. Onset is usually in childhood, occurring after normal early development. Common findings are hearing loss, short stature, optic atrophy, and cardiomyopathy with Wolff-Parkinson-White (WPW) syndrome. Pigmentary retinopathy and lipomatosis are occasionally observed. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1520]"], "synonym_kw": ["merrf"], "synonym_std": ["merrf"], "label": ["MERRF"], "definition_eng": ["MERRF (myoclonic epilepsy with ragged red fibers) is a multisystem disorder characterized by myoclonus (often the first symptom) followed by generalized epilepsy, ataxia, weakness, and dementia. Onset is usually in childhood, occurring after normal early development. Common findings are hearing loss, short stature, optic atrophy, and cardiomyopathy with Wolff-Parkinson-White (WPW) syndrome. Pigmentary retinopathy and lipomatosis are occasionally observed. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1520]"], "category": ["disease"]}, {"synonym": ["als-ftd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK268647", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK268647", "label_eng": ["C9orf72-Related Amyotrophic Lateral Sclerosis and Frontotemporal Dementia"], "definition_std": ["C9orf72-related amyotrophic lateral sclerosis (ALS) and frontotemporal dementia (FTD) is characterized by: Motor neuron disease, including upper or lower motor neuron dysfunction (or both) that may or may not fulfill criteria for the ALS phenotype;  Frontotemporal lobar degeneration (FTLD), including progressive changes in behavior, executive dysfunction, and/or language impairment; and  Some degree of parkinsonism (typically of the akinetic-rigid type without tremor that is levodopa unresponsive).  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK268647]"], "id_eng": "GeneReviews:NBK268647", "definition_kw": ["C9orf72-related amyotrophic lateral sclerosis (ALS) and frontotemporal dementia (FTD) is characterized by: Motor neuron disease, including upper or lower motor neuron dysfunction (or both) that may or may not fulfill criteria for the ALS phenotype;  Frontotemporal lobar degeneration (FTLD), including progressive changes in behavior, executive dysfunction, and/or language impairment; and  Some degree of parkinsonism (typically of the akinetic-rigid type without tremor that is levodopa unresponsive).  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK268647]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK268647", "label_std": ["C9orf72-Related Amyotrophic Lateral Sclerosis and Frontotemporal Dementia"], "synonym_eng": ["als-ftd"], "score": 14.960119, "id_kw": "GeneReviews:NBK268647", "label_kw": ["C9orf72-Related Amyotrophic Lateral Sclerosis and Frontotemporal Dementia"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK268647", "_version_": 1580845511471005696, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK268647", "id": "GeneReviews:NBK268647", "definition": ["C9orf72-related amyotrophic lateral sclerosis (ALS) and frontotemporal dementia (FTD) is characterized by: Motor neuron disease, including upper or lower motor neuron dysfunction (or both) that may or may not fulfill criteria for the ALS phenotype;  Frontotemporal lobar degeneration (FTLD), including progressive changes in behavior, executive dysfunction, and/or language impairment; and  Some degree of parkinsonism (typically of the akinetic-rigid type without tremor that is levodopa unresponsive).  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK268647]"], "synonym_kw": ["als-ftd"], "synonym_std": ["als-ftd"], "label": ["C9orf72-Related Amyotrophic Lateral Sclerosis and Frontotemporal Dementia"], "definition_eng": ["C9orf72-related amyotrophic lateral sclerosis (ALS) and frontotemporal dementia (FTD) is characterized by: Motor neuron disease, including upper or lower motor neuron dysfunction (or both) that may or may not fulfill criteria for the ALS phenotype;  Frontotemporal lobar degeneration (FTLD), including progressive changes in behavior, executive dysfunction, and/or language impairment; and  Some degree of parkinsonism (typically of the akinetic-rigid type without tremor that is levodopa unresponsive).  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK268647]"], "category": ["disease"]}, {"synonym": ["Neuroferritinopathy; Basal Ganglia Disease, Adult-Onset", "Ferritin-related neurodegeneration", "Adult basal ganglia disease", "Hereditary Ferritinopathy", "Neurodegeneration With Brain Iron Accumulation 3", "NBIA3", "Neuroferritinopathy", "Basal Ganglia Disease, Adult-Onset", "Hereditary ferritinopathy", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 3; NBIA3", "Neurodegeneration With Brain Iron Accumulation type 3", "Ferritin-Related Neurodegeneration", "neurodegeneration with brain iron accumulation type 3"], "equivalent_curie_eng": ["Orphanet:157846", "UMLS:C1853578", "MESH:C548080", "DOID:0110737"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:606159", "iri": "http://purl.obolibrary.org/obo/OMIM_606159", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_157846", "http://purl.obolibrary.org/obo/UMLS_C1853578", "http://purl.obolibrary.org/obo/MESH_C548080", "http://purl.obolibrary.org/obo/DOID_0110737"], "label_eng": ["neurodegeneration with brain iron accumulation 3", "Neurodegeneration With Brain Iron Accumulation 3", "Neuroferritinopathy"], "definition_std": ["Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, cognitive involvement, and mode of inheritance is variable (review by {6:Gregory et al., 2009}).", "Neuroferritinopathy is a late-onset type of neurodegeneration with brain iron accumulation (NBIA; see this term) characterized by progressive chorea or dystonia and subtle cognitive deficits."], "id_eng": "OMIM:606159", "definition_kw": ["Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, cognitive involvement, and mode of inheritance is variable (review by {6:Gregory et al., 2009}).", "Neuroferritinopathy is a late-onset type of neurodegeneration with brain iron accumulation (NBIA; see this term) characterized by progressive chorea or dystonia and subtle cognitive deficits."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_157846", "http://purl.obolibrary.org/obo/UMLS_C1853578", "http://purl.obolibrary.org/obo/MESH_C548080", "http://purl.obolibrary.org/obo/DOID_0110737"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_606159", "label_std": ["neurodegeneration with brain iron accumulation 3", "Neurodegeneration With Brain Iron Accumulation 3", "Neuroferritinopathy"], "equivalent_curie": ["Orphanet:157846", "UMLS:C1853578", "MESH:C548080", "DOID:0110737"], "equivalent_curie_kw": ["Orphanet:157846", "UMLS:C1853578", "MESH:C548080", "DOID:0110737"], "synonym_eng": ["Neuroferritinopathy; Basal Ganglia Disease, Adult-Onset", "Ferritin-related neurodegeneration", "Adult basal ganglia disease", "Hereditary Ferritinopathy", "Neurodegeneration With Brain Iron Accumulation 3", "NBIA3", "Neuroferritinopathy", "Basal Ganglia Disease, Adult-Onset", "Hereditary ferritinopathy", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 3; NBIA3", "Neurodegeneration With Brain Iron Accumulation type 3", "Ferritin-Related Neurodegeneration", "neurodegeneration with brain iron accumulation type 3"], "score": 14.960119, "id_kw": "OMIM:606159", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_157846", "http://purl.obolibrary.org/obo/UMLS_C1853578", "http://purl.obolibrary.org/obo/MESH_C548080", "http://purl.obolibrary.org/obo/DOID_0110737"], "label_kw": ["neurodegeneration with brain iron accumulation 3", "Neurodegeneration With Brain Iron Accumulation 3", "Neuroferritinopathy"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_606159", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_157846", "http://purl.obolibrary.org/obo/UMLS_C1853578", "http://purl.obolibrary.org/obo/MESH_C548080", "http://purl.obolibrary.org/obo/DOID_0110737"], "_version_": 1580845511633534976, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_606159", "id": "OMIM:606159", "definition": ["Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, cognitive involvement, and mode of inheritance is variable (review by {6:Gregory et al., 2009}).", "Neuroferritinopathy is a late-onset type of neurodegeneration with brain iron accumulation (NBIA; see this term) characterized by progressive chorea or dystonia and subtle cognitive deficits."], "synonym_kw": ["Neuroferritinopathy; Basal Ganglia Disease, Adult-Onset", "Ferritin-related neurodegeneration", "Adult basal ganglia disease", "Hereditary Ferritinopathy", "Neurodegeneration With Brain Iron Accumulation 3", "NBIA3", "Neuroferritinopathy", "Basal Ganglia Disease, Adult-Onset", "Hereditary ferritinopathy", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 3; NBIA3", "Neurodegeneration With Brain Iron Accumulation type 3", "Ferritin-Related Neurodegeneration", "neurodegeneration with brain iron accumulation type 3"], "synonym_std": ["Neuroferritinopathy; Basal Ganglia Disease, Adult-Onset", "Ferritin-related neurodegeneration", "Adult basal ganglia disease", "Hereditary Ferritinopathy", "Neurodegeneration With Brain Iron Accumulation 3", "NBIA3", "Neuroferritinopathy", "Basal Ganglia Disease, Adult-Onset", "Hereditary ferritinopathy", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 3; NBIA3", "Neurodegeneration With Brain Iron Accumulation type 3", "Ferritin-Related Neurodegeneration", "neurodegeneration with brain iron accumulation type 3"], "label": ["neurodegeneration with brain iron accumulation 3", "Neurodegeneration With Brain Iron Accumulation 3", "Neuroferritinopathy"], "definition_eng": ["Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, cognitive involvement, and mode of inheritance is variable (review by {6:Gregory et al., 2009}).", "Neuroferritinopathy is a late-onset type of neurodegeneration with brain iron accumulation (NBIA; see this term) characterized by progressive chorea or dystonia and subtle cognitive deficits."], "equivalent_curie_std": ["Orphanet:157846", "UMLS:C1853578", "MESH:C548080", "DOID:0110737"], "category": ["disease"]}, {"synonym": ["sca2"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1275", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1275", "label_eng": ["Spinocerebellar Ataxia Type 2"], "definition_std": ["Spinocerebellar ataxia type 2 (SCA2) is characterized by progressive cerebellar ataxia, including nystagmus, slow saccadic eye movements and, in some individuals, ophthalmoparesis or parkinsonism. Pyramidal findings are present; deep tendon reflexes are brisk early on and absent later in the course. Age of onset is typically in the fourth decade with a ten- to 15-year disease duration. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1275]"], "id_eng": "GeneReviews:NBK1275", "definition_kw": ["Spinocerebellar ataxia type 2 (SCA2) is characterized by progressive cerebellar ataxia, including nystagmus, slow saccadic eye movements and, in some individuals, ophthalmoparesis or parkinsonism. Pyramidal findings are present; deep tendon reflexes are brisk early on and absent later in the course. Age of onset is typically in the fourth decade with a ten- to 15-year disease duration. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1275]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1275", "label_std": ["Spinocerebellar Ataxia Type 2"], "synonym_eng": ["sca2"], "score": 14.960119, "id_kw": "GeneReviews:NBK1275", "label_kw": ["Spinocerebellar Ataxia Type 2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1275", "_version_": 1580845511651360768, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1275", "id": "GeneReviews:NBK1275", "definition": ["Spinocerebellar ataxia type 2 (SCA2) is characterized by progressive cerebellar ataxia, including nystagmus, slow saccadic eye movements and, in some individuals, ophthalmoparesis or parkinsonism. Pyramidal findings are present; deep tendon reflexes are brisk early on and absent later in the course. Age of onset is typically in the fourth decade with a ten- to 15-year disease duration. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1275]"], "synonym_kw": ["sca2"], "synonym_std": ["sca2"], "label": ["Spinocerebellar Ataxia Type 2"], "definition_eng": ["Spinocerebellar ataxia type 2 (SCA2) is characterized by progressive cerebellar ataxia, including nystagmus, slow saccadic eye movements and, in some individuals, ophthalmoparesis or parkinsonism. Pyramidal findings are present; deep tendon reflexes are brisk early on and absent later in the course. Age of onset is typically in the fourth decade with a ten- to 15-year disease duration. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1275]"], "category": ["disease"]}, {"synonym": ["sca14"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1399", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1399", "label_eng": ["Spinocerebellar Ataxia Type 14"], "definition_std": ["Spinocerebellar ataxia type 14 (SCA14) is characterized by slowly progressive cerebellar ataxia, dysarthria, and nystagmus. Axial myoclonus, cognitive impairment, tremor, and sensory loss may also be observed. Parkinsonian features including rigidity and tremor have been described in some families. Findings seen in other ataxia disorders (e.g., dysphagia, dysphonia) may also occur in SCA14. Age of onset ranges from childhood to the sixth decade. Life span is not shortened.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1399]"], "id_eng": "GeneReviews:NBK1399", "definition_kw": ["Spinocerebellar ataxia type 14 (SCA14) is characterized by slowly progressive cerebellar ataxia, dysarthria, and nystagmus. Axial myoclonus, cognitive impairment, tremor, and sensory loss may also be observed. Parkinsonian features including rigidity and tremor have been described in some families. Findings seen in other ataxia disorders (e.g., dysphagia, dysphonia) may also occur in SCA14. Age of onset ranges from childhood to the sixth decade. Life span is not shortened.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1399]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1399", "label_std": ["Spinocerebellar Ataxia Type 14"], "synonym_eng": ["sca14"], "score": 14.960119, "id_kw": "GeneReviews:NBK1399", "label_kw": ["Spinocerebellar Ataxia Type 14"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1399", "_version_": 1580845512333983744, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1399", "id": "GeneReviews:NBK1399", "definition": ["Spinocerebellar ataxia type 14 (SCA14) is characterized by slowly progressive cerebellar ataxia, dysarthria, and nystagmus. Axial myoclonus, cognitive impairment, tremor, and sensory loss may also be observed. Parkinsonian features including rigidity and tremor have been described in some families. Findings seen in other ataxia disorders (e.g., dysphagia, dysphonia) may also occur in SCA14. Age of onset ranges from childhood to the sixth decade. Life span is not shortened.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1399]"], "synonym_kw": ["sca14"], "synonym_std": ["sca14"], "label": ["Spinocerebellar Ataxia Type 14"], "definition_eng": ["Spinocerebellar ataxia type 14 (SCA14) is characterized by slowly progressive cerebellar ataxia, dysarthria, and nystagmus. Axial myoclonus, cognitive impairment, tremor, and sensory loss may also be observed. Parkinsonian features including rigidity and tremor have been described in some families. Findings seen in other ataxia disorders (e.g., dysphagia, dysphonia) may also occur in SCA14. Age of onset ranges from childhood to the sixth decade. Life span is not shortened.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1399]"], "category": ["disease"]}, {"synonym": ["LHON plus disease"], "equivalent_curie_eng": ["UMLS:CN207347"], "leaf": false, "category_std": ["disease"], "id_std": "Orphanet:99718", "iri": "http://www.orpha.net/ORDO/Orphanet_99718", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN207347"], "label_eng": ["Leber plus disease"], "definition_std": ["Leber `plus' disease describes patients with the clinical features of Leber's hereditary optic neuropathy (LHON; see term) in combination with other serious systemic or neurological abnormalities. These abnormalities include: postural tremor, motor disorder, multiple sclerosis-like syndrome, spinal cord disease, skeletal changes, Parkinsonism with dystonia, anarthria, dystonia, motor and sensory peripheral neuropathy, spasticity and mild encephalopathy. It is caused by maternally-inherited mitochondrial DNA (mtDNA) mutations."], "id_eng": "Orphanet:99718", "definition_kw": ["Leber `plus' disease describes patients with the clinical features of Leber's hereditary optic neuropathy (LHON; see term) in combination with other serious systemic or neurological abnormalities. These abnormalities include: postural tremor, motor disorder, multiple sclerosis-like syndrome, spinal cord disease, skeletal changes, Parkinsonism with dystonia, anarthria, dystonia, motor and sensory peripheral neuropathy, spasticity and mild encephalopathy. It is caused by maternally-inherited mitochondrial DNA (mtDNA) mutations."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN207347"], "category_kw": ["disease"], "iri_eng": "http://www.orpha.net/ORDO/Orphanet_99718", "label_std": ["Leber plus disease"], "equivalent_curie": ["UMLS:CN207347"], "equivalent_curie_kw": ["UMLS:CN207347"], "synonym_eng": ["LHON plus disease"], "score": 14.960119, "id_kw": "Orphanet:99718", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN207347"], "label_kw": ["Leber plus disease"], "iri_kw": "http://www.orpha.net/ORDO/Orphanet_99718", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN207347"], "_version_": 1580845512669528064, "category_eng": ["disease"], "iri_std": "http://www.orpha.net/ORDO/Orphanet_99718", "id": "Orphanet:99718", "definition": ["Leber `plus' disease describes patients with the clinical features of Leber's hereditary optic neuropathy (LHON; see term) in combination with other serious systemic or neurological abnormalities. These abnormalities include: postural tremor, motor disorder, multiple sclerosis-like syndrome, spinal cord disease, skeletal changes, Parkinsonism with dystonia, anarthria, dystonia, motor and sensory peripheral neuropathy, spasticity and mild encephalopathy. It is caused by maternally-inherited mitochondrial DNA (mtDNA) mutations."], "synonym_kw": ["LHON plus disease"], "synonym_std": ["LHON plus disease"], "label": ["Leber plus disease"], "definition_eng": ["Leber `plus' disease describes patients with the clinical features of Leber's hereditary optic neuropathy (LHON; see term) in combination with other serious systemic or neurological abnormalities. These abnormalities include: postural tremor, motor disorder, multiple sclerosis-like syndrome, spinal cord disease, skeletal changes, Parkinsonism with dystonia, anarthria, dystonia, motor and sensory peripheral neuropathy, spasticity and mild encephalopathy. It is caused by maternally-inherited mitochondrial DNA (mtDNA) mutations."], "equivalent_curie_std": ["UMLS:CN207347"], "category": ["disease"]}, {"synonym": ["Degeneration, Striatonigral", "Atrophy, Striatonigral", "Striatonigral Atrophy", "Striatonigral Atrophies", "Atrophies, Striatonigral", "Striatonigral Degenerations"], "equivalent_curie_eng": ["UMLS:C0270733", "MESH:D020955"], "leaf": false, "category_std": ["disease"], "id_std": "DOID:4751", "iri": "http://purl.obolibrary.org/obo/DOID_4751", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C0270733", "http://purl.obolibrary.org/obo/MESH_D020955"], "label_eng": ["striatonigral degeneration"], "definition_std": ["A sporadic neurodegenerative disease with onset in middle-age characterized clinically by Parkinsonian features (e.g., MUSCLE RIGIDITY; HYPOKINESIA; stooped posture) and HYPOTENSION. This condition is considered a clinical variant of MULTIPLE SYSTEM ATROPHY. Pathologic features include a prominent loss of neurons in the zona compacta of the SUBSTANTIA NIGRA and PUTAMEN. (From Adams et al., Principles of Neurology, 6th ed, p1075-6)"], "id_eng": "DOID:4751", "definition_kw": ["A sporadic neurodegenerative disease with onset in middle-age characterized clinically by Parkinsonian features (e.g., MUSCLE RIGIDITY; HYPOKINESIA; stooped posture) and HYPOTENSION. This condition is considered a clinical variant of MULTIPLE SYSTEM ATROPHY. Pathologic features include a prominent loss of neurons in the zona compacta of the SUBSTANTIA NIGRA and PUTAMEN. (From Adams et al., Principles of Neurology, 6th ed, p1075-6)"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C0270733", "http://purl.obolibrary.org/obo/MESH_D020955"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/DOID_4751", "label_std": ["striatonigral degeneration"], "equivalent_curie": ["UMLS:C0270733", "MESH:D020955"], "equivalent_curie_kw": ["UMLS:C0270733", "MESH:D020955"], "synonym_eng": ["Degeneration, Striatonigral", "Atrophy, Striatonigral", "Striatonigral Atrophy", "Striatonigral Atrophies", "Atrophies, Striatonigral", "Striatonigral Degenerations"], "score": 14.960119, "id_kw": "DOID:4751", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C0270733", "http://purl.obolibrary.org/obo/MESH_D020955"], "label_kw": ["striatonigral degeneration"], "iri_kw": "http://purl.obolibrary.org/obo/DOID_4751", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C0270733", "http://purl.obolibrary.org/obo/MESH_D020955"], "_version_": 1580845594614693888, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/DOID_4751", "id": "DOID:4751", "definition": ["A sporadic neurodegenerative disease with onset in middle-age characterized clinically by Parkinsonian features (e.g., MUSCLE RIGIDITY; HYPOKINESIA; stooped posture) and HYPOTENSION. This condition is considered a clinical variant of MULTIPLE SYSTEM ATROPHY. Pathologic features include a prominent loss of neurons in the zona compacta of the SUBSTANTIA NIGRA and PUTAMEN. (From Adams et al., Principles of Neurology, 6th ed, p1075-6)"], "synonym_kw": ["Degeneration, Striatonigral", "Atrophy, Striatonigral", "Striatonigral Atrophy", "Striatonigral Atrophies", "Atrophies, Striatonigral", "Striatonigral Degenerations"], "synonym_std": ["Degeneration, Striatonigral", "Atrophy, Striatonigral", "Striatonigral Atrophy", "Striatonigral Atrophies", "Atrophies, Striatonigral", "Striatonigral Degenerations"], "label": ["striatonigral degeneration"], "definition_eng": ["A sporadic neurodegenerative disease with onset in middle-age characterized clinically by Parkinsonian features (e.g., MUSCLE RIGIDITY; HYPOKINESIA; stooped posture) and HYPOTENSION. This condition is considered a clinical variant of MULTIPLE SYSTEM ATROPHY. Pathologic features include a prominent loss of neurons in the zona compacta of the SUBSTANTIA NIGRA and PUTAMEN. (From Adams et al., Principles of Neurology, 6th ed, p1075-6)"], "equivalent_curie_std": ["UMLS:C0270733", "MESH:D020955"], "category": ["disease"]}, {"synonym": ["ftdp-17"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1505", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1505", "label_eng": ["MAPT-Related Disorders"], "definition_std": ["The clinical manifestations of MAPT-related disorders (MAPT-related tauopathies) are most typically those of frontotemporal dementia (FTDP-17), but also include progressive supranuclear palsy (PSP), corticobasal degeneration (CBD), mild late-onset parkinsonism, and dementia with epilepsy. Clinical presentation of frontotemporal dementia (FTD) is variable: some present with slowly progressive behavioral changes, language disturbances, and/or extrapyramidal signs, whereas others present with rigidity, bradykinesia, supranuclear palsy, and saccadic eye movement disorders. Onset is usually between ages 40 and 60 years, but may be earlier or later. The disease progresses over a few years into profound dementia with mutism. PSP is characterized by progressive vertical gaze palsy in combination with a prominent loss of balance at early stages of the disease. With progression, axial rigidity, dysarthria, and dysphagia become prominent, often in combination with a frontal dysexecutive syndrome. CBD is a progressive neurodegenerative disorder which affects both the frontoparietal cortex and the basal ganglia, resulting in a mild to moderate dementia in combination with asymmetric parkinsonism, ideomotor apraxia, aphasia, and an alien-hand syndrome. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1505]"], "id_eng": "GeneReviews:NBK1505", "definition_kw": ["The clinical manifestations of MAPT-related disorders (MAPT-related tauopathies) are most typically those of frontotemporal dementia (FTDP-17), but also include progressive supranuclear palsy (PSP), corticobasal degeneration (CBD), mild late-onset parkinsonism, and dementia with epilepsy. Clinical presentation of frontotemporal dementia (FTD) is variable: some present with slowly progressive behavioral changes, language disturbances, and/or extrapyramidal signs, whereas others present with rigidity, bradykinesia, supranuclear palsy, and saccadic eye movement disorders. Onset is usually between ages 40 and 60 years, but may be earlier or later. The disease progresses over a few years into profound dementia with mutism. PSP is characterized by progressive vertical gaze palsy in combination with a prominent loss of balance at early stages of the disease. With progression, axial rigidity, dysarthria, and dysphagia become prominent, often in combination with a frontal dysexecutive syndrome. CBD is a progressive neurodegenerative disorder which affects both the frontoparietal cortex and the basal ganglia, resulting in a mild to moderate dementia in combination with asymmetric parkinsonism, ideomotor apraxia, aphasia, and an alien-hand syndrome. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1505]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1505", "label_std": ["MAPT-Related Disorders"], "synonym_eng": ["ftdp-17"], "score": 14.895244, "id_kw": "GeneReviews:NBK1505", "label_kw": ["MAPT-Related Disorders"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1505", "_version_": 1580845510659407873, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1505", "id": "GeneReviews:NBK1505", "definition": ["The clinical manifestations of MAPT-related disorders (MAPT-related tauopathies) are most typically those of frontotemporal dementia (FTDP-17), but also include progressive supranuclear palsy (PSP), corticobasal degeneration (CBD), mild late-onset parkinsonism, and dementia with epilepsy. Clinical presentation of frontotemporal dementia (FTD) is variable: some present with slowly progressive behavioral changes, language disturbances, and/or extrapyramidal signs, whereas others present with rigidity, bradykinesia, supranuclear palsy, and saccadic eye movement disorders. Onset is usually between ages 40 and 60 years, but may be earlier or later. The disease progresses over a few years into profound dementia with mutism. PSP is characterized by progressive vertical gaze palsy in combination with a prominent loss of balance at early stages of the disease. With progression, axial rigidity, dysarthria, and dysphagia become prominent, often in combination with a frontal dysexecutive syndrome. CBD is a progressive neurodegenerative disorder which affects both the frontoparietal cortex and the basal ganglia, resulting in a mild to moderate dementia in combination with asymmetric parkinsonism, ideomotor apraxia, aphasia, and an alien-hand syndrome. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1505]"], "synonym_kw": ["ftdp-17"], "synonym_std": ["ftdp-17"], "label": ["MAPT-Related Disorders"], "definition_eng": ["The clinical manifestations of MAPT-related disorders (MAPT-related tauopathies) are most typically those of frontotemporal dementia (FTDP-17), but also include progressive supranuclear palsy (PSP), corticobasal degeneration (CBD), mild late-onset parkinsonism, and dementia with epilepsy. Clinical presentation of frontotemporal dementia (FTD) is variable: some present with slowly progressive behavioral changes, language disturbances, and/or extrapyramidal signs, whereas others present with rigidity, bradykinesia, supranuclear palsy, and saccadic eye movement disorders. Onset is usually between ages 40 and 60 years, but may be earlier or later. The disease progresses over a few years into profound dementia with mutism. PSP is characterized by progressive vertical gaze palsy in combination with a prominent loss of balance at early stages of the disease. With progression, axial rigidity, dysarthria, and dysphagia become prominent, often in combination with a frontal dysexecutive syndrome. CBD is a progressive neurodegenerative disorder which affects both the frontoparietal cortex and the basal ganglia, resulting in a mild to moderate dementia in combination with asymmetric parkinsonism, ideomotor apraxia, aphasia, and an alien-hand syndrome. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1505]"], "category": ["disease"]}, {"synonym": ["ftd-grn"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1371", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1371", "label_eng": ["GRN-Related Frontotemporal Dementia"], "definition_std": ["The spectrum of frontotemporal dementia associated with GRN (also known as PGRN) mutation (FTD-GRN or FTD-PGRN) includes the behavioral variant (FTD-bv), primary progressive aphasia (PPA; further sub-categorized as progressive non-fluent aphasia [PNFA] and semantic dementia [SD]), and movement disorders with extrapyramidal features such as parkinsonism and corticobasal syndrome. A broad range of clinical features both within and across families is observed. The age of onset ranges from 35 to 87 years. Behavioral disturbances are the most common early feature, followed by progressive aphasia. Impairment in executive function manifests as loss of judgment and insight. In early stages, PPA often manifests as deficits in naming, word finding, or word comprehension. In late stages, affected individuals often become mute and lose their ability to communicate. Early findings of parkinsonism include rigidity, bradykinesia or akinesia (slowing or absence of movements), limb dystonia, apraxia (loss of ability to carry out learned purposeful movements), and disequilibrium. Late motor findings may include myoclonus, dysarthria, and dysphagia. Most affected individuals eventually lose the ability to walk. Disease duration is three to 12 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1371]"], "id_eng": "GeneReviews:NBK1371", "definition_kw": ["The spectrum of frontotemporal dementia associated with GRN (also known as PGRN) mutation (FTD-GRN or FTD-PGRN) includes the behavioral variant (FTD-bv), primary progressive aphasia (PPA; further sub-categorized as progressive non-fluent aphasia [PNFA] and semantic dementia [SD]), and movement disorders with extrapyramidal features such as parkinsonism and corticobasal syndrome. A broad range of clinical features both within and across families is observed. The age of onset ranges from 35 to 87 years. Behavioral disturbances are the most common early feature, followed by progressive aphasia. Impairment in executive function manifests as loss of judgment and insight. In early stages, PPA often manifests as deficits in naming, word finding, or word comprehension. In late stages, affected individuals often become mute and lose their ability to communicate. Early findings of parkinsonism include rigidity, bradykinesia or akinesia (slowing or absence of movements), limb dystonia, apraxia (loss of ability to carry out learned purposeful movements), and disequilibrium. Late motor findings may include myoclonus, dysarthria, and dysphagia. Most affected individuals eventually lose the ability to walk. Disease duration is three to 12 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1371]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1371", "label_std": ["GRN-Related Frontotemporal Dementia"], "synonym_eng": ["ftd-grn"], "score": 14.895244, "id_kw": "GeneReviews:NBK1371", "label_kw": ["GRN-Related Frontotemporal Dementia"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1371", "_version_": 1580845511838007296, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1371", "id": "GeneReviews:NBK1371", "definition": ["The spectrum of frontotemporal dementia associated with GRN (also known as PGRN) mutation (FTD-GRN or FTD-PGRN) includes the behavioral variant (FTD-bv), primary progressive aphasia (PPA; further sub-categorized as progressive non-fluent aphasia [PNFA] and semantic dementia [SD]), and movement disorders with extrapyramidal features such as parkinsonism and corticobasal syndrome. A broad range of clinical features both within and across families is observed. The age of onset ranges from 35 to 87 years. Behavioral disturbances are the most common early feature, followed by progressive aphasia. Impairment in executive function manifests as loss of judgment and insight. In early stages, PPA often manifests as deficits in naming, word finding, or word comprehension. In late stages, affected individuals often become mute and lose their ability to communicate. Early findings of parkinsonism include rigidity, bradykinesia or akinesia (slowing or absence of movements), limb dystonia, apraxia (loss of ability to carry out learned purposeful movements), and disequilibrium. Late motor findings may include myoclonus, dysarthria, and dysphagia. Most affected individuals eventually lose the ability to walk. Disease duration is three to 12 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1371]"], "synonym_kw": ["ftd-grn"], "synonym_std": ["ftd-grn"], "label": ["GRN-Related Frontotemporal Dementia"], "definition_eng": ["The spectrum of frontotemporal dementia associated with GRN (also known as PGRN) mutation (FTD-GRN or FTD-PGRN) includes the behavioral variant (FTD-bv), primary progressive aphasia (PPA; further sub-categorized as progressive non-fluent aphasia [PNFA] and semantic dementia [SD]), and movement disorders with extrapyramidal features such as parkinsonism and corticobasal syndrome. A broad range of clinical features both within and across families is observed. The age of onset ranges from 35 to 87 years. Behavioral disturbances are the most common early feature, followed by progressive aphasia. Impairment in executive function manifests as loss of judgment and insight. In early stages, PPA often manifests as deficits in naming, word finding, or word comprehension. In late stages, affected individuals often become mute and lose their ability to communicate. Early findings of parkinsonism include rigidity, bradykinesia or akinesia (slowing or absence of movements), limb dystonia, apraxia (loss of ability to carry out learned purposeful movements), and disequilibrium. Late motor findings may include myoclonus, dysarthria, and dysphagia. Most affected individuals eventually lose the ability to walk. Disease duration is three to 12 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1371]"], "category": ["disease"]}, {"synonym": ["nbia-ov"], "leaf": true, "category_std": ["disease"], "id_std": "GeneReviews:NBK121988", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK121988", "label_eng": ["Neurodegeneration with Brain Iron Accumulation Disorders Overview"], "definition_std": ["Neurodegeneration with brain iron accumulation (NBIA) is a group of inherited neurologic disorders in which iron accumulates in the basal ganglia resulting in progressive dystonia, spasticity, parkinsonism, neuropsychiatric abnormalities, and optic atrophy or retinal degeneration. Ten types and their associated genes are recognized. The age of onset ranges from infancy to late adulthood; the rate of progression varies. Cognitive decline occurs in some subtypes, but more often cognition is relatively spared. Cerebellar atrophy is a frequent finding in some subtypes.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK121988]"], "id_eng": "GeneReviews:NBK121988", "definition_kw": ["Neurodegeneration with brain iron accumulation (NBIA) is a group of inherited neurologic disorders in which iron accumulates in the basal ganglia resulting in progressive dystonia, spasticity, parkinsonism, neuropsychiatric abnormalities, and optic atrophy or retinal degeneration. Ten types and their associated genes are recognized. The age of onset ranges from infancy to late adulthood; the rate of progression varies. Cognitive decline occurs in some subtypes, but more often cognition is relatively spared. Cerebellar atrophy is a frequent finding in some subtypes.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK121988]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK121988", "label_std": ["Neurodegeneration with Brain Iron Accumulation Disorders Overview"], "synonym_eng": ["nbia-ov"], "score": 13.690872, "id_kw": "GeneReviews:NBK121988", "label_kw": ["Neurodegeneration with Brain Iron Accumulation Disorders Overview"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK121988", "_version_": 1580845510107856896, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK121988", "id": "GeneReviews:NBK121988", "definition": ["Neurodegeneration with brain iron accumulation (NBIA) is a group of inherited neurologic disorders in which iron accumulates in the basal ganglia resulting in progressive dystonia, spasticity, parkinsonism, neuropsychiatric abnormalities, and optic atrophy or retinal degeneration. Ten types and their associated genes are recognized. The age of onset ranges from infancy to late adulthood; the rate of progression varies. Cognitive decline occurs in some subtypes, but more often cognition is relatively spared. Cerebellar atrophy is a frequent finding in some subtypes.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK121988]"], "synonym_kw": ["nbia-ov"], "synonym_std": ["nbia-ov"], "label": ["Neurodegeneration with Brain Iron Accumulation Disorders Overview"], "definition_eng": ["Neurodegeneration with brain iron accumulation (NBIA) is a group of inherited neurologic disorders in which iron accumulates in the basal ganglia resulting in progressive dystonia, spasticity, parkinsonism, neuropsychiatric abnormalities, and optic atrophy or retinal degeneration. Ten types and their associated genes are recognized. The age of onset ranges from infancy to late adulthood; the rate of progression varies. Cognitive decline occurs in some subtypes, but more often cognition is relatively spared. Cerebellar atrophy is a frequent finding in some subtypes.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK121988]"], "category": ["disease"]}, {"synonym": ["HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2", "Hypermanganesemia with Dystonia 2", "HMNDYT2", "Hypermanganesemia with Dystonia type 2"], "equivalent_curie_eng": ["UMLS:CN237172"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:617013", "iri": "http://purl.obolibrary.org/obo/OMIM_617013", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN237172"], "label_eng": ["Hypermanganesemia with Dystonia 2; HMNDYT2", "Hypermanganesemia With Dystonia 2", "Hypermanganesemia with dystonia 2"], "definition_std": ["Hypermanganesemia with dystonia-2 is an autosomal recessive neurodegenerative disorder characterized predominantly by loss of motor milestones in the first years of life. Affected individuals then develop rapidly progressive abnormal movements, including dystonia, spasticity, bulbar dysfunction, and variable features of parkinsonism, causing loss of ambulation. Cognition may be impaired, but is better preserved than motor function. The disorder results from abnormal accumulation of manganese (Mn), which is toxic to neurons. Chelation therapy, if started early, may provide clinical benefit (summary by {1:Tuschl et al., 2016}).\n\nFor a discussion of genetic heterogeneity of HMNDYT, see HMNDYT1 (OMIM:613280)."], "id_eng": "OMIM:617013", "definition_kw": ["Hypermanganesemia with dystonia-2 is an autosomal recessive neurodegenerative disorder characterized predominantly by loss of motor milestones in the first years of life. Affected individuals then develop rapidly progressive abnormal movements, including dystonia, spasticity, bulbar dysfunction, and variable features of parkinsonism, causing loss of ambulation. Cognition may be impaired, but is better preserved than motor function. The disorder results from abnormal accumulation of manganese (Mn), which is toxic to neurons. Chelation therapy, if started early, may provide clinical benefit (summary by {1:Tuschl et al., 2016}).\n\nFor a discussion of genetic heterogeneity of HMNDYT, see HMNDYT1 (OMIM:613280)."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN237172"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_617013", "label_std": ["Hypermanganesemia with Dystonia 2; HMNDYT2", "Hypermanganesemia With Dystonia 2", "Hypermanganesemia with dystonia 2"], "equivalent_curie": ["UMLS:CN237172"], "equivalent_curie_kw": ["UMLS:CN237172"], "synonym_eng": ["HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2", "Hypermanganesemia with Dystonia 2", "HMNDYT2", "Hypermanganesemia with Dystonia type 2"], "score": 13.690872, "id_kw": "OMIM:617013", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN237172"], "label_kw": ["Hypermanganesemia with Dystonia 2; HMNDYT2", "Hypermanganesemia With Dystonia 2", "Hypermanganesemia with dystonia 2"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_617013", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN237172"], "_version_": 1580845510414041088, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_617013", "id": "OMIM:617013", "definition": ["Hypermanganesemia with dystonia-2 is an autosomal recessive neurodegenerative disorder characterized predominantly by loss of motor milestones in the first years of life. Affected individuals then develop rapidly progressive abnormal movements, including dystonia, spasticity, bulbar dysfunction, and variable features of parkinsonism, causing loss of ambulation. Cognition may be impaired, but is better preserved than motor function. The disorder results from abnormal accumulation of manganese (Mn), which is toxic to neurons. Chelation therapy, if started early, may provide clinical benefit (summary by {1:Tuschl et al., 2016}).\n\nFor a discussion of genetic heterogeneity of HMNDYT, see HMNDYT1 (OMIM:613280)."], "synonym_kw": ["HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2", "Hypermanganesemia with Dystonia 2", "HMNDYT2", "Hypermanganesemia with Dystonia type 2"], "synonym_std": ["HYPERMANGANESEMIA WITH DYSTONIA 2; HMNDYT2", "Hypermanganesemia with Dystonia 2", "HMNDYT2", "Hypermanganesemia with Dystonia type 2"], "label": ["Hypermanganesemia with Dystonia 2; HMNDYT2", "Hypermanganesemia With Dystonia 2", "Hypermanganesemia with dystonia 2"], "definition_eng": ["Hypermanganesemia with dystonia-2 is an autosomal recessive neurodegenerative disorder characterized predominantly by loss of motor milestones in the first years of life. Affected individuals then develop rapidly progressive abnormal movements, including dystonia, spasticity, bulbar dysfunction, and variable features of parkinsonism, causing loss of ambulation. Cognition may be impaired, but is better preserved than motor function. The disorder results from abnormal accumulation of manganese (Mn), which is toxic to neurons. Chelation therapy, if started early, may provide clinical benefit (summary by {1:Tuschl et al., 2016}).\n\nFor a discussion of genetic heterogeneity of HMNDYT, see HMNDYT1 (OMIM:613280)."], "equivalent_curie_std": ["UMLS:CN237172"], "category": ["disease"]}, {"synonym": ["hd-l2"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1529", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1529", "label_eng": ["Huntington Disease-Like 2"], "definition_std": ["Huntington disease-like 2 (HDL2) typically presents in midlife with a relentless progressive triad of movement, emotional, and cognitive abnormalities progressing to death over ten to 20 years. In some individuals the presentation resembles juvenile-onset Huntington disease (HD) or the Westphal variant of HD, usually presenting in the fourth decade (ages 29 to 41 years) with diminished coordination and weight loss despite increase in food intake. Neurologic abnormalities include parkinsonism (rigidity, bradykinesia, tremor), dysarthria, and hyperreflexia. In others the presentation is more variable but, in general, corresponds to typical HD.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1529]"], "id_eng": "GeneReviews:NBK1529", "definition_kw": ["Huntington disease-like 2 (HDL2) typically presents in midlife with a relentless progressive triad of movement, emotional, and cognitive abnormalities progressing to death over ten to 20 years. In some individuals the presentation resembles juvenile-onset Huntington disease (HD) or the Westphal variant of HD, usually presenting in the fourth decade (ages 29 to 41 years) with diminished coordination and weight loss despite increase in food intake. Neurologic abnormalities include parkinsonism (rigidity, bradykinesia, tremor), dysarthria, and hyperreflexia. In others the presentation is more variable but, in general, corresponds to typical HD.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1529]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1529", "label_std": ["Huntington Disease-Like 2"], "synonym_eng": ["hd-l2"], "score": 13.690872, "id_kw": "GeneReviews:NBK1529", "label_kw": ["Huntington Disease-Like 2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1529", "_version_": 1580845510712885248, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1529", "id": "GeneReviews:NBK1529", "definition": ["Huntington disease-like 2 (HDL2) typically presents in midlife with a relentless progressive triad of movement, emotional, and cognitive abnormalities progressing to death over ten to 20 years. In some individuals the presentation resembles juvenile-onset Huntington disease (HD) or the Westphal variant of HD, usually presenting in the fourth decade (ages 29 to 41 years) with diminished coordination and weight loss despite increase in food intake. Neurologic abnormalities include parkinsonism (rigidity, bradykinesia, tremor), dysarthria, and hyperreflexia. In others the presentation is more variable but, in general, corresponds to typical HD.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1529]"], "synonym_kw": ["hd-l2"], "synonym_std": ["hd-l2"], "label": ["Huntington Disease-Like 2"], "definition_eng": ["Huntington disease-like 2 (HDL2) typically presents in midlife with a relentless progressive triad of movement, emotional, and cognitive abnormalities progressing to death over ten to 20 years. In some individuals the presentation resembles juvenile-onset Huntington disease (HD) or the Westphal variant of HD, usually presenting in the fourth decade (ages 29 to 41 years) with diminished coordination and weight loss despite increase in food intake. Neurologic abnormalities include parkinsonism (rigidity, bradykinesia, tremor), dysarthria, and hyperreflexia. In others the presentation is more variable but, in general, corresponds to typical HD.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1529]"], "category": ["disease"]}, {"synonym": ["Leukoencephalopathy, Diffuse Hereditary, With Spheroids", "Subcortical gliosis of Neumann", "POLD", "ALSP", "Autosomal dominant leukoencephalopathy with neuroaxonal spheroids", "Familial progressive subcortical gliosis", "GPSC", "Leukoencephalopathy with Neuroaxonal Spheroids, Autosomal Dominant", "LEUKOENCEPHALOPATHY, HEREDITARY DIFFUSE, WITH SPHEROIDS; HDLS", "Gliosis, Familial Progressive Subcortical", "Neuroaxonal Leukodystrophy", "Subcortical Gliosis of Neumann", "Pigmentary orthochromatic leukodystrophy", "HDLS", "LEUKOENCEPHALOPATHY, DIFFUSE HEREDITARY, WITH SPHEROIDS; HDLS", "Adult-onset leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy With Neuroaxonal Spheroids, Autosomal Dominant", "Familial dementia, Neumann type", "Dementia, Familial, Neumann Type", "Adult-Onset Leukodystrophy with Neuroaxonal Spheroids", "Hereditary Diffuse Leukoencephalopathy with Axonal Spheroids", "Leukoencephalopathy, Adult-Onset, With Axonal Spheroids and Pigmented Glia", "Autosomal Dominant Leukoencephalopathy with Neuroaxonal Spheroids", "FPSG"], "equivalent_curie_eng": ["Orphanet:313808", "UMLS:C3711381", "UMLS:C2673753", "UMLS:C1857300", "UMLS:C0520789", "MESH:C580150"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:221820", "iri": "http://purl.obolibrary.org/obo/OMIM_221820", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_313808", "http://purl.obolibrary.org/obo/UMLS_C3711381", "http://purl.obolibrary.org/obo/UMLS_C2673753", "http://purl.obolibrary.org/obo/UMLS_C1857300", "http://purl.obolibrary.org/obo/UMLS_C0520789", "http://purl.obolibrary.org/obo/MESH_C580150"], "label_eng": ["Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy, Hereditary Diffuse, With Spheroids"], "definition_std": ["Hereditary diffuse leukoencephalopathy with spheroids is an autosomal dominant adult-onset rapidly progressive neurodegenerative disorder characterized by variable behavioral, cognitive, and motor changes. Patients often die of dementia within 6 years of onset. Brain imaging shows patchy abnormalities in the cerebral white matter, predominantly affecting the frontal and parietal lobes (summary by {10:Rademakers et al., 2012}).", "Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia is a rare autosomal dominant disease characterized by a complex phenotype including progressive dementia, apraxia, apathy, impaired balance, parkinsonism, spasticity and epilepsy."], "id_eng": "OMIM:221820", "definition_kw": ["Hereditary diffuse leukoencephalopathy with spheroids is an autosomal dominant adult-onset rapidly progressive neurodegenerative disorder characterized by variable behavioral, cognitive, and motor changes. Patients often die of dementia within 6 years of onset. Brain imaging shows patchy abnormalities in the cerebral white matter, predominantly affecting the frontal and parietal lobes (summary by {10:Rademakers et al., 2012}).", "Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia is a rare autosomal dominant disease characterized by a complex phenotype including progressive dementia, apraxia, apathy, impaired balance, parkinsonism, spasticity and epilepsy."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_313808", "http://purl.obolibrary.org/obo/UMLS_C3711381", "http://purl.obolibrary.org/obo/UMLS_C2673753", "http://purl.obolibrary.org/obo/UMLS_C1857300", "http://purl.obolibrary.org/obo/UMLS_C0520789", "http://purl.obolibrary.org/obo/MESH_C580150"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_221820", "label_std": ["Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy, Hereditary Diffuse, With Spheroids"], "equivalent_curie": ["Orphanet:313808", "UMLS:C3711381", "UMLS:C2673753", "UMLS:C1857300", "UMLS:C0520789", "MESH:C580150"], "equivalent_curie_kw": ["Orphanet:313808", "UMLS:C3711381", "UMLS:C2673753", "UMLS:C1857300", "UMLS:C0520789", "MESH:C580150"], "synonym_eng": ["Leukoencephalopathy, Diffuse Hereditary, With Spheroids", "Subcortical gliosis of Neumann", "POLD", "ALSP", "Autosomal dominant leukoencephalopathy with neuroaxonal spheroids", "Familial progressive subcortical gliosis", "GPSC", "Leukoencephalopathy with Neuroaxonal Spheroids, Autosomal Dominant", "LEUKOENCEPHALOPATHY, HEREDITARY DIFFUSE, WITH SPHEROIDS; HDLS", "Gliosis, Familial Progressive Subcortical", "Neuroaxonal Leukodystrophy", "Subcortical Gliosis of Neumann", "Pigmentary orthochromatic leukodystrophy", "HDLS", "LEUKOENCEPHALOPATHY, DIFFUSE HEREDITARY, WITH SPHEROIDS; HDLS", "Adult-onset leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy With Neuroaxonal Spheroids, Autosomal Dominant", "Familial dementia, Neumann type", "Dementia, Familial, Neumann Type", "Adult-Onset Leukodystrophy with Neuroaxonal Spheroids", "Hereditary Diffuse Leukoencephalopathy with Axonal Spheroids", "Leukoencephalopathy, Adult-Onset, With Axonal Spheroids and Pigmented Glia", "Autosomal Dominant Leukoencephalopathy with Neuroaxonal Spheroids", "FPSG"], "score": 13.690872, "id_kw": "OMIM:221820", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_313808", "http://purl.obolibrary.org/obo/UMLS_C3711381", "http://purl.obolibrary.org/obo/UMLS_C2673753", "http://purl.obolibrary.org/obo/UMLS_C1857300", "http://purl.obolibrary.org/obo/UMLS_C0520789", "http://purl.obolibrary.org/obo/MESH_C580150"], "label_kw": ["Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy, Hereditary Diffuse, With Spheroids"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_221820", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_313808", "http://purl.obolibrary.org/obo/UMLS_C3711381", "http://purl.obolibrary.org/obo/UMLS_C2673753", "http://purl.obolibrary.org/obo/UMLS_C1857300", "http://purl.obolibrary.org/obo/UMLS_C0520789", "http://purl.obolibrary.org/obo/MESH_C580150"], "_version_": 1580845510785236992, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_221820", "id": "OMIM:221820", "definition": ["Hereditary diffuse leukoencephalopathy with spheroids is an autosomal dominant adult-onset rapidly progressive neurodegenerative disorder characterized by variable behavioral, cognitive, and motor changes. Patients often die of dementia within 6 years of onset. Brain imaging shows patchy abnormalities in the cerebral white matter, predominantly affecting the frontal and parietal lobes (summary by {10:Rademakers et al., 2012}).", "Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia is a rare autosomal dominant disease characterized by a complex phenotype including progressive dementia, apraxia, apathy, impaired balance, parkinsonism, spasticity and epilepsy."], "synonym_kw": ["Leukoencephalopathy, Diffuse Hereditary, With Spheroids", "Subcortical gliosis of Neumann", "POLD", "ALSP", "Autosomal dominant leukoencephalopathy with neuroaxonal spheroids", "Familial progressive subcortical gliosis", "GPSC", "Leukoencephalopathy with Neuroaxonal Spheroids, Autosomal Dominant", "LEUKOENCEPHALOPATHY, HEREDITARY DIFFUSE, WITH SPHEROIDS; HDLS", "Gliosis, Familial Progressive Subcortical", "Neuroaxonal Leukodystrophy", "Subcortical Gliosis of Neumann", "Pigmentary orthochromatic leukodystrophy", "HDLS", "LEUKOENCEPHALOPATHY, DIFFUSE HEREDITARY, WITH SPHEROIDS; HDLS", "Adult-onset leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy With Neuroaxonal Spheroids, Autosomal Dominant", "Familial dementia, Neumann type", "Dementia, Familial, Neumann Type", "Adult-Onset Leukodystrophy with Neuroaxonal Spheroids", "Hereditary Diffuse Leukoencephalopathy with Axonal Spheroids", "Leukoencephalopathy, Adult-Onset, With Axonal Spheroids and Pigmented Glia", "Autosomal Dominant Leukoencephalopathy with Neuroaxonal Spheroids", "FPSG"], "synonym_std": ["Leukoencephalopathy, Diffuse Hereditary, With Spheroids", "Subcortical gliosis of Neumann", "POLD", "ALSP", "Autosomal dominant leukoencephalopathy with neuroaxonal spheroids", "Familial progressive subcortical gliosis", "GPSC", "Leukoencephalopathy with Neuroaxonal Spheroids, Autosomal Dominant", "LEUKOENCEPHALOPATHY, HEREDITARY DIFFUSE, WITH SPHEROIDS; HDLS", "Gliosis, Familial Progressive Subcortical", "Neuroaxonal Leukodystrophy", "Subcortical Gliosis of Neumann", "Pigmentary orthochromatic leukodystrophy", "HDLS", "LEUKOENCEPHALOPATHY, DIFFUSE HEREDITARY, WITH SPHEROIDS; HDLS", "Adult-onset leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy With Neuroaxonal Spheroids, Autosomal Dominant", "Familial dementia, Neumann type", "Dementia, Familial, Neumann Type", "Adult-Onset Leukodystrophy with Neuroaxonal Spheroids", "Hereditary Diffuse Leukoencephalopathy with Axonal Spheroids", "Leukoencephalopathy, Adult-Onset, With Axonal Spheroids and Pigmented Glia", "Autosomal Dominant Leukoencephalopathy with Neuroaxonal Spheroids", "FPSG"], "label": ["Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia", "Hereditary diffuse leukoencephalopathy with spheroids", "Leukoencephalopathy, Hereditary Diffuse, With Spheroids"], "definition_eng": ["Hereditary diffuse leukoencephalopathy with spheroids is an autosomal dominant adult-onset rapidly progressive neurodegenerative disorder characterized by variable behavioral, cognitive, and motor changes. Patients often die of dementia within 6 years of onset. Brain imaging shows patchy abnormalities in the cerebral white matter, predominantly affecting the frontal and parietal lobes (summary by {10:Rademakers et al., 2012}).", "Hereditary diffuse leukoencephalopathy with axonal spheroids and pigmented glia is a rare autosomal dominant disease characterized by a complex phenotype including progressive dementia, apraxia, apathy, impaired balance, parkinsonism, spasticity and epilepsy."], "equivalent_curie_std": ["Orphanet:313808", "UMLS:C3711381", "UMLS:C2673753", "UMLS:C1857300", "UMLS:C0520789", "MESH:C580150"], "category": ["disease"]}, {"synonym": ["IBGC6", "Basal Ganglia Calcification, Idiopathic, type 6", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 6; IBGC6"], "equivalent_curie_eng": ["UMLS:C4225335"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:616413", "iri": "http://purl.obolibrary.org/obo/OMIM_616413", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4225335"], "label_eng": ["Basal Ganglia Calcification, Idiopathic, 6", "Basal ganglia calcification, idiopathic, 6"], "definition_std": ["Idiopathic basal ganglia calcification is an autosomal dominant neurodegenerative disorder characterized by adult onset of progressive neuropsychiatric and movement disorders, although some patients remain asymptomatic. Clinical features can include dystonia, parkinsonism, gait abnormalities, psychosis, dementia, and chorea. Brain imaging shows calcifications of the basal ganglia and other brain regions (summary by {3:Legati et al., 2015}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/616413"], "id_eng": "OMIM:616413", "definition_kw": ["Idiopathic basal ganglia calcification is an autosomal dominant neurodegenerative disorder characterized by adult onset of progressive neuropsychiatric and movement disorders, although some patients remain asymptomatic. Clinical features can include dystonia, parkinsonism, gait abnormalities, psychosis, dementia, and chorea. Brain imaging shows calcifications of the basal ganglia and other brain regions (summary by {3:Legati et al., 2015}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/616413"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4225335"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_616413", "label_std": ["Basal Ganglia Calcification, Idiopathic, 6", "Basal ganglia calcification, idiopathic, 6"], "equivalent_curie": ["UMLS:C4225335"], "equivalent_curie_kw": ["UMLS:C4225335"], "synonym_eng": ["IBGC6", "Basal Ganglia Calcification, Idiopathic, type 6", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 6; IBGC6"], "score": 13.690872, "id_kw": "OMIM:616413", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4225335"], "label_kw": ["Basal Ganglia Calcification, Idiopathic, 6", "Basal ganglia calcification, idiopathic, 6"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_616413", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4225335"], "_version_": 1580845511179501568, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_616413", "id": "OMIM:616413", "definition": ["Idiopathic basal ganglia calcification is an autosomal dominant neurodegenerative disorder characterized by adult onset of progressive neuropsychiatric and movement disorders, although some patients remain asymptomatic. Clinical features can include dystonia, parkinsonism, gait abnormalities, psychosis, dementia, and chorea. Brain imaging shows calcifications of the basal ganglia and other brain regions (summary by {3:Legati et al., 2015}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/616413"], "synonym_kw": ["IBGC6", "Basal Ganglia Calcification, Idiopathic, type 6", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 6; IBGC6"], "synonym_std": ["IBGC6", "Basal Ganglia Calcification, Idiopathic, type 6", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 6; IBGC6"], "label": ["Basal Ganglia Calcification, Idiopathic, 6", "Basal ganglia calcification, idiopathic, 6"], "definition_eng": ["Idiopathic basal ganglia calcification is an autosomal dominant neurodegenerative disorder characterized by adult onset of progressive neuropsychiatric and movement disorders, although some patients remain asymptomatic. Clinical features can include dystonia, parkinsonism, gait abnormalities, psychosis, dementia, and chorea. Brain imaging shows calcifications of the basal ganglia and other brain regions (summary by {3:Legati et al., 2015}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/616413"], "equivalent_curie_std": ["UMLS:C4225335"], "category": ["disease"]}, {"synonym": ["spg11"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1210", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1210", "label_eng": ["Spastic Paraplegia 11"], "definition_std": ["Spastic paraplegia 11 (SPG11) is characterized by progressive spasticity and weakness of the lower limbs frequently associated with the following: mild intellectual disability with learning difficulties in childhood and/or progressive cognitive decline; peripheral neuropathy; pseudobulbar involvement; and increased reflexes in the upper limbs. Less frequent findings include: cerebellar signs (ataxia, nystagmus, saccadic pursuit); retinal degeneration; pes cavus; scoliosis; and parkinsonism. Onset occurs mainly during infancy or adolescence (range: age 1-31 years). Most affected individuals become wheelchair bound one or two decades after disease onset. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1210]"], "id_eng": "GeneReviews:NBK1210", "definition_kw": ["Spastic paraplegia 11 (SPG11) is characterized by progressive spasticity and weakness of the lower limbs frequently associated with the following: mild intellectual disability with learning difficulties in childhood and/or progressive cognitive decline; peripheral neuropathy; pseudobulbar involvement; and increased reflexes in the upper limbs. Less frequent findings include: cerebellar signs (ataxia, nystagmus, saccadic pursuit); retinal degeneration; pes cavus; scoliosis; and parkinsonism. Onset occurs mainly during infancy or adolescence (range: age 1-31 years). Most affected individuals become wheelchair bound one or two decades after disease onset. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1210]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1210", "label_std": ["Spastic Paraplegia 11"], "synonym_eng": ["spg11"], "score": 13.690872, "id_kw": "GeneReviews:NBK1210", "label_kw": ["Spastic Paraplegia 11"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1210", "_version_": 1580845511230881793, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1210", "id": "GeneReviews:NBK1210", "definition": ["Spastic paraplegia 11 (SPG11) is characterized by progressive spasticity and weakness of the lower limbs frequently associated with the following: mild intellectual disability with learning difficulties in childhood and/or progressive cognitive decline; peripheral neuropathy; pseudobulbar involvement; and increased reflexes in the upper limbs. Less frequent findings include: cerebellar signs (ataxia, nystagmus, saccadic pursuit); retinal degeneration; pes cavus; scoliosis; and parkinsonism. Onset occurs mainly during infancy or adolescence (range: age 1-31 years). Most affected individuals become wheelchair bound one or two decades after disease onset. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1210]"], "synonym_kw": ["spg11"], "synonym_std": ["spg11"], "label": ["Spastic Paraplegia 11"], "definition_eng": ["Spastic paraplegia 11 (SPG11) is characterized by progressive spasticity and weakness of the lower limbs frequently associated with the following: mild intellectual disability with learning difficulties in childhood and/or progressive cognitive decline; peripheral neuropathy; pseudobulbar involvement; and increased reflexes in the upper limbs. Less frequent findings include: cerebellar signs (ataxia, nystagmus, saccadic pursuit); retinal degeneration; pes cavus; scoliosis; and parkinsonism. Onset occurs mainly during infancy or adolescence (range: age 1-31 years). Most affected individuals become wheelchair bound one or two decades after disease onset. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1210]"], "category": ["disease"]}, {"leaf": true, "category_std": ["Phenotype"], "id_std": "HP:0006150", "iri": "http://purl.obolibrary.org/obo/HP_0006150", "label_eng": ["Swan neck-like deformities of the fingers"], "definition_std": ["A swan neck deformity describes a finger with a hyperextended PIP joint and a flexed DIP joint. The most common cause for a swan neck-like deformity is a disruption of the end of the extensor tendon. Conditions that loosen the PIP joint and allow it to hyperextend, for example conditions that weaken the volar plate, can produce a swan neck deformity of the finger. One example is rheumatoid arthritis. Another cause are conditions that tighten up the small (intrinsic) muscles of the hand and fingers, for example hand trauma or nerve disorders, such as cerebral palsy, Parkinson's disease, or stroke."], "id_eng": "HP:0006150", "definition_kw": ["A swan neck deformity describes a finger with a hyperextended PIP joint and a flexed DIP joint. The most common cause for a swan neck-like deformity is a disruption of the end of the extensor tendon. Conditions that loosen the PIP joint and allow it to hyperextend, for example conditions that weaken the volar plate, can produce a swan neck deformity of the finger. One example is rheumatoid arthritis. Another cause are conditions that tighten up the small (intrinsic) muscles of the hand and fingers, for example hand trauma or nerve disorders, such as cerebral palsy, Parkinson's disease, or stroke."], "category_kw": ["Phenotype"], "iri_eng": "http://purl.obolibrary.org/obo/HP_0006150", "label_std": ["Swan neck-like deformities of the fingers"], "score": 13.690872, "id_kw": "HP:0006150", "label_kw": ["Swan neck-like deformities of the fingers"], "iri_kw": "http://purl.obolibrary.org/obo/HP_0006150", "_version_": 1580845592564727808, "category_eng": ["Phenotype"], "iri_std": "http://purl.obolibrary.org/obo/HP_0006150", "id": "HP:0006150", "definition": ["A swan neck deformity describes a finger with a hyperextended PIP joint and a flexed DIP joint. The most common cause for a swan neck-like deformity is a disruption of the end of the extensor tendon. Conditions that loosen the PIP joint and allow it to hyperextend, for example conditions that weaken the volar plate, can produce a swan neck deformity of the finger. One example is rheumatoid arthritis. Another cause are conditions that tighten up the small (intrinsic) muscles of the hand and fingers, for example hand trauma or nerve disorders, such as cerebral palsy, Parkinson's disease, or stroke."], "label": ["Swan neck-like deformities of the fingers"], "definition_eng": ["A swan neck deformity describes a finger with a hyperextended PIP joint and a flexed DIP joint. The most common cause for a swan neck-like deformity is a disruption of the end of the extensor tendon. Conditions that loosen the PIP joint and allow it to hyperextend, for example conditions that weaken the volar plate, can produce a swan neck deformity of the finger. One example is rheumatoid arthritis. Another cause are conditions that tighten up the small (intrinsic) muscles of the hand and fingers, for example hand trauma or nerve disorders, such as cerebral palsy, Parkinson's disease, or stroke."], "category": ["Phenotype"]}, {"synonym": ["autosomal recessive spastic paraplegia type 48", "hereditary spastic paraplegia type 48", "SPASTIC PARAPLEGIA 48, AUTOSOMAL RECESSIVE; SPG48", "SPG48", "autosomal recessive spastic paraplegia 48"], "equivalent_curie_eng": ["UMLS:C3150901", "Orphanet:306511", "DOID:0110800"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:613647", "iri": "http://purl.obolibrary.org/obo/OMIM_613647", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3150901", "http://www.orpha.net/ORDO/Orphanet_306511", "http://purl.obolibrary.org/obo/DOID_0110800"], "label_eng": ["Spastic paraplegia 48, autosomal recessive", "Spastic Paraplegia 48, Autosomal Recessive", "hereditary spastic paraplegia 48"], "definition_std": ["Spastic paraplegia-48 is an autosomal recessive neurologic disorder characterized by spasticity of the lower limbs resulting in gait difficulties. Most patients have onset in mid- or late-adulthood, although childhood onset has been reported in 1 patient. Additional features may include parkinsonism, urinary incontinence, neuropathy, and mild cognitive impairment (summary by {1:Hirst et al., 2015}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive SPG, see SPG5A (OMIM:270800).", "A hereditary spastic paraplegia that has_material_basis_in mutation in the AP5Z1 gene on chromosome 7p22.1."], "id_eng": "OMIM:613647", "definition_kw": ["Spastic paraplegia-48 is an autosomal recessive neurologic disorder characterized by spasticity of the lower limbs resulting in gait difficulties. Most patients have onset in mid- or late-adulthood, although childhood onset has been reported in 1 patient. Additional features may include parkinsonism, urinary incontinence, neuropathy, and mild cognitive impairment (summary by {1:Hirst et al., 2015}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive SPG, see SPG5A (OMIM:270800).", "A hereditary spastic paraplegia that has_material_basis_in mutation in the AP5Z1 gene on chromosome 7p22.1."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3150901", "http://www.orpha.net/ORDO/Orphanet_306511", "http://purl.obolibrary.org/obo/DOID_0110800"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_613647", "label_std": ["Spastic paraplegia 48, autosomal recessive", "Spastic Paraplegia 48, Autosomal Recessive", "hereditary spastic paraplegia 48"], "equivalent_curie": ["UMLS:C3150901", "Orphanet:306511", "DOID:0110800"], "equivalent_curie_kw": ["UMLS:C3150901", "Orphanet:306511", "DOID:0110800"], "synonym_eng": ["autosomal recessive spastic paraplegia type 48", "hereditary spastic paraplegia type 48", "SPASTIC PARAPLEGIA 48, AUTOSOMAL RECESSIVE; SPG48", "SPG48", "autosomal recessive spastic paraplegia 48"], "score": 13.690872, "id_kw": "OMIM:613647", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3150901", "http://www.orpha.net/ORDO/Orphanet_306511", "http://purl.obolibrary.org/obo/DOID_0110800"], "label_kw": ["Spastic paraplegia 48, autosomal recessive", "Spastic Paraplegia 48, Autosomal Recessive", "hereditary spastic paraplegia 48"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_613647", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3150901", "http://www.orpha.net/ORDO/Orphanet_306511", "http://purl.obolibrary.org/obo/DOID_0110800"], "_version_": 1580845543921287169, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_613647", "id": "OMIM:613647", "definition": ["Spastic paraplegia-48 is an autosomal recessive neurologic disorder characterized by spasticity of the lower limbs resulting in gait difficulties. Most patients have onset in mid- or late-adulthood, although childhood onset has been reported in 1 patient. Additional features may include parkinsonism, urinary incontinence, neuropathy, and mild cognitive impairment (summary by {1:Hirst et al., 2015}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive SPG, see SPG5A (OMIM:270800).", "A hereditary spastic paraplegia that has_material_basis_in mutation in the AP5Z1 gene on chromosome 7p22.1."], "synonym_kw": ["autosomal recessive spastic paraplegia type 48", "hereditary spastic paraplegia type 48", "SPASTIC PARAPLEGIA 48, AUTOSOMAL RECESSIVE; SPG48", "SPG48", "autosomal recessive spastic paraplegia 48"], "synonym_std": ["autosomal recessive spastic paraplegia type 48", "hereditary spastic paraplegia type 48", "SPASTIC PARAPLEGIA 48, AUTOSOMAL RECESSIVE; SPG48", "SPG48", "autosomal recessive spastic paraplegia 48"], "label": ["Spastic paraplegia 48, autosomal recessive", "Spastic Paraplegia 48, Autosomal Recessive", "hereditary spastic paraplegia 48"], "definition_eng": ["Spastic paraplegia-48 is an autosomal recessive neurologic disorder characterized by spasticity of the lower limbs resulting in gait difficulties. Most patients have onset in mid- or late-adulthood, although childhood onset has been reported in 1 patient. Additional features may include parkinsonism, urinary incontinence, neuropathy, and mild cognitive impairment (summary by {1:Hirst et al., 2015}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive SPG, see SPG5A (OMIM:270800).", "A hereditary spastic paraplegia that has_material_basis_in mutation in the AP5Z1 gene on chromosome 7p22.1."], "equivalent_curie_std": ["UMLS:C3150901", "Orphanet:306511", "DOID:0110800"], "category": ["disease"]}, {"synonym": ["Lewy Body Dementia", "Lewy Body Disease, Cortical", "Lewy Body Disease, Diffuse", "Lewy Body Type Senile Dementia", "Dementia, Lewy Body", "Diffuse Lewy Body Disease", "Cortical Lewy Body Disease"], "equivalent_curie_eng": ["UMLS:C4020711", "UMLS:C0752347"], "leaf": false, "category_std": ["disease"], "id_std": "MESH:D020961", "iri": "http://purl.obolibrary.org/obo/MESH_D020961", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4020711", "http://purl.obolibrary.org/obo/UMLS_C0752347"], "label_eng": ["Lewy Body Disease"], "definition_std": ["A neurodegenerative disease characterized by dementia, mild parkinsonism, and fluctuations in attention and alertness. The neuropsychiatric manifestations tend to precede the onset of bradykinesia, MUSCLE RIGIDITY, and other extrapyramidal signs. DELUSIONS and visual HALLUCINATIONS are relatively frequent in this condition. Histologic examination reveals LEWY BODIES in the CEREBRAL CORTEX and BRAIN STEM. SENILE PLAQUES and other pathologic features characteristic of ALZHEIMER DISEASE may also be present. (From Neurology 1997;48:376-380; Neurology 1996;47:1113-1124)"], "id_eng": "MESH:D020961", "definition_kw": ["A neurodegenerative disease characterized by dementia, mild parkinsonism, and fluctuations in attention and alertness. The neuropsychiatric manifestations tend to precede the onset of bradykinesia, MUSCLE RIGIDITY, and other extrapyramidal signs. DELUSIONS and visual HALLUCINATIONS are relatively frequent in this condition. Histologic examination reveals LEWY BODIES in the CEREBRAL CORTEX and BRAIN STEM. SENILE PLAQUES and other pathologic features characteristic of ALZHEIMER DISEASE may also be present. (From Neurology 1997;48:376-380; Neurology 1996;47:1113-1124)"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4020711", "http://purl.obolibrary.org/obo/UMLS_C0752347"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/MESH_D020961", "label_std": ["Lewy Body Disease"], "equivalent_curie": ["UMLS:C4020711", "UMLS:C0752347"], "equivalent_curie_kw": ["UMLS:C4020711", "UMLS:C0752347"], "synonym_eng": ["Lewy Body Dementia", "Lewy Body Disease, Cortical", "Lewy Body Disease, Diffuse", "Lewy Body Type Senile Dementia", "Dementia, Lewy Body", "Diffuse Lewy Body Disease", "Cortical Lewy Body Disease"], "score": 13.690872, "id_kw": "MESH:D020961", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4020711", "http://purl.obolibrary.org/obo/UMLS_C0752347"], "label_kw": ["Lewy Body Disease"], "iri_kw": "http://purl.obolibrary.org/obo/MESH_D020961", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4020711", "http://purl.obolibrary.org/obo/UMLS_C0752347"], "_version_": 1580845554713231362, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/MESH_D020961", "id": "MESH:D020961", "definition": ["A neurodegenerative disease characterized by dementia, mild parkinsonism, and fluctuations in attention and alertness. The neuropsychiatric manifestations tend to precede the onset of bradykinesia, MUSCLE RIGIDITY, and other extrapyramidal signs. DELUSIONS and visual HALLUCINATIONS are relatively frequent in this condition. Histologic examination reveals LEWY BODIES in the CEREBRAL CORTEX and BRAIN STEM. SENILE PLAQUES and other pathologic features characteristic of ALZHEIMER DISEASE may also be present. (From Neurology 1997;48:376-380; Neurology 1996;47:1113-1124)"], "synonym_kw": ["Lewy Body Dementia", "Lewy Body Disease, Cortical", "Lewy Body Disease, Diffuse", "Lewy Body Type Senile Dementia", "Dementia, Lewy Body", "Diffuse Lewy Body Disease", "Cortical Lewy Body Disease"], "synonym_std": ["Lewy Body Dementia", "Lewy Body Disease, Cortical", "Lewy Body Disease, Diffuse", "Lewy Body Type Senile Dementia", "Dementia, Lewy Body", "Diffuse Lewy Body Disease", "Cortical Lewy Body Disease"], "label": ["Lewy Body Disease"], "definition_eng": ["A neurodegenerative disease characterized by dementia, mild parkinsonism, and fluctuations in attention and alertness. The neuropsychiatric manifestations tend to precede the onset of bradykinesia, MUSCLE RIGIDITY, and other extrapyramidal signs. DELUSIONS and visual HALLUCINATIONS are relatively frequent in this condition. Histologic examination reveals LEWY BODIES in the CEREBRAL CORTEX and BRAIN STEM. SENILE PLAQUES and other pathologic features characteristic of ALZHEIMER DISEASE may also be present. (From Neurology 1997;48:376-380; Neurology 1996;47:1113-1124)"], "equivalent_curie_std": ["UMLS:C4020711", "UMLS:C0752347"], "category": ["disease"]}, {"synonym": ["rapid-odp"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1115", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1115", "label_eng": ["ATP1A3-Related Neurologic Disorders"], "definition_std": ["The spectrum of ATP1A3-related neurologic disorders includes rapid-onset dystonia-parkinsonism (RDP), alternating hemiplegia of childhood (AHC), and cerebellar ataxia, areflexia, pes cavus, optic atrophy, and sensorineural hearing loss (CAPOS) syndrome. While early reports emphasized the distinctness of RDP and AHC, it is increasingly evident that these conditions represent a spectrum related to mutation of ATP1A3. Because only ten individuals from three families and one individual with a de novo mutation have been described with CAPOS syndrome to date, its phenotype is less defined; however, some features overlap with RDP and AHC as well.RDP is characterized by abrupt onset of dystonia with parkinsonism (primarily bradykinesia and postural instability); a clear rostrocaudal (face>arm>leg) topological gradient of involvement; bulbar involvement; and absence of response to an adequate trial of L-dopa therapy. Often fever, physiologic stress, or alcoholic binges trigger the onset of symptoms. After their initial appearance, symptoms often stabilize with little improvement; occasionally second episodes occur with abrupt worsening of symptoms. Anxiety, depression, and seizures have been reported. Age of onset is four to 55 years. AHC is a complex neurodevelopmental syndrome most frequently manifesting in infancy or early childhood with paroxysmal episodic neurologic dysfunction including alternating hemiparesis or dystonia, quadriparesis, seizure-like episodes, and oculomotor abnormalities. Episodes can last for minutes, hours, days, or even weeks. Remission of symptoms occurs with sleep and immediately after awakening. Over time, persistent neurologic deficits develop in the majority of those affected, including oculomotor apraxia, ataxia, choreoathetosis, dystonia, parkinsonism, and cognitive and behavioral dysfunction; more than 50% develop epilepsy in addition to their episodic movement disorder phenotype.  CAPOS syndrome (a mnemonic for cerebellar ataxia, areflexia, optic atrophy, and sensorineural hearing loss) is characterized by episodes of ataxic encephalopathy and/or weakness after a febrile illness. Onset is between ages six months and five years. Some acute symptoms resolve; disease progression and severity vary.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1115]"], "id_eng": "GeneReviews:NBK1115", "definition_kw": ["The spectrum of ATP1A3-related neurologic disorders includes rapid-onset dystonia-parkinsonism (RDP), alternating hemiplegia of childhood (AHC), and cerebellar ataxia, areflexia, pes cavus, optic atrophy, and sensorineural hearing loss (CAPOS) syndrome. While early reports emphasized the distinctness of RDP and AHC, it is increasingly evident that these conditions represent a spectrum related to mutation of ATP1A3. Because only ten individuals from three families and one individual with a de novo mutation have been described with CAPOS syndrome to date, its phenotype is less defined; however, some features overlap with RDP and AHC as well.RDP is characterized by abrupt onset of dystonia with parkinsonism (primarily bradykinesia and postural instability); a clear rostrocaudal (face>arm>leg) topological gradient of involvement; bulbar involvement; and absence of response to an adequate trial of L-dopa therapy. Often fever, physiologic stress, or alcoholic binges trigger the onset of symptoms. After their initial appearance, symptoms often stabilize with little improvement; occasionally second episodes occur with abrupt worsening of symptoms. Anxiety, depression, and seizures have been reported. Age of onset is four to 55 years. AHC is a complex neurodevelopmental syndrome most frequently manifesting in infancy or early childhood with paroxysmal episodic neurologic dysfunction including alternating hemiparesis or dystonia, quadriparesis, seizure-like episodes, and oculomotor abnormalities. Episodes can last for minutes, hours, days, or even weeks. Remission of symptoms occurs with sleep and immediately after awakening. Over time, persistent neurologic deficits develop in the majority of those affected, including oculomotor apraxia, ataxia, choreoathetosis, dystonia, parkinsonism, and cognitive and behavioral dysfunction; more than 50% develop epilepsy in addition to their episodic movement disorder phenotype.  CAPOS syndrome (a mnemonic for cerebellar ataxia, areflexia, optic atrophy, and sensorineural hearing loss) is characterized by episodes of ataxic encephalopathy and/or weakness after a febrile illness. Onset is between ages six months and five years. Some acute symptoms resolve; disease progression and severity vary.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1115]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1115", "label_std": ["ATP1A3-Related Neurologic Disorders"], "synonym_eng": ["rapid-odp"], "score": 13.389486, "id_kw": "GeneReviews:NBK1115", "label_kw": ["ATP1A3-Related Neurologic Disorders"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1115", "_version_": 1580845510497927168, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1115", "id": "GeneReviews:NBK1115", "definition": ["The spectrum of ATP1A3-related neurologic disorders includes rapid-onset dystonia-parkinsonism (RDP), alternating hemiplegia of childhood (AHC), and cerebellar ataxia, areflexia, pes cavus, optic atrophy, and sensorineural hearing loss (CAPOS) syndrome. While early reports emphasized the distinctness of RDP and AHC, it is increasingly evident that these conditions represent a spectrum related to mutation of ATP1A3. Because only ten individuals from three families and one individual with a de novo mutation have been described with CAPOS syndrome to date, its phenotype is less defined; however, some features overlap with RDP and AHC as well.RDP is characterized by abrupt onset of dystonia with parkinsonism (primarily bradykinesia and postural instability); a clear rostrocaudal (face>arm>leg) topological gradient of involvement; bulbar involvement; and absence of response to an adequate trial of L-dopa therapy. Often fever, physiologic stress, or alcoholic binges trigger the onset of symptoms. After their initial appearance, symptoms often stabilize with little improvement; occasionally second episodes occur with abrupt worsening of symptoms. Anxiety, depression, and seizures have been reported. Age of onset is four to 55 years. AHC is a complex neurodevelopmental syndrome most frequently manifesting in infancy or early childhood with paroxysmal episodic neurologic dysfunction including alternating hemiparesis or dystonia, quadriparesis, seizure-like episodes, and oculomotor abnormalities. Episodes can last for minutes, hours, days, or even weeks. Remission of symptoms occurs with sleep and immediately after awakening. Over time, persistent neurologic deficits develop in the majority of those affected, including oculomotor apraxia, ataxia, choreoathetosis, dystonia, parkinsonism, and cognitive and behavioral dysfunction; more than 50% develop epilepsy in addition to their episodic movement disorder phenotype.  CAPOS syndrome (a mnemonic for cerebellar ataxia, areflexia, optic atrophy, and sensorineural hearing loss) is characterized by episodes of ataxic encephalopathy and/or weakness after a febrile illness. Onset is between ages six months and five years. Some acute symptoms resolve; disease progression and severity vary.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1115]"], "synonym_kw": ["rapid-odp"], "synonym_std": ["rapid-odp"], "label": ["ATP1A3-Related Neurologic Disorders"], "definition_eng": ["The spectrum of ATP1A3-related neurologic disorders includes rapid-onset dystonia-parkinsonism (RDP), alternating hemiplegia of childhood (AHC), and cerebellar ataxia, areflexia, pes cavus, optic atrophy, and sensorineural hearing loss (CAPOS) syndrome. While early reports emphasized the distinctness of RDP and AHC, it is increasingly evident that these conditions represent a spectrum related to mutation of ATP1A3. Because only ten individuals from three families and one individual with a de novo mutation have been described with CAPOS syndrome to date, its phenotype is less defined; however, some features overlap with RDP and AHC as well.RDP is characterized by abrupt onset of dystonia with parkinsonism (primarily bradykinesia and postural instability); a clear rostrocaudal (face>arm>leg) topological gradient of involvement; bulbar involvement; and absence of response to an adequate trial of L-dopa therapy. Often fever, physiologic stress, or alcoholic binges trigger the onset of symptoms. After their initial appearance, symptoms often stabilize with little improvement; occasionally second episodes occur with abrupt worsening of symptoms. Anxiety, depression, and seizures have been reported. Age of onset is four to 55 years. AHC is a complex neurodevelopmental syndrome most frequently manifesting in infancy or early childhood with paroxysmal episodic neurologic dysfunction including alternating hemiparesis or dystonia, quadriparesis, seizure-like episodes, and oculomotor abnormalities. Episodes can last for minutes, hours, days, or even weeks. Remission of symptoms occurs with sleep and immediately after awakening. Over time, persistent neurologic deficits develop in the majority of those affected, including oculomotor apraxia, ataxia, choreoathetosis, dystonia, parkinsonism, and cognitive and behavioral dysfunction; more than 50% develop epilepsy in addition to their episodic movement disorder phenotype.  CAPOS syndrome (a mnemonic for cerebellar ataxia, areflexia, optic atrophy, and sensorineural hearing loss) is characterized by episodes of ataxic encephalopathy and/or weakness after a febrile illness. Onset is between ages six months and five years. Some acute symptoms resolve; disease progression and severity vary.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1115]"], "category": ["disease"]}, {"synonym": ["TNRC15", "GGYF2_HUMAN", "GRB10 interacting GYF protein 2", "PERQ amino acid-rich with GYF domain-containing protein 2", "trinucleotide repeat-containing gene 15 protein", "GIGYF2", "GRB10-interacting GYF protein 2", "PARK11", "KIAA0642", "Parkinson disease (autosomal recessive, early onset) 11", "PERQ3", "PERQ2", "PERQ amino acid rich, with GYF domain 3", "GYF2"], "equivalent_curie_eng": ["HGNC:11960", "OMIM:612003", "ENSEMBL:ENSG00000204120", "KEGG-hsa:26058"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:26058", "iri": "http://www.ncbi.nlm.nih.gov/gene/26058", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:11960", "http://purl.obolibrary.org/obo/OMIM_612003", "http://identifiers.org/ensembl/ENSG00000204120", "http://www.kegg.jp/dbget-bin/www_bget?hsa:26058"], "label_eng": ["GIGYF2"], "equivalent_curie_std": ["HGNC:11960", "OMIM:612003", "ENSEMBL:ENSG00000204120", "KEGG-hsa:26058"], "id_eng": "NCBIGene:26058", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:11960", "http://purl.obolibrary.org/obo/OMIM_612003", "http://identifiers.org/ensembl/ENSG00000204120", "http://www.kegg.jp/dbget-bin/www_bget?hsa:26058"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:11960", "OMIM:612003", "ENSEMBL:ENSG00000204120", "KEGG-hsa:26058"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/26058", "label_std": ["GIGYF2"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["TNRC15", "GGYF2_HUMAN", "GRB10 interacting GYF protein 2", "PERQ amino acid-rich with GYF domain-containing protein 2", "trinucleotide repeat-containing gene 15 protein", "GIGYF2", "GRB10-interacting GYF protein 2", "PARK11", "KIAA0642", "Parkinson disease (autosomal recessive, early onset) 11", "PERQ3", "PERQ2", "PERQ amino acid rich, with GYF domain 3", "GYF2"], "equivalent_curie": ["HGNC:11960", "OMIM:612003", "ENSEMBL:ENSG00000204120", "KEGG-hsa:26058"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:26058", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:11960", "http://purl.obolibrary.org/obo/OMIM_612003", "http://identifiers.org/ensembl/ENSG00000204120", "http://www.kegg.jp/dbget-bin/www_bget?hsa:26058"], "label_kw": ["GIGYF2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/26058", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:11960", "http://purl.obolibrary.org/obo/OMIM_612003", "http://identifiers.org/ensembl/ENSG00000204120", "http://www.kegg.jp/dbget-bin/www_bget?hsa:26058"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845531098251264, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/26058", "id": "NCBIGene:26058", "synonym_kw": ["TNRC15", "GGYF2_HUMAN", "GRB10 interacting GYF protein 2", "PERQ amino acid-rich with GYF domain-containing protein 2", "trinucleotide repeat-containing gene 15 protein", "GIGYF2", "GRB10-interacting GYF protein 2", "PARK11", "KIAA0642", "Parkinson disease (autosomal recessive, early onset) 11", "PERQ3", "PERQ2", "PERQ amino acid rich, with GYF domain 3", "GYF2"], "synonym_std": ["TNRC15", "GGYF2_HUMAN", "GRB10 interacting GYF protein 2", "PERQ amino acid-rich with GYF domain-containing protein 2", "trinucleotide repeat-containing gene 15 protein", "GIGYF2", "GRB10-interacting GYF protein 2", "PARK11", "KIAA0642", "Parkinson disease (autosomal recessive, early onset) 11", "PERQ3", "PERQ2", "PERQ amino acid rich, with GYF domain 3", "GYF2"], "label": ["GIGYF2"], "score": 12.677649, "category": ["gene"]}, {"synonym": ["SPASTIC PARAPLEGIA 10, AUTOSOMAL DOMINANT; SPG10", "autosomal dominant spastic paraplegia 10", "autosomal dominant spastic paraplegia type 10", "hereditary spastic paraplegia type 10", "SPG10", "Spastic Paraplegia 10 With or Without Peripheral Neuropathy", "Autosomal dominant spastic paraplegia"], "equivalent_curie_eng": ["Orphanet:100991", "UMLS:C1858712", "DOID:0110763", "MESH:C537482"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:604187", "iri": "http://purl.obolibrary.org/obo/OMIM_604187", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_100991", "http://purl.obolibrary.org/obo/UMLS_C1858712", "http://purl.obolibrary.org/obo/DOID_0110763", "http://purl.obolibrary.org/obo/MESH_C537482"], "label_eng": ["Spastic Paraplegia 10, Autosomal Dominant", "hereditary spastic paraplegia 10", "Spastic paraplegia 10"], "definition_std": ["Autosomal dominant spastic paraplegia type 10 (SPG10) is a rare type of hereditary spastic paraplegia that can present as either a pure form of spastic paraplegia with lower limb spasticity, hyperreflexia and extensor plantar responses, presenting in childhood or adolescence, or as a complex phenotype associated with additional manifestations including peripheral neuropathy with upper limb amyotrophy, moderate intellectual disability and parkinsonism. Deafness and retinitis pigmentosa were reported in one case.", "Spastic paraplegia-10 is an autosomal dominant neurologic disorder with variable manifestations. Some patients have onset of a 'pure' spastic paraplegia, with lower limb spasticity, hyperreflexia, extensor plantar responses, and variable involvement of the upper limbs beginning in childhood or young adulthood. Some patients show distal sensory impairment, which can be part of the 'pure' phenotype. However, some patients also show an axonal sensorimotor peripheral neuropathy with distal sensory impairment and distal muscle atrophy reminiscent of Charcot-Marie-Tooth disease type 2 (see, e.g., CMT2A, OMIM:118210). Rarely, patients with KIF5A mutations may have additional neurologic features, including parkinsonism or cognitive decline, consistent with a 'complicated' phenotype. Spastic paraplegia and peripheral neuropathy in isolation may represent extreme ends of the phenotypic spectrum of KIF5A mutations (summary by {6:Goizet et al., 2009} and {3:Crimella et al., 2012})."], "id_eng": "OMIM:604187", "definition_kw": ["Autosomal dominant spastic paraplegia type 10 (SPG10) is a rare type of hereditary spastic paraplegia that can present as either a pure form of spastic paraplegia with lower limb spasticity, hyperreflexia and extensor plantar responses, presenting in childhood or adolescence, or as a complex phenotype associated with additional manifestations including peripheral neuropathy with upper limb amyotrophy, moderate intellectual disability and parkinsonism. Deafness and retinitis pigmentosa were reported in one case.", "Spastic paraplegia-10 is an autosomal dominant neurologic disorder with variable manifestations. Some patients have onset of a 'pure' spastic paraplegia, with lower limb spasticity, hyperreflexia, extensor plantar responses, and variable involvement of the upper limbs beginning in childhood or young adulthood. Some patients show distal sensory impairment, which can be part of the 'pure' phenotype. However, some patients also show an axonal sensorimotor peripheral neuropathy with distal sensory impairment and distal muscle atrophy reminiscent of Charcot-Marie-Tooth disease type 2 (see, e.g., CMT2A, OMIM:118210). Rarely, patients with KIF5A mutations may have additional neurologic features, including parkinsonism or cognitive decline, consistent with a 'complicated' phenotype. Spastic paraplegia and peripheral neuropathy in isolation may represent extreme ends of the phenotypic spectrum of KIF5A mutations (summary by {6:Goizet et al., 2009} and {3:Crimella et al., 2012})."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_100991", "http://purl.obolibrary.org/obo/UMLS_C1858712", "http://purl.obolibrary.org/obo/DOID_0110763", "http://purl.obolibrary.org/obo/MESH_C537482"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_604187", "label_std": ["Spastic Paraplegia 10, Autosomal Dominant", "hereditary spastic paraplegia 10", "Spastic paraplegia 10"], "equivalent_curie": ["Orphanet:100991", "UMLS:C1858712", "DOID:0110763", "MESH:C537482"], "equivalent_curie_kw": ["Orphanet:100991", "UMLS:C1858712", "DOID:0110763", "MESH:C537482"], "synonym_eng": ["SPASTIC PARAPLEGIA 10, AUTOSOMAL DOMINANT; SPG10", "autosomal dominant spastic paraplegia 10", "autosomal dominant spastic paraplegia type 10", "hereditary spastic paraplegia type 10", "SPG10", "Spastic Paraplegia 10 With or Without Peripheral Neuropathy", "Autosomal dominant spastic paraplegia"], "score": 12.238283, "id_kw": "OMIM:604187", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_100991", "http://purl.obolibrary.org/obo/UMLS_C1858712", "http://purl.obolibrary.org/obo/DOID_0110763", "http://purl.obolibrary.org/obo/MESH_C537482"], "label_kw": ["Spastic Paraplegia 10, Autosomal Dominant", "hereditary spastic paraplegia 10", "Spastic paraplegia 10"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_604187", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_100991", "http://purl.obolibrary.org/obo/UMLS_C1858712", "http://purl.obolibrary.org/obo/DOID_0110763", "http://purl.obolibrary.org/obo/MESH_C537482"], "_version_": 1580845545530851329, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_604187", "id": "OMIM:604187", "definition": ["Autosomal dominant spastic paraplegia type 10 (SPG10) is a rare type of hereditary spastic paraplegia that can present as either a pure form of spastic paraplegia with lower limb spasticity, hyperreflexia and extensor plantar responses, presenting in childhood or adolescence, or as a complex phenotype associated with additional manifestations including peripheral neuropathy with upper limb amyotrophy, moderate intellectual disability and parkinsonism. Deafness and retinitis pigmentosa were reported in one case.", "Spastic paraplegia-10 is an autosomal dominant neurologic disorder with variable manifestations. Some patients have onset of a 'pure' spastic paraplegia, with lower limb spasticity, hyperreflexia, extensor plantar responses, and variable involvement of the upper limbs beginning in childhood or young adulthood. Some patients show distal sensory impairment, which can be part of the 'pure' phenotype. However, some patients also show an axonal sensorimotor peripheral neuropathy with distal sensory impairment and distal muscle atrophy reminiscent of Charcot-Marie-Tooth disease type 2 (see, e.g., CMT2A, OMIM:118210). Rarely, patients with KIF5A mutations may have additional neurologic features, including parkinsonism or cognitive decline, consistent with a 'complicated' phenotype. Spastic paraplegia and peripheral neuropathy in isolation may represent extreme ends of the phenotypic spectrum of KIF5A mutations (summary by {6:Goizet et al., 2009} and {3:Crimella et al., 2012})."], "synonym_kw": ["SPASTIC PARAPLEGIA 10, AUTOSOMAL DOMINANT; SPG10", "autosomal dominant spastic paraplegia 10", "autosomal dominant spastic paraplegia type 10", "hereditary spastic paraplegia type 10", "SPG10", "Spastic Paraplegia 10 With or Without Peripheral Neuropathy", "Autosomal dominant spastic paraplegia"], "synonym_std": ["SPASTIC PARAPLEGIA 10, AUTOSOMAL DOMINANT; SPG10", "autosomal dominant spastic paraplegia 10", "autosomal dominant spastic paraplegia type 10", "hereditary spastic paraplegia type 10", "SPG10", "Spastic Paraplegia 10 With or Without Peripheral Neuropathy", "Autosomal dominant spastic paraplegia"], "label": ["Spastic Paraplegia 10, Autosomal Dominant", "hereditary spastic paraplegia 10", "Spastic paraplegia 10"], "definition_eng": ["Autosomal dominant spastic paraplegia type 10 (SPG10) is a rare type of hereditary spastic paraplegia that can present as either a pure form of spastic paraplegia with lower limb spasticity, hyperreflexia and extensor plantar responses, presenting in childhood or adolescence, or as a complex phenotype associated with additional manifestations including peripheral neuropathy with upper limb amyotrophy, moderate intellectual disability and parkinsonism. Deafness and retinitis pigmentosa were reported in one case.", "Spastic paraplegia-10 is an autosomal dominant neurologic disorder with variable manifestations. Some patients have onset of a 'pure' spastic paraplegia, with lower limb spasticity, hyperreflexia, extensor plantar responses, and variable involvement of the upper limbs beginning in childhood or young adulthood. Some patients show distal sensory impairment, which can be part of the 'pure' phenotype. However, some patients also show an axonal sensorimotor peripheral neuropathy with distal sensory impairment and distal muscle atrophy reminiscent of Charcot-Marie-Tooth disease type 2 (see, e.g., CMT2A, OMIM:118210). Rarely, patients with KIF5A mutations may have additional neurologic features, including parkinsonism or cognitive decline, consistent with a 'complicated' phenotype. Spastic paraplegia and peripheral neuropathy in isolation may represent extreme ends of the phenotypic spectrum of KIF5A mutations (summary by {6:Goizet et al., 2009} and {3:Crimella et al., 2012})."], "equivalent_curie_std": ["Orphanet:100991", "UMLS:C1858712", "DOID:0110763", "MESH:C537482"], "category": ["disease"]}, {"synonym": ["sca17"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1438", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1438", "label_eng": ["Spinocerebellar Ataxia Type 17"], "definition_std": ["Spinocerebellar ataxia type 17 (SCA17) is characterized by ataxia, dementia, and involuntary movements, including chorea and dystonia. Psychiatric symptoms, pyramidal signs, and rigidity are common. The age of onset ranges from three to 55 years. Individuals with full-penetrance alleles develop neurologic and/or psychiatric symptoms by age 50 years. Ataxia and psychiatric abnormalities are frequently the initial findings, followed by involuntary movement, parkinsonism, dementia, and pyramidal signs. Brain MRI shows variable atrophy of the cerebrum, brain stem, and cerebellum. The clinical features correlate with the length of the polyglutamine expansion but are not absolutely predictive of the clinical course. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1438]"], "id_eng": "GeneReviews:NBK1438", "definition_kw": ["Spinocerebellar ataxia type 17 (SCA17) is characterized by ataxia, dementia, and involuntary movements, including chorea and dystonia. Psychiatric symptoms, pyramidal signs, and rigidity are common. The age of onset ranges from three to 55 years. Individuals with full-penetrance alleles develop neurologic and/or psychiatric symptoms by age 50 years. Ataxia and psychiatric abnormalities are frequently the initial findings, followed by involuntary movement, parkinsonism, dementia, and pyramidal signs. Brain MRI shows variable atrophy of the cerebrum, brain stem, and cerebellum. The clinical features correlate with the length of the polyglutamine expansion but are not absolutely predictive of the clinical course. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1438]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1438", "label_std": ["Spinocerebellar Ataxia Type 17"], "synonym_eng": ["sca17"], "score": 12.108108, "id_kw": "GeneReviews:NBK1438", "label_kw": ["Spinocerebellar Ataxia Type 17"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1438", "_version_": 1580845509946376192, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1438", "id": "GeneReviews:NBK1438", "definition": ["Spinocerebellar ataxia type 17 (SCA17) is characterized by ataxia, dementia, and involuntary movements, including chorea and dystonia. Psychiatric symptoms, pyramidal signs, and rigidity are common. The age of onset ranges from three to 55 years. Individuals with full-penetrance alleles develop neurologic and/or psychiatric symptoms by age 50 years. Ataxia and psychiatric abnormalities are frequently the initial findings, followed by involuntary movement, parkinsonism, dementia, and pyramidal signs. Brain MRI shows variable atrophy of the cerebrum, brain stem, and cerebellum. The clinical features correlate with the length of the polyglutamine expansion but are not absolutely predictive of the clinical course. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1438]"], "synonym_kw": ["sca17"], "synonym_std": ["sca17"], "label": ["Spinocerebellar Ataxia Type 17"], "definition_eng": ["Spinocerebellar ataxia type 17 (SCA17) is characterized by ataxia, dementia, and involuntary movements, including chorea and dystonia. Psychiatric symptoms, pyramidal signs, and rigidity are common. The age of onset ranges from three to 55 years. Individuals with full-penetrance alleles develop neurologic and/or psychiatric symptoms by age 50 years. Ataxia and psychiatric abnormalities are frequently the initial findings, followed by involuntary movement, parkinsonism, dementia, and pyramidal signs. Brain MRI shows variable atrophy of the cerebrum, brain stem, and cerebellum. The clinical features correlate with the length of the polyglutamine expansion but are not absolutely predictive of the clinical course. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1438]"], "category": ["disease"]}, {"synonym": ["spr-def"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK304122", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK304122", "label_eng": ["Sepiapterin Reductase Deficiency"], "definition_std": ["The phenotypic spectrum of sepiapterin reductase deficiency (SRD), which ranges from significant motor and cognitive deficits to only minimal findings, has not been completely elucidated. Clinical features in the majority of affected individuals include motor and speech delay, axial hypotonia, dystonia, weakness, and oculogyric crises; symptoms show diurnal fluctuation and sleep benefit. Other common features include parkinsonian signs (tremor, bradykinesia, masked facies, rigidity), limb hypertonia, hyperreflexia, intellectual disability, psychiatric and/or behavioral abnormalities, autonomic dysfunction, and sleep disturbances (hypersomnolence, difficulty initiating or maintaining sleep, and drowsiness). Most affected individuals have nonspecific features in infancy including developmental delays and axial hypotonia; other features develop over time. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK304122]"], "id_eng": "GeneReviews:NBK304122", "definition_kw": ["The phenotypic spectrum of sepiapterin reductase deficiency (SRD), which ranges from significant motor and cognitive deficits to only minimal findings, has not been completely elucidated. Clinical features in the majority of affected individuals include motor and speech delay, axial hypotonia, dystonia, weakness, and oculogyric crises; symptoms show diurnal fluctuation and sleep benefit. Other common features include parkinsonian signs (tremor, bradykinesia, masked facies, rigidity), limb hypertonia, hyperreflexia, intellectual disability, psychiatric and/or behavioral abnormalities, autonomic dysfunction, and sleep disturbances (hypersomnolence, difficulty initiating or maintaining sleep, and drowsiness). Most affected individuals have nonspecific features in infancy including developmental delays and axial hypotonia; other features develop over time. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK304122]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK304122", "label_std": ["Sepiapterin Reductase Deficiency"], "synonym_eng": ["spr-def"], "score": 12.108108, "id_kw": "GeneReviews:NBK304122", "label_kw": ["Sepiapterin Reductase Deficiency"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK304122", "_version_": 1580845510553501696, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK304122", "id": "GeneReviews:NBK304122", "definition": ["The phenotypic spectrum of sepiapterin reductase deficiency (SRD), which ranges from significant motor and cognitive deficits to only minimal findings, has not been completely elucidated. Clinical features in the majority of affected individuals include motor and speech delay, axial hypotonia, dystonia, weakness, and oculogyric crises; symptoms show diurnal fluctuation and sleep benefit. Other common features include parkinsonian signs (tremor, bradykinesia, masked facies, rigidity), limb hypertonia, hyperreflexia, intellectual disability, psychiatric and/or behavioral abnormalities, autonomic dysfunction, and sleep disturbances (hypersomnolence, difficulty initiating or maintaining sleep, and drowsiness). Most affected individuals have nonspecific features in infancy including developmental delays and axial hypotonia; other features develop over time. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK304122]"], "synonym_kw": ["spr-def"], "synonym_std": ["spr-def"], "label": ["Sepiapterin Reductase Deficiency"], "definition_eng": ["The phenotypic spectrum of sepiapterin reductase deficiency (SRD), which ranges from significant motor and cognitive deficits to only minimal findings, has not been completely elucidated. Clinical features in the majority of affected individuals include motor and speech delay, axial hypotonia, dystonia, weakness, and oculogyric crises; symptoms show diurnal fluctuation and sleep benefit. Other common features include parkinsonian signs (tremor, bradykinesia, masked facies, rigidity), limb hypertonia, hyperreflexia, intellectual disability, psychiatric and/or behavioral abnormalities, autonomic dysfunction, and sleep disturbances (hypersomnolence, difficulty initiating or maintaining sleep, and drowsiness). Most affected individuals have nonspecific features in infancy including developmental delays and axial hypotonia; other features develop over time. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK304122]"], "category": ["disease"]}, {"synonym": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 5; IBGC5", "IBGC5", "Basal Ganglia Calcification, Idiopathic, type 5"], "equivalent_curie_eng": ["UMLS:C3809645"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:615483", "iri": "http://purl.obolibrary.org/obo/OMIM_615483", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C3809645"], "label_eng": ["Idiopathic basal ganglia calcification 5", "Basal Ganglia Calcification, Idiopathic, 5"], "definition_std": ["Idiopathic basal ganglia calcification-5 (IBGC5) is an autosomal dominant disorder characterized by progressive neurologic symptoms that are associated with brain calcifications mainly affecting the basal ganglia. Calcifications may also occur in the thalamus, cerebellum, or white matter. Affected individuals have motor symptoms, such as dyskinesias or parkinsonism, headache, cognitive impairment, and psychiatric manifestations, including apathy and depression. Some patients are asymptomatic. The age at symptom onset ranges from late childhood to adulthood; the disorder is progressive (summary by {1:Keller et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615483"], "id_eng": "OMIM:615483", "definition_kw": ["Idiopathic basal ganglia calcification-5 (IBGC5) is an autosomal dominant disorder characterized by progressive neurologic symptoms that are associated with brain calcifications mainly affecting the basal ganglia. Calcifications may also occur in the thalamus, cerebellum, or white matter. Affected individuals have motor symptoms, such as dyskinesias or parkinsonism, headache, cognitive impairment, and psychiatric manifestations, including apathy and depression. Some patients are asymptomatic. The age at symptom onset ranges from late childhood to adulthood; the disorder is progressive (summary by {1:Keller et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615483"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C3809645"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_615483", "label_std": ["Idiopathic basal ganglia calcification 5", "Basal Ganglia Calcification, Idiopathic, 5"], "equivalent_curie": ["UMLS:C3809645"], "equivalent_curie_kw": ["UMLS:C3809645"], "synonym_eng": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 5; IBGC5", "IBGC5", "Basal Ganglia Calcification, Idiopathic, type 5"], "score": 12.108108, "id_kw": "OMIM:615483", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C3809645"], "label_kw": ["Idiopathic basal ganglia calcification 5", "Basal Ganglia Calcification, Idiopathic, 5"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_615483", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C3809645"], "_version_": 1580845510647873536, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_615483", "id": "OMIM:615483", "definition": ["Idiopathic basal ganglia calcification-5 (IBGC5) is an autosomal dominant disorder characterized by progressive neurologic symptoms that are associated with brain calcifications mainly affecting the basal ganglia. Calcifications may also occur in the thalamus, cerebellum, or white matter. Affected individuals have motor symptoms, such as dyskinesias or parkinsonism, headache, cognitive impairment, and psychiatric manifestations, including apathy and depression. Some patients are asymptomatic. The age at symptom onset ranges from late childhood to adulthood; the disorder is progressive (summary by {1:Keller et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615483"], "synonym_kw": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 5; IBGC5", "IBGC5", "Basal Ganglia Calcification, Idiopathic, type 5"], "synonym_std": ["BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 5; IBGC5", "IBGC5", "Basal Ganglia Calcification, Idiopathic, type 5"], "label": ["Idiopathic basal ganglia calcification 5", "Basal Ganglia Calcification, Idiopathic, 5"], "definition_eng": ["Idiopathic basal ganglia calcification-5 (IBGC5) is an autosomal dominant disorder characterized by progressive neurologic symptoms that are associated with brain calcifications mainly affecting the basal ganglia. Calcifications may also occur in the thalamus, cerebellum, or white matter. Affected individuals have motor symptoms, such as dyskinesias or parkinsonism, headache, cognitive impairment, and psychiatric manifestations, including apathy and depression. Some patients are asymptomatic. The age at symptom onset ranges from late childhood to adulthood; the disorder is progressive (summary by {1:Keller et al., 2013}).\n\nFor a detailed phenotypic description and a discussion of genetic heterogeneity of IBGC, see IBGC1 (OMIM:213600).", "See http://www.omim.org/entry/615483"], "equivalent_curie_std": ["UMLS:C3809645"], "category": ["disease"]}, {"synonym": ["alzheimer"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1161", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1161", "label_eng": ["Alzheimer Disease Overview"], "definition_std": ["Alzheimer disease (AD) is characterized by dementia that typically begins with subtle and poorly recognized failure of memory and slowly becomes more severe and, eventually, incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, and hallucinations. Occasionally, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism occur. Death usually results from general inanition, malnutrition, and pneumonia. The typical clinical duration of the disease is eight to ten years, with a range from one to 25 years. Approximately 25% of all AD is familial (i.e., ???2 persons in a family have AD) of which approximately 95% is late onset (age >60-65 years) and 5% is early onset (age <65 years). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1161]"], "id_eng": "GeneReviews:NBK1161", "definition_kw": ["Alzheimer disease (AD) is characterized by dementia that typically begins with subtle and poorly recognized failure of memory and slowly becomes more severe and, eventually, incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, and hallucinations. Occasionally, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism occur. Death usually results from general inanition, malnutrition, and pneumonia. The typical clinical duration of the disease is eight to ten years, with a range from one to 25 years. Approximately 25% of all AD is familial (i.e., ???2 persons in a family have AD) of which approximately 95% is late onset (age >60-65 years) and 5% is early onset (age <65 years). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1161]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1161", "label_std": ["Alzheimer Disease Overview"], "synonym_eng": ["alzheimer"], "score": 12.108108, "id_kw": "GeneReviews:NBK1161", "label_kw": ["Alzheimer Disease Overview"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1161", "_version_": 1580845511076741120, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1161", "id": "GeneReviews:NBK1161", "definition": ["Alzheimer disease (AD) is characterized by dementia that typically begins with subtle and poorly recognized failure of memory and slowly becomes more severe and, eventually, incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, and hallucinations. Occasionally, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism occur. Death usually results from general inanition, malnutrition, and pneumonia. The typical clinical duration of the disease is eight to ten years, with a range from one to 25 years. Approximately 25% of all AD is familial (i.e., ???2 persons in a family have AD) of which approximately 95% is late onset (age >60-65 years) and 5% is early onset (age <65 years). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1161]"], "synonym_kw": ["alzheimer"], "synonym_std": ["alzheimer"], "label": ["Alzheimer Disease Overview"], "definition_eng": ["Alzheimer disease (AD) is characterized by dementia that typically begins with subtle and poorly recognized failure of memory and slowly becomes more severe and, eventually, incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, and hallucinations. Occasionally, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism occur. Death usually results from general inanition, malnutrition, and pneumonia. The typical clinical duration of the disease is eight to ten years, with a range from one to 25 years. Approximately 25% of all AD is familial (i.e., ???2 persons in a family have AD) of which approximately 95% is late onset (age >60-65 years) and 5% is early onset (age <65 years). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1161]"], "category": ["disease"]}, {"synonym": ["alzheimer-early"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1236", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1236", "label_eng": ["Early-Onset Familial Alzheimer Disease "], "definition_std": ["Alzheimer disease (AD) is characterized by adult-onset progressive dementia associated with cerebral cortical atrophy, beta-amyloid plaque formation, and intraneuronal neurofibrillary tangles. AD typically begins with subtle memory failure that becomes more severe and is eventually incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, hallucinations, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism. Familial AD (FAD) characterizes families that have more than one member with AD and usually implies multiple affected persons in more than one generation. Early-onset FAD (EOFAD) refers to families in which onset is consistently before age 60 to 65 years and often before age 55 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1236]"], "id_eng": "GeneReviews:NBK1236", "definition_kw": ["Alzheimer disease (AD) is characterized by adult-onset progressive dementia associated with cerebral cortical atrophy, beta-amyloid plaque formation, and intraneuronal neurofibrillary tangles. AD typically begins with subtle memory failure that becomes more severe and is eventually incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, hallucinations, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism. Familial AD (FAD) characterizes families that have more than one member with AD and usually implies multiple affected persons in more than one generation. Early-onset FAD (EOFAD) refers to families in which onset is consistently before age 60 to 65 years and often before age 55 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1236]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1236", "label_std": ["Early-Onset Familial Alzheimer Disease "], "synonym_eng": ["alzheimer-early"], "score": 12.108108, "id_kw": "GeneReviews:NBK1236", "label_kw": ["Early-Onset Familial Alzheimer Disease "], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1236", "_version_": 1580845511127072768, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1236", "id": "GeneReviews:NBK1236", "definition": ["Alzheimer disease (AD) is characterized by adult-onset progressive dementia associated with cerebral cortical atrophy, beta-amyloid plaque formation, and intraneuronal neurofibrillary tangles. AD typically begins with subtle memory failure that becomes more severe and is eventually incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, hallucinations, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism. Familial AD (FAD) characterizes families that have more than one member with AD and usually implies multiple affected persons in more than one generation. Early-onset FAD (EOFAD) refers to families in which onset is consistently before age 60 to 65 years and often before age 55 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1236]"], "synonym_kw": ["alzheimer-early"], "synonym_std": ["alzheimer-early"], "label": ["Early-Onset Familial Alzheimer Disease "], "definition_eng": ["Alzheimer disease (AD) is characterized by adult-onset progressive dementia associated with cerebral cortical atrophy, beta-amyloid plaque formation, and intraneuronal neurofibrillary tangles. AD typically begins with subtle memory failure that becomes more severe and is eventually incapacitating. Other common findings include confusion, poor judgment, language disturbance, agitation, withdrawal, hallucinations, seizures, Parkinsonian features, increased muscle tone, myoclonus, incontinence, and mutism. Familial AD (FAD) characterizes families that have more than one member with AD and usually implies multiple affected persons in more than one generation. Early-onset FAD (EOFAD) refers to families in which onset is consistently before age 60 to 65 years and often before age 55 years. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1236]"], "category": ["disease"]}, {"synonym": ["SPINOCEREBELLAR ATAXIA 17; SCA17", "HDL4", "SCA17", "Huntington Disease-Like 4", "Spinocerebellar Ataxia type 17", "Huntington disease-like 4"], "equivalent_curie_eng": ["MESH:C564616", "Orphanet:98759", "UMLS:C1846707", "DOID:0050967"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:607136", "iri": "http://purl.obolibrary.org/obo/OMIM_607136", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/MESH_C564616", "http://www.orpha.net/ORDO/Orphanet_98759", "http://purl.obolibrary.org/obo/UMLS_C1846707", "http://purl.obolibrary.org/obo/DOID_0050967"], "label_eng": ["spinocerebellar ataxia type 17", "Spinocerebellar ataxia 17", "Spinocerebellar Ataxia 17"], "definition_std": ["Spinocerebellar ataxia type 17 (SCA17) is a rare subtype of type I autosomal dominant cerebellar ataxia (ADCA type I; see this term). It is characterized by a variable clinical picture which can include dementia, psychiatric disorders, parkinsonism, dystonia, chorea, spasticity, and epilepsy.", "SCA17 is an autosomal dominant neurologic disorder characterized by ataxia, pyramidal and extrapyramidal signs, cognitive impairments, psychosis, and seizures. Its clinical phenotype and inheritance pattern are similar to Huntington disease (HD; OMIM:143100). Individuals with normal TBP alleles have between 25 and 44 repeats, whereas SCA17 patients have between 47 and 63 repeats. Reduced penetrance is seen with 45 to 46 repeats (summary by {4:Gao et al. (2008)}).\n\nFor a general discussion of autosomal dominant of spinocerebellar ataxia, see SCA1 (OMIM:164400)."], "id_eng": "OMIM:607136", "definition_kw": ["Spinocerebellar ataxia type 17 (SCA17) is a rare subtype of type I autosomal dominant cerebellar ataxia (ADCA type I; see this term). It is characterized by a variable clinical picture which can include dementia, psychiatric disorders, parkinsonism, dystonia, chorea, spasticity, and epilepsy.", "SCA17 is an autosomal dominant neurologic disorder characterized by ataxia, pyramidal and extrapyramidal signs, cognitive impairments, psychosis, and seizures. Its clinical phenotype and inheritance pattern are similar to Huntington disease (HD; OMIM:143100). Individuals with normal TBP alleles have between 25 and 44 repeats, whereas SCA17 patients have between 47 and 63 repeats. Reduced penetrance is seen with 45 to 46 repeats (summary by {4:Gao et al. (2008)}).\n\nFor a general discussion of autosomal dominant of spinocerebellar ataxia, see SCA1 (OMIM:164400)."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/MESH_C564616", "http://www.orpha.net/ORDO/Orphanet_98759", "http://purl.obolibrary.org/obo/UMLS_C1846707", "http://purl.obolibrary.org/obo/DOID_0050967"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607136", "label_std": ["spinocerebellar ataxia type 17", "Spinocerebellar ataxia 17", "Spinocerebellar Ataxia 17"], "equivalent_curie": ["MESH:C564616", "Orphanet:98759", "UMLS:C1846707", "DOID:0050967"], "equivalent_curie_kw": ["MESH:C564616", "Orphanet:98759", "UMLS:C1846707", "DOID:0050967"], "synonym_eng": ["SPINOCEREBELLAR ATAXIA 17; SCA17", "HDL4", "SCA17", "Huntington Disease-Like 4", "Spinocerebellar Ataxia type 17", "Huntington disease-like 4"], "score": 12.108108, "id_kw": "OMIM:607136", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/MESH_C564616", "http://www.orpha.net/ORDO/Orphanet_98759", "http://purl.obolibrary.org/obo/UMLS_C1846707", "http://purl.obolibrary.org/obo/DOID_0050967"], "label_kw": ["spinocerebellar ataxia type 17", "Spinocerebellar ataxia 17", "Spinocerebellar Ataxia 17"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607136", "equivalent_iri": ["http://purl.obolibrary.org/obo/MESH_C564616", "http://www.orpha.net/ORDO/Orphanet_98759", "http://purl.obolibrary.org/obo/UMLS_C1846707", "http://purl.obolibrary.org/obo/DOID_0050967"], "_version_": 1580845512349712384, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607136", "id": "OMIM:607136", "definition": ["Spinocerebellar ataxia type 17 (SCA17) is a rare subtype of type I autosomal dominant cerebellar ataxia (ADCA type I; see this term). It is characterized by a variable clinical picture which can include dementia, psychiatric disorders, parkinsonism, dystonia, chorea, spasticity, and epilepsy.", "SCA17 is an autosomal dominant neurologic disorder characterized by ataxia, pyramidal and extrapyramidal signs, cognitive impairments, psychosis, and seizures. Its clinical phenotype and inheritance pattern are similar to Huntington disease (HD; OMIM:143100). Individuals with normal TBP alleles have between 25 and 44 repeats, whereas SCA17 patients have between 47 and 63 repeats. Reduced penetrance is seen with 45 to 46 repeats (summary by {4:Gao et al. (2008)}).\n\nFor a general discussion of autosomal dominant of spinocerebellar ataxia, see SCA1 (OMIM:164400)."], "synonym_kw": ["SPINOCEREBELLAR ATAXIA 17; SCA17", "HDL4", "SCA17", "Huntington Disease-Like 4", "Spinocerebellar Ataxia type 17", "Huntington disease-like 4"], "synonym_std": ["SPINOCEREBELLAR ATAXIA 17; SCA17", "HDL4", "SCA17", "Huntington Disease-Like 4", "Spinocerebellar Ataxia type 17", "Huntington disease-like 4"], "label": ["spinocerebellar ataxia type 17", "Spinocerebellar ataxia 17", "Spinocerebellar Ataxia 17"], "definition_eng": ["Spinocerebellar ataxia type 17 (SCA17) is a rare subtype of type I autosomal dominant cerebellar ataxia (ADCA type I; see this term). It is characterized by a variable clinical picture which can include dementia, psychiatric disorders, parkinsonism, dystonia, chorea, spasticity, and epilepsy.", "SCA17 is an autosomal dominant neurologic disorder characterized by ataxia, pyramidal and extrapyramidal signs, cognitive impairments, psychosis, and seizures. Its clinical phenotype and inheritance pattern are similar to Huntington disease (HD; OMIM:143100). Individuals with normal TBP alleles have between 25 and 44 repeats, whereas SCA17 patients have between 47 and 63 repeats. Reduced penetrance is seen with 45 to 46 repeats (summary by {4:Gao et al. (2008)}).\n\nFor a general discussion of autosomal dominant of spinocerebellar ataxia, see SCA1 (OMIM:164400)."], "equivalent_curie_std": ["MESH:C564616", "Orphanet:98759", "UMLS:C1846707", "DOID:0050967"], "category": ["disease"]}, {"synonym": ["NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5", "Beta-Propeller Protein-Associated Neurodegeneration", "Static encephalopathy of childhood with neurdegeneration in adulthood", "NBIA5", "BPAN", "Static Encephalopathy of Childhood With Neurodegeneration 1N Adulthood", "Neurodegeneration with brain iron accumulation type 5", "SENDA", "neurodegeneration with brain iron accumulation type 5", "Neurodegeneration With Brain Iron Accumulation type 5", "Static Encephalopathy Of Childhood With Neurodegeneration In Adulthood"], "equivalent_curie_eng": ["Orphanet:329284", "UMLS:C3550973", "DOID:0110739"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:300894", "iri": "http://purl.obolibrary.org/obo/OMIM_300894", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_329284", "http://purl.obolibrary.org/obo/UMLS_C3550973", "http://purl.obolibrary.org/obo/DOID_0110739"], "label_eng": ["neurodegeneration with brain iron accumulation 5", "Neurodegeneration With Brain Iron Accumulation 5", "Neurodegeneration with brain iron accumulation 5"], "definition_std": ["Beta-propeller protein-associated neurodegeneration (BPAN), also known as static encephalopathy of childhood with neurodegeneration in adulthood, is a rare form of neurodegeneration with brain iron accumulation (NBIA) characterized by early-onset developmental delay and further neurological deterioration in early adulthood.", "NBIA5, sometimes referred to as 'static encephalopathy of childhood with neurodegeneration in adulthood (SENDA),' is an X-linked neurodegenerative disorder characterized by global developmental delay in early childhood that is essentially static, with slow motor and cognitive gains until adolescence or early adulthood. In young adulthood, affected individuals develop progressive dystonia, parkinsonism, extrapyramidal signs, and dementia resulting in severe disability. Brain MRI shows iron accumulation in the globus pallidus and substantia nigra. A characteristic finding is T1-weighted hyperintensity surrounding a central band of hypointensity in the substantia nigra. Cerebral and cerebellar atrophy are also observed (summary by {2:Haack et al., 2012} and {5:Saitsu et al., 2013}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "id_eng": "OMIM:300894", "definition_kw": ["Beta-propeller protein-associated neurodegeneration (BPAN), also known as static encephalopathy of childhood with neurodegeneration in adulthood, is a rare form of neurodegeneration with brain iron accumulation (NBIA) characterized by early-onset developmental delay and further neurological deterioration in early adulthood.", "NBIA5, sometimes referred to as 'static encephalopathy of childhood with neurodegeneration in adulthood (SENDA),' is an X-linked neurodegenerative disorder characterized by global developmental delay in early childhood that is essentially static, with slow motor and cognitive gains until adolescence or early adulthood. In young adulthood, affected individuals develop progressive dystonia, parkinsonism, extrapyramidal signs, and dementia resulting in severe disability. Brain MRI shows iron accumulation in the globus pallidus and substantia nigra. A characteristic finding is T1-weighted hyperintensity surrounding a central band of hypointensity in the substantia nigra. Cerebral and cerebellar atrophy are also observed (summary by {2:Haack et al., 2012} and {5:Saitsu et al., 2013}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_329284", "http://purl.obolibrary.org/obo/UMLS_C3550973", "http://purl.obolibrary.org/obo/DOID_0110739"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_300894", "label_std": ["neurodegeneration with brain iron accumulation 5", "Neurodegeneration With Brain Iron Accumulation 5", "Neurodegeneration with brain iron accumulation 5"], "equivalent_curie": ["Orphanet:329284", "UMLS:C3550973", "DOID:0110739"], "equivalent_curie_kw": ["Orphanet:329284", "UMLS:C3550973", "DOID:0110739"], "synonym_eng": ["NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5", "Beta-Propeller Protein-Associated Neurodegeneration", "Static encephalopathy of childhood with neurdegeneration in adulthood", "NBIA5", "BPAN", "Static Encephalopathy of Childhood With Neurodegeneration 1N Adulthood", "Neurodegeneration with brain iron accumulation type 5", "SENDA", "neurodegeneration with brain iron accumulation type 5", "Neurodegeneration With Brain Iron Accumulation type 5", "Static Encephalopathy Of Childhood With Neurodegeneration In Adulthood"], "score": 10.160107, "id_kw": "OMIM:300894", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_329284", "http://purl.obolibrary.org/obo/UMLS_C3550973", "http://purl.obolibrary.org/obo/DOID_0110739"], "label_kw": ["neurodegeneration with brain iron accumulation 5", "Neurodegeneration With Brain Iron Accumulation 5", "Neurodegeneration with brain iron accumulation 5"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_300894", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_329284", "http://purl.obolibrary.org/obo/UMLS_C3550973", "http://purl.obolibrary.org/obo/DOID_0110739"], "_version_": 1580845510112051201, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_300894", "id": "OMIM:300894", "definition": ["Beta-propeller protein-associated neurodegeneration (BPAN), also known as static encephalopathy of childhood with neurodegeneration in adulthood, is a rare form of neurodegeneration with brain iron accumulation (NBIA) characterized by early-onset developmental delay and further neurological deterioration in early adulthood.", "NBIA5, sometimes referred to as 'static encephalopathy of childhood with neurodegeneration in adulthood (SENDA),' is an X-linked neurodegenerative disorder characterized by global developmental delay in early childhood that is essentially static, with slow motor and cognitive gains until adolescence or early adulthood. In young adulthood, affected individuals develop progressive dystonia, parkinsonism, extrapyramidal signs, and dementia resulting in severe disability. Brain MRI shows iron accumulation in the globus pallidus and substantia nigra. A characteristic finding is T1-weighted hyperintensity surrounding a central band of hypointensity in the substantia nigra. Cerebral and cerebellar atrophy are also observed (summary by {2:Haack et al., 2012} and {5:Saitsu et al., 2013}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "synonym_kw": ["NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5", "Beta-Propeller Protein-Associated Neurodegeneration", "Static encephalopathy of childhood with neurdegeneration in adulthood", "NBIA5", "BPAN", "Static Encephalopathy of Childhood With Neurodegeneration 1N Adulthood", "Neurodegeneration with brain iron accumulation type 5", "SENDA", "neurodegeneration with brain iron accumulation type 5", "Neurodegeneration With Brain Iron Accumulation type 5", "Static Encephalopathy Of Childhood With Neurodegeneration In Adulthood"], "synonym_std": ["NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 5; NBIA5", "Beta-Propeller Protein-Associated Neurodegeneration", "Static encephalopathy of childhood with neurdegeneration in adulthood", "NBIA5", "BPAN", "Static Encephalopathy of Childhood With Neurodegeneration 1N Adulthood", "Neurodegeneration with brain iron accumulation type 5", "SENDA", "neurodegeneration with brain iron accumulation type 5", "Neurodegeneration With Brain Iron Accumulation type 5", "Static Encephalopathy Of Childhood With Neurodegeneration In Adulthood"], "label": ["neurodegeneration with brain iron accumulation 5", "Neurodegeneration With Brain Iron Accumulation 5", "Neurodegeneration with brain iron accumulation 5"], "definition_eng": ["Beta-propeller protein-associated neurodegeneration (BPAN), also known as static encephalopathy of childhood with neurodegeneration in adulthood, is a rare form of neurodegeneration with brain iron accumulation (NBIA) characterized by early-onset developmental delay and further neurological deterioration in early adulthood.", "NBIA5, sometimes referred to as 'static encephalopathy of childhood with neurodegeneration in adulthood (SENDA),' is an X-linked neurodegenerative disorder characterized by global developmental delay in early childhood that is essentially static, with slow motor and cognitive gains until adolescence or early adulthood. In young adulthood, affected individuals develop progressive dystonia, parkinsonism, extrapyramidal signs, and dementia resulting in severe disability. Brain MRI shows iron accumulation in the globus pallidus and substantia nigra. A characteristic finding is T1-weighted hyperintensity surrounding a central band of hypointensity in the substantia nigra. Cerebral and cerebellar atrophy are also observed (summary by {2:Haack et al., 2012} and {5:Saitsu et al., 2013}).\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_curie_std": ["Orphanet:329284", "UMLS:C3550973", "DOID:0110739"], "category": ["disease"]}, {"synonym": ["ctx"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1409", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1409", "label_eng": ["Cerebrotendinous Xanthomatosis"], "definition_std": ["Cerebrotendinous xanthomatosis (CTX) is a lipid storage disease characterized by infantile-onset diarrhea, childhood-onset cataract, adolescent- to young adult-onset tendon xanthomas, and adult-onset progressive neurologic dysfunction (dementia, psychiatric disturbances, pyramidal and/or cerebellar signs, dystonia, atypical parkinsonism, peripheral neuropathy, and seizures). Chronic diarrhea from infancy may be the earliest clinical manifestation. In approximately 75% of affected individuals, cataracts are the first finding, often appearing in the first decade of life. Xanthomas appear in the second or third decade; they occur on the Achilles tendon, the extensor tendons of the elbow and hand, the patellar tendon, and the neck tendons. Xanthomas have been reported in the lung, bones, and central nervous system. Some individuals show mental impairment from early infancy, whereas the majority have normal or only slightly subnormal intellectual function until puberty; dementia with slow deterioration in intellectual abilities occurs in the 20s in more than 50% of individuals. Neuropsychiatric symptoms such as behavioral changes, hallucinations, agitation, aggression, depression, and suicide attempts may be prominent. Pyramidal signs (i.e., spasticity) and/or cerebellar signs almost invariably become evident between ages 20 and 30 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1409]"], "id_eng": "GeneReviews:NBK1409", "definition_kw": ["Cerebrotendinous xanthomatosis (CTX) is a lipid storage disease characterized by infantile-onset diarrhea, childhood-onset cataract, adolescent- to young adult-onset tendon xanthomas, and adult-onset progressive neurologic dysfunction (dementia, psychiatric disturbances, pyramidal and/or cerebellar signs, dystonia, atypical parkinsonism, peripheral neuropathy, and seizures). Chronic diarrhea from infancy may be the earliest clinical manifestation. In approximately 75% of affected individuals, cataracts are the first finding, often appearing in the first decade of life. Xanthomas appear in the second or third decade; they occur on the Achilles tendon, the extensor tendons of the elbow and hand, the patellar tendon, and the neck tendons. Xanthomas have been reported in the lung, bones, and central nervous system. Some individuals show mental impairment from early infancy, whereas the majority have normal or only slightly subnormal intellectual function until puberty; dementia with slow deterioration in intellectual abilities occurs in the 20s in more than 50% of individuals. Neuropsychiatric symptoms such as behavioral changes, hallucinations, agitation, aggression, depression, and suicide attempts may be prominent. Pyramidal signs (i.e., spasticity) and/or cerebellar signs almost invariably become evident between ages 20 and 30 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1409]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1409", "label_std": ["Cerebrotendinous Xanthomatosis"], "synonym_eng": ["ctx"], "score": 10.160107, "id_kw": "GeneReviews:NBK1409", "label_kw": ["Cerebrotendinous Xanthomatosis"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1409", "_version_": 1580845510114148352, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1409", "id": "GeneReviews:NBK1409", "definition": ["Cerebrotendinous xanthomatosis (CTX) is a lipid storage disease characterized by infantile-onset diarrhea, childhood-onset cataract, adolescent- to young adult-onset tendon xanthomas, and adult-onset progressive neurologic dysfunction (dementia, psychiatric disturbances, pyramidal and/or cerebellar signs, dystonia, atypical parkinsonism, peripheral neuropathy, and seizures). Chronic diarrhea from infancy may be the earliest clinical manifestation. In approximately 75% of affected individuals, cataracts are the first finding, often appearing in the first decade of life. Xanthomas appear in the second or third decade; they occur on the Achilles tendon, the extensor tendons of the elbow and hand, the patellar tendon, and the neck tendons. Xanthomas have been reported in the lung, bones, and central nervous system. Some individuals show mental impairment from early infancy, whereas the majority have normal or only slightly subnormal intellectual function until puberty; dementia with slow deterioration in intellectual abilities occurs in the 20s in more than 50% of individuals. Neuropsychiatric symptoms such as behavioral changes, hallucinations, agitation, aggression, depression, and suicide attempts may be prominent. Pyramidal signs (i.e., spasticity) and/or cerebellar signs almost invariably become evident between ages 20 and 30 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1409]"], "synonym_kw": ["ctx"], "synonym_std": ["ctx"], "label": ["Cerebrotendinous Xanthomatosis"], "definition_eng": ["Cerebrotendinous xanthomatosis (CTX) is a lipid storage disease characterized by infantile-onset diarrhea, childhood-onset cataract, adolescent- to young adult-onset tendon xanthomas, and adult-onset progressive neurologic dysfunction (dementia, psychiatric disturbances, pyramidal and/or cerebellar signs, dystonia, atypical parkinsonism, peripheral neuropathy, and seizures). Chronic diarrhea from infancy may be the earliest clinical manifestation. In approximately 75% of affected individuals, cataracts are the first finding, often appearing in the first decade of life. Xanthomas appear in the second or third decade; they occur on the Achilles tendon, the extensor tendons of the elbow and hand, the patellar tendon, and the neck tendons. Xanthomas have been reported in the lung, bones, and central nervous system. Some individuals show mental impairment from early infancy, whereas the majority have normal or only slightly subnormal intellectual function until puberty; dementia with slow deterioration in intellectual abilities occurs in the 20s in more than 50% of individuals. Neuropsychiatric symptoms such as behavioral changes, hallucinations, agitation, aggression, depression, and suicide attempts may be prominent. Pyramidal signs (i.e., spasticity) and/or cerebellar signs almost invariably become evident between ages 20 and 30 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1409]"], "category": ["disease"]}, {"synonym": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive type 1", "Progressive External Ophthalmoplegia, Autosomal Recessive 1", "PEOB1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 1; PEOB1"], "equivalent_curie_eng": ["UMLS:C4225153"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:258450", "iri": "http://purl.obolibrary.org/obo/OMIM_258450", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C4225153"], "label_eng": ["Cerebellar ataxia infantile with progressive external ophthalmoplegia", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 1"], "definition_std": ["Progressive external ophthalmoplegia (PEO) is characterized by multiple mitochondrial DNA (mtDNA) deletions in skeletal muscle. The most common clinical features include adult-onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Less common features include mitral valve prolapse, cardiomyopathy, and gastrointestinal dysmotility. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({9:Filosto et al., 2003}; {13:Luoma et al., 2004}).\n\n{6:Drachman (1975)} gave a classification of disorders associated with progressive external ophthalmoplegia, which he termed 'ophthalmoplegia plus' ({5:Drachman, 1968}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Recessive External Ophthalmoplegia with Mitochondrial DNA Deletions\n\nSee also PEOB2 (OMIM:616479), caused by mutation in the RNASEH1 gene (OMIM:604123) on chromosome 2p25; PEOB3 (OMIM:617069), caused by mutation in the TK2 gene (OMIM:188250) on chromosome 16q21; and PEOB4 (OMIM:617070), caused by mutation in the DGUOK gene (OMIM:601465) on chromosome 2p13.", "See http://www.omim.org/entry/258450"], "id_eng": "OMIM:258450", "definition_kw": ["Progressive external ophthalmoplegia (PEO) is characterized by multiple mitochondrial DNA (mtDNA) deletions in skeletal muscle. The most common clinical features include adult-onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Less common features include mitral valve prolapse, cardiomyopathy, and gastrointestinal dysmotility. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({9:Filosto et al., 2003}; {13:Luoma et al., 2004}).\n\n{6:Drachman (1975)} gave a classification of disorders associated with progressive external ophthalmoplegia, which he termed 'ophthalmoplegia plus' ({5:Drachman, 1968}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Recessive External Ophthalmoplegia with Mitochondrial DNA Deletions\n\nSee also PEOB2 (OMIM:616479), caused by mutation in the RNASEH1 gene (OMIM:604123) on chromosome 2p25; PEOB3 (OMIM:617069), caused by mutation in the TK2 gene (OMIM:188250) on chromosome 16q21; and PEOB4 (OMIM:617070), caused by mutation in the DGUOK gene (OMIM:601465) on chromosome 2p13.", "See http://www.omim.org/entry/258450"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C4225153"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_258450", "label_std": ["Cerebellar ataxia infantile with progressive external ophthalmoplegia", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 1"], "equivalent_curie": ["UMLS:C4225153"], "equivalent_curie_kw": ["UMLS:C4225153"], "synonym_eng": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive type 1", "Progressive External Ophthalmoplegia, Autosomal Recessive 1", "PEOB1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 1; PEOB1"], "score": 10.160107, "id_kw": "OMIM:258450", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C4225153"], "label_kw": ["Cerebellar ataxia infantile with progressive external ophthalmoplegia", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_258450", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C4225153"], "_version_": 1580845510374195200, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_258450", "id": "OMIM:258450", "definition": ["Progressive external ophthalmoplegia (PEO) is characterized by multiple mitochondrial DNA (mtDNA) deletions in skeletal muscle. The most common clinical features include adult-onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Less common features include mitral valve prolapse, cardiomyopathy, and gastrointestinal dysmotility. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({9:Filosto et al., 2003}; {13:Luoma et al., 2004}).\n\n{6:Drachman (1975)} gave a classification of disorders associated with progressive external ophthalmoplegia, which he termed 'ophthalmoplegia plus' ({5:Drachman, 1968}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Recessive External Ophthalmoplegia with Mitochondrial DNA Deletions\n\nSee also PEOB2 (OMIM:616479), caused by mutation in the RNASEH1 gene (OMIM:604123) on chromosome 2p25; PEOB3 (OMIM:617069), caused by mutation in the TK2 gene (OMIM:188250) on chromosome 16q21; and PEOB4 (OMIM:617070), caused by mutation in the DGUOK gene (OMIM:601465) on chromosome 2p13.", "See http://www.omim.org/entry/258450"], "synonym_kw": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive type 1", "Progressive External Ophthalmoplegia, Autosomal Recessive 1", "PEOB1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 1; PEOB1"], "synonym_std": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive type 1", "Progressive External Ophthalmoplegia, Autosomal Recessive 1", "PEOB1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 1; PEOB1"], "label": ["Cerebellar ataxia infantile with progressive external ophthalmoplegia", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 1"], "definition_eng": ["Progressive external ophthalmoplegia (PEO) is characterized by multiple mitochondrial DNA (mtDNA) deletions in skeletal muscle. The most common clinical features include adult-onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Less common features include mitral valve prolapse, cardiomyopathy, and gastrointestinal dysmotility. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({9:Filosto et al., 2003}; {13:Luoma et al., 2004}).\n\n{6:Drachman (1975)} gave a classification of disorders associated with progressive external ophthalmoplegia, which he termed 'ophthalmoplegia plus' ({5:Drachman, 1968}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Recessive External Ophthalmoplegia with Mitochondrial DNA Deletions\n\nSee also PEOB2 (OMIM:616479), caused by mutation in the RNASEH1 gene (OMIM:604123) on chromosome 2p25; PEOB3 (OMIM:617069), caused by mutation in the TK2 gene (OMIM:188250) on chromosome 16q21; and PEOB4 (OMIM:617070), caused by mutation in the DGUOK gene (OMIM:601465) on chromosome 2p13.", "See http://www.omim.org/entry/258450"], "equivalent_curie_std": ["UMLS:C4225153"], "category": ["disease"]}, {"synonym": ["drd"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1508", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1508", "label_eng": ["GTP Cyclohydrolase 1-Deficient Dopa-Responsive Dystonia"], "definition_std": ["GTP cyclohydrolase 1-deficient dopa-responsive dystonia (GTPCH1-deficient DRD) is characterized by childhood-onset dystonia and a dramatic and sustained response to low doses of oral administration of levodopa. The average age of onset is approximately six years. This disorder typically presents with gait disturbance caused by foot dystonia, later development of parkinsonism, and diurnal fluctuation of symptoms (aggravation of symptoms toward the evening and alleviation of symptoms in the morning after sleep). Initial symptoms are often gait difficulties attributable to flexion-inversion (equinovarus posture) of the foot. Occasionally, initial symptoms are arm dystonia, postural tremor of the hand, or slowness of movements. Brisk deep-tendon reflexes in the legs, ankle clonus, and/or the striatal toe (dystonic extension of the big toe) are present in many affected individuals. In general, gradual progression to generalized dystonia is observed. Intellectual, cerebellar, sensory, and autonomic disturbances generally do not occur. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1508]"], "id_eng": "GeneReviews:NBK1508", "definition_kw": ["GTP cyclohydrolase 1-deficient dopa-responsive dystonia (GTPCH1-deficient DRD) is characterized by childhood-onset dystonia and a dramatic and sustained response to low doses of oral administration of levodopa. The average age of onset is approximately six years. This disorder typically presents with gait disturbance caused by foot dystonia, later development of parkinsonism, and diurnal fluctuation of symptoms (aggravation of symptoms toward the evening and alleviation of symptoms in the morning after sleep). Initial symptoms are often gait difficulties attributable to flexion-inversion (equinovarus posture) of the foot. Occasionally, initial symptoms are arm dystonia, postural tremor of the hand, or slowness of movements. Brisk deep-tendon reflexes in the legs, ankle clonus, and/or the striatal toe (dystonic extension of the big toe) are present in many affected individuals. In general, gradual progression to generalized dystonia is observed. Intellectual, cerebellar, sensory, and autonomic disturbances generally do not occur. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1508]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1508", "label_std": ["GTP Cyclohydrolase 1-Deficient Dopa-Responsive Dystonia"], "synonym_eng": ["drd"], "score": 10.160107, "id_kw": "GeneReviews:NBK1508", "label_kw": ["GTP Cyclohydrolase 1-Deficient Dopa-Responsive Dystonia"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1508", "_version_": 1580845510653116418, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1508", "id": "GeneReviews:NBK1508", "definition": ["GTP cyclohydrolase 1-deficient dopa-responsive dystonia (GTPCH1-deficient DRD) is characterized by childhood-onset dystonia and a dramatic and sustained response to low doses of oral administration of levodopa. The average age of onset is approximately six years. This disorder typically presents with gait disturbance caused by foot dystonia, later development of parkinsonism, and diurnal fluctuation of symptoms (aggravation of symptoms toward the evening and alleviation of symptoms in the morning after sleep). Initial symptoms are often gait difficulties attributable to flexion-inversion (equinovarus posture) of the foot. Occasionally, initial symptoms are arm dystonia, postural tremor of the hand, or slowness of movements. Brisk deep-tendon reflexes in the legs, ankle clonus, and/or the striatal toe (dystonic extension of the big toe) are present in many affected individuals. In general, gradual progression to generalized dystonia is observed. Intellectual, cerebellar, sensory, and autonomic disturbances generally do not occur. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1508]"], "synonym_kw": ["drd"], "synonym_std": ["drd"], "label": ["GTP Cyclohydrolase 1-Deficient Dopa-Responsive Dystonia"], "definition_eng": ["GTP cyclohydrolase 1-deficient dopa-responsive dystonia (GTPCH1-deficient DRD) is characterized by childhood-onset dystonia and a dramatic and sustained response to low doses of oral administration of levodopa. The average age of onset is approximately six years. This disorder typically presents with gait disturbance caused by foot dystonia, later development of parkinsonism, and diurnal fluctuation of symptoms (aggravation of symptoms toward the evening and alleviation of symptoms in the morning after sleep). Initial symptoms are often gait difficulties attributable to flexion-inversion (equinovarus posture) of the foot. Occasionally, initial symptoms are arm dystonia, postural tremor of the hand, or slowness of movements. Brisk deep-tendon reflexes in the legs, ankle clonus, and/or the striatal toe (dystonic extension of the big toe) are present in many affected individuals. In general, gradual progression to generalized dystonia is observed. Intellectual, cerebellar, sensory, and autonomic disturbances generally do not occur. [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1508]"], "category": ["disease"]}, {"synonym": ["NBIA4", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 4; NBIA4", "MPAN", "Mitochondrial Protein-Associated Neurodegeneration", "Neurodegeneration with brain iron accumulation type 4", "Neurodegeneration with brain iron accumulation due to C19orf12 mutation", "Neurodegeneration With Brain Iron Accumulation type 4", "NBIA due to C19orf12 mutation", "neurodegeneration with brain iron accumulation type 4"], "equivalent_curie_eng": ["Orphanet:289560", "UMLS:C3280371", "DOID:0110738"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:614298", "iri": "http://purl.obolibrary.org/obo/OMIM_614298", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_289560", "http://purl.obolibrary.org/obo/UMLS_C3280371", "http://purl.obolibrary.org/obo/DOID_0110738"], "label_eng": ["neurodegeneration with brain iron accumulation 4", "Neurodegeneration With Brain Iron Accumulation 4", "Neurodegeneration with brain iron accumulation 4"], "definition_std": ["Mitochondrial membrane protein-sssociated neurodegeneration (MPAN), also known as neurogeneration with brain iron accumulation (NBIA) due to C19orf12 mutations, is an autosomal recessive neurodegenerative disorder characterized by iron accumulation in specific regions of the brain, usually the basal ganglia, and associated with slowly progressive pyramidal (spasticity) and extrapyramidal (dystonia) signs, motor axonal neuropathy, optic atrophy, cognitive decline, and neuropsychiatric abnormalities.", "Neurodegeneration with brain iron accumulation-4 (NBIA4) is an autosomal recessive neurodegenerative disorder characterized by progressive spastic paraplegia, parkinsonism unresponsive to L-DOPA treatment, and psychiatric or behavioral symptoms. Other neurologic features, including optic atrophy, eye movement abnormalities, dystonia, dysphagia, dysarthria, and motor axonal neuropathy, may occur. Brain MRI shows T2-weighted hypointensities in the globus pallidus and substantia nigra. Onset is usually in the first 2 decades, but later onset has been reported (summary by {2:Dogu et al., 2013}). There is phenotypic variation: some patients may not have extrapyramidal signs and may have muscle weakness and atrophy as well as cognitive impairment or developmental delay ({1:Deschauer et al., 2012})\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "id_eng": "OMIM:614298", "definition_kw": ["Mitochondrial membrane protein-sssociated neurodegeneration (MPAN), also known as neurogeneration with brain iron accumulation (NBIA) due to C19orf12 mutations, is an autosomal recessive neurodegenerative disorder characterized by iron accumulation in specific regions of the brain, usually the basal ganglia, and associated with slowly progressive pyramidal (spasticity) and extrapyramidal (dystonia) signs, motor axonal neuropathy, optic atrophy, cognitive decline, and neuropsychiatric abnormalities.", "Neurodegeneration with brain iron accumulation-4 (NBIA4) is an autosomal recessive neurodegenerative disorder characterized by progressive spastic paraplegia, parkinsonism unresponsive to L-DOPA treatment, and psychiatric or behavioral symptoms. Other neurologic features, including optic atrophy, eye movement abnormalities, dystonia, dysphagia, dysarthria, and motor axonal neuropathy, may occur. Brain MRI shows T2-weighted hypointensities in the globus pallidus and substantia nigra. Onset is usually in the first 2 decades, but later onset has been reported (summary by {2:Dogu et al., 2013}). There is phenotypic variation: some patients may not have extrapyramidal signs and may have muscle weakness and atrophy as well as cognitive impairment or developmental delay ({1:Deschauer et al., 2012})\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_289560", "http://purl.obolibrary.org/obo/UMLS_C3280371", "http://purl.obolibrary.org/obo/DOID_0110738"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_614298", "label_std": ["neurodegeneration with brain iron accumulation 4", "Neurodegeneration With Brain Iron Accumulation 4", "Neurodegeneration with brain iron accumulation 4"], "equivalent_curie": ["Orphanet:289560", "UMLS:C3280371", "DOID:0110738"], "equivalent_curie_kw": ["Orphanet:289560", "UMLS:C3280371", "DOID:0110738"], "synonym_eng": ["NBIA4", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 4; NBIA4", "MPAN", "Mitochondrial Protein-Associated Neurodegeneration", "Neurodegeneration with brain iron accumulation type 4", "Neurodegeneration with brain iron accumulation due to C19orf12 mutation", "Neurodegeneration With Brain Iron Accumulation type 4", "NBIA due to C19orf12 mutation", "neurodegeneration with brain iron accumulation type 4"], "score": 10.160107, "id_kw": "OMIM:614298", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_289560", "http://purl.obolibrary.org/obo/UMLS_C3280371", "http://purl.obolibrary.org/obo/DOID_0110738"], "label_kw": ["neurodegeneration with brain iron accumulation 4", "Neurodegeneration With Brain Iron Accumulation 4", "Neurodegeneration with brain iron accumulation 4"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_614298", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_289560", "http://purl.obolibrary.org/obo/UMLS_C3280371", "http://purl.obolibrary.org/obo/DOID_0110738"], "_version_": 1580845511215153152, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_614298", "id": "OMIM:614298", "definition": ["Mitochondrial membrane protein-sssociated neurodegeneration (MPAN), also known as neurogeneration with brain iron accumulation (NBIA) due to C19orf12 mutations, is an autosomal recessive neurodegenerative disorder characterized by iron accumulation in specific regions of the brain, usually the basal ganglia, and associated with slowly progressive pyramidal (spasticity) and extrapyramidal (dystonia) signs, motor axonal neuropathy, optic atrophy, cognitive decline, and neuropsychiatric abnormalities.", "Neurodegeneration with brain iron accumulation-4 (NBIA4) is an autosomal recessive neurodegenerative disorder characterized by progressive spastic paraplegia, parkinsonism unresponsive to L-DOPA treatment, and psychiatric or behavioral symptoms. Other neurologic features, including optic atrophy, eye movement abnormalities, dystonia, dysphagia, dysarthria, and motor axonal neuropathy, may occur. Brain MRI shows T2-weighted hypointensities in the globus pallidus and substantia nigra. Onset is usually in the first 2 decades, but later onset has been reported (summary by {2:Dogu et al., 2013}). There is phenotypic variation: some patients may not have extrapyramidal signs and may have muscle weakness and atrophy as well as cognitive impairment or developmental delay ({1:Deschauer et al., 2012})\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "synonym_kw": ["NBIA4", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 4; NBIA4", "MPAN", "Mitochondrial Protein-Associated Neurodegeneration", "Neurodegeneration with brain iron accumulation type 4", "Neurodegeneration with brain iron accumulation due to C19orf12 mutation", "Neurodegeneration With Brain Iron Accumulation type 4", "NBIA due to C19orf12 mutation", "neurodegeneration with brain iron accumulation type 4"], "synonym_std": ["NBIA4", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 4; NBIA4", "MPAN", "Mitochondrial Protein-Associated Neurodegeneration", "Neurodegeneration with brain iron accumulation type 4", "Neurodegeneration with brain iron accumulation due to C19orf12 mutation", "Neurodegeneration With Brain Iron Accumulation type 4", "NBIA due to C19orf12 mutation", "neurodegeneration with brain iron accumulation type 4"], "label": ["neurodegeneration with brain iron accumulation 4", "Neurodegeneration With Brain Iron Accumulation 4", "Neurodegeneration with brain iron accumulation 4"], "definition_eng": ["Mitochondrial membrane protein-sssociated neurodegeneration (MPAN), also known as neurogeneration with brain iron accumulation (NBIA) due to C19orf12 mutations, is an autosomal recessive neurodegenerative disorder characterized by iron accumulation in specific regions of the brain, usually the basal ganglia, and associated with slowly progressive pyramidal (spasticity) and extrapyramidal (dystonia) signs, motor axonal neuropathy, optic atrophy, cognitive decline, and neuropsychiatric abnormalities.", "Neurodegeneration with brain iron accumulation-4 (NBIA4) is an autosomal recessive neurodegenerative disorder characterized by progressive spastic paraplegia, parkinsonism unresponsive to L-DOPA treatment, and psychiatric or behavioral symptoms. Other neurologic features, including optic atrophy, eye movement abnormalities, dystonia, dysphagia, dysarthria, and motor axonal neuropathy, may occur. Brain MRI shows T2-weighted hypointensities in the globus pallidus and substantia nigra. Onset is usually in the first 2 decades, but later onset has been reported (summary by {2:Dogu et al., 2013}). There is phenotypic variation: some patients may not have extrapyramidal signs and may have muscle weakness and atrophy as well as cognitive impairment or developmental delay ({1:Deschauer et al., 2012})\n\nFor a general phenotypic description and a discussion of genetic heterogeneity of NBIA, see NBIA1 (OMIM:234200)."], "equivalent_curie_std": ["Orphanet:289560", "UMLS:C3280371", "DOID:0110738"], "category": ["disease"]}, {"synonym": ["chac"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK1387", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK1387", "label_eng": ["Chorea-Acanthocytosis"], "definition_std": ["Chorea-acanthocytosis (ChAc) is characterized by a progressive movement disorder, cognitive and behavior changes, a myopathy that can be subclinical, and chronic hyperCKemia in serum. Although the disorder is named for acanthocytosis of the red blood cells, this feature is variable. The movement disorder is mostly limb chorea, but some individuals present with parkinsonism. Dystonia is common and affects the oral region and especially the tongue, causing dysarthria and serious dysphagia with resultant weight loss. Habitual tongue and lip biting are characteristic, as well as tongue protrusion dystonia. Progressive cognitive and behavioral changes resemble those in a frontal lobe syndrome. Seizures are observed in almost half of affected individuals and can be the initial manifestation. Myopathy results in progressive distal muscle wasting and weakness. Mean age of onset in ChAc is about 30 years, although ChAc can develop as early as the first decade or as late as the seventh decade. It runs a chronic progressive course and may lead to major disability within a few years. Life expectancy is reduced, with age of death ranging from 28 to 61 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1387]"], "id_eng": "GeneReviews:NBK1387", "definition_kw": ["Chorea-acanthocytosis (ChAc) is characterized by a progressive movement disorder, cognitive and behavior changes, a myopathy that can be subclinical, and chronic hyperCKemia in serum. Although the disorder is named for acanthocytosis of the red blood cells, this feature is variable. The movement disorder is mostly limb chorea, but some individuals present with parkinsonism. Dystonia is common and affects the oral region and especially the tongue, causing dysarthria and serious dysphagia with resultant weight loss. Habitual tongue and lip biting are characteristic, as well as tongue protrusion dystonia. Progressive cognitive and behavioral changes resemble those in a frontal lobe syndrome. Seizures are observed in almost half of affected individuals and can be the initial manifestation. Myopathy results in progressive distal muscle wasting and weakness. Mean age of onset in ChAc is about 30 years, although ChAc can develop as early as the first decade or as late as the seventh decade. It runs a chronic progressive course and may lead to major disability within a few years. Life expectancy is reduced, with age of death ranging from 28 to 61 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1387]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK1387", "label_std": ["Chorea-Acanthocytosis"], "synonym_eng": ["chac"], "score": 10.160107, "id_kw": "GeneReviews:NBK1387", "label_kw": ["Chorea-Acanthocytosis"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK1387", "_version_": 1580845511863173120, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK1387", "id": "GeneReviews:NBK1387", "definition": ["Chorea-acanthocytosis (ChAc) is characterized by a progressive movement disorder, cognitive and behavior changes, a myopathy that can be subclinical, and chronic hyperCKemia in serum. Although the disorder is named for acanthocytosis of the red blood cells, this feature is variable. The movement disorder is mostly limb chorea, but some individuals present with parkinsonism. Dystonia is common and affects the oral region and especially the tongue, causing dysarthria and serious dysphagia with resultant weight loss. Habitual tongue and lip biting are characteristic, as well as tongue protrusion dystonia. Progressive cognitive and behavioral changes resemble those in a frontal lobe syndrome. Seizures are observed in almost half of affected individuals and can be the initial manifestation. Myopathy results in progressive distal muscle wasting and weakness. Mean age of onset in ChAc is about 30 years, although ChAc can develop as early as the first decade or as late as the seventh decade. It runs a chronic progressive course and may lead to major disability within a few years. Life expectancy is reduced, with age of death ranging from 28 to 61 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1387]"], "synonym_kw": ["chac"], "synonym_std": ["chac"], "label": ["Chorea-Acanthocytosis"], "definition_eng": ["Chorea-acanthocytosis (ChAc) is characterized by a progressive movement disorder, cognitive and behavior changes, a myopathy that can be subclinical, and chronic hyperCKemia in serum. Although the disorder is named for acanthocytosis of the red blood cells, this feature is variable. The movement disorder is mostly limb chorea, but some individuals present with parkinsonism. Dystonia is common and affects the oral region and especially the tongue, causing dysarthria and serious dysphagia with resultant weight loss. Habitual tongue and lip biting are characteristic, as well as tongue protrusion dystonia. Progressive cognitive and behavioral changes resemble those in a frontal lobe syndrome. Seizures are observed in almost half of affected individuals and can be the initial manifestation. Myopathy results in progressive distal muscle wasting and weakness. Mean age of onset in ChAc is about 30 years, although ChAc can develop as early as the first decade or as late as the seventh decade. It runs a chronic progressive course and may lead to major disability within a few years. Life expectancy is reduced, with age of death ranging from 28 to 61 years.  [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK1387]"], "category": ["disease"]}, {"synonym": ["SPASTIC PARAPLEGIA 78, AUTOSOMAL RECESSIVE; SPG78", "SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "equivalent_curie_eng": ["UMLS:CN239936"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:617225", "iri": "http://purl.obolibrary.org/obo/OMIM_617225", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN239936"], "label_eng": ["Spastic paraplegia 78, autosomal recessive", "Spastic Paraplegia 78, Autosomal Recessive; SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "definition_std": ["Autosomal recessive spastic paraplegia-78 is an adult-onset neurodegenerative disorder characterized predominantly by spasticity and muscle weakness of the lower limbs, resulting in gait difficulties and loss of ambulation in some patients. Affected individuals also have cerebellar signs, such as dysarthria, oculomotor disturbances, and limb and gait ataxia; brain imaging shows cerebellar atrophy. Some patients may have mild cognitive impairment or frank dementia. The phenotype is highly variable (summary by {1:Estrada-Cuzcano et al., 2017}).\n\nBiallelic mutation in the ATP13A2 gene also causes Kufor-Rakeb syndrome (KRS; OMIM:606693), a neurodegenerative disorder with overlapping features. Patients with KRS have earlier onset and prominent parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {1:Estrada-Cuzcano et al., 2017})."], "id_eng": "OMIM:617225", "definition_kw": ["Autosomal recessive spastic paraplegia-78 is an adult-onset neurodegenerative disorder characterized predominantly by spasticity and muscle weakness of the lower limbs, resulting in gait difficulties and loss of ambulation in some patients. Affected individuals also have cerebellar signs, such as dysarthria, oculomotor disturbances, and limb and gait ataxia; brain imaging shows cerebellar atrophy. Some patients may have mild cognitive impairment or frank dementia. The phenotype is highly variable (summary by {1:Estrada-Cuzcano et al., 2017}).\n\nBiallelic mutation in the ATP13A2 gene also causes Kufor-Rakeb syndrome (KRS; OMIM:606693), a neurodegenerative disorder with overlapping features. Patients with KRS have earlier onset and prominent parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {1:Estrada-Cuzcano et al., 2017})."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN239936"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_617225", "label_std": ["Spastic paraplegia 78, autosomal recessive", "Spastic Paraplegia 78, Autosomal Recessive; SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "equivalent_curie": ["UMLS:CN239936"], "equivalent_curie_kw": ["UMLS:CN239936"], "synonym_eng": ["SPASTIC PARAPLEGIA 78, AUTOSOMAL RECESSIVE; SPG78", "SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "score": 10.160107, "id_kw": "OMIM:617225", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN239936"], "label_kw": ["Spastic paraplegia 78, autosomal recessive", "Spastic Paraplegia 78, Autosomal Recessive; SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_617225", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN239936"], "_version_": 1580845544258928640, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_617225", "id": "OMIM:617225", "definition": ["Autosomal recessive spastic paraplegia-78 is an adult-onset neurodegenerative disorder characterized predominantly by spasticity and muscle weakness of the lower limbs, resulting in gait difficulties and loss of ambulation in some patients. Affected individuals also have cerebellar signs, such as dysarthria, oculomotor disturbances, and limb and gait ataxia; brain imaging shows cerebellar atrophy. Some patients may have mild cognitive impairment or frank dementia. The phenotype is highly variable (summary by {1:Estrada-Cuzcano et al., 2017}).\n\nBiallelic mutation in the ATP13A2 gene also causes Kufor-Rakeb syndrome (KRS; OMIM:606693), a neurodegenerative disorder with overlapping features. Patients with KRS have earlier onset and prominent parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {1:Estrada-Cuzcano et al., 2017})."], "synonym_kw": ["SPASTIC PARAPLEGIA 78, AUTOSOMAL RECESSIVE; SPG78", "SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "synonym_std": ["SPASTIC PARAPLEGIA 78, AUTOSOMAL RECESSIVE; SPG78", "SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "label": ["Spastic paraplegia 78, autosomal recessive", "Spastic Paraplegia 78, Autosomal Recessive; SPG78", "Spastic Paraplegia 78, Autosomal Recessive"], "definition_eng": ["Autosomal recessive spastic paraplegia-78 is an adult-onset neurodegenerative disorder characterized predominantly by spasticity and muscle weakness of the lower limbs, resulting in gait difficulties and loss of ambulation in some patients. Affected individuals also have cerebellar signs, such as dysarthria, oculomotor disturbances, and limb and gait ataxia; brain imaging shows cerebellar atrophy. Some patients may have mild cognitive impairment or frank dementia. The phenotype is highly variable (summary by {1:Estrada-Cuzcano et al., 2017}).\n\nBiallelic mutation in the ATP13A2 gene also causes Kufor-Rakeb syndrome (KRS; OMIM:606693), a neurodegenerative disorder with overlapping features. Patients with KRS have earlier onset and prominent parkinsonism. Loss of ATP13A2 function results in a multidimensional spectrum of neurologic features reflecting various regions of the brain and nervous system, including cortical, pyramidal, extrapyramidal, brainstem, cerebellar, and peripheral (summary by {1:Estrada-Cuzcano et al., 2017})."], "equivalent_curie_std": ["UMLS:CN239936"], "category": ["disease"]}, {"synonym": ["Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive 4", "Progressive External Ophthalmoplegia, Autosomal Recessive 4", "Adult-onset multiple mtDNA deletion syndrome due to DGUOK deficiency", "PEOB4", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive type 4", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 4; PEOB4"], "equivalent_curie_eng": ["Orphanet:329314", "UMLS:CN237802", "UMLS:CN204207"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:617070", "iri": "http://purl.obolibrary.org/obo/OMIM_617070", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_329314", "http://purl.obolibrary.org/obo/UMLS_CN237802", "http://purl.obolibrary.org/obo/UMLS_CN204207"], "label_eng": ["Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency", "Progressive external ophthalmoplegia with mitochondrial DNA deletions, autosomal recessive 4", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 4"], "definition_std": ["Autosomal recessive progressive external ophthalmoplegia with mitochondrial DNA deletions-4 (PEOB4) is an autosomal recessive disorder characterized by adult onset of eye muscle weakness and proximal limb muscle weakness associated with deletions of mtDNA on skeletal muscle biopsy, which results from defective mtDNA replication in post-mitotic muscle tissue. Additional features are more variable (summary by {1:Ronchi et al., 2012}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive PEO, see PEOB1 (OMIM:258450).", "Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency is an extremely rare multiple mitochondrial DNA deletion syndrome with markedly decreased deoxyguanosine kinase (DGUOK) activity in skeletal muscle characterized by a highly variable phenotype. Clinical manifestations include progressive external ophthalmoplegia, mitochondrial myopathy, recurrent rhabdomyolysis, lower motor neuron disease, mild cognitive impairment, sensory axonal neuropathy, optic atrophy, ataxia, hypogonadism and/or parkinsonism."], "id_eng": "OMIM:617070", "definition_kw": ["Autosomal recessive progressive external ophthalmoplegia with mitochondrial DNA deletions-4 (PEOB4) is an autosomal recessive disorder characterized by adult onset of eye muscle weakness and proximal limb muscle weakness associated with deletions of mtDNA on skeletal muscle biopsy, which results from defective mtDNA replication in post-mitotic muscle tissue. Additional features are more variable (summary by {1:Ronchi et al., 2012}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive PEO, see PEOB1 (OMIM:258450).", "Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency is an extremely rare multiple mitochondrial DNA deletion syndrome with markedly decreased deoxyguanosine kinase (DGUOK) activity in skeletal muscle characterized by a highly variable phenotype. Clinical manifestations include progressive external ophthalmoplegia, mitochondrial myopathy, recurrent rhabdomyolysis, lower motor neuron disease, mild cognitive impairment, sensory axonal neuropathy, optic atrophy, ataxia, hypogonadism and/or parkinsonism."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_329314", "http://purl.obolibrary.org/obo/UMLS_CN237802", "http://purl.obolibrary.org/obo/UMLS_CN204207"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_617070", "label_std": ["Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency", "Progressive external ophthalmoplegia with mitochondrial DNA deletions, autosomal recessive 4", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 4"], "equivalent_curie": ["Orphanet:329314", "UMLS:CN237802", "UMLS:CN204207"], "equivalent_curie_kw": ["Orphanet:329314", "UMLS:CN237802", "UMLS:CN204207"], "synonym_eng": ["Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive 4", "Progressive External Ophthalmoplegia, Autosomal Recessive 4", "Adult-onset multiple mtDNA deletion syndrome due to DGUOK deficiency", "PEOB4", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive type 4", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 4; PEOB4"], "score": 10.160107, "id_kw": "OMIM:617070", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_329314", "http://purl.obolibrary.org/obo/UMLS_CN237802", "http://purl.obolibrary.org/obo/UMLS_CN204207"], "label_kw": ["Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency", "Progressive external ophthalmoplegia with mitochondrial DNA deletions, autosomal recessive 4", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 4"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_617070", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_329314", "http://purl.obolibrary.org/obo/UMLS_CN237802", "http://purl.obolibrary.org/obo/UMLS_CN204207"], "_version_": 1580845545740566528, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_617070", "id": "OMIM:617070", "definition": ["Autosomal recessive progressive external ophthalmoplegia with mitochondrial DNA deletions-4 (PEOB4) is an autosomal recessive disorder characterized by adult onset of eye muscle weakness and proximal limb muscle weakness associated with deletions of mtDNA on skeletal muscle biopsy, which results from defective mtDNA replication in post-mitotic muscle tissue. Additional features are more variable (summary by {1:Ronchi et al., 2012}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive PEO, see PEOB1 (OMIM:258450).", "Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency is an extremely rare multiple mitochondrial DNA deletion syndrome with markedly decreased deoxyguanosine kinase (DGUOK) activity in skeletal muscle characterized by a highly variable phenotype. Clinical manifestations include progressive external ophthalmoplegia, mitochondrial myopathy, recurrent rhabdomyolysis, lower motor neuron disease, mild cognitive impairment, sensory axonal neuropathy, optic atrophy, ataxia, hypogonadism and/or parkinsonism."], "synonym_kw": ["Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive 4", "Progressive External Ophthalmoplegia, Autosomal Recessive 4", "Adult-onset multiple mtDNA deletion syndrome due to DGUOK deficiency", "PEOB4", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive type 4", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 4; PEOB4"], "synonym_std": ["Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive 4", "Progressive External Ophthalmoplegia, Autosomal Recessive 4", "Adult-onset multiple mtDNA deletion syndrome due to DGUOK deficiency", "PEOB4", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Recessive type 4", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL RECESSIVE 4; PEOB4"], "label": ["Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency", "Progressive external ophthalmoplegia with mitochondrial DNA deletions, autosomal recessive 4", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Recessive 4"], "definition_eng": ["Autosomal recessive progressive external ophthalmoplegia with mitochondrial DNA deletions-4 (PEOB4) is an autosomal recessive disorder characterized by adult onset of eye muscle weakness and proximal limb muscle weakness associated with deletions of mtDNA on skeletal muscle biopsy, which results from defective mtDNA replication in post-mitotic muscle tissue. Additional features are more variable (summary by {1:Ronchi et al., 2012}).\n\nFor a discussion of genetic heterogeneity of autosomal recessive PEO, see PEOB1 (OMIM:258450).", "Adult-onset multiple mitochondrial DNA deletion syndrome due to DGUOK deficiency is an extremely rare multiple mitochondrial DNA deletion syndrome with markedly decreased deoxyguanosine kinase (DGUOK) activity in skeletal muscle characterized by a highly variable phenotype. Clinical manifestations include progressive external ophthalmoplegia, mitochondrial myopathy, recurrent rhabdomyolysis, lower motor neuron disease, mild cognitive impairment, sensory axonal neuropathy, optic atrophy, ataxia, hypogonadism and/or parkinsonism."], "equivalent_curie_std": ["Orphanet:329314", "UMLS:CN237802", "UMLS:CN204207"], "category": ["disease"]}, {"synonym": ["Hallervorden Spatz Syndrome", "Dystrophy, Juvenile-Onset Neuroaxonal", "Neurodegeneration With Brain Iron Accumulation 1", "Neurodegeneration with brain iron accumulation type 1", "Neuroaxonal Dystrophy, Juvenile Onset", "Juvenile-Onset Neuroaxonal Dystrophy", "neurodegeneration with brain iron accumulation 1 ", "Dystrophies, Juvenile-Onset Neuroaxonal", "Pallidal Atrophy, Pigmentary", "PKAN", "NBIA1", "Pantothenate Kinase-Associated Neurodegeneration", "Neurodegeneration With Brain Iron Accumulation type 1", "Pkan Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration with Brain Iron Accumulation Type 1", "Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration, Pantothenate Kinase-Associated", "PKAN Neuroaxonal Dystrophy, Juvenile-Onset", "Degeneration, Pigmentary Pallidal", "brain Iron Accumulation type I syndrome", "PKAN Neuroaxonal Dystrophy, Juvenile Onset", "Neuroaxonal Dystrophies, Juvenile-Onset", "Pigmentary pallidal degeneration (disorder)", "Hallervorden-Spatz Syndrome", "Hallervorden-Spatz Disease", "Pigmentary Pallidal Atrophy", "Hallervorden-Spatz syndrome", "Hallervorden-Spatz disease", "Hallervorden Spatz Disease", "Pantothenate Kinase Associated Neurodegeneration", "Juvenile-Onset Neuroaxonal Dystrophies", "Pigmentary Pallidal Degeneration", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1"], "equivalent_curie_eng": ["Orphanet:157850", "UMLS:C0018523", "DOID:3981", "MESH:D006211"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:234200", "iri": "http://purl.obolibrary.org/obo/OMIM_234200", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_157850", "http://purl.obolibrary.org/obo/UMLS_C0018523", "http://purl.obolibrary.org/obo/DOID_3981", "http://purl.obolibrary.org/obo/MESH_D006211"], "label_eng": ["Neurodegeneration With Brain Iron Accumulation 1", "pantothenate kinase-associated neurodegeneration", "Pigmentary pallidal degeneration"], "definition_std": ["Pantothenate kinase-associated neurodegeneration (PKAN) is the most common type of neurodegeneration with brain iron accumulation (NBIA; see this term), a rare neurodegenerative disorder characterized by progressive extrapyramidal dysfunction (dystonia, rigidity, choreoathetosis), iron accumulation on the brain and axonal spheroids in the central nervous system.", "Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, severity, and cognitive involvement are variable (review by {7:Gregory et al., 2009}).\n\nPKAN has been classified clinically as 'classic,' 'atypical,' or 'intermediate.' In the classic form, patients present within the first decade of life with rapidly progressing disease and loss of ambulation approximately 15 years later. In the atypical form, patients have onset in the second decade with slow progression and maintain independent ambulation after 15 years. In the intermediate form, patients have early onset and slow progression or later onset and rapid progression. Patients with early onset tend to develop pigmentary retinopathy, whereas those with later onset tend to have speech disorders and psychiatric features. All patients have the 'eye of the tiger' sign on brain MRI ({10:Hayflick et al., 2003}; {19:Pellecchia et al., 2005}).\n\n{12:Kumar et al. (2006)} noted that the 'eye of the tiger' sign is not pathognomonic for PANK2 mutations. They reported 2 unrelated adult patients with cognitive dysfunction who had the characteristic sign on MRI but did not have mutations in the PANK2 gene.\n\n{7:Gregory et al. (2009)} provided a detailed review of the different forms of neurodegeneration with brain iron accumulation.\n\nIn addition, some patients with Kufor-Rakeb syndrome (OMIM:606693), also known as Parkinson disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead> Genetic Heterogeneity of Neurodegeneration with Brain Iron Accumulation\n\nNeurodegeneration with brain iron accumulation is an umbrella term that encompasses a group of genetically heterogeneous disorders. See also NBIA2A (OMIM:256600) and NBIA2B (OMIM:610217), both caused by mutation in the PLA2G6 gene (OMIM:603604); NBIA3 (OMIM:606159), caused by mutation in the FTL gene (OMIM:134790); NBIA4 (OMIM:614298), caused by mutation in the C19ORF12 gene (OMIM:614297); NBIA5 (OMIM:300894), caused by mutation in the WDR45 gene (OMIM:300526); and NBIA6 (OMIM:615643), caused by mutation in the COASY gene (OMIM:609855).\n\nSee review of {22:Schneider and Bhatia (2012)} on syndromes of neurodegeneration with brain iron accumulation, including Kufor-Rakeb disease (OMIM:606693) and aceruloplasminemia (OMIM:604290)."], "id_eng": "OMIM:234200", "definition_kw": ["Pantothenate kinase-associated neurodegeneration (PKAN) is the most common type of neurodegeneration with brain iron accumulation (NBIA; see this term), a rare neurodegenerative disorder characterized by progressive extrapyramidal dysfunction (dystonia, rigidity, choreoathetosis), iron accumulation on the brain and axonal spheroids in the central nervous system.", "Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, severity, and cognitive involvement are variable (review by {7:Gregory et al., 2009}).\n\nPKAN has been classified clinically as 'classic,' 'atypical,' or 'intermediate.' In the classic form, patients present within the first decade of life with rapidly progressing disease and loss of ambulation approximately 15 years later. In the atypical form, patients have onset in the second decade with slow progression and maintain independent ambulation after 15 years. In the intermediate form, patients have early onset and slow progression or later onset and rapid progression. Patients with early onset tend to develop pigmentary retinopathy, whereas those with later onset tend to have speech disorders and psychiatric features. All patients have the 'eye of the tiger' sign on brain MRI ({10:Hayflick et al., 2003}; {19:Pellecchia et al., 2005}).\n\n{12:Kumar et al. (2006)} noted that the 'eye of the tiger' sign is not pathognomonic for PANK2 mutations. They reported 2 unrelated adult patients with cognitive dysfunction who had the characteristic sign on MRI but did not have mutations in the PANK2 gene.\n\n{7:Gregory et al. (2009)} provided a detailed review of the different forms of neurodegeneration with brain iron accumulation.\n\nIn addition, some patients with Kufor-Rakeb syndrome (OMIM:606693), also known as Parkinson disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead> Genetic Heterogeneity of Neurodegeneration with Brain Iron Accumulation\n\nNeurodegeneration with brain iron accumulation is an umbrella term that encompasses a group of genetically heterogeneous disorders. See also NBIA2A (OMIM:256600) and NBIA2B (OMIM:610217), both caused by mutation in the PLA2G6 gene (OMIM:603604); NBIA3 (OMIM:606159), caused by mutation in the FTL gene (OMIM:134790); NBIA4 (OMIM:614298), caused by mutation in the C19ORF12 gene (OMIM:614297); NBIA5 (OMIM:300894), caused by mutation in the WDR45 gene (OMIM:300526); and NBIA6 (OMIM:615643), caused by mutation in the COASY gene (OMIM:609855).\n\nSee review of {22:Schneider and Bhatia (2012)} on syndromes of neurodegeneration with brain iron accumulation, including Kufor-Rakeb disease (OMIM:606693) and aceruloplasminemia (OMIM:604290)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_157850", "http://purl.obolibrary.org/obo/UMLS_C0018523", "http://purl.obolibrary.org/obo/DOID_3981", "http://purl.obolibrary.org/obo/MESH_D006211"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_234200", "label_std": ["Neurodegeneration With Brain Iron Accumulation 1", "pantothenate kinase-associated neurodegeneration", "Pigmentary pallidal degeneration"], "equivalent_curie": ["Orphanet:157850", "UMLS:C0018523", "DOID:3981", "MESH:D006211"], "equivalent_curie_kw": ["Orphanet:157850", "UMLS:C0018523", "DOID:3981", "MESH:D006211"], "synonym_eng": ["Hallervorden Spatz Syndrome", "Dystrophy, Juvenile-Onset Neuroaxonal", "Neurodegeneration With Brain Iron Accumulation 1", "Neurodegeneration with brain iron accumulation type 1", "Neuroaxonal Dystrophy, Juvenile Onset", "Juvenile-Onset Neuroaxonal Dystrophy", "neurodegeneration with brain iron accumulation 1 ", "Dystrophies, Juvenile-Onset Neuroaxonal", "Pallidal Atrophy, Pigmentary", "PKAN", "NBIA1", "Pantothenate Kinase-Associated Neurodegeneration", "Neurodegeneration With Brain Iron Accumulation type 1", "Pkan Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration with Brain Iron Accumulation Type 1", "Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration, Pantothenate Kinase-Associated", "PKAN Neuroaxonal Dystrophy, Juvenile-Onset", "Degeneration, Pigmentary Pallidal", "brain Iron Accumulation type I syndrome", "PKAN Neuroaxonal Dystrophy, Juvenile Onset", "Neuroaxonal Dystrophies, Juvenile-Onset", "Pigmentary pallidal degeneration (disorder)", "Hallervorden-Spatz Syndrome", "Hallervorden-Spatz Disease", "Pigmentary Pallidal Atrophy", "Hallervorden-Spatz syndrome", "Hallervorden-Spatz disease", "Hallervorden Spatz Disease", "Pantothenate Kinase Associated Neurodegeneration", "Juvenile-Onset Neuroaxonal Dystrophies", "Pigmentary Pallidal Degeneration", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1"], "score": 8.833874, "id_kw": "OMIM:234200", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_157850", "http://purl.obolibrary.org/obo/UMLS_C0018523", "http://purl.obolibrary.org/obo/DOID_3981", "http://purl.obolibrary.org/obo/MESH_D006211"], "label_kw": ["Neurodegeneration With Brain Iron Accumulation 1", "pantothenate kinase-associated neurodegeneration", "Pigmentary pallidal degeneration"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_234200", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_157850", "http://purl.obolibrary.org/obo/UMLS_C0018523", "http://purl.obolibrary.org/obo/DOID_3981", "http://purl.obolibrary.org/obo/MESH_D006211"], "_version_": 1580845511634583552, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_234200", "id": "OMIM:234200", "definition": ["Pantothenate kinase-associated neurodegeneration (PKAN) is the most common type of neurodegeneration with brain iron accumulation (NBIA; see this term), a rare neurodegenerative disorder characterized by progressive extrapyramidal dysfunction (dystonia, rigidity, choreoathetosis), iron accumulation on the brain and axonal spheroids in the central nervous system.", "Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, severity, and cognitive involvement are variable (review by {7:Gregory et al., 2009}).\n\nPKAN has been classified clinically as 'classic,' 'atypical,' or 'intermediate.' In the classic form, patients present within the first decade of life with rapidly progressing disease and loss of ambulation approximately 15 years later. In the atypical form, patients have onset in the second decade with slow progression and maintain independent ambulation after 15 years. In the intermediate form, patients have early onset and slow progression or later onset and rapid progression. Patients with early onset tend to develop pigmentary retinopathy, whereas those with later onset tend to have speech disorders and psychiatric features. All patients have the 'eye of the tiger' sign on brain MRI ({10:Hayflick et al., 2003}; {19:Pellecchia et al., 2005}).\n\n{12:Kumar et al. (2006)} noted that the 'eye of the tiger' sign is not pathognomonic for PANK2 mutations. They reported 2 unrelated adult patients with cognitive dysfunction who had the characteristic sign on MRI but did not have mutations in the PANK2 gene.\n\n{7:Gregory et al. (2009)} provided a detailed review of the different forms of neurodegeneration with brain iron accumulation.\n\nIn addition, some patients with Kufor-Rakeb syndrome (OMIM:606693), also known as Parkinson disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead> Genetic Heterogeneity of Neurodegeneration with Brain Iron Accumulation\n\nNeurodegeneration with brain iron accumulation is an umbrella term that encompasses a group of genetically heterogeneous disorders. See also NBIA2A (OMIM:256600) and NBIA2B (OMIM:610217), both caused by mutation in the PLA2G6 gene (OMIM:603604); NBIA3 (OMIM:606159), caused by mutation in the FTL gene (OMIM:134790); NBIA4 (OMIM:614298), caused by mutation in the C19ORF12 gene (OMIM:614297); NBIA5 (OMIM:300894), caused by mutation in the WDR45 gene (OMIM:300526); and NBIA6 (OMIM:615643), caused by mutation in the COASY gene (OMIM:609855).\n\nSee review of {22:Schneider and Bhatia (2012)} on syndromes of neurodegeneration with brain iron accumulation, including Kufor-Rakeb disease (OMIM:606693) and aceruloplasminemia (OMIM:604290)."], "synonym_kw": ["Hallervorden Spatz Syndrome", "Dystrophy, Juvenile-Onset Neuroaxonal", "Neurodegeneration With Brain Iron Accumulation 1", "Neurodegeneration with brain iron accumulation type 1", "Neuroaxonal Dystrophy, Juvenile Onset", "Juvenile-Onset Neuroaxonal Dystrophy", "neurodegeneration with brain iron accumulation 1 ", "Dystrophies, Juvenile-Onset Neuroaxonal", "Pallidal Atrophy, Pigmentary", "PKAN", "NBIA1", "Pantothenate Kinase-Associated Neurodegeneration", "Neurodegeneration With Brain Iron Accumulation type 1", "Pkan Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration with Brain Iron Accumulation Type 1", "Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration, Pantothenate Kinase-Associated", "PKAN Neuroaxonal Dystrophy, Juvenile-Onset", "Degeneration, Pigmentary Pallidal", "brain Iron Accumulation type I syndrome", "PKAN Neuroaxonal Dystrophy, Juvenile Onset", "Neuroaxonal Dystrophies, Juvenile-Onset", "Pigmentary pallidal degeneration (disorder)", "Hallervorden-Spatz Syndrome", "Hallervorden-Spatz Disease", "Pigmentary Pallidal Atrophy", "Hallervorden-Spatz syndrome", "Hallervorden-Spatz disease", "Hallervorden Spatz Disease", "Pantothenate Kinase Associated Neurodegeneration", "Juvenile-Onset Neuroaxonal Dystrophies", "Pigmentary Pallidal Degeneration", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1"], "synonym_std": ["Hallervorden Spatz Syndrome", "Dystrophy, Juvenile-Onset Neuroaxonal", "Neurodegeneration With Brain Iron Accumulation 1", "Neurodegeneration with brain iron accumulation type 1", "Neuroaxonal Dystrophy, Juvenile Onset", "Juvenile-Onset Neuroaxonal Dystrophy", "neurodegeneration with brain iron accumulation 1 ", "Dystrophies, Juvenile-Onset Neuroaxonal", "Pallidal Atrophy, Pigmentary", "PKAN", "NBIA1", "Pantothenate Kinase-Associated Neurodegeneration", "Neurodegeneration With Brain Iron Accumulation type 1", "Pkan Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration with Brain Iron Accumulation Type 1", "Neuroaxonal Dystrophy, Juvenile-Onset", "Neurodegeneration, Pantothenate Kinase-Associated", "PKAN Neuroaxonal Dystrophy, Juvenile-Onset", "Degeneration, Pigmentary Pallidal", "brain Iron Accumulation type I syndrome", "PKAN Neuroaxonal Dystrophy, Juvenile Onset", "Neuroaxonal Dystrophies, Juvenile-Onset", "Pigmentary pallidal degeneration (disorder)", "Hallervorden-Spatz Syndrome", "Hallervorden-Spatz Disease", "Pigmentary Pallidal Atrophy", "Hallervorden-Spatz syndrome", "Hallervorden-Spatz disease", "Hallervorden Spatz Disease", "Pantothenate Kinase Associated Neurodegeneration", "Juvenile-Onset Neuroaxonal Dystrophies", "Pigmentary Pallidal Degeneration", "NEURODEGENERATION WITH BRAIN IRON ACCUMULATION 1; NBIA1"], "label": ["Neurodegeneration With Brain Iron Accumulation 1", "pantothenate kinase-associated neurodegeneration", "Pigmentary pallidal degeneration"], "definition_eng": ["Pantothenate kinase-associated neurodegeneration (PKAN) is the most common type of neurodegeneration with brain iron accumulation (NBIA; see this term), a rare neurodegenerative disorder characterized by progressive extrapyramidal dysfunction (dystonia, rigidity, choreoathetosis), iron accumulation on the brain and axonal spheroids in the central nervous system.", "Neurodegeneration with brain iron accumulation is a genetically heterogeneous disorder characterized by progressive iron accumulation in the basal ganglia and other regions of the brain, resulting in extrapyramidal movements, such as parkinsonism and dystonia. Age at onset, severity, and cognitive involvement are variable (review by {7:Gregory et al., 2009}).\n\nPKAN has been classified clinically as 'classic,' 'atypical,' or 'intermediate.' In the classic form, patients present within the first decade of life with rapidly progressing disease and loss of ambulation approximately 15 years later. In the atypical form, patients have onset in the second decade with slow progression and maintain independent ambulation after 15 years. In the intermediate form, patients have early onset and slow progression or later onset and rapid progression. Patients with early onset tend to develop pigmentary retinopathy, whereas those with later onset tend to have speech disorders and psychiatric features. All patients have the 'eye of the tiger' sign on brain MRI ({10:Hayflick et al., 2003}; {19:Pellecchia et al., 2005}).\n\n{12:Kumar et al. (2006)} noted that the 'eye of the tiger' sign is not pathognomonic for PANK2 mutations. They reported 2 unrelated adult patients with cognitive dysfunction who had the characteristic sign on MRI but did not have mutations in the PANK2 gene.\n\n{7:Gregory et al. (2009)} provided a detailed review of the different forms of neurodegeneration with brain iron accumulation.\n\nIn addition, some patients with Kufor-Rakeb syndrome (OMIM:606693), also known as Parkinson disease-9 (PARK9), have iron deposition in the basal ganglia.\n\n<Subhead> Genetic Heterogeneity of Neurodegeneration with Brain Iron Accumulation\n\nNeurodegeneration with brain iron accumulation is an umbrella term that encompasses a group of genetically heterogeneous disorders. See also NBIA2A (OMIM:256600) and NBIA2B (OMIM:610217), both caused by mutation in the PLA2G6 gene (OMIM:603604); NBIA3 (OMIM:606159), caused by mutation in the FTL gene (OMIM:134790); NBIA4 (OMIM:614298), caused by mutation in the C19ORF12 gene (OMIM:614297); NBIA5 (OMIM:300894), caused by mutation in the WDR45 gene (OMIM:300526); and NBIA6 (OMIM:615643), caused by mutation in the COASY gene (OMIM:609855).\n\nSee review of {22:Schneider and Bhatia (2012)} on syndromes of neurodegeneration with brain iron accumulation, including Kufor-Rakeb disease (OMIM:606693) and aceruloplasminemia (OMIM:604290)."], "equivalent_curie_std": ["Orphanet:157850", "UMLS:C0018523", "DOID:3981", "MESH:D006211"], "category": ["disease"]}, {"synonym": ["adPEO", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant type 1", "Progressive External Ophthalmoplegia, Autosomal Dominant 1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL DOMINANT 1; PEOA1", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Dominant, type 1", "PEOA1", "Progressive External Ophthalmoplegia, Autosomal Dominant, 1"], "equivalent_curie_eng": ["UMLS:CN202062", "Orphanet:254892", "UMLS:C1834846", "MESH:C563575"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:157640", "iri": "http://purl.obolibrary.org/obo/OMIM_157640", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_CN202062", "http://www.orpha.net/ORDO/Orphanet_254892", "http://purl.obolibrary.org/obo/UMLS_C1834846", "http://purl.obolibrary.org/obo/MESH_C563575"], "label_eng": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant 1", "Autosomal dominant progressive external ophthalmoplegia", "Autosomal dominant progressive external ophthalmoplegia with mitochondrial DNA deletions 1"], "definition_std": ["Progressive external ophthalmoplegia is characterized by multiple mitochondrial DNA deletions in skeletal muscle. The most common clinical features include adult onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({3:Filosto et al., 2003}; {9:Luoma et al., 2004}).\n\nPEO caused by mutation in the POLG gene is associated with more complicated phenotypes than those forms caused by mutation in the ANT1 or C10ORF2 genes ({5:Lamantea et al., 2002}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Dominant Progressive External Ophthalmoplegia with DNA Deletions\n\nSee also PEOA2 (OMIM:609283), caused by mutation in the ANT1 gene (SLC25A4; OMIM:103220) on chromosome 4q34; PEOA3 (OMIM:609286), caused by mutation in the twinkle gene (C10ORF2; OMIM:606075) on chromosome 10q24; PEOA4 (OMIM:610131), caused by mutation in the POLG2 gene (OMIM:604983) on chromosome 17q; PEOA5 (OMIM:613077), caused by mutation in the RRM2B gene (OMIM:604712) on chromosome 8q23; and PEOA6 (OMIM:615156), caused by mutation in the DNA2 gene (OMIM:601810) on chromosome 10q.", "See http://www.omim.org/entry/157640"], "id_eng": "OMIM:157640", "definition_kw": ["Progressive external ophthalmoplegia is characterized by multiple mitochondrial DNA deletions in skeletal muscle. The most common clinical features include adult onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({3:Filosto et al., 2003}; {9:Luoma et al., 2004}).\n\nPEO caused by mutation in the POLG gene is associated with more complicated phenotypes than those forms caused by mutation in the ANT1 or C10ORF2 genes ({5:Lamantea et al., 2002}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Dominant Progressive External Ophthalmoplegia with DNA Deletions\n\nSee also PEOA2 (OMIM:609283), caused by mutation in the ANT1 gene (SLC25A4; OMIM:103220) on chromosome 4q34; PEOA3 (OMIM:609286), caused by mutation in the twinkle gene (C10ORF2; OMIM:606075) on chromosome 10q24; PEOA4 (OMIM:610131), caused by mutation in the POLG2 gene (OMIM:604983) on chromosome 17q; PEOA5 (OMIM:613077), caused by mutation in the RRM2B gene (OMIM:604712) on chromosome 8q23; and PEOA6 (OMIM:615156), caused by mutation in the DNA2 gene (OMIM:601810) on chromosome 10q.", "See http://www.omim.org/entry/157640"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_CN202062", "http://www.orpha.net/ORDO/Orphanet_254892", "http://purl.obolibrary.org/obo/UMLS_C1834846", "http://purl.obolibrary.org/obo/MESH_C563575"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_157640", "label_std": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant 1", "Autosomal dominant progressive external ophthalmoplegia", "Autosomal dominant progressive external ophthalmoplegia with mitochondrial DNA deletions 1"], "equivalent_curie": ["UMLS:CN202062", "Orphanet:254892", "UMLS:C1834846", "MESH:C563575"], "equivalent_curie_kw": ["UMLS:CN202062", "Orphanet:254892", "UMLS:C1834846", "MESH:C563575"], "synonym_eng": ["adPEO", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant type 1", "Progressive External Ophthalmoplegia, Autosomal Dominant 1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL DOMINANT 1; PEOA1", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Dominant, type 1", "PEOA1", "Progressive External Ophthalmoplegia, Autosomal Dominant, 1"], "score": 7.838543, "id_kw": "OMIM:157640", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_CN202062", "http://www.orpha.net/ORDO/Orphanet_254892", "http://purl.obolibrary.org/obo/UMLS_C1834846", "http://purl.obolibrary.org/obo/MESH_C563575"], "label_kw": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant 1", "Autosomal dominant progressive external ophthalmoplegia", "Autosomal dominant progressive external ophthalmoplegia with mitochondrial DNA deletions 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_157640", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_CN202062", "http://www.orpha.net/ORDO/Orphanet_254892", "http://purl.obolibrary.org/obo/UMLS_C1834846", "http://purl.obolibrary.org/obo/MESH_C563575"], "_version_": 1580845510075351040, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_157640", "id": "OMIM:157640", "definition": ["Progressive external ophthalmoplegia is characterized by multiple mitochondrial DNA deletions in skeletal muscle. The most common clinical features include adult onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({3:Filosto et al., 2003}; {9:Luoma et al., 2004}).\n\nPEO caused by mutation in the POLG gene is associated with more complicated phenotypes than those forms caused by mutation in the ANT1 or C10ORF2 genes ({5:Lamantea et al., 2002}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Dominant Progressive External Ophthalmoplegia with DNA Deletions\n\nSee also PEOA2 (OMIM:609283), caused by mutation in the ANT1 gene (SLC25A4; OMIM:103220) on chromosome 4q34; PEOA3 (OMIM:609286), caused by mutation in the twinkle gene (C10ORF2; OMIM:606075) on chromosome 10q24; PEOA4 (OMIM:610131), caused by mutation in the POLG2 gene (OMIM:604983) on chromosome 17q; PEOA5 (OMIM:613077), caused by mutation in the RRM2B gene (OMIM:604712) on chromosome 8q23; and PEOA6 (OMIM:615156), caused by mutation in the DNA2 gene (OMIM:601810) on chromosome 10q.", "See http://www.omim.org/entry/157640"], "synonym_kw": ["adPEO", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant type 1", "Progressive External Ophthalmoplegia, Autosomal Dominant 1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL DOMINANT 1; PEOA1", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Dominant, type 1", "PEOA1", "Progressive External Ophthalmoplegia, Autosomal Dominant, 1"], "synonym_std": ["adPEO", "Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant type 1", "Progressive External Ophthalmoplegia, Autosomal Dominant 1", "PROGRESSIVE EXTERNAL OPHTHALMOPLEGIA WITH MITOCHONDRIAL DNA DELETIONS, AUTOSOMAL DOMINANT 1; PEOA1", "Progressive External Ophthalmoplegia with Mitochondrial DNA Deletions, Autosomal Dominant, type 1", "PEOA1", "Progressive External Ophthalmoplegia, Autosomal Dominant, 1"], "label": ["Progressive External Ophthalmoplegia With Mitochondrial Dna Deletions, Autosomal Dominant 1", "Autosomal dominant progressive external ophthalmoplegia", "Autosomal dominant progressive external ophthalmoplegia with mitochondrial DNA deletions 1"], "definition_eng": ["Progressive external ophthalmoplegia is characterized by multiple mitochondrial DNA deletions in skeletal muscle. The most common clinical features include adult onset of weakness of the external eye muscles and exercise intolerance. Additional symptoms are variable, and may include cataracts, hearing loss, sensory axonal neuropathy, ataxia, depression, hypogonadism, and parkinsonism. Both autosomal dominant and autosomal recessive inheritance can occur; autosomal recessive inheritance is usually more severe ({3:Filosto et al., 2003}; {9:Luoma et al., 2004}).\n\nPEO caused by mutation in the POLG gene is associated with more complicated phenotypes than those forms caused by mutation in the ANT1 or C10ORF2 genes ({5:Lamantea et al., 2002}).\n\n<Subhead> Genetic Heterogeneity of Autosomal Dominant Progressive External Ophthalmoplegia with DNA Deletions\n\nSee also PEOA2 (OMIM:609283), caused by mutation in the ANT1 gene (SLC25A4; OMIM:103220) on chromosome 4q34; PEOA3 (OMIM:609286), caused by mutation in the twinkle gene (C10ORF2; OMIM:606075) on chromosome 10q24; PEOA4 (OMIM:610131), caused by mutation in the POLG2 gene (OMIM:604983) on chromosome 17q; PEOA5 (OMIM:613077), caused by mutation in the RRM2B gene (OMIM:604712) on chromosome 8q23; and PEOA6 (OMIM:615156), caused by mutation in the DNA2 gene (OMIM:601810) on chromosome 10q.", "See http://www.omim.org/entry/157640"], "equivalent_curie_std": ["UMLS:CN202062", "Orphanet:254892", "UMLS:C1834846", "MESH:C563575"], "category": ["disease"]}, {"synonym": ["Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Frontotemporal Dementia, Ubiquitin-Positive", "Ftld-Tdp, Grn-Related", "Aphasia, Primary Progressive", "Dementia, Hereditary Dysphasic Disinhibition", "Frontotemporal Dementia With Tdp43 Inclusions, Grn-Related", "FRONTOTEMPORAL LOBAR DEGENERATION WITH TDP43 INCLUSIONS, GRN-RELATED"], "equivalent_curie_eng": ["UMLS:C1843792", "DOID:0060672"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:607485", "iri": "http://purl.obolibrary.org/obo/OMIM_607485", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1843792", "http://purl.obolibrary.org/obo/DOID_0060672"], "label_eng": ["Frontotemporal dementia, ubiquitin-positive", "Frontotemporal Lobar Degeneration With Tdp43 Inclusions, Grn-Related", "Grn-related frontotemporal lobar degeneration with Tdp43 inclusions"], "definition_std": ["A frontotemporal dementia characterized by variable phenotypic expression typically including social, behavioral, or language deterioration, rather than memory or motor deficits and the presence of TARDBP-positive inclusions that has_material_basis_in mutation in the GRN gene on chromosome 17q21.31.", "Clinically, FTLD-TDP is a type of frontotemporal dementia (see FTD; OMIM:600274) which shows variable phenotypic expression, but most commonly presents with social, behavioral, or language deterioration, rather than memory or motor deficits. Other variations of the phenotype have been referred to as 'dysphasic disinhibition dementia' and 'primary progressive aphasia' (PPA) ({19:Huey et al., 2006}; {31:Mukherjee et al., 2006}; {28:Mesulam et al., 2007}). Some patients may present with a clinical diagnosis of Alzheimer disease (AD; OMIM:104300) or Parkinson disease (PD; OMIM:168600), which are part of the phenotypic spectrum of this disorder ({5:Brouwers et al., 2007}).\n\n<Subhead> Genetic Heterogeneity of FTLD-TDP\n\nThe specific presence of TDP43 (TARDBP; OMIM:605078)-positive inclusions on neuropathologic examination defines a genetically heterogeneous group of dementias known collectively as 'FTLD-TDP.' FTLD-TDP is a neuropathologic diagnosis; only about 20% of patients with this neuropathologic diagnosis have GRN mutations (review by {43:Van Deerlin et al., 2010}).\n\nTDP43-positive inclusions also occur in ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078); IBMPFD (OMIM:167320), caused by mutation in the VCP gene (OMIM:601023); and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260).\n\n{26:Mackenzie and Rademakers (2007)} provided a detailed review of the molecular genetics of FTLD, with special emphasis on FTLDU. {6:Cairns and Ghoshal (2010)} reviewed the molecular pathology and genetic heterogeneity of FTLD, including FTLD-TDP, and also noted that FTLDU is now referred to as FTLD-TDP."], "id_eng": "OMIM:607485", "definition_kw": ["A frontotemporal dementia characterized by variable phenotypic expression typically including social, behavioral, or language deterioration, rather than memory or motor deficits and the presence of TARDBP-positive inclusions that has_material_basis_in mutation in the GRN gene on chromosome 17q21.31.", "Clinically, FTLD-TDP is a type of frontotemporal dementia (see FTD; OMIM:600274) which shows variable phenotypic expression, but most commonly presents with social, behavioral, or language deterioration, rather than memory or motor deficits. Other variations of the phenotype have been referred to as 'dysphasic disinhibition dementia' and 'primary progressive aphasia' (PPA) ({19:Huey et al., 2006}; {31:Mukherjee et al., 2006}; {28:Mesulam et al., 2007}). Some patients may present with a clinical diagnosis of Alzheimer disease (AD; OMIM:104300) or Parkinson disease (PD; OMIM:168600), which are part of the phenotypic spectrum of this disorder ({5:Brouwers et al., 2007}).\n\n<Subhead> Genetic Heterogeneity of FTLD-TDP\n\nThe specific presence of TDP43 (TARDBP; OMIM:605078)-positive inclusions on neuropathologic examination defines a genetically heterogeneous group of dementias known collectively as 'FTLD-TDP.' FTLD-TDP is a neuropathologic diagnosis; only about 20% of patients with this neuropathologic diagnosis have GRN mutations (review by {43:Van Deerlin et al., 2010}).\n\nTDP43-positive inclusions also occur in ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078); IBMPFD (OMIM:167320), caused by mutation in the VCP gene (OMIM:601023); and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260).\n\n{26:Mackenzie and Rademakers (2007)} provided a detailed review of the molecular genetics of FTLD, with special emphasis on FTLDU. {6:Cairns and Ghoshal (2010)} reviewed the molecular pathology and genetic heterogeneity of FTLD, including FTLD-TDP, and also noted that FTLDU is now referred to as FTLD-TDP."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1843792", "http://purl.obolibrary.org/obo/DOID_0060672"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_607485", "label_std": ["Frontotemporal dementia, ubiquitin-positive", "Frontotemporal Lobar Degeneration With Tdp43 Inclusions, Grn-Related", "Grn-related frontotemporal lobar degeneration with Tdp43 inclusions"], "equivalent_curie": ["UMLS:C1843792", "DOID:0060672"], "equivalent_curie_kw": ["UMLS:C1843792", "DOID:0060672"], "synonym_eng": ["Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Frontotemporal Dementia, Ubiquitin-Positive", "Ftld-Tdp, Grn-Related", "Aphasia, Primary Progressive", "Dementia, Hereditary Dysphasic Disinhibition", "Frontotemporal Dementia With Tdp43 Inclusions, Grn-Related", "FRONTOTEMPORAL LOBAR DEGENERATION WITH TDP43 INCLUSIONS, GRN-RELATED"], "score": 7.838543, "id_kw": "OMIM:607485", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1843792", "http://purl.obolibrary.org/obo/DOID_0060672"], "label_kw": ["Frontotemporal dementia, ubiquitin-positive", "Frontotemporal Lobar Degeneration With Tdp43 Inclusions, Grn-Related", "Grn-related frontotemporal lobar degeneration with Tdp43 inclusions"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_607485", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1843792", "http://purl.obolibrary.org/obo/DOID_0060672"], "_version_": 1580845511638777856, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_607485", "id": "OMIM:607485", "definition": ["A frontotemporal dementia characterized by variable phenotypic expression typically including social, behavioral, or language deterioration, rather than memory or motor deficits and the presence of TARDBP-positive inclusions that has_material_basis_in mutation in the GRN gene on chromosome 17q21.31.", "Clinically, FTLD-TDP is a type of frontotemporal dementia (see FTD; OMIM:600274) which shows variable phenotypic expression, but most commonly presents with social, behavioral, or language deterioration, rather than memory or motor deficits. Other variations of the phenotype have been referred to as 'dysphasic disinhibition dementia' and 'primary progressive aphasia' (PPA) ({19:Huey et al., 2006}; {31:Mukherjee et al., 2006}; {28:Mesulam et al., 2007}). Some patients may present with a clinical diagnosis of Alzheimer disease (AD; OMIM:104300) or Parkinson disease (PD; OMIM:168600), which are part of the phenotypic spectrum of this disorder ({5:Brouwers et al., 2007}).\n\n<Subhead> Genetic Heterogeneity of FTLD-TDP\n\nThe specific presence of TDP43 (TARDBP; OMIM:605078)-positive inclusions on neuropathologic examination defines a genetically heterogeneous group of dementias known collectively as 'FTLD-TDP.' FTLD-TDP is a neuropathologic diagnosis; only about 20% of patients with this neuropathologic diagnosis have GRN mutations (review by {43:Van Deerlin et al., 2010}).\n\nTDP43-positive inclusions also occur in ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078); IBMPFD (OMIM:167320), caused by mutation in the VCP gene (OMIM:601023); and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260).\n\n{26:Mackenzie and Rademakers (2007)} provided a detailed review of the molecular genetics of FTLD, with special emphasis on FTLDU. {6:Cairns and Ghoshal (2010)} reviewed the molecular pathology and genetic heterogeneity of FTLD, including FTLD-TDP, and also noted that FTLDU is now referred to as FTLD-TDP."], "synonym_kw": ["Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Frontotemporal Dementia, Ubiquitin-Positive", "Ftld-Tdp, Grn-Related", "Aphasia, Primary Progressive", "Dementia, Hereditary Dysphasic Disinhibition", "Frontotemporal Dementia With Tdp43 Inclusions, Grn-Related", "FRONTOTEMPORAL LOBAR DEGENERATION WITH TDP43 INCLUSIONS, GRN-RELATED"], "synonym_std": ["Frontotemporal Lobar Degeneration With Ubiquitin-Positive Inclusions", "Frontotemporal Dementia, Ubiquitin-Positive", "Ftld-Tdp, Grn-Related", "Aphasia, Primary Progressive", "Dementia, Hereditary Dysphasic Disinhibition", "Frontotemporal Dementia With Tdp43 Inclusions, Grn-Related", "FRONTOTEMPORAL LOBAR DEGENERATION WITH TDP43 INCLUSIONS, GRN-RELATED"], "label": ["Frontotemporal dementia, ubiquitin-positive", "Frontotemporal Lobar Degeneration With Tdp43 Inclusions, Grn-Related", "Grn-related frontotemporal lobar degeneration with Tdp43 inclusions"], "definition_eng": ["A frontotemporal dementia characterized by variable phenotypic expression typically including social, behavioral, or language deterioration, rather than memory or motor deficits and the presence of TARDBP-positive inclusions that has_material_basis_in mutation in the GRN gene on chromosome 17q21.31.", "Clinically, FTLD-TDP is a type of frontotemporal dementia (see FTD; OMIM:600274) which shows variable phenotypic expression, but most commonly presents with social, behavioral, or language deterioration, rather than memory or motor deficits. Other variations of the phenotype have been referred to as 'dysphasic disinhibition dementia' and 'primary progressive aphasia' (PPA) ({19:Huey et al., 2006}; {31:Mukherjee et al., 2006}; {28:Mesulam et al., 2007}). Some patients may present with a clinical diagnosis of Alzheimer disease (AD; OMIM:104300) or Parkinson disease (PD; OMIM:168600), which are part of the phenotypic spectrum of this disorder ({5:Brouwers et al., 2007}).\n\n<Subhead> Genetic Heterogeneity of FTLD-TDP\n\nThe specific presence of TDP43 (TARDBP; OMIM:605078)-positive inclusions on neuropathologic examination defines a genetically heterogeneous group of dementias known collectively as 'FTLD-TDP.' FTLD-TDP is a neuropathologic diagnosis; only about 20% of patients with this neuropathologic diagnosis have GRN mutations (review by {43:Van Deerlin et al., 2010}).\n\nTDP43-positive inclusions also occur in ALS10 (OMIM:612069), caused by mutation in the TARDBP gene (OMIM:605078); IBMPFD (OMIM:167320), caused by mutation in the VCP gene (OMIM:601023); and FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260).\n\n{26:Mackenzie and Rademakers (2007)} provided a detailed review of the molecular genetics of FTLD, with special emphasis on FTLDU. {6:Cairns and Ghoshal (2010)} reviewed the molecular pathology and genetic heterogeneity of FTLD, including FTLD-TDP, and also noted that FTLDU is now referred to as FTLD-TDP."], "equivalent_curie_std": ["UMLS:C1843792", "DOID:0060672"], "category": ["disease"]}, {"synonym": ["alpers"], "leaf": false, "category_std": ["disease"], "id_std": "GeneReviews:NBK26471", "iri": "http://www.ncbi.nlm.nih.gov/books/NBK26471", "label_eng": ["POLG-Related Disorders"], "definition_std": ["POLG-related disorders comprise a continuum of overlapping phenotypes that were clinically defined long before their molecular basis was known. These phenotypes exemplify the diversity that can result from mutation of a given gene. Most affected individuals have some, but not all, of the features of a given phenotype; nonetheless, the following nomenclature can assist the clinician in diagnosis and management. Onset of the POLG-related disorders ranges from infancy to late adulthood.Alpers-Huttenlocher syndrome (AHS), one of the most severe phenotypes, is characterized by childhood-onset progressive and ultimately severe encephalopathy with intractable epilepsy and hepatic failure. Childhood myocerebrohepatopathy spectrum (MCHS) presents between the first few months of life up to about age three years with developmental delay or dementia, lactic acidosis, and a myopathy with failure to thrive. Other findings can include liver failure, renal tubular acidosis, pancreatitis, cyclic vomiting, and hearing loss. Myoclonic epilepsy myopathy sensory ataxia (MEMSA) now describes the spectrum of disorders with epilepsy, myopathy, and ataxia without ophthalmoplegia. MEMSA now includes the disorders previously described as spinocerebellar ataxia with epilepsy (SCAE). The ataxia neuropathy spectrum (ANS) includes the phenotypes previously referred to as mitochondrial recessive ataxia syndrome (MIRAS) and sensory ataxia neuropathy dysarthria and ophthalmoplegia (SANDO). About 90% of persons in the ANS have ataxia and neuropathy as core features. Approximately two thirds develop seizures and almost one half develop ophthalmoplegia; clinical myopathy is rare. Autosomal recessive progressive external ophthalmoplegia (arPEO) is characterized by progressive weakness of the extraocular eye muscles resulting in ptosis and ophthalmoparesis (or paresis of the extraocular muscles) without associated systemic involvement; however, caution is advised because many individuals with apparently isolated arPEO at the onset develop other manifestations of POLG-related disorders over years or decades. Of note, in the ANS spectrum the neuropathy commonly precedes the onset of PEO by years to decades. Autosomal dominant progressive external ophthalmoplegia (adPEO) typically includes a generalized myopathy and often variable degrees of sensorineural hearing loss, axonal neuropathy, ataxia, depression, Parkinsonism, hypogonadism, and cataracts (in what has been called ???chronic progressive external ophthalmoplegia plus,??? or ???CPEO+???). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26471]"], "id_eng": "GeneReviews:NBK26471", "definition_kw": ["POLG-related disorders comprise a continuum of overlapping phenotypes that were clinically defined long before their molecular basis was known. These phenotypes exemplify the diversity that can result from mutation of a given gene. Most affected individuals have some, but not all, of the features of a given phenotype; nonetheless, the following nomenclature can assist the clinician in diagnosis and management. Onset of the POLG-related disorders ranges from infancy to late adulthood.Alpers-Huttenlocher syndrome (AHS), one of the most severe phenotypes, is characterized by childhood-onset progressive and ultimately severe encephalopathy with intractable epilepsy and hepatic failure. Childhood myocerebrohepatopathy spectrum (MCHS) presents between the first few months of life up to about age three years with developmental delay or dementia, lactic acidosis, and a myopathy with failure to thrive. Other findings can include liver failure, renal tubular acidosis, pancreatitis, cyclic vomiting, and hearing loss. Myoclonic epilepsy myopathy sensory ataxia (MEMSA) now describes the spectrum of disorders with epilepsy, myopathy, and ataxia without ophthalmoplegia. MEMSA now includes the disorders previously described as spinocerebellar ataxia with epilepsy (SCAE). The ataxia neuropathy spectrum (ANS) includes the phenotypes previously referred to as mitochondrial recessive ataxia syndrome (MIRAS) and sensory ataxia neuropathy dysarthria and ophthalmoplegia (SANDO). About 90% of persons in the ANS have ataxia and neuropathy as core features. Approximately two thirds develop seizures and almost one half develop ophthalmoplegia; clinical myopathy is rare. Autosomal recessive progressive external ophthalmoplegia (arPEO) is characterized by progressive weakness of the extraocular eye muscles resulting in ptosis and ophthalmoparesis (or paresis of the extraocular muscles) without associated systemic involvement; however, caution is advised because many individuals with apparently isolated arPEO at the onset develop other manifestations of POLG-related disorders over years or decades. Of note, in the ANS spectrum the neuropathy commonly precedes the onset of PEO by years to decades. Autosomal dominant progressive external ophthalmoplegia (adPEO) typically includes a generalized myopathy and often variable degrees of sensorineural hearing loss, axonal neuropathy, ataxia, depression, Parkinsonism, hypogonadism, and cataracts (in what has been called ???chronic progressive external ophthalmoplegia plus,??? or ???CPEO+???). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26471]"], "category_kw": ["disease"], "iri_eng": "http://www.ncbi.nlm.nih.gov/books/NBK26471", "label_std": ["POLG-Related Disorders"], "synonym_eng": ["alpers"], "score": 6.5632887, "id_kw": "GeneReviews:NBK26471", "label_kw": ["POLG-Related Disorders"], "iri_kw": "http://www.ncbi.nlm.nih.gov/books/NBK26471", "_version_": 1580845510658359296, "category_eng": ["disease"], "iri_std": "http://www.ncbi.nlm.nih.gov/books/NBK26471", "id": "GeneReviews:NBK26471", "definition": ["POLG-related disorders comprise a continuum of overlapping phenotypes that were clinically defined long before their molecular basis was known. These phenotypes exemplify the diversity that can result from mutation of a given gene. Most affected individuals have some, but not all, of the features of a given phenotype; nonetheless, the following nomenclature can assist the clinician in diagnosis and management. Onset of the POLG-related disorders ranges from infancy to late adulthood.Alpers-Huttenlocher syndrome (AHS), one of the most severe phenotypes, is characterized by childhood-onset progressive and ultimately severe encephalopathy with intractable epilepsy and hepatic failure. Childhood myocerebrohepatopathy spectrum (MCHS) presents between the first few months of life up to about age three years with developmental delay or dementia, lactic acidosis, and a myopathy with failure to thrive. Other findings can include liver failure, renal tubular acidosis, pancreatitis, cyclic vomiting, and hearing loss. Myoclonic epilepsy myopathy sensory ataxia (MEMSA) now describes the spectrum of disorders with epilepsy, myopathy, and ataxia without ophthalmoplegia. MEMSA now includes the disorders previously described as spinocerebellar ataxia with epilepsy (SCAE). The ataxia neuropathy spectrum (ANS) includes the phenotypes previously referred to as mitochondrial recessive ataxia syndrome (MIRAS) and sensory ataxia neuropathy dysarthria and ophthalmoplegia (SANDO). About 90% of persons in the ANS have ataxia and neuropathy as core features. Approximately two thirds develop seizures and almost one half develop ophthalmoplegia; clinical myopathy is rare. Autosomal recessive progressive external ophthalmoplegia (arPEO) is characterized by progressive weakness of the extraocular eye muscles resulting in ptosis and ophthalmoparesis (or paresis of the extraocular muscles) without associated systemic involvement; however, caution is advised because many individuals with apparently isolated arPEO at the onset develop other manifestations of POLG-related disorders over years or decades. Of note, in the ANS spectrum the neuropathy commonly precedes the onset of PEO by years to decades. Autosomal dominant progressive external ophthalmoplegia (adPEO) typically includes a generalized myopathy and often variable degrees of sensorineural hearing loss, axonal neuropathy, ataxia, depression, Parkinsonism, hypogonadism, and cataracts (in what has been called ???chronic progressive external ophthalmoplegia plus,??? or ???CPEO+???). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26471]"], "synonym_kw": ["alpers"], "synonym_std": ["alpers"], "label": ["POLG-Related Disorders"], "definition_eng": ["POLG-related disorders comprise a continuum of overlapping phenotypes that were clinically defined long before their molecular basis was known. These phenotypes exemplify the diversity that can result from mutation of a given gene. Most affected individuals have some, but not all, of the features of a given phenotype; nonetheless, the following nomenclature can assist the clinician in diagnosis and management. Onset of the POLG-related disorders ranges from infancy to late adulthood.Alpers-Huttenlocher syndrome (AHS), one of the most severe phenotypes, is characterized by childhood-onset progressive and ultimately severe encephalopathy with intractable epilepsy and hepatic failure. Childhood myocerebrohepatopathy spectrum (MCHS) presents between the first few months of life up to about age three years with developmental delay or dementia, lactic acidosis, and a myopathy with failure to thrive. Other findings can include liver failure, renal tubular acidosis, pancreatitis, cyclic vomiting, and hearing loss. Myoclonic epilepsy myopathy sensory ataxia (MEMSA) now describes the spectrum of disorders with epilepsy, myopathy, and ataxia without ophthalmoplegia. MEMSA now includes the disorders previously described as spinocerebellar ataxia with epilepsy (SCAE). The ataxia neuropathy spectrum (ANS) includes the phenotypes previously referred to as mitochondrial recessive ataxia syndrome (MIRAS) and sensory ataxia neuropathy dysarthria and ophthalmoplegia (SANDO). About 90% of persons in the ANS have ataxia and neuropathy as core features. Approximately two thirds develop seizures and almost one half develop ophthalmoplegia; clinical myopathy is rare. Autosomal recessive progressive external ophthalmoplegia (arPEO) is characterized by progressive weakness of the extraocular eye muscles resulting in ptosis and ophthalmoparesis (or paresis of the extraocular muscles) without associated systemic involvement; however, caution is advised because many individuals with apparently isolated arPEO at the onset develop other manifestations of POLG-related disorders over years or decades. Of note, in the ANS spectrum the neuropathy commonly precedes the onset of PEO by years to decades. Autosomal dominant progressive external ophthalmoplegia (adPEO) typically includes a generalized myopathy and often variable degrees of sensorineural hearing loss, axonal neuropathy, ataxia, depression, Parkinsonism, hypogonadism, and cataracts (in what has been called ???chronic progressive external ophthalmoplegia plus,??? or ???CPEO+???). [GeneReviews:NBK1116, GeneReviews:NBK138602, GeneReviews:NBK26471]"], "category": ["disease"]}, {"synonym": ["Idiopathic basal ganglia calcification type 1", "Cerebral Calcification, Nonarteriosclerotic, Idiopathic, Adult-Onset", "Idiopathic basal ganglia calcification", "Fahr Disease, Familial, Formerly", "Familial idiopathic basal ganglia calcification", "Cerebrovascular ferrocalcinosis", "Basal Ganglia Calcification, Idiopathic, 3", "Fibgc", "Ferrocalcinosis, Cerebrovascular", "Basal Ganglia Calcification, Idiopathic, 1", "PFBC", "Primary familial brain calcification", "Basal Ganglia Calcification, Idiopathic, 3, Formerly", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 1; IBGC1", "BSPDC", "Striopallidodentate Calcinosis", "Adult-onset idiopathic nonarteriosclerotic cerebral calcification", "Striopallidodentate Calcinosis, Bilateral", "Bilateral Striopallidodentate Calcinosis", "Basal Ganglia Calcification, Idiopathic, type 1", "Striopallidodentate calcinosis, autosomal dominant, adult onset", "Fahr Disease, Familial", "Striopallidodentate Calcinosis, Autosomal Dominant, Adult-Onset", "IBGC1"], "equivalent_curie_eng": ["Orphanet:1980", "MESH:C536275"], "leaf": false, "category_std": ["disease"], "id_std": "OMIM:213600", "iri": "http://purl.obolibrary.org/obo/OMIM_213600", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_1980", "http://purl.obolibrary.org/obo/MESH_C536275"], "label_eng": ["Basal Ganglia Calcification, Idiopathic, 1", "Idiopathic basal ganglia calcification 1", "Bilateral striopallidodentate calcinosis"], "definition_std": ["Bilateral striopallidodentate calcinosis (BSPDC, also erroneously called Fahr disease) is characterized by the accumulation of calcium deposits in different brain regions, particularly the basal ganglia and dentate nucleus, and is often associated with neurodegeneration.", "Familial idiopathic basal ganglia calcification is an autosomal dominant condition characterized by symmetric calcification in the basal ganglia and other brain regions. Patients with calcifications can either be asymptomatic or show a wide spectrum of neuropsychiatric symptoms, including parkinsonism, dystonia, tremor, ataxia, dementia, psychosis, seizures, and chronic headache. Serum levels of calcium, phosphate, alkaline phosphatase, and parathyroid hormone are normal. The typical age at clinical onset is between 30 and 50 years (summary by {42:Wang et al., 2012}).\n\nCalcification of the basal ganglia is a nonspecific finding in many medical conditions, including infectious, metabolic, and genetic syndromes. In addition, calcification of the basal ganglia is observed as an incidental finding in approximately 0.7 to 1.2% of CT scans ({23:Koller et al., 1979}; {19:Harrington et al., 1981}; {14:Forstl et al., 1992}). These incidental calcifications are usually benign and have no clear etiology, especially in patients over 60 years of age ({17:Geschwind et al., 1999}). {14:Forstl et al. (1992)} found no increased risk for dementia, cerebral infarction, seizures, alcoholism, vertigo, or headache in 166 patients with calcification of the basal ganglia compared to 622 individuals without calcification.\n\n<Subhead> Genetic Heterogeneity of Idiopathic Basal Ganglia Calcification\n\nIBGC2 (OMIM:606656) has been mapped to chromosome 2q37. IBGC4 (OMIM:615007) is caused by mutation in the PDGFRB gene (OMIM:173410) on chromosome 5q32; IBGC5 (OMIM:615483) is caused by mutation in the PDGFB gene (OMIM:190040) on chromosome 22q12; and IBGC6 (OMIM:616413) is caused by mutation in the XPR1 gene (OMIM:605237) on 1q25.\n\nSee OMIM:114100 for a childhood-onset form of idiopathic basal ganglia calcification.\n\nThe symbol IBGC3 previously referred to the locus on chromosome 8p11 that includes the SLC20A2 gene ({8:Dai et al., 2010}). However, the family that originally defined the putative IBGC1 locus on chromosome 14q ({17:Geschwind et al., 1999}) was later found to carry a pathogenic mutation in the SLC20A2 gene ({20:Hsu et al., 2013}), and the IBGC locus on chromosome 14q has not been replicated ({36:Oliveira et al., 2004}; {20:Hsu et al., 2013}). Thus, the symbol IBGC1 now refers to the disorder caused by mutation in the SLC20A2 gene on chromosome 8p11 and the symbol IGBC3 is no longer used."], "id_eng": "OMIM:213600", "definition_kw": ["Bilateral striopallidodentate calcinosis (BSPDC, also erroneously called Fahr disease) is characterized by the accumulation of calcium deposits in different brain regions, particularly the basal ganglia and dentate nucleus, and is often associated with neurodegeneration.", "Familial idiopathic basal ganglia calcification is an autosomal dominant condition characterized by symmetric calcification in the basal ganglia and other brain regions. Patients with calcifications can either be asymptomatic or show a wide spectrum of neuropsychiatric symptoms, including parkinsonism, dystonia, tremor, ataxia, dementia, psychosis, seizures, and chronic headache. Serum levels of calcium, phosphate, alkaline phosphatase, and parathyroid hormone are normal. The typical age at clinical onset is between 30 and 50 years (summary by {42:Wang et al., 2012}).\n\nCalcification of the basal ganglia is a nonspecific finding in many medical conditions, including infectious, metabolic, and genetic syndromes. In addition, calcification of the basal ganglia is observed as an incidental finding in approximately 0.7 to 1.2% of CT scans ({23:Koller et al., 1979}; {19:Harrington et al., 1981}; {14:Forstl et al., 1992}). These incidental calcifications are usually benign and have no clear etiology, especially in patients over 60 years of age ({17:Geschwind et al., 1999}). {14:Forstl et al. (1992)} found no increased risk for dementia, cerebral infarction, seizures, alcoholism, vertigo, or headache in 166 patients with calcification of the basal ganglia compared to 622 individuals without calcification.\n\n<Subhead> Genetic Heterogeneity of Idiopathic Basal Ganglia Calcification\n\nIBGC2 (OMIM:606656) has been mapped to chromosome 2q37. IBGC4 (OMIM:615007) is caused by mutation in the PDGFRB gene (OMIM:173410) on chromosome 5q32; IBGC5 (OMIM:615483) is caused by mutation in the PDGFB gene (OMIM:190040) on chromosome 22q12; and IBGC6 (OMIM:616413) is caused by mutation in the XPR1 gene (OMIM:605237) on 1q25.\n\nSee OMIM:114100 for a childhood-onset form of idiopathic basal ganglia calcification.\n\nThe symbol IBGC3 previously referred to the locus on chromosome 8p11 that includes the SLC20A2 gene ({8:Dai et al., 2010}). However, the family that originally defined the putative IBGC1 locus on chromosome 14q ({17:Geschwind et al., 1999}) was later found to carry a pathogenic mutation in the SLC20A2 gene ({20:Hsu et al., 2013}), and the IBGC locus on chromosome 14q has not been replicated ({36:Oliveira et al., 2004}; {20:Hsu et al., 2013}). Thus, the symbol IBGC1 now refers to the disorder caused by mutation in the SLC20A2 gene on chromosome 8p11 and the symbol IGBC3 is no longer used."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_1980", "http://purl.obolibrary.org/obo/MESH_C536275"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_213600", "label_std": ["Basal Ganglia Calcification, Idiopathic, 1", "Idiopathic basal ganglia calcification 1", "Bilateral striopallidodentate calcinosis"], "equivalent_curie": ["Orphanet:1980", "MESH:C536275"], "equivalent_curie_kw": ["Orphanet:1980", "MESH:C536275"], "synonym_eng": ["Idiopathic basal ganglia calcification type 1", "Cerebral Calcification, Nonarteriosclerotic, Idiopathic, Adult-Onset", "Idiopathic basal ganglia calcification", "Fahr Disease, Familial, Formerly", "Familial idiopathic basal ganglia calcification", "Cerebrovascular ferrocalcinosis", "Basal Ganglia Calcification, Idiopathic, 3", "Fibgc", "Ferrocalcinosis, Cerebrovascular", "Basal Ganglia Calcification, Idiopathic, 1", "PFBC", "Primary familial brain calcification", "Basal Ganglia Calcification, Idiopathic, 3, Formerly", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 1; IBGC1", "BSPDC", "Striopallidodentate Calcinosis", "Adult-onset idiopathic nonarteriosclerotic cerebral calcification", "Striopallidodentate Calcinosis, Bilateral", "Bilateral Striopallidodentate Calcinosis", "Basal Ganglia Calcification, Idiopathic, type 1", "Striopallidodentate calcinosis, autosomal dominant, adult onset", "Fahr Disease, Familial", "Striopallidodentate Calcinosis, Autosomal Dominant, Adult-Onset", "IBGC1"], "score": 6.5632887, "id_kw": "OMIM:213600", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_1980", "http://purl.obolibrary.org/obo/MESH_C536275"], "label_kw": ["Basal Ganglia Calcification, Idiopathic, 1", "Idiopathic basal ganglia calcification 1", "Bilateral striopallidodentate calcinosis"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_213600", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_1980", "http://purl.obolibrary.org/obo/MESH_C536275"], "_version_": 1580845512202911745, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_213600", "id": "OMIM:213600", "definition": ["Bilateral striopallidodentate calcinosis (BSPDC, also erroneously called Fahr disease) is characterized by the accumulation of calcium deposits in different brain regions, particularly the basal ganglia and dentate nucleus, and is often associated with neurodegeneration.", "Familial idiopathic basal ganglia calcification is an autosomal dominant condition characterized by symmetric calcification in the basal ganglia and other brain regions. Patients with calcifications can either be asymptomatic or show a wide spectrum of neuropsychiatric symptoms, including parkinsonism, dystonia, tremor, ataxia, dementia, psychosis, seizures, and chronic headache. Serum levels of calcium, phosphate, alkaline phosphatase, and parathyroid hormone are normal. The typical age at clinical onset is between 30 and 50 years (summary by {42:Wang et al., 2012}).\n\nCalcification of the basal ganglia is a nonspecific finding in many medical conditions, including infectious, metabolic, and genetic syndromes. In addition, calcification of the basal ganglia is observed as an incidental finding in approximately 0.7 to 1.2% of CT scans ({23:Koller et al., 1979}; {19:Harrington et al., 1981}; {14:Forstl et al., 1992}). These incidental calcifications are usually benign and have no clear etiology, especially in patients over 60 years of age ({17:Geschwind et al., 1999}). {14:Forstl et al. (1992)} found no increased risk for dementia, cerebral infarction, seizures, alcoholism, vertigo, or headache in 166 patients with calcification of the basal ganglia compared to 622 individuals without calcification.\n\n<Subhead> Genetic Heterogeneity of Idiopathic Basal Ganglia Calcification\n\nIBGC2 (OMIM:606656) has been mapped to chromosome 2q37. IBGC4 (OMIM:615007) is caused by mutation in the PDGFRB gene (OMIM:173410) on chromosome 5q32; IBGC5 (OMIM:615483) is caused by mutation in the PDGFB gene (OMIM:190040) on chromosome 22q12; and IBGC6 (OMIM:616413) is caused by mutation in the XPR1 gene (OMIM:605237) on 1q25.\n\nSee OMIM:114100 for a childhood-onset form of idiopathic basal ganglia calcification.\n\nThe symbol IBGC3 previously referred to the locus on chromosome 8p11 that includes the SLC20A2 gene ({8:Dai et al., 2010}). However, the family that originally defined the putative IBGC1 locus on chromosome 14q ({17:Geschwind et al., 1999}) was later found to carry a pathogenic mutation in the SLC20A2 gene ({20:Hsu et al., 2013}), and the IBGC locus on chromosome 14q has not been replicated ({36:Oliveira et al., 2004}; {20:Hsu et al., 2013}). Thus, the symbol IBGC1 now refers to the disorder caused by mutation in the SLC20A2 gene on chromosome 8p11 and the symbol IGBC3 is no longer used."], "synonym_kw": ["Idiopathic basal ganglia calcification type 1", "Cerebral Calcification, Nonarteriosclerotic, Idiopathic, Adult-Onset", "Idiopathic basal ganglia calcification", "Fahr Disease, Familial, Formerly", "Familial idiopathic basal ganglia calcification", "Cerebrovascular ferrocalcinosis", "Basal Ganglia Calcification, Idiopathic, 3", "Fibgc", "Ferrocalcinosis, Cerebrovascular", "Basal Ganglia Calcification, Idiopathic, 1", "PFBC", "Primary familial brain calcification", "Basal Ganglia Calcification, Idiopathic, 3, Formerly", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 1; IBGC1", "BSPDC", "Striopallidodentate Calcinosis", "Adult-onset idiopathic nonarteriosclerotic cerebral calcification", "Striopallidodentate Calcinosis, Bilateral", "Bilateral Striopallidodentate Calcinosis", "Basal Ganglia Calcification, Idiopathic, type 1", "Striopallidodentate calcinosis, autosomal dominant, adult onset", "Fahr Disease, Familial", "Striopallidodentate Calcinosis, Autosomal Dominant, Adult-Onset", "IBGC1"], "synonym_std": ["Idiopathic basal ganglia calcification type 1", "Cerebral Calcification, Nonarteriosclerotic, Idiopathic, Adult-Onset", "Idiopathic basal ganglia calcification", "Fahr Disease, Familial, Formerly", "Familial idiopathic basal ganglia calcification", "Cerebrovascular ferrocalcinosis", "Basal Ganglia Calcification, Idiopathic, 3", "Fibgc", "Ferrocalcinosis, Cerebrovascular", "Basal Ganglia Calcification, Idiopathic, 1", "PFBC", "Primary familial brain calcification", "Basal Ganglia Calcification, Idiopathic, 3, Formerly", "BASAL GANGLIA CALCIFICATION, IDIOPATHIC, 1; IBGC1", "BSPDC", "Striopallidodentate Calcinosis", "Adult-onset idiopathic nonarteriosclerotic cerebral calcification", "Striopallidodentate Calcinosis, Bilateral", "Bilateral Striopallidodentate Calcinosis", "Basal Ganglia Calcification, Idiopathic, type 1", "Striopallidodentate calcinosis, autosomal dominant, adult onset", "Fahr Disease, Familial", "Striopallidodentate Calcinosis, Autosomal Dominant, Adult-Onset", "IBGC1"], "label": ["Basal Ganglia Calcification, Idiopathic, 1", "Idiopathic basal ganglia calcification 1", "Bilateral striopallidodentate calcinosis"], "definition_eng": ["Bilateral striopallidodentate calcinosis (BSPDC, also erroneously called Fahr disease) is characterized by the accumulation of calcium deposits in different brain regions, particularly the basal ganglia and dentate nucleus, and is often associated with neurodegeneration.", "Familial idiopathic basal ganglia calcification is an autosomal dominant condition characterized by symmetric calcification in the basal ganglia and other brain regions. Patients with calcifications can either be asymptomatic or show a wide spectrum of neuropsychiatric symptoms, including parkinsonism, dystonia, tremor, ataxia, dementia, psychosis, seizures, and chronic headache. Serum levels of calcium, phosphate, alkaline phosphatase, and parathyroid hormone are normal. The typical age at clinical onset is between 30 and 50 years (summary by {42:Wang et al., 2012}).\n\nCalcification of the basal ganglia is a nonspecific finding in many medical conditions, including infectious, metabolic, and genetic syndromes. In addition, calcification of the basal ganglia is observed as an incidental finding in approximately 0.7 to 1.2% of CT scans ({23:Koller et al., 1979}; {19:Harrington et al., 1981}; {14:Forstl et al., 1992}). These incidental calcifications are usually benign and have no clear etiology, especially in patients over 60 years of age ({17:Geschwind et al., 1999}). {14:Forstl et al. (1992)} found no increased risk for dementia, cerebral infarction, seizures, alcoholism, vertigo, or headache in 166 patients with calcification of the basal ganglia compared to 622 individuals without calcification.\n\n<Subhead> Genetic Heterogeneity of Idiopathic Basal Ganglia Calcification\n\nIBGC2 (OMIM:606656) has been mapped to chromosome 2q37. IBGC4 (OMIM:615007) is caused by mutation in the PDGFRB gene (OMIM:173410) on chromosome 5q32; IBGC5 (OMIM:615483) is caused by mutation in the PDGFB gene (OMIM:190040) on chromosome 22q12; and IBGC6 (OMIM:616413) is caused by mutation in the XPR1 gene (OMIM:605237) on 1q25.\n\nSee OMIM:114100 for a childhood-onset form of idiopathic basal ganglia calcification.\n\nThe symbol IBGC3 previously referred to the locus on chromosome 8p11 that includes the SLC20A2 gene ({8:Dai et al., 2010}). However, the family that originally defined the putative IBGC1 locus on chromosome 14q ({17:Geschwind et al., 1999}) was later found to carry a pathogenic mutation in the SLC20A2 gene ({20:Hsu et al., 2013}), and the IBGC locus on chromosome 14q has not been replicated ({36:Oliveira et al., 2004}; {20:Hsu et al., 2013}). Thus, the symbol IBGC1 now refers to the disorder caused by mutation in the SLC20A2 gene on chromosome 8p11 and the symbol IGBC3 is no longer used."], "equivalent_curie_std": ["Orphanet:1980", "MESH:C536275"], "category": ["disease"]}, {"synonym": ["AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1", "Amyotrophic Lateral Sclerosis, Autosomal Dominant", "Amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1, Autosomal Recessive", "Amyotrophic Lateral Sclerosis 1, Familial", "ALS1", "amyotrophic lateral sclerosis 1", "Amyotrophic Lateral Sclerosis, Sporadic", "Amyotrophic Lateral Sclerosis type 1", "Amyotrophic Lateral Sclerosis, Familial", "Amyotrophic Lateral Sclerosis 1, Autosomal Dominant"], "equivalent_curie_eng": ["UMLS:C1862939", "MESH:C531617", "DOID:0060193"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:105400", "iri": "http://purl.obolibrary.org/obo/OMIM_105400", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/UMLS_C1862939", "http://purl.obolibrary.org/obo/MESH_C531617", "http://purl.obolibrary.org/obo/DOID_0060193"], "label_eng": ["Amyotrophic lateral sclerosis type 1", "amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1"], "definition_std": ["Amyotrophic lateral sclerosis is a neurodegenerative disorder characterized by the death of motor neurons in the brain, brainstem, and spinal cord, resulting in fatal paralysis. ALS usually begins with asymmetric involvement of the muscles in middle adult life. Approximately 10% of ALS cases are familial ({103:Siddique and Deng, 1996}). ALS is sometimes referred to as 'Lou Gehrig disease' after the famous American baseball player who was diagnosed with the disorder.\n\n{97:Rowland and Shneider (2001)} and {60:Kunst (2004)} provided extensive reviews of ALS. Some forms of ALS occur with frontotemporal dementia (FTD).\n\nFamilial ALS is distinct from a form of ALS with dementia reported in cases on Guam (OMIM:105500) ({33:Espinosa et al., 1962}; {52:Husquinet and Franck, 1980}), in which the histology is different and dementia and parkinsonism complicate the clinical picture.\n\n<Subhead> Genetic Heterogeneity of Amyotrophic Lateral Sclerosis\n\nALS is a genetically heterogeneous disorder, with several causative genes and mapped loci.\n\nALS6 (OMIM:608030) is caused by mutation in the FUS gene (OMIM:137070) on chromosome 16p11.2; ALS8 (OMIM:608627) is caused by mutation in the VAPB gene (OMIM:605704) on chromosome 13; ALS9 (OMIM:611895) is caused by mutation in the ANG gene (OMIM:105850) on chromosome 14q11; ALS10 (OMIM:612069) is caused by mutation in the TARDBP gene (OMIM:605078) on 1p36.2; ALS11 (OMIM:612577) is caused by mutation in the FIG4 gene (OMIM:609390) on chromosome 6q21; ALS12 (OMIM:613435) is caused by mutation in the OPTN gene (OMIM:602432) on chromosome 10p; ALS14 (OMIM:613954) is caused by mutation in the VCP gene (OMIM:601023) gene on chromosome 9p13-p12; ALS15 (OMIM:300857) is caused by mutation in the UBQLN2 gene (OMIM:300264) on chromosome Xp11.23-p11.1; ALS17 (OMIM:614696) is caused by mutation in the CHMP2B gene (OMIM:609512) on chromosome 3p11; ALS18 (OMIM:614808) is caused by mutation in the PFN1 gene (OMIM:176610) on chromosome 17p13.3; ALS19 (OMIM:615515) is caused by mutation in the ERBB4 gene (OMIM:600543) on chromosome 2q34; ALS20 (OMIM:615426) is caused by mutation in the HNRNPA1 gene (OMIM:164017) on chromosome 12q13; ALS21 (OMIM:606070) is caused by mutation in the MATR3 gene (OMIM:164015) on chromosome 5q31; and ALS22 (OMIM:616208) is caused by mutation in the TUBA4A gene (OMIM:191110) on chromosome 2q35. See also FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on chromosome 9p21.\n\nLoci associated with the disorder are found on chromosomes 18q21 (ALS3; OMIM:606640) and 20p13 (ALS7; OMIM:608031).\n\nIntermediate-length polyglutamine repeat expansions in the ATXN2 gene (OMIM:601517) contribute to susceptibility to ALS (ALS13; OMIM:183090). Susceptibility to ALS has been associated with mutations in other genes, including deletions or insertions in the gene encoding the heavy neurofilament subunit (NEFH; OMIM:162230); deletions in the gene encoding peripherin (PRPH; OMIM:170710); and mutations in the dynactin gene (DCTN1; OMIM:601143).\n\nSome forms of ALS show juvenile onset. See juvenile-onset ALS2 (OMIM:205100), caused by mutation in the alsin (OMIM:606352) gene on 2q33; ALS4 (OMIM:602433), caused by mutation in the senataxin gene (SETX; OMIM:608465) on 9q34; ALS5 (OMIM:602099), caused by mutation in the SPG11 gene (OMIM:610844) on 15q21; and ALS16 (OMIM:614373), caused by mutation in the SIGMAR1 gene (OMIM:601978) on 9p13.", "The most common type of familial ALS that has material basis in mutation in the SOD1 gene on chromosome 21."], "id_eng": "OMIM:105400", "definition_kw": ["Amyotrophic lateral sclerosis is a neurodegenerative disorder characterized by the death of motor neurons in the brain, brainstem, and spinal cord, resulting in fatal paralysis. ALS usually begins with asymmetric involvement of the muscles in middle adult life. Approximately 10% of ALS cases are familial ({103:Siddique and Deng, 1996}). ALS is sometimes referred to as 'Lou Gehrig disease' after the famous American baseball player who was diagnosed with the disorder.\n\n{97:Rowland and Shneider (2001)} and {60:Kunst (2004)} provided extensive reviews of ALS. Some forms of ALS occur with frontotemporal dementia (FTD).\n\nFamilial ALS is distinct from a form of ALS with dementia reported in cases on Guam (OMIM:105500) ({33:Espinosa et al., 1962}; {52:Husquinet and Franck, 1980}), in which the histology is different and dementia and parkinsonism complicate the clinical picture.\n\n<Subhead> Genetic Heterogeneity of Amyotrophic Lateral Sclerosis\n\nALS is a genetically heterogeneous disorder, with several causative genes and mapped loci.\n\nALS6 (OMIM:608030) is caused by mutation in the FUS gene (OMIM:137070) on chromosome 16p11.2; ALS8 (OMIM:608627) is caused by mutation in the VAPB gene (OMIM:605704) on chromosome 13; ALS9 (OMIM:611895) is caused by mutation in the ANG gene (OMIM:105850) on chromosome 14q11; ALS10 (OMIM:612069) is caused by mutation in the TARDBP gene (OMIM:605078) on 1p36.2; ALS11 (OMIM:612577) is caused by mutation in the FIG4 gene (OMIM:609390) on chromosome 6q21; ALS12 (OMIM:613435) is caused by mutation in the OPTN gene (OMIM:602432) on chromosome 10p; ALS14 (OMIM:613954) is caused by mutation in the VCP gene (OMIM:601023) gene on chromosome 9p13-p12; ALS15 (OMIM:300857) is caused by mutation in the UBQLN2 gene (OMIM:300264) on chromosome Xp11.23-p11.1; ALS17 (OMIM:614696) is caused by mutation in the CHMP2B gene (OMIM:609512) on chromosome 3p11; ALS18 (OMIM:614808) is caused by mutation in the PFN1 gene (OMIM:176610) on chromosome 17p13.3; ALS19 (OMIM:615515) is caused by mutation in the ERBB4 gene (OMIM:600543) on chromosome 2q34; ALS20 (OMIM:615426) is caused by mutation in the HNRNPA1 gene (OMIM:164017) on chromosome 12q13; ALS21 (OMIM:606070) is caused by mutation in the MATR3 gene (OMIM:164015) on chromosome 5q31; and ALS22 (OMIM:616208) is caused by mutation in the TUBA4A gene (OMIM:191110) on chromosome 2q35. See also FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on chromosome 9p21.\n\nLoci associated with the disorder are found on chromosomes 18q21 (ALS3; OMIM:606640) and 20p13 (ALS7; OMIM:608031).\n\nIntermediate-length polyglutamine repeat expansions in the ATXN2 gene (OMIM:601517) contribute to susceptibility to ALS (ALS13; OMIM:183090). Susceptibility to ALS has been associated with mutations in other genes, including deletions or insertions in the gene encoding the heavy neurofilament subunit (NEFH; OMIM:162230); deletions in the gene encoding peripherin (PRPH; OMIM:170710); and mutations in the dynactin gene (DCTN1; OMIM:601143).\n\nSome forms of ALS show juvenile onset. See juvenile-onset ALS2 (OMIM:205100), caused by mutation in the alsin (OMIM:606352) gene on 2q33; ALS4 (OMIM:602433), caused by mutation in the senataxin gene (SETX; OMIM:608465) on 9q34; ALS5 (OMIM:602099), caused by mutation in the SPG11 gene (OMIM:610844) on 15q21; and ALS16 (OMIM:614373), caused by mutation in the SIGMAR1 gene (OMIM:601978) on 9p13.", "The most common type of familial ALS that has material basis in mutation in the SOD1 gene on chromosome 21."], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/UMLS_C1862939", "http://purl.obolibrary.org/obo/MESH_C531617", "http://purl.obolibrary.org/obo/DOID_0060193"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_105400", "label_std": ["Amyotrophic lateral sclerosis type 1", "amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1"], "equivalent_curie": ["UMLS:C1862939", "MESH:C531617", "DOID:0060193"], "equivalent_curie_kw": ["UMLS:C1862939", "MESH:C531617", "DOID:0060193"], "synonym_eng": ["AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1", "Amyotrophic Lateral Sclerosis, Autosomal Dominant", "Amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1, Autosomal Recessive", "Amyotrophic Lateral Sclerosis 1, Familial", "ALS1", "amyotrophic lateral sclerosis 1", "Amyotrophic Lateral Sclerosis, Sporadic", "Amyotrophic Lateral Sclerosis type 1", "Amyotrophic Lateral Sclerosis, Familial", "Amyotrophic Lateral Sclerosis 1, Autosomal Dominant"], "score": 5.2478466, "id_kw": "OMIM:105400", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/UMLS_C1862939", "http://purl.obolibrary.org/obo/MESH_C531617", "http://purl.obolibrary.org/obo/DOID_0060193"], "label_kw": ["Amyotrophic lateral sclerosis type 1", "amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_105400", "equivalent_iri": ["http://purl.obolibrary.org/obo/UMLS_C1862939", "http://purl.obolibrary.org/obo/MESH_C531617", "http://purl.obolibrary.org/obo/DOID_0060193"], "_version_": 1580845511267581952, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_105400", "id": "OMIM:105400", "definition": ["Amyotrophic lateral sclerosis is a neurodegenerative disorder characterized by the death of motor neurons in the brain, brainstem, and spinal cord, resulting in fatal paralysis. ALS usually begins with asymmetric involvement of the muscles in middle adult life. Approximately 10% of ALS cases are familial ({103:Siddique and Deng, 1996}). ALS is sometimes referred to as 'Lou Gehrig disease' after the famous American baseball player who was diagnosed with the disorder.\n\n{97:Rowland and Shneider (2001)} and {60:Kunst (2004)} provided extensive reviews of ALS. Some forms of ALS occur with frontotemporal dementia (FTD).\n\nFamilial ALS is distinct from a form of ALS with dementia reported in cases on Guam (OMIM:105500) ({33:Espinosa et al., 1962}; {52:Husquinet and Franck, 1980}), in which the histology is different and dementia and parkinsonism complicate the clinical picture.\n\n<Subhead> Genetic Heterogeneity of Amyotrophic Lateral Sclerosis\n\nALS is a genetically heterogeneous disorder, with several causative genes and mapped loci.\n\nALS6 (OMIM:608030) is caused by mutation in the FUS gene (OMIM:137070) on chromosome 16p11.2; ALS8 (OMIM:608627) is caused by mutation in the VAPB gene (OMIM:605704) on chromosome 13; ALS9 (OMIM:611895) is caused by mutation in the ANG gene (OMIM:105850) on chromosome 14q11; ALS10 (OMIM:612069) is caused by mutation in the TARDBP gene (OMIM:605078) on 1p36.2; ALS11 (OMIM:612577) is caused by mutation in the FIG4 gene (OMIM:609390) on chromosome 6q21; ALS12 (OMIM:613435) is caused by mutation in the OPTN gene (OMIM:602432) on chromosome 10p; ALS14 (OMIM:613954) is caused by mutation in the VCP gene (OMIM:601023) gene on chromosome 9p13-p12; ALS15 (OMIM:300857) is caused by mutation in the UBQLN2 gene (OMIM:300264) on chromosome Xp11.23-p11.1; ALS17 (OMIM:614696) is caused by mutation in the CHMP2B gene (OMIM:609512) on chromosome 3p11; ALS18 (OMIM:614808) is caused by mutation in the PFN1 gene (OMIM:176610) on chromosome 17p13.3; ALS19 (OMIM:615515) is caused by mutation in the ERBB4 gene (OMIM:600543) on chromosome 2q34; ALS20 (OMIM:615426) is caused by mutation in the HNRNPA1 gene (OMIM:164017) on chromosome 12q13; ALS21 (OMIM:606070) is caused by mutation in the MATR3 gene (OMIM:164015) on chromosome 5q31; and ALS22 (OMIM:616208) is caused by mutation in the TUBA4A gene (OMIM:191110) on chromosome 2q35. See also FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on chromosome 9p21.\n\nLoci associated with the disorder are found on chromosomes 18q21 (ALS3; OMIM:606640) and 20p13 (ALS7; OMIM:608031).\n\nIntermediate-length polyglutamine repeat expansions in the ATXN2 gene (OMIM:601517) contribute to susceptibility to ALS (ALS13; OMIM:183090). Susceptibility to ALS has been associated with mutations in other genes, including deletions or insertions in the gene encoding the heavy neurofilament subunit (NEFH; OMIM:162230); deletions in the gene encoding peripherin (PRPH; OMIM:170710); and mutations in the dynactin gene (DCTN1; OMIM:601143).\n\nSome forms of ALS show juvenile onset. See juvenile-onset ALS2 (OMIM:205100), caused by mutation in the alsin (OMIM:606352) gene on 2q33; ALS4 (OMIM:602433), caused by mutation in the senataxin gene (SETX; OMIM:608465) on 9q34; ALS5 (OMIM:602099), caused by mutation in the SPG11 gene (OMIM:610844) on 15q21; and ALS16 (OMIM:614373), caused by mutation in the SIGMAR1 gene (OMIM:601978) on 9p13.", "The most common type of familial ALS that has material basis in mutation in the SOD1 gene on chromosome 21."], "synonym_kw": ["AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1", "Amyotrophic Lateral Sclerosis, Autosomal Dominant", "Amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1, Autosomal Recessive", "Amyotrophic Lateral Sclerosis 1, Familial", "ALS1", "amyotrophic lateral sclerosis 1", "Amyotrophic Lateral Sclerosis, Sporadic", "Amyotrophic Lateral Sclerosis type 1", "Amyotrophic Lateral Sclerosis, Familial", "Amyotrophic Lateral Sclerosis 1, Autosomal Dominant"], "synonym_std": ["AMYOTROPHIC LATERAL SCLEROSIS 1; ALS1", "Amyotrophic Lateral Sclerosis, Autosomal Dominant", "Amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1, Autosomal Recessive", "Amyotrophic Lateral Sclerosis 1, Familial", "ALS1", "amyotrophic lateral sclerosis 1", "Amyotrophic Lateral Sclerosis, Sporadic", "Amyotrophic Lateral Sclerosis type 1", "Amyotrophic Lateral Sclerosis, Familial", "Amyotrophic Lateral Sclerosis 1, Autosomal Dominant"], "label": ["Amyotrophic lateral sclerosis type 1", "amyotrophic lateral sclerosis type 1", "Amyotrophic Lateral Sclerosis 1"], "definition_eng": ["Amyotrophic lateral sclerosis is a neurodegenerative disorder characterized by the death of motor neurons in the brain, brainstem, and spinal cord, resulting in fatal paralysis. ALS usually begins with asymmetric involvement of the muscles in middle adult life. Approximately 10% of ALS cases are familial ({103:Siddique and Deng, 1996}). ALS is sometimes referred to as 'Lou Gehrig disease' after the famous American baseball player who was diagnosed with the disorder.\n\n{97:Rowland and Shneider (2001)} and {60:Kunst (2004)} provided extensive reviews of ALS. Some forms of ALS occur with frontotemporal dementia (FTD).\n\nFamilial ALS is distinct from a form of ALS with dementia reported in cases on Guam (OMIM:105500) ({33:Espinosa et al., 1962}; {52:Husquinet and Franck, 1980}), in which the histology is different and dementia and parkinsonism complicate the clinical picture.\n\n<Subhead> Genetic Heterogeneity of Amyotrophic Lateral Sclerosis\n\nALS is a genetically heterogeneous disorder, with several causative genes and mapped loci.\n\nALS6 (OMIM:608030) is caused by mutation in the FUS gene (OMIM:137070) on chromosome 16p11.2; ALS8 (OMIM:608627) is caused by mutation in the VAPB gene (OMIM:605704) on chromosome 13; ALS9 (OMIM:611895) is caused by mutation in the ANG gene (OMIM:105850) on chromosome 14q11; ALS10 (OMIM:612069) is caused by mutation in the TARDBP gene (OMIM:605078) on 1p36.2; ALS11 (OMIM:612577) is caused by mutation in the FIG4 gene (OMIM:609390) on chromosome 6q21; ALS12 (OMIM:613435) is caused by mutation in the OPTN gene (OMIM:602432) on chromosome 10p; ALS14 (OMIM:613954) is caused by mutation in the VCP gene (OMIM:601023) gene on chromosome 9p13-p12; ALS15 (OMIM:300857) is caused by mutation in the UBQLN2 gene (OMIM:300264) on chromosome Xp11.23-p11.1; ALS17 (OMIM:614696) is caused by mutation in the CHMP2B gene (OMIM:609512) on chromosome 3p11; ALS18 (OMIM:614808) is caused by mutation in the PFN1 gene (OMIM:176610) on chromosome 17p13.3; ALS19 (OMIM:615515) is caused by mutation in the ERBB4 gene (OMIM:600543) on chromosome 2q34; ALS20 (OMIM:615426) is caused by mutation in the HNRNPA1 gene (OMIM:164017) on chromosome 12q13; ALS21 (OMIM:606070) is caused by mutation in the MATR3 gene (OMIM:164015) on chromosome 5q31; and ALS22 (OMIM:616208) is caused by mutation in the TUBA4A gene (OMIM:191110) on chromosome 2q35. See also FTDALS (OMIM:105550), caused by mutation in the C9ORF72 gene (OMIM:614260) on chromosome 9p21.\n\nLoci associated with the disorder are found on chromosomes 18q21 (ALS3; OMIM:606640) and 20p13 (ALS7; OMIM:608031).\n\nIntermediate-length polyglutamine repeat expansions in the ATXN2 gene (OMIM:601517) contribute to susceptibility to ALS (ALS13; OMIM:183090). Susceptibility to ALS has been associated with mutations in other genes, including deletions or insertions in the gene encoding the heavy neurofilament subunit (NEFH; OMIM:162230); deletions in the gene encoding peripherin (PRPH; OMIM:170710); and mutations in the dynactin gene (DCTN1; OMIM:601143).\n\nSome forms of ALS show juvenile onset. See juvenile-onset ALS2 (OMIM:205100), caused by mutation in the alsin (OMIM:606352) gene on 2q33; ALS4 (OMIM:602433), caused by mutation in the senataxin gene (SETX; OMIM:608465) on 9q34; ALS5 (OMIM:602099), caused by mutation in the SPG11 gene (OMIM:610844) on 15q21; and ALS16 (OMIM:614373), caused by mutation in the SIGMAR1 gene (OMIM:601978) on 9p13.", "The most common type of familial ALS that has material basis in mutation in the SOD1 gene on chromosome 21."], "equivalent_curie_std": ["UMLS:C1862939", "MESH:C531617", "DOID:0060193"], "category": ["disease"]}, {"synonym": ["MITOCHONDRIAL COMPLEX I DEFICIENCY", "Nadh-Coenzyme Q Reductase Deficiency", "isolated NADH-ubiquinone reductase deficiency", "Isolated mitochondrial respiratory chain complex I deficiency", "Isolated NADH-coenzyme Q reductase deficiency", "Isolated NADH-CoQ reductase deficiency", "isolated NADH-coenzyme Q reductase deficiency", "Nadh:Q(1) Oxidoreductase Deficiency", "isolated NADH-CoQ reductase deficiency", "isolated mitochondrial respiratory chain complex I deficiency", "Mitochondrial Nadh Dehydrogenase Component of Complex I, Deficiency of", "Mitochondrial NADH dehydrogenase component of complex I, deficiency of", "NADH coenzyme q reductase deficiency", "NADH:Q(1) Oxidoreductase deficiency", "Isolated NADH-ubiquinone reductase deficiency"], "equivalent_curie_eng": ["Orphanet:2609", "UMLS:C1838979", "DOID:0060536", "MESH:C537475"], "leaf": true, "category_std": ["disease"], "id_std": "OMIM:252010", "iri": "http://purl.obolibrary.org/obo/OMIM_252010", "equivalent_iri_kw": ["http://www.orpha.net/ORDO/Orphanet_2609", "http://purl.obolibrary.org/obo/UMLS_C1838979", "http://purl.obolibrary.org/obo/DOID_0060536", "http://purl.obolibrary.org/obo/MESH_C537475"], "label_eng": ["Mitochondrial Complex 1 Deficiency", "mitochondrial complex I deficiency", "Mitochondrial complex I deficiency"], "definition_std": ["Isolated complex I deficiency is a rare inborn error of metabolism due to mutations in nuclear or mitochondrial genes encoding subunits or assembly factors of the human mitochondrial complex I (NADH: ubiquinone oxidoreductase) and is characterized by a wide range of manifestations including marked and often fatal lactic acidosis, cardiomyopathy, leukoencephalopathy, pure myopathy and hepatopathy with tubulopathy. Among the numerous clinical phenotypes observed are Leigh syndrome, Leber hereditary optic neuropathy and MELAS syndrome (see these terms).", "Isolated complex I deficiency is the most common enzymatic defect of the oxidative phosphorylation disorders ({37:McFarland et al., 2004}; {30:Kirby et al., 2004}). It causes a wide range of clinical disorders, ranging from lethal neonatal disease to adult-onset neurodegenerative disorders. Phenotypes include macrocephaly with progressive leukodystrophy, nonspecific encephalopathy, hypertrophic cardiomyopathy, myopathy, liver disease, Leigh syndrome (OMIM:256000), Leber hereditary optic neuropathy (OMIM:535000), and some forms of Parkinson disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen et al., 1996}; {47:Robinson, 1998}).\n\n<Subhead> Genetic Heterogeneity of Complex I Deficiency\n\nMitochondrial complex I deficiency shows extreme genetic heterogeneity and can be caused by mutation in nuclear-encoded genes or in mitochondrial-encoded genes. There are no obvious genotype-phenotype correlations, and inference of the underlying basis from the clinical or biochemical presentation is difficult, if not impossible (summary by {24:Haack et al., 2012}). However, the majority of cases are caused by mutations in nuclear-encoded genes ({35:Loeffen et al., 2000}; {58:Triepels et al., 2001}).\n\nComplex I deficiency with autosomal recessive inheritance results from mutation in nuclear-encoded subunit genes, including NDUFV1 (OMIM:161015), NDUFV2 (OMIM:600532), NDUFS1 (OMIM:157655), NDUFS2 (OMIM:602985), NDUFS3 (OMIM:603846), NDUFS4 (OMIM:602694), NDUFS6 (OMIM:603848), NDUFS7 (OMIM:601825), NDUFS8 (OMIM:602141), NDUFA2 (OMIM:602137), NDUFA11 (OMIM:612638), NDUFAF3 (OMIM:612911), NDUFA10 (OMIM:603835), NDUFB3 (OMIM:603839), NDUFB9 (OMIM:601445), and the complex I assembly genes B17.2L (OMIM:609653), HRPAP20 (OMIM:611776), C20ORF7 (OMIM:612360), NUBPL (OMIM:613621), NDUFAF1 (OMIM:606934), and TMEM126B (OMIM:615533). The disorder can also be caused by mutation in other nuclear-encoded genes, including FOXRED1 (OMIM:613622), ACAD9 (OMIM:611103; see OMIM:611126), and MTFMT (OMIM:611766; see OMIM:256000).\n\nX-linked inheritance is observed with mutations in the NDUFA1 (OMIM:300078) and NDUFB11 (OMIM:300403) genes.\n\nComplex I deficiency with mitochondrial inheritance has been associated with mutation in 6 mitochondrial-encoded components of complex I: MTND1 (OMIM:516000), MTND2 (OMIM:516001), MTND3 (OMIM:516002), MTND4 (OMIM:516003), MTND5 (OMIM:516005), MTND6 (OMIM:516006). Most of these patients have a phenotype of Leber hereditary optic neuropathy (LHON; OMIM:535000) or Leigh syndrome (OMIM:256000). Features of complex I deficiency may also be caused by mutation in other mitochondrial genes, including MTTS2 (OMIM:590085)."], "id_eng": "OMIM:252010", "definition_kw": ["Isolated complex I deficiency is a rare inborn error of metabolism due to mutations in nuclear or mitochondrial genes encoding subunits or assembly factors of the human mitochondrial complex I (NADH: ubiquinone oxidoreductase) and is characterized by a wide range of manifestations including marked and often fatal lactic acidosis, cardiomyopathy, leukoencephalopathy, pure myopathy and hepatopathy with tubulopathy. Among the numerous clinical phenotypes observed are Leigh syndrome, Leber hereditary optic neuropathy and MELAS syndrome (see these terms).", "Isolated complex I deficiency is the most common enzymatic defect of the oxidative phosphorylation disorders ({37:McFarland et al., 2004}; {30:Kirby et al., 2004}). It causes a wide range of clinical disorders, ranging from lethal neonatal disease to adult-onset neurodegenerative disorders. Phenotypes include macrocephaly with progressive leukodystrophy, nonspecific encephalopathy, hypertrophic cardiomyopathy, myopathy, liver disease, Leigh syndrome (OMIM:256000), Leber hereditary optic neuropathy (OMIM:535000), and some forms of Parkinson disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen et al., 1996}; {47:Robinson, 1998}).\n\n<Subhead> Genetic Heterogeneity of Complex I Deficiency\n\nMitochondrial complex I deficiency shows extreme genetic heterogeneity and can be caused by mutation in nuclear-encoded genes or in mitochondrial-encoded genes. There are no obvious genotype-phenotype correlations, and inference of the underlying basis from the clinical or biochemical presentation is difficult, if not impossible (summary by {24:Haack et al., 2012}). However, the majority of cases are caused by mutations in nuclear-encoded genes ({35:Loeffen et al., 2000}; {58:Triepels et al., 2001}).\n\nComplex I deficiency with autosomal recessive inheritance results from mutation in nuclear-encoded subunit genes, including NDUFV1 (OMIM:161015), NDUFV2 (OMIM:600532), NDUFS1 (OMIM:157655), NDUFS2 (OMIM:602985), NDUFS3 (OMIM:603846), NDUFS4 (OMIM:602694), NDUFS6 (OMIM:603848), NDUFS7 (OMIM:601825), NDUFS8 (OMIM:602141), NDUFA2 (OMIM:602137), NDUFA11 (OMIM:612638), NDUFAF3 (OMIM:612911), NDUFA10 (OMIM:603835), NDUFB3 (OMIM:603839), NDUFB9 (OMIM:601445), and the complex I assembly genes B17.2L (OMIM:609653), HRPAP20 (OMIM:611776), C20ORF7 (OMIM:612360), NUBPL (OMIM:613621), NDUFAF1 (OMIM:606934), and TMEM126B (OMIM:615533). The disorder can also be caused by mutation in other nuclear-encoded genes, including FOXRED1 (OMIM:613622), ACAD9 (OMIM:611103; see OMIM:611126), and MTFMT (OMIM:611766; see OMIM:256000).\n\nX-linked inheritance is observed with mutations in the NDUFA1 (OMIM:300078) and NDUFB11 (OMIM:300403) genes.\n\nComplex I deficiency with mitochondrial inheritance has been associated with mutation in 6 mitochondrial-encoded components of complex I: MTND1 (OMIM:516000), MTND2 (OMIM:516001), MTND3 (OMIM:516002), MTND4 (OMIM:516003), MTND5 (OMIM:516005), MTND6 (OMIM:516006). Most of these patients have a phenotype of Leber hereditary optic neuropathy (LHON; OMIM:535000) or Leigh syndrome (OMIM:256000). Features of complex I deficiency may also be caused by mutation in other mitochondrial genes, including MTTS2 (OMIM:590085)."], "equivalent_iri_std": ["http://www.orpha.net/ORDO/Orphanet_2609", "http://purl.obolibrary.org/obo/UMLS_C1838979", "http://purl.obolibrary.org/obo/DOID_0060536", "http://purl.obolibrary.org/obo/MESH_C537475"], "category_kw": ["disease"], "iri_eng": "http://purl.obolibrary.org/obo/OMIM_252010", "label_std": ["Mitochondrial Complex 1 Deficiency", "mitochondrial complex I deficiency", "Mitochondrial complex I deficiency"], "equivalent_curie": ["Orphanet:2609", "UMLS:C1838979", "DOID:0060536", "MESH:C537475"], "equivalent_curie_kw": ["Orphanet:2609", "UMLS:C1838979", "DOID:0060536", "MESH:C537475"], "synonym_eng": ["MITOCHONDRIAL COMPLEX I DEFICIENCY", "Nadh-Coenzyme Q Reductase Deficiency", "isolated NADH-ubiquinone reductase deficiency", "Isolated mitochondrial respiratory chain complex I deficiency", "Isolated NADH-coenzyme Q reductase deficiency", "Isolated NADH-CoQ reductase deficiency", "isolated NADH-coenzyme Q reductase deficiency", "Nadh:Q(1) Oxidoreductase Deficiency", "isolated NADH-CoQ reductase deficiency", "isolated mitochondrial respiratory chain complex I deficiency", "Mitochondrial Nadh Dehydrogenase Component of Complex I, Deficiency of", "Mitochondrial NADH dehydrogenase component of complex I, deficiency of", "NADH coenzyme q reductase deficiency", "NADH:Q(1) Oxidoreductase deficiency", "Isolated NADH-ubiquinone reductase deficiency"], "score": 5.2478466, "id_kw": "OMIM:252010", "equivalent_iri_eng": ["http://www.orpha.net/ORDO/Orphanet_2609", "http://purl.obolibrary.org/obo/UMLS_C1838979", "http://purl.obolibrary.org/obo/DOID_0060536", "http://purl.obolibrary.org/obo/MESH_C537475"], "label_kw": ["Mitochondrial Complex 1 Deficiency", "mitochondrial complex I deficiency", "Mitochondrial complex I deficiency"], "iri_kw": "http://purl.obolibrary.org/obo/OMIM_252010", "equivalent_iri": ["http://www.orpha.net/ORDO/Orphanet_2609", "http://purl.obolibrary.org/obo/UMLS_C1838979", "http://purl.obolibrary.org/obo/DOID_0060536", "http://purl.obolibrary.org/obo/MESH_C537475"], "_version_": 1580845512866660352, "category_eng": ["disease"], "iri_std": "http://purl.obolibrary.org/obo/OMIM_252010", "id": "OMIM:252010", "definition": ["Isolated complex I deficiency is a rare inborn error of metabolism due to mutations in nuclear or mitochondrial genes encoding subunits or assembly factors of the human mitochondrial complex I (NADH: ubiquinone oxidoreductase) and is characterized by a wide range of manifestations including marked and often fatal lactic acidosis, cardiomyopathy, leukoencephalopathy, pure myopathy and hepatopathy with tubulopathy. Among the numerous clinical phenotypes observed are Leigh syndrome, Leber hereditary optic neuropathy and MELAS syndrome (see these terms).", "Isolated complex I deficiency is the most common enzymatic defect of the oxidative phosphorylation disorders ({37:McFarland et al., 2004}; {30:Kirby et al., 2004}). It causes a wide range of clinical disorders, ranging from lethal neonatal disease to adult-onset neurodegenerative disorders. Phenotypes include macrocephaly with progressive leukodystrophy, nonspecific encephalopathy, hypertrophic cardiomyopathy, myopathy, liver disease, Leigh syndrome (OMIM:256000), Leber hereditary optic neuropathy (OMIM:535000), and some forms of Parkinson disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen et al., 1996}; {47:Robinson, 1998}).\n\n<Subhead> Genetic Heterogeneity of Complex I Deficiency\n\nMitochondrial complex I deficiency shows extreme genetic heterogeneity and can be caused by mutation in nuclear-encoded genes or in mitochondrial-encoded genes. There are no obvious genotype-phenotype correlations, and inference of the underlying basis from the clinical or biochemical presentation is difficult, if not impossible (summary by {24:Haack et al., 2012}). However, the majority of cases are caused by mutations in nuclear-encoded genes ({35:Loeffen et al., 2000}; {58:Triepels et al., 2001}).\n\nComplex I deficiency with autosomal recessive inheritance results from mutation in nuclear-encoded subunit genes, including NDUFV1 (OMIM:161015), NDUFV2 (OMIM:600532), NDUFS1 (OMIM:157655), NDUFS2 (OMIM:602985), NDUFS3 (OMIM:603846), NDUFS4 (OMIM:602694), NDUFS6 (OMIM:603848), NDUFS7 (OMIM:601825), NDUFS8 (OMIM:602141), NDUFA2 (OMIM:602137), NDUFA11 (OMIM:612638), NDUFAF3 (OMIM:612911), NDUFA10 (OMIM:603835), NDUFB3 (OMIM:603839), NDUFB9 (OMIM:601445), and the complex I assembly genes B17.2L (OMIM:609653), HRPAP20 (OMIM:611776), C20ORF7 (OMIM:612360), NUBPL (OMIM:613621), NDUFAF1 (OMIM:606934), and TMEM126B (OMIM:615533). The disorder can also be caused by mutation in other nuclear-encoded genes, including FOXRED1 (OMIM:613622), ACAD9 (OMIM:611103; see OMIM:611126), and MTFMT (OMIM:611766; see OMIM:256000).\n\nX-linked inheritance is observed with mutations in the NDUFA1 (OMIM:300078) and NDUFB11 (OMIM:300403) genes.\n\nComplex I deficiency with mitochondrial inheritance has been associated with mutation in 6 mitochondrial-encoded components of complex I: MTND1 (OMIM:516000), MTND2 (OMIM:516001), MTND3 (OMIM:516002), MTND4 (OMIM:516003), MTND5 (OMIM:516005), MTND6 (OMIM:516006). Most of these patients have a phenotype of Leber hereditary optic neuropathy (LHON; OMIM:535000) or Leigh syndrome (OMIM:256000). Features of complex I deficiency may also be caused by mutation in other mitochondrial genes, including MTTS2 (OMIM:590085)."], "synonym_kw": ["MITOCHONDRIAL COMPLEX I DEFICIENCY", "Nadh-Coenzyme Q Reductase Deficiency", "isolated NADH-ubiquinone reductase deficiency", "Isolated mitochondrial respiratory chain complex I deficiency", "Isolated NADH-coenzyme Q reductase deficiency", "Isolated NADH-CoQ reductase deficiency", "isolated NADH-coenzyme Q reductase deficiency", "Nadh:Q(1) Oxidoreductase Deficiency", "isolated NADH-CoQ reductase deficiency", "isolated mitochondrial respiratory chain complex I deficiency", "Mitochondrial Nadh Dehydrogenase Component of Complex I, Deficiency of", "Mitochondrial NADH dehydrogenase component of complex I, deficiency of", "NADH coenzyme q reductase deficiency", "NADH:Q(1) Oxidoreductase deficiency", "Isolated NADH-ubiquinone reductase deficiency"], "synonym_std": ["MITOCHONDRIAL COMPLEX I DEFICIENCY", "Nadh-Coenzyme Q Reductase Deficiency", "isolated NADH-ubiquinone reductase deficiency", "Isolated mitochondrial respiratory chain complex I deficiency", "Isolated NADH-coenzyme Q reductase deficiency", "Isolated NADH-CoQ reductase deficiency", "isolated NADH-coenzyme Q reductase deficiency", "Nadh:Q(1) Oxidoreductase Deficiency", "isolated NADH-CoQ reductase deficiency", "isolated mitochondrial respiratory chain complex I deficiency", "Mitochondrial Nadh Dehydrogenase Component of Complex I, Deficiency of", "Mitochondrial NADH dehydrogenase component of complex I, deficiency of", "NADH coenzyme q reductase deficiency", "NADH:Q(1) Oxidoreductase deficiency", "Isolated NADH-ubiquinone reductase deficiency"], "label": ["Mitochondrial Complex 1 Deficiency", "mitochondrial complex I deficiency", "Mitochondrial complex I deficiency"], "definition_eng": ["Isolated complex I deficiency is a rare inborn error of metabolism due to mutations in nuclear or mitochondrial genes encoding subunits or assembly factors of the human mitochondrial complex I (NADH: ubiquinone oxidoreductase) and is characterized by a wide range of manifestations including marked and often fatal lactic acidosis, cardiomyopathy, leukoencephalopathy, pure myopathy and hepatopathy with tubulopathy. Among the numerous clinical phenotypes observed are Leigh syndrome, Leber hereditary optic neuropathy and MELAS syndrome (see these terms).", "Isolated complex I deficiency is the most common enzymatic defect of the oxidative phosphorylation disorders ({37:McFarland et al., 2004}; {30:Kirby et al., 2004}). It causes a wide range of clinical disorders, ranging from lethal neonatal disease to adult-onset neurodegenerative disorders. Phenotypes include macrocephaly with progressive leukodystrophy, nonspecific encephalopathy, hypertrophic cardiomyopathy, myopathy, liver disease, Leigh syndrome (OMIM:256000), Leber hereditary optic neuropathy (OMIM:535000), and some forms of Parkinson disease (see OMIM:556500) ({35:Loeffen et al., 2000}; {44:Pitkanen et al., 1996}; {47:Robinson, 1998}).\n\n<Subhead> Genetic Heterogeneity of Complex I Deficiency\n\nMitochondrial complex I deficiency shows extreme genetic heterogeneity and can be caused by mutation in nuclear-encoded genes or in mitochondrial-encoded genes. There are no obvious genotype-phenotype correlations, and inference of the underlying basis from the clinical or biochemical presentation is difficult, if not impossible (summary by {24:Haack et al., 2012}). However, the majority of cases are caused by mutations in nuclear-encoded genes ({35:Loeffen et al., 2000}; {58:Triepels et al., 2001}).\n\nComplex I deficiency with autosomal recessive inheritance results from mutation in nuclear-encoded subunit genes, including NDUFV1 (OMIM:161015), NDUFV2 (OMIM:600532), NDUFS1 (OMIM:157655), NDUFS2 (OMIM:602985), NDUFS3 (OMIM:603846), NDUFS4 (OMIM:602694), NDUFS6 (OMIM:603848), NDUFS7 (OMIM:601825), NDUFS8 (OMIM:602141), NDUFA2 (OMIM:602137), NDUFA11 (OMIM:612638), NDUFAF3 (OMIM:612911), NDUFA10 (OMIM:603835), NDUFB3 (OMIM:603839), NDUFB9 (OMIM:601445), and the complex I assembly genes B17.2L (OMIM:609653), HRPAP20 (OMIM:611776), C20ORF7 (OMIM:612360), NUBPL (OMIM:613621), NDUFAF1 (OMIM:606934), and TMEM126B (OMIM:615533). The disorder can also be caused by mutation in other nuclear-encoded genes, including FOXRED1 (OMIM:613622), ACAD9 (OMIM:611103; see OMIM:611126), and MTFMT (OMIM:611766; see OMIM:256000).\n\nX-linked inheritance is observed with mutations in the NDUFA1 (OMIM:300078) and NDUFB11 (OMIM:300403) genes.\n\nComplex I deficiency with mitochondrial inheritance has been associated with mutation in 6 mitochondrial-encoded components of complex I: MTND1 (OMIM:516000), MTND2 (OMIM:516001), MTND3 (OMIM:516002), MTND4 (OMIM:516003), MTND5 (OMIM:516005), MTND6 (OMIM:516006). Most of these patients have a phenotype of Leber hereditary optic neuropathy (LHON; OMIM:535000) or Leigh syndrome (OMIM:256000). Features of complex I deficiency may also be caused by mutation in other mitochondrial genes, including MTTS2 (OMIM:590085)."], "equivalent_curie_std": ["Orphanet:2609", "UMLS:C1838979", "DOID:0060536", "MESH:C537475"], "category": ["disease"]}], "facet_counts": {"category": {"gene": 36, "Phenotype": 7, "disease": 143}, "taxon_label": {"Mus musculus": 2, "Takifugu rubripes": 1, "Equus caballus": 3, "Bos taurus": 3, "Canis lupus familiaris": 3, "Pan troglodytes": 3, "Felis catus": 2, "Anolis carolinensis": 3, "Ornithorhynchus anatinus": 2, "Homo sapiens": 4, "Macaca mulatta": 1, "Sus scrofa": 3, "Monodelphis domestica": 3, "Gallus gallus": 3}}, "pagination": {}}
--- a/test-data/phenotype-for-phenotype-and-taxon.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/phenotype-for-phenotype-and-taxon.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-["MGI:98086", "MGI:1925499", "MGI:1347246", "MGI:105121", "MGI:1926075", "MGI:1333850", "MGI:1861431", "MGI:107799", "MGI:1333852", "MGI:1354694", "MGI:107384", "MGI:101876", "MGI:1333849", "MGI:2159341", "MGI:1920501", "MGI:2676631", "MGI:97898", "MGI:1932557", "MGI:1345186", "MGI:1914449", "MGI:1915724", "MGI:1336168", "MGI:96702", "MGI:1915416", "MGI:88028", "MGI:1916801", "MGI:95668", "MGI:109280", "MGI:1917226", "MGI:1096878", "MGI:98250", "MGI:1339999", "MGI:1924118", "MGI:2137963", "MGI:5568573", "MGI:3577421", "MGI:2177507", "MGI:2684993", "MGI:1923691", "MGI:1332247", "MGI:2158015", "MGI:1920024", "MGI:3800224", "MGI:5426404", "MGI:2180585", "MGI:2446700", "MGI:102643", "MGI:1261811", "MGI:1355318", "MGI:1097712", "MGI:2441717", "MGI:3052332", "MGI:2137600", "MGI:1920198", "MGI:1928953", "MGI:2682935", "MGI:107477", "MGI:1919107", "MGI:2443413", "MGI:1888981", "MGI:5544343", "MGI:97075", "MGI:1346006", "MGI:1859271", "MGI:98283", "MGI:1298398", "MGI:2143698", "MGI:2153249", "MGI:107750", "MGI:1349428", "MGI:5004957", "MGI:106340", "MGI:1298383", "MGI:1918722", "MGI:5424993", "MGI:2447776", "MGI:1277173", "MGI:2387100", "MGI:104987", "MGI:98364", "MGI:1202882", "MGI:3578186", "MGI:88333", "MGI:1201690", "MGI:107471", "MGI:97010", "MGI:98347", "MGI:1918464", "MGI:88399", "MGI:2157910", "MGI:2443220", "MGI:3806518", "MGI:95617", "MGI:3033893", "MGI:4829394", "MGI:1890496", "MGI:1922075", "MGI:88523", "MGI:1929735", "MGI:1201407", "MGI:1330808", "MGI:1355295", "MGI:1339998", "MGI:3812360", "MGI:2153040", "MGI:2670667", "MGI:1343461", "MGI:1351654", "MGI:1923751", "MGI:2671533", "MGI:1345193", "MGI:1321398", "MGI:1354963", "MGI:1196251", "MGI:2679336", "MGI:2145242", "MGI:2671544", "MGI:1918788", "MGI:3577435", "MGI:109474", "MGI:2687194", "MGI:99438", "MGI:105926", "MGI:102468", "MGI:2446977", "MGI:1921441", "FlyBase:FBgn0266339", "MGI:1917232", "MGI:3053678", "MGI:103220", "MGI:1930923", "MGI:1857075", "MGI:4829468", "MGI:103027", "MGI:1914596", "MGI:1921662", "MGI:3052471", "MGI:894310", "MGI:103038", "FlyBase:FBgn0028711", "MGI:1919834", "MGI:3530337", "MGI:1856670", "MGI:108064", "MGI:104556", "MGI:1197010", "MGI:104908", "MGI:1914211", "FlyBase:FBgn0266337", "MGI:1195272", "MGI:104517", "MGI:1923883", "MGI:1921537", "MGI:88458", "MGI:2384786", "MGI:2448628", "MGI:109620", "MGI:1920546", "MGI:97429", "MGI:2448730", "MGI:3577433", "MGI:3577423", "MGI:3817302", "MGI:2140967", "MGI:1922908", "MGI:102504", "MGI:2140279", "MGI:4359038", "MGI:98214", "MGI:96285", "MGI:1298220", "MGI:2685114", "MGI:2135885", "MGI:88246", "MGI:1097680", "MGI:1347094", "MGI:2386865", "MGI:104757", "MGI:101782", "MGI:97766", "MGI:1333809", "MGI:1097686", "MGI:103577", "MGI:1346063", "MGI:2388271", "MGI:1917272", "MGI:2136882", "MGI:102467", "MGI:1349475", "MGI:101920", "MGI:1920185", "MGI:2443101", "MGI:1932535", "MGI:108063", "MGI:1929260", "MGI:98512", "MGI:1353431", "MGI:5487551", "MGI:109349", "MGI:1196224", "MGI:2671469", "MGI:1891209", "MGI:108570", "MGI:3818874", "MGI:1916524", "MGI:1916141", "MGI:2141857", "MGI:97998", "MGI:5491159", "MGI:97750", "MGI:1276112", "MGI:1856704", "MGI:4867500", "MGI:2671633", "MGI:1341296", "MGI:1920831", "MGI:4867509", "MGI:104616", "MGI:1353557", "MGI:1920334", "MGI:2152453", "MGI:2450757", "MGI:1915403", "MGI:2385849", "MGI:1346316", "MGI:107193", "MGI:2445031", "MGI:1913424", "MGI:1340032", "MGI:1277234", "MGI:96940", "MGI:96192", "FlyBase:FBgn0020404", "MGI:1891291", "MGI:109450", "MGI:1202305", "MGI:1349410", "MGI:5446185", "MGI:1314884", "MGI:3043214", "MGI:99214", "MGI:2651830", "MGI:1351484", "MGI:1916396", "MGI:1919096", "FlyBase:FBgn0268009", "MGI:2686934", "MGI:1917057", "MGI:3588268", "MGI:1342771", "MGI:109521", "MGI:1889800", "MGI:700014", "MGI:102683", "MGI:3808146", "MGI:5433316", "MGI:1857006", "MGI:98759", "MGI:2670747", "MGI:2671413", "MGI:1098673", "MGI:1926033", "MGI:1309468", "MGI:1203728", "MGI:1929215", "MGI:1932407", "MGI:1915023", "MGI:2671278", "MGI:5560783", "MGI:5424988", "MGI:1338017", "MGI:1921728", "MGI:1928895", "MGI:1914978", "MGI:1915982", "MGI:1924730", "MGI:88145", "MGI:101914", "MGI:1353499", "MGI:96494", "MGI:1915033", "MGI:2685298", "MGI:1099835", "MGI:97537", "MGI:1194495", "MGI:1858229", "MGI:96646", "MGI:96660", "MGI:1345148", "MGI:1341841", "MGI:2671365", "MGI:101836", "MGI:1857056", "MGI:1927339", "MGI:2141032", "MGI:88135", "FlyBase:FBgn0017573", "MGI:96692", "MGI:109249", "MGI:107979", "MGI:109559", "MGI:1913324", "MGI:1346328", "MGI:5428956", "MGI:107485", "MGI:99484", "MGI:97612", "MGI:1919936", "MGI:96610", "MGI:3757588", "MGI:1096867", "MGI:109267", "MGI:102570", "MGI:2670969", "MGI:3811859", "FlyBase:FBgn0029150", "MGI:3033899", "MGI:1333877", "MGI:105123", "MGI:104627", "MGI:1919340", "MGI:1347049", "MGI:2671417", "MGI:1923800", "MGI:107490", "MGI:1352474", "MGI:1913763", "MGI:104755", "MGI:1341840", "MGI:107532", "MGI:104626", "FlyBase:FBgn0265129", "MGI:1933331", "MGI:1920212", "MGI:2140321", "MGI:1336196", "MGI:2147987", "MGI:1352457", "MGI:109275", "MGI:1919412", "MGI:4936993", "MGI:2671358", "MGI:1201686", "MGI:3045254", "MGI:1346833", "MGI:3811276", "MGI:99516", "MGI:1339973", "MGI:1309503", "MGI:1924427", "MGI:2667185", "MGI:1277968", "MGI:894288", "MGI:5568074", "MGI:1347008", "MGI:2138261", "MGI:1347004", "MGI:3580364", "MGI:2443574", "MGI:3799281", "MGI:105107", "MGI:1919385", "MGI:1349390", "MGI:1289201", "MGI:1196365", "MGI:1916147", "MGI:1920703", "MGI:1095737", "MGI:3578435", "MGI:1856696", "MGI:1913287", "MGI:2653833", "MGI:5429773", "MGI:1353418", "MGI:98504", "MGI:1888526", "MGI:88398", "MGI:1337096", "MGI:1857054", "MGI:2446210", "MGI:1289172", "MGI:104650", "MGI:1929469", "MGI:1926163", "MGI:1353589", "MGI:5646394", "MGI:1913590", "MGI:2155399", "MGI:3039591", "MGI:88323", "MGI:5615412", "MGI:2140260", "MGI:2143311", "MGI:2386139", "MGI:2443868", "MGI:1916925", "MGI:5648126", "MGI:1277097", "MGI:1349412", "MGI:2384877", "MGI:1915065", "MGI:106611", "MGI:95275", "MGI:2387350", "MGI:99841", "MGI:1353611", "MGI:2146616", "MGI:2145261", "MGI:4831073", "MGI:5313523", "MGI:1857644", "MGI:98769", "MGI:1328368", "MGI:1856659", "MGI:3758822", "MGI:1201412", "MGI:1298211", "MGI:3649239", "MGI:1338010", "MGI:1891414", "MGI:3053526", "MGI:3036236", "MGI:1349469", "MGI:1336173", "MGI:3512806", "MGI:96544", "MGI:1347063", "MGI:2150982", "MGI:1098267", "MGI:1925049", "MGI:2442306", "MGI:2150037", "MGI:2447024", "MGI:108062", "MGI:2676823", "MGI:2683055", "MGI:1276110", "MGI:1922072", "MGI:1926142", "MGI:1261813", "MGI:2182081", "MGI:1933754", "MGI:107361", "MGI:3583942", "MGI:3686759", "MGI:2180699", "MGI:107996", "MGI:2147134", "MGI:1890516", "MGI:1856650", "MGI:105976", "MGI:5495800", "MGI:894644", "MGI:1351650", "MGI:97924", "MGI:1929772", "MGI:3043656", "MGI:97776", "MGI:5431482", "MGI:1921393", "MGI:1859287", "MGI:1927347", "MGI:1923500", "MGI:1100510", "MGI:1098733", "MGI:1338036", "MGI:106040", "MGI:109517", "MGI:98217", "MGI:1922169", "MGI:97255", "MGI:106183", "MGI:88107", "MGI:1915913", "MGI:1341818", "MGI:1925246", "MGI:1913524", "MGI:2671270", "MGI:2385061", "MGI:97303", "MGI:1349635", "FlyBase:FBgn0017569", "MGI:2443471", "MGI:5491168", "MGI:1913448", "MGI:1921361", "MGI:1927653", "MGI:1917942", "MGI:102967", "MGI:1888519", "MGI:1933993", "MGI:1098535", "MGI:98729", "MGI:2442451", "MGI:2661416", "MGI:894663", "MGI:1921701", "MGI:5424908", "MGI:99569", "MGI:3038457", "MGI:1924104", "MGI:107516", "MGI:1914264", "MGI:1194492", "MGI:1346036", "MGI:2446107", "MGI:2662261", "MGI:5424905", "MGI:97805", "MGI:1099442", "MGI:98496", "MGI:5762642", "MGI:109320", "MGI:3577505", "MGI:1347071", "MGI:98361", "MGI:2445220", "MGI:1913690", "MGI:104563", "MGI:88208", "MGI:4359058", "MGI:1888506", "MGI:97798", "MGI:1923363", "MGI:1859169", "MGI:1860297", "MGI:3573871", "MGI:1913412", "MGI:1914818", "MGI:2387633", "MGI:88061", "MGI:2387153", "MGI:1196466", "MGI:5704086", "MGI:97495", "MGI:2671266", "MGI:1354956", "MGI:87990", "MGI:1350985", "MGI:1341110", "MGI:104658", "MGI:2671678", "MGI:3530584", "MGI:3692919", "MGI:3689052", "MGI:98180", "MGI:1891699", "MGI:99638", "MGI:95710", "MGI:1920662", "MGI:1306780", "MGI:2135548", "MGI:1917834", "MGI:1890127", "MGI:107822", "MGI:99835", "MGI:2146046", "MGI:3815160", "MGI:1351631", "MGI:2442507", "MGI:1915207", "MGI:88096", "MGI:1927449", "MGI:109532", "MGI:1914634", "MGI:1859516", "MGI:1889364", "MGI:2444070", "MGI:2449205", "MGI:3832662", "MGI:1926884", "MGI:3038467", "MGI:2429409", "MGI:1919016", "MGI:88031", "MGI:1924290", "MGI:1096574", "MGI:1920973", "MGI:1858222", "MGI:1923764", "MGI:2685028", "MGI:1914495", "MGI:1915526", "MGI:1316743", "MGI:3812131", "MGI:98747", "MGI:1346029", "MGI:1353582", "MGI:104562", "MGI:1919785", "MGI:2679630", "MGI:1349182", "MGI:3526252", "MGI:1924127", "MGI:1344345", "MGI:101759", "MGI:2656156", "MGI:1915022", "MGI:1921731", "MGI:87971", "MGI:107231", "MGI:1345180", "MGI:106916", "FlyBase:FBgn0020402", "MGI:1858211", "MGI:1928976", "MGI:1347354", "MGI:1276108", "MGI:1914139", "MGI:1342542", "MGI:88276", "MGI:1917433", "MGI:1347520", "MGI:1197519", "MGI:1338068", "MGI:3573933", "MGI:3577437", "MGI:103078", "MGI:1333797", "MGI:1920994", "MGI:104971", "MGI:95299", "MGI:893573", "MGI:1916966", "MGI:1914848", "MGI:87867", "MGI:1349721", "MGI:1856624", "MGI:1932411", "MGI:1274787", "MGI:87892", "MGI:1857300", "MGI:891970", "MGI:95705", "MGI:107676", "MGI:99667", "MGI:1914722", "MGI:2155705", "MGI:3039563", "MGI:106639", "MGI:2448807", "MGI:109545", "MGI:1926234", "MGI:98310", "MGI:1891456", "MGI:1914256", "MGI:102848", "MGI:101761", "MGI:3807040", "MGI:108474", "MGI:1861447", "MGI:894289", "MGI:97004", "MGI:1916712", "MGI:1333780", "MGI:102944", "MGI:107934", "MGI:1341903", "MGI:1920234", "MGI:2680429", "MGI:1096551", "MGI:1914391", "MGI:1924209", "MGI:1352762", "MGI:88445", "MGI:3584043", "MGI:102696", "MGI:1351485", "MGI:1861691", "MGI:2442253", "MGI:1859324", "MGI:1314633", "MGI:1915450", "MGI:103234", "MGI:88537", "MGI:1100859", "MGI:3812085", "MGI:1917708", "MGI:1928765", "MGI:1351331", "MGI:2443584", "MGI:96954", "MGI:95525", "MGI:1342286", "MGI:1857047", "MGI:97381", "MGI:95716", "MGI:109339", "MGI:1098754", "MGI:1924963", "MGI:5424998", "MGI:2384508", "MGI:4359040", "MGI:3578207", "MGI:1339977", "MGI:3513284", "MGI:1298208", "MGI:2448588", "MGI:96079", "MGI:1919163", "MGI:96245", "MGI:1914061", "MGI:2685728", "MGI:99215", "MGI:95816", "MGI:3809527", "MGI:96257", "MGI:104671", "MGI:1309472", "MGI:99555", "MGI:104749", "MGI:1096364", "MGI:3818858", "MGI:2671375", "MGI:95541", "MGI:1856800", "MGI:106012", "MGI:5056360", "MGI:1917715", "MGI:2139628", "MGI:1920039", "MGI:88468", "MGI:1353425", "MGI:2671317", "MGI:1915813", "MGI:5707614", "MGI:96413", "MGI:1856806", "MGI:1917560", "MGI:1917745", "MGI:1261809", "MGI:98917", "MGI:1861749", "MGI:1349423", "MGI:99160", "MGI:1916299", "MGI:1926259", "MGI:3043649", "MGI:96759", "MGI:3589224", "MGI:1922246", "MGI:87942", "MGI:3513276", "MGI:1914516", "MGI:105126", "MGI:5424989", "MGI:1343087", "MGI:104328", "MGI:3578154", "MGI:1858235", "MGI:1914486", "MGI:1856974", "MGI:1329040", "MGI:105128", "MGI:108554", "MGI:103572", "MGI:2654325", "MGI:1856647", "MGI:1889508", "MGI:97473", "MGI:2684938", "MGI:96790", "MGI:1329026", "MGI:1915094", "MGI:3033905", "MGI:1860493", "MGI:2446175", "MGI:3576018", "MGI:2136282", "MGI:95639", "MGI:103067", "MGI:1298234", "MGI:2442230", "MGI:1353471", "MGI:2671384", "MGI:1333807", "MGI:1196223", "MGI:2443065", "MGI:103557", "MGI:1196275", "MGI:2671673", "MGI:2669996", "MGI:1099800", "MGI:1920247", "MGI:1916469", "MGI:2152414", "MGI:3686753", "MGI:1919192", "MGI:1925764", "MGI:103582", "MGI:2385198", "MGI:96930", "MGI:1329016", "MGI:1891341", "MGI:1890500", "MGI:1336885", "MGI:2137495", "MGI:3043653", "MGI:2442958", "MGI:2444630", "MGI:95957", "MGI:3798436", "MGI:1919293", "MGI:2140885", "MGI:1346341", "MGI:5317574", "MGI:5430047", "MGI:96617", "MGI:3611684", "MGI:96557", "MGI:96274", "MGI:3617840", "MGI:1915425", "MGI:3847094", "MGI:3809307", "MGI:3798420", "MGI:1914404", "MGI:2384836", "MGI:1931271", "MGI:104809", "MGI:1913565", "MGI:1095411", "MGI:1349462", "MGI:1353466", "MGI:106653", "MGI:2685992", "MGI:5049957", "MGI:1915224", "MGI:2671679", "MGI:95484", "MGI:1278334", "FlyBase:FBgn0044038", "MGI:109346", "MGI:2445289", "MGI:2448715", "MGI:103182", "MGI:1343095", "MGI:106181", "MGI:98953", "MGI:98475", "MGI:1930171", "MGI:103032", "MGI:2182728", "MGI:109129", "MGI:1926342", "MGI:1277166", "MGI:2671508", "MGI:1923723", "MGI:3578188", "MGI:2670981", "MGI:87881", "MGI:88024", "MGI:2681836", "MGI:1349461", "MGI:1352738", "MGI:3039573", "MGI:1917275", "MGI:5498482", "MGI:1891443", "MGI:1913063", "MGI:3813588", "MGI:1915291", "MGI:2144805", "MGI:5439937", "MGI:96698", "MGI:1350921", "MGI:3590182", "MGI:1926039", "MGI:1913576", "MGI:1923711", "MGI:3584514", "MGI:1923972", "MGI:1913736", "MGI:1924657", "MGI:1277119", "MGI:1313314", "MGI:4365994", "MGI:88462", "MGI:2685574", "MGI:104297", "MGI:3580385", "MGI:103225", "MGI:3045338", "MGI:5495796", "MGI:107595", "MGI:5490324", "MGI:1345156", "MGI:94917", "MGI:5585402", "MGI:3800418", "MGI:99415", "MGI:1342284", "MGI:106591", "MGI:1355310", "MGI:3512797", "MGI:1349766", "MGI:2449952", "MGI:3818965", "MGI:3512805", "MGI:1920000", "MGI:1919912", "MGI:101771", "MGI:2178217", "MGI:98864", "MGI:97608", "MGI:96778", "MGI:1098718", "MGI:106926", "MGI:1917680", "MGI:109124", "MGI:3808176", "MGI:1915164", "FlyBase:FBgn0063913", "MGI:1100089", "MGI:109242", "MGI:107418", "MGI:1890950", "MGI:1332234", "MGI:1856703", "MGI:1353624", "MGI:1915181", "MGI:95561", "MGI:97279", "MGI:88285", "MGI:2678718", "MGI:1346018", "MGI:1891221", "MGI:105043", "MGI:3027872", "MGI:3033916", "MGI:95627", "MGI:1922997", "MGI:3812563", "MGI:1919543", "MGI:1338850", "MGI:1929628", "MGI:1913495", "MGI:1891134", "MGI:104742", "MGI:1096385", "MGI:106658", "MGI:96398", "MGI:5431634", "MGI:1918398", "MGI:1920672", "MGI:1328337", "MGI:2671436", "MGI:1096353", "MGI:2384495", "MGI:107495", "MGI:1203290", "MGI:2179723", "MGI:1926879", "MGI:1890476", "MGI:2444928", "MGI:1915988", "MGI:5437725", "MGI:109163", "MGI:1353449", "MGI:3038452", "MGI:97313", "MGI:1920719", "MGI:101770", "MGI:892003", "MGI:2685134", "MGI:3522298", "MGI:1196356", "MGI:1914510", "MGI:2152776", "MGI:2442430", "MGI:1096344", "MGI:105115", "MGI:2177178", "MGI:2384782", "MGI:1858510", "MGI:107172", "MGI:2685211", "MGI:1921582", "MGI:2671306", "FlyBase:FBgn0265783", "MGI:3618741", "MGI:2384760", "MGI:1336199", "MGI:5499182", "MGI:104856", "MGI:1932287", "MGI:1194899", "MGI:97509", "MGI:3641288", "MGI:1336166", "MGI:95305", "MGI:5424972", "MGI:4834168", "MGI:109327", "MGI:1341850", "MGI:103559", "MGI:1342540", "MGI:95394", "MGI:1345634", "MGI:98304", "MGI:3052637", "MGI:2652821", "MGI:1934852", "MGI:3807963", "MGI:2685454", "MGI:2139764", "MGI:1919008", "MGI:3612701", "MGI:2442663", "MGI:2443430", "MGI:2152214", "MGI:2442444", "MGI:5704142", "MGI:3614797", "MGI:98962", "MGI:105108", "MGI:2681239", "MGI:2684960", "MGI:97005", "MGI:1352462", "MGI:1917711", "MGI:1277151", "MGI:1351333", "MGI:1276575", "MGI:107892", "MGI:96897", "MGI:2138151", "MGI:95622", "MGI:106018", "MGI:3811847", "MGI:1922011", "MGI:2152883", "MGI:1926102", "MGI:1195267", "MGI:87984", "MGI:99461", "MGI:1918339", "MGI:1202864", "MGI:1918639", "MGI:3815176", "MGI:1918662", "MGI:3801085", "MGI:1859670", "MGI:109252", "MGI:2388651", "MGI:1336883", "MGI:3815559", "MGI:1856978", "MGI:107410", "MGI:1916831", "MGI:103264", "MGI:1306784", "MGI:3046730", "MGI:99529", "MGI:1932410", "MGI:1914981", "MGI:2176433", "MGI:97804", "MGI:1341724", "MGI:1890457", "MGI:1933825", "MGI:109297", "MGI:1922516", "MGI:97595", "MGI:109164", "MGI:109157", "MGI:95543", "MGI:2387464", "MGI:97742", "MGI:1891150", "MGI:1341867", "MGI:1916394", "MGI:2181202", "MGI:1889679", "MGI:96382", "FlyBase:FBgn0022388", "MGI:96409", "MGI:2176159", "MGI:96435", "MGI:1888388", "MGI:98753", "MGI:87876", "MGI:95620", "MGI:2671461", "MGI:3686737", "MGI:95459", "MGI:1918770", "MGI:1914344", "MGI:1913340", "MGI:3577476", "MGI:103236", "MGI:1919840", "MGI:5510770", "MGI:108411", "MGI:1921248", "MGI:1914687", "MGI:88459", "MGI:109528", "MGI:2183448", "MGI:1923928", "MGI:2157785", "MGI:5317590", "MGI:1861094", "MGI:5792119", "MGI:109579", "MGI:2138828", "MGI:95630", "MGI:3528602", "MGI:5317764", "MGI:104654", "MGI:2176561", "MGI:88373", "MGI:99259", "MGI:1354944", "MGI:1915512", "MGI:2685212", "MGI:3686729", "MGI:1195260", "MGI:1298228", "MGI:99416", "MGI:3640786", "MGI:104574", "MGI:2158925", "MGI:109563", "MGI:2159407", "MGI:5311362", "MGI:94890", "MGI:104651", "MGI:97430", "MGI:105095", "MGI:88019", "MGI:1917627", "MGI:5646423", "MGI:1860494", "MGI:96547", "MGI:99422", "MGI:105979", "MGI:893591", "MGI:3808139", "MGI:2681196", "MGI:2443921", "MGI:1351500", "MGI:102790", "MGI:5437715", "MGI:98662", "MGI:2443999", "MGI:1919140", "MGI:1919330", "MGI:1929519", "MGI:2676874", "MGI:2387609", "MGI:107373", "MGI:95462", "MGI:2157953", "MGI:1929865", "MGI:2153060", "MGI:109321", "MGI:1202878", "MGI:1099787", "MGI:1913869", "MGI:3577455", "MGI:1918946", "MGI:3038429", "MGI:98960", "MGI:1921337", "MGI:96444", "MGI:1914688", "MGI:2140361", "MGI:1339365", "MGI:2387214", "MGI:96238", "MGI:1933126", "MGI:107162", "MGI:3818926", "MGI:1856609", "MGI:108082", "MGI:1096359", "MGI:2142567", "MGI:99474", "MGI:1861437", "MGI:3577767", "MGI:106379", "MGI:1333805", "MGI:1913533", "MGI:3578624", "MGI:2176207", "MGI:95456", "MGI:3647180", "MGI:109516", "MGI:2683486", "MGI:3043040", "MGI:3045308", "MGI:108466", "MGI:1195271", "MGI:2445208", "MGI:1861191", "MGI:95284", "MGI:2388707", "MGI:2683857", "MGI:105097", "MGI:2387006", "FlyBase:FBgn0265602", "MGI:103295", "MGI:2388287", "MGI:1351334", "MGI:2670972", "MGI:97849", "MGI:99437", "MGI:2444583", "MGI:2671674", "MGI:1890226", "FlyBase:FBgn0266332", "MGI:97535", "MGI:99159", "MGI:2442860", "MGI:106217", "MGI:109352", "MGI:99204", "MGI:1930134", "MGI:3522296", "MGI:2389007", "MGI:1352493", "MGI:109515", "MGI:3046767", "MGI:3577497", "MGI:2684927", "MGI:1270128", "MGI:95893", "MGI:3808909", "MGI:2146906", "MGI:2138614", "MGI:95666", "MGI:2671288", "MGI:1917084", "MGI:108390", "MGI:3053535", "MGI:96969", "MGI:107706", "MGI:98001", "MGI:107492", "MGI:1915050", "MGI:1859288", "MGI:3781595", "MGI:97616", "MGI:1350341", "MGI:2442925", "MGI:1933973", "MGI:106590", "MGI:1098283", "MGI:3775249", "MGI:104655", "MGI:1921341", "MGI:1860214", "MGI:1914080", "MGI:1859325", "MGI:88116", "MGI:1918239", "MGI:1889383", "MGI:1917087", "MGI:1915963", "MGI:2679342", "MGI:2448810", "MGI:96205", "MGI:2449455", "MGI:99182", "MGI:5425011", "MGI:1201692", "MGI:102760", "MGI:1861185", "MGI:1338800", "MGI:1338057", "MGI:104975", "MGI:3590652", "MGI:1345284", "MGI:103239", "MGI:2449143", "MGI:3611231", "MGI:3041797", "MGI:1278339", "MGI:3589229", "MGI:107544", "MGI:108110", "MGI:1913311", "MGI:2671416", "MGI:3522294", "MGI:96916", "MGI:1919489", "MGI:108076", "MGI:3030547", "MGI:2676663", "MGI:96734", "MGI:102774", "MGI:1916700", "MGI:1316649", "MGI:1913721", "MGI:1100883", "MGI:3817648", "MGI:3780541", "MGI:2444706", "MGI:1347247", "MGI:109529", "MGI:1349385", "MGI:2385368", "MGI:1355296", "MGI:3045313", "MGI:1856665", "MGI:1929704", "MGI:1346076", "MGI:2684980", "MGI:104795", "MGI:2384795", "MGI:3809019", "MGI:99433", "MGI:109283", "MGI:3797603", "MGI:2135679", "MGI:96396", "MGI:107321", "MGI:95556", "MGI:1196316", "MGI:1921572", "MGI:99423", "MGI:96928", "MGI:1922139", "MGI:2671321", "MGI:2654703", "MGI:1859353", "MGI:1859709", "MGI:108430", "MGI:1914273", "MGI:1856838", "MGI:1914982", "MGI:109536", "MGI:5585497", "MGI:1918195", "MGI:97440", "MGI:3818841", "MGI:1098239", "MGI:1917498", "MGI:1857084", "MGI:2143994", "MGI:1914921", "MGI:1891066", "MGI:3575174", "MGI:98852", "MGI:1914266", "FlyBase:FBgn0261645", "MGI:96175", "MGI:95836", "MGI:2443855", "MGI:1915896", "MGI:107246", "MGI:2385331", "MGI:96892", "MGI:3576010", "MGI:3045162", "MGI:1921559", "MGI:106911", "MGI:101835", "MGI:1349444", "MGI:96825", "MGI:1919419", "MGI:99439", "MGI:1328351", "MGI:1913743", "MGI:107404", "MGI:1277959", "MGI:1098264", "MGI:1351471", "MGI:1919884", "MGI:1098271", "MGI:96437", "MGI:1917416", "MGI:894281", "MGI:2685533", "MGI:1917372", "MGI:2447771", "MGI:1920920", "MGI:96821", "MGI:1352463", "MGI:2658986", "MGI:3528383", "MGI:1921462", "MGI:5425004", "MGI:1929872", "MGI:2387217", "MGI:1914497", "MGI:3710581", "MGI:96955", "MGI:2148924", "MGI:2384968", "MGI:107724", "MGI:1921123", "MGI:103071", "MGI:5436071", "MGI:2384784", "MGI:1342287", "MGI:1277152", "MGI:1919522", "MGI:2443807", "MGI:2385276", "MGI:102765", "MGI:1339639", "MGI:107585", "MGI:1338802", "MGI:97478", "MGI:2685692", "MGI:2136841", "MGI:1270156", "MGI:2385110", "MGI:1915964", "MGI:109609", "MGI:1924303", "MGI:97511", "FlyBase:FBgn0267391", "MGI:1919742", "MGI:101849", "MGI:1888999", "MGI:3041165", "MGI:88397", "MGI:98509", "MGI:88590", "MGI:2670984", "MGI:1858230", "MGI:109608", "MGI:1096381", "MGI:2146012", "MGI:2671591", "MGI:1914481", "MGI:5313709", "MGI:1918951", "MGI:5431478", "MGI:2684063", "MGI:1924155", "MGI:5708407", "MGI:1096325", "MGI:107374", "MGI:107730", "MGI:1890081", "MGI:3034012", "MGI:2652820", "MGI:1930803", "MGI:2444945", "MGI:5792095", "MGI:2149632", "MGI:2686651", "MGI:1278330", "MGI:3817955", "MGI:97592", "MGI:95917", "MGI:1860383", "MGI:3644957", "MGI:894698", "MGI:3589214", "MGI:5490320", "MGI:2384966", "MGI:96282", "MGI:1201671", "MGI:1194884", "MGI:1915213", "MGI:2384917", "MGI:1101353", "MGI:2140494", "MGI:1097717", "MGI:95822", "MGI:2671613", "MGI:106215", "MGI:95497", "MGI:108391", "MGI:3806357", "MGI:105387", "MGI:109263", "MGI:2448063", "MGI:1096317", "MGI:2444277", "MGI:1919444", "MGI:1277954", "MGI:1856860", "MGI:1343180", "MGI:96757", "MGI:106903", "MGI:4829956", "MGI:3038403", "MGI:1197518", "MGI:97762", "MGI:88390", "MGI:109562", "MGI:3575168", "MGI:88283", "MGI:1914221", "MGI:2138563", "MGI:1353620", "MGI:1860086", "MGI:1921455", "MGI:1857058", "MGI:2682682", "MGI:107628", "MGI:2181676", "MGI:1914581", "MGI:1927811", "MGI:88447", "MGI:5424994", "MGI:1346867", "MGI:88582", "MGI:2447303", "MGI:1346542", "MGI:98484", "MGI:97365", "MGI:1913699", "MGI:1934606", "MGI:98146", "MGI:1858227", "MGI:1309998", "MGI:3611320", "MGI:1354946", "FlyBase:FBgn0265094", "MGI:3577460", "MGI:5049954", "MGI:1920992", "MGI:1889024", "MGI:88056", "MGI:109565", "MGI:87939", "MGI:2139810", "MGI:1924897", "MGI:1098231", "MGI:2442572", "MGI:95748", "MGI:5436085", "MGI:1197527", "MGI:2443538", "MGI:1928397", "MGI:103567", "MGI:98612", "MGI:102949", "MGI:3590554", "MGI:96909", "MGI:1918876", "MGI:1920037", "MGI:96493", "MGI:105059", "MGI:3686763", "MGI:1919559", "MGI:96742", "MGI:3578142", "MGI:1918961", "FlyBase:FBgn0082312", "MGI:1345279", "MGI:105370", "MGI:97436", "MGI:97272", "MGI:1914902", "MGI:98346", "MGI:4829472", "MGI:1351606", "MGI:1926609", "MGI:1921394", "MGI:105046", "MGI:1913499", "MGI:1930008", "MGI:102688", "MGI:1930089", "MGI:1889306", "MGI:2677271", "MGI:1913972", "MGI:1335098", "MGI:1914549", "MGI:1298227", "MGI:1855697", "MGI:5424977", "MGI:88095", "MGI:1916366", "MGI:1914185", "MGI:109373", "MGI:97810", "MGI:5488927", "MGI:3619442", "MGI:1345144", "MGI:1915382", "MGI:2676840", "MGI:3794330", "MGI:1913491", "MGI:1930715", "MGI:894312", "MGI:5505487", "MGI:1196332", "MGI:1321390", "MGI:95515", "MGI:1347047", "MGI:3692915", "MGI:2183454", "MGI:2145236", "MGI:1923799", "MGI:1197006", "MGI:1333784", "MGI:2145154", "MGI:2443597", "MGI:106028", "MGI:2443480", "MGI:106586", "MGI:96612", "MGI:1332659", "MGI:99782", "MGI:93882", "MGI:2684924", "MGI:2143424", "MGI:109281", "MGI:4359042", "MGI:2660661", "MGI:1354737", "MGI:3849165", "MGI:2685847", "MGI:87968", "MGI:96391", "MGI:99458", "MGI:3038453", "MGI:108101", "MGI:109187", "MGI:1890508", "MGI:1097668", "MGI:1917297", "MGI:1350932", "MGI:1329021", "MGI:5646406", "MGI:1861379", "MGI:96756", "MGI:103561", "MGI:108058", "MGI:2446229", "FlyBase:FBgn0062630", "MGI:894806", "MGI:98221", "MGI:3584243", "MGI:98824", "MGI:109246", "MGI:102788", "MGI:2686925", "MGI:1891428", "MGI:1196423", "MGI:3046173", "MGI:97895", "MGI:1309489", "MGI:1917923", "MGI:98366", "MGI:1341077", "MGI:1202717", "MGI:1920243", "MGI:96158", "MGI:1277980", "MGI:3053533", "MGI:1349163", "MGI:95387", "MGI:2142116", "MGI:97496", "MGI:96891", "MGI:891976", "MGI:2684944", "MGI:95730", "MGI:1913433", "MGI:97811", "MGI:1270158", "MGI:1915107", "MGI:1924933", "MGI:2448787", "MGI:1333772", "MGI:99478", "MGI:1891831", "MGI:1931465", "MGI:107739", "MGI:1925237", "MGI:96051", "MGI:1891251", "MGI:1346880", "MGI:1927338", "MGI:1270845", "MGI:2384774", "MGI:1333791", "MGI:2676885", "MGI:1890212", "MGI:2675345", "MGI:1860604", "MGI:1928394", "MGI:3038433", "MGI:1856620", "MGI:96164", "MGI:96176", "MGI:98751", "MGI:104995", "MGI:2671484", "MGI:5428949", "MGI:107976", "MGI:96541", "MGI:94912", "MGI:2384996", "MGI:96794", "MGI:3580285", "MGI:2148491", "MGI:1340899", "MGI:1201684", "MGI:1352480", "MGI:1860138", "MGI:3042378", "MGI:1927204", "MGI:1859650", "MGI:2384210", "MGI:96666", "MGI:1861305", "MGI:1890529", "MGI:2444207", "MGI:5792030", "MGI:1921727", "MGI:1194500", "MGI:88574", "MGI:109198", "MGI:1196294", "MGI:94903", "MGI:96561", "MGI:3613598", "MGI:105933", "MGI:2655562", "MGI:1913771", "MGI:2684789", "MGI:2146663", "MGI:108013", "MGI:87926", "MGI:97847", "MGI:1354175", "MGI:1101759", "MGI:106919", "MGI:1915769", "MGI:1346881", "MGI:2139667", "MGI:3038459", "MGI:1343498", "MGI:2446180", "MGI:893575", "MGI:3037150", "MGI:99137", "MGI:96403", "MGI:2183054", "MGI:107403", "MGI:1930773", "MGI:2683897", "MGI:3806831", "MGI:2151016", "MGI:1933547", "MGI:96283", "MGI:96199", "MGI:1927578", "MGI:98510", "MGI:2388270", "MGI:1336189", "MGI:95432", "MGI:2448558", "MGI:5491173", "MGI:98249", "MGI:5440915", "MGI:5510750", "MGI:3614262", "MGI:1098238", "MGI:1918970", "MGI:3583900", "MGI:1915826", "MGI:1351490", "MGI:1856999", "MGI:1921367", "MGI:1923385", "MGI:1856983", "MGI:3575153", "MGI:107207", "MGI:5544596", "MGI:1857324", "MGI:99600", "MGI:105388", "MGI:106210", "MGI:97550", "MGI:2682760", "MGI:2137648", "MGI:3046760", "MGI:1333813", "MGI:1918272", "MGI:96964", "MGI:98240", "MGI:97492", "MGI:1918305", "MGI:2385206", "MGI:2153530", "MGI:2445114", "MGI:107414", "MGI:1930704", "MGI:95520", "MGI:1098274", "MGI:3041812", "MGI:1891374", "MGI:1914209", "MGI:1346500", "MGI:1914469", "MGI:103241", "MGI:1914675", "MGI:1913458", "MGI:5792115", "MGI:1915755", "MGI:5510537", "MGI:3776542", "MGI:95530", "MGI:2443254", "MGI:2685446", "MGI:5792043", "MGI:1346332", "MGI:3811104", "MGI:1858201", "MGI:1202298", "MGI:1856182", "MGI:1354735", "MGI:107173", "MGI:1341295", "MGI:1928983", "MGI:106220", "MGI:2386306", "MGI:1921748", "MGI:1346317", "MGI:3807055", "MGI:3812528", "MGI:96067", "MGI:1338013", "MGI:1919868", "MGI:95709", "MGI:88052", "MGI:97532", "MGI:2685279", "MGI:97799", "MGI:1857010", "MGI:88446", "MGI:2450151", "MGI:88282", "MGI:97051", "MGI:5791996", "MGI:1914526", "MGI:2143974", "MGI:1333802", "MGI:1915401", "MGI:3813568", "MGI:88385", "MGI:2685385", "MGI:104606", "MGI:1856632", "MGI:894323", "MGI:3050566", "MGI:103147", "MGI:1858317", "MGI:2687329", "MGI:104628", "MGI:1914371", "MGI:1195275", "MGI:2683287", "MGI:3577449", "MGI:1197011", "MGI:2441808", "MGI:2384879", "MGI:98216", "MGI:2448567", "MGI:2685336", "MGI:2671290", "MGI:88417", "MGI:1341163", "MGI:2156020", "MGI:5560152", "MGI:1919238", "MGI:1916034", "MGI:1334419", "MGI:1924840", "MGI:1351342", "MGI:1861991", "MGI:108186", "MGI:96540", "MGI:2444417", "MGI:5317610", "MGI:1914186", "MGI:99435", "MGI:1862037", "MGI:2385231", "MGI:1916120", "MGI:99603", "MGI:1925616", "MGI:2154278", "MGI:96968", "MGI:87884", "MGI:1917418", "MGI:104850", "MGI:1333799", "MGI:1917607", "MGI:2135760", "MGI:1933403", "MGI:2683052", "MGI:95704", "MGI:108085", "FlyBase:FBgn0283746", "MGI:96960", "MGI:96915", "MGI:1202301", "MGI:2386848", "MGI:3040701", "MGI:88322", "MGI:88071", "MGI:1924825", "MGI:107558", "MGI:109189", "MGI:1915958", "MGI:98511", "MGI:1888513", "MGI:1891158", "MGI:5560776", "MGI:1917611", "MGI:1923777", "MGI:1933206", "MGI:103581", "MGI:5646293", "MGI:95895", "MGI:2685369", "MGI:1921381", "MGI:5646402", "MGI:1917861", "MGI:2141920", "MGI:3033901", "MGI:1913483", "MGI:3586538", "MGI:1861119", "MGI:105393", "MGI:2448805", "MGI:104694", "MGI:1098567", "MGI:95278", "MGI:2685817", "MGI:1857085", "MGI:95602", "MGI:1914588", "MGI:1330824", "MGI:2152346", "MGI:103021", "MGI:2676804", "MGI:3801040", "MGI:5049962", "MGI:1888996", "MGI:96945", "MGI:1856644", "MGI:1195966", "MGI:1916867", "MGI:2388266", "MGI:1861742", "MGI:2450016", "MGI:3777564", "MGI:1345149", "MGI:88439", "FlyBase:FBgn0266192", "MGI:109340", "MGI:5646400", "MGI:1889549", "MGI:1931627", "MGI:1929242", "MGI:1345143", "MGI:1355330", "MGI:1098219", "MGI:107658", "MGI:3808159", "MGI:99683", "MGI:88594", "MGI:1353420", "MGI:1919623", "MGI:2652871", "MGI:102551", "MGI:3588198", "MGI:104861", "MGI:109330", "MGI:1346347", "MGI:1917700", "MGI:3608416", "MGI:1918343", "MGI:1856996", "MGI:2143977", "MGI:1101356", "MGI:109452", "MGI:96565", "MGI:3033926", "MGI:3649627", "MGI:1202880", "MGI:1353511", "MGI:96614", "MGI:96182", "MGI:1916987", "MGI:1921941", "MGI:2387751", "MGI:2157521", "MGI:2679270", "MGI:1891457", "MGI:3618290", "MGI:96764", "MGI:103099", "MGI:1201685", "MGI:1925230", "MGI:1916865", "MGI:2181962", "MGI:1916428", "MGI:1298205", "MGI:3521816", "FlyBase:FBgn0026405", "MGI:88140", "MGI:2444559", "MGI:2685024", "MGI:5468842", "MGI:2671617", "MGI:1313258", "MGI:1930751", "MGI:88452", "MGI:2176375", "MGI:3664653", "FlyBase:FBgn0086789", "MGI:2156687", "MGI:2656120", "MGI:3036260", "MGI:3603204", "MGI:2136348", "MGI:107771", "MGI:2139743", "MGI:2147658", "MGI:1194503", "MGI:1923513", "MGI:1856840", "MGI:1856476", "MGI:3801328", "MGI:2385900", "MGI:3642260", "MGI:1270839", "MGI:1861657", "MGI:96683", "MGI:96932", "MGI:88431", "MGI:2180509", "MGI:101766", "MGI:1352452", "MGI:3799279", "MGI:87911", "MGI:1914124", "MGI:1347056", "MGI:98400", "MGI:1928988", "MGI:3045221", "MGI:3686727", "MGI:2443635", "MGI:3716200", "MGI:2153466", "MGI:5000466", "MGI:106925", "MGI:102541", "MGI:95794", "MGI:2183050", "MGI:2385165", "MGI:1922269", "MGI:1889810", "MGI:2153480", "MGI:1341087", "MGI:98889", "MGI:3045312", "MGI:3580016", "MGI:5320194", "MGI:98754", "MGI:88515", "MGI:104847", "MGI:1889301", "MGI:893579", "MGI:97932", "MGI:1931527", "MGI:1918944", "MGI:103022", "MGI:97772", "MGI:3511278", "MGI:1919118", "MGI:1915218", "MGI:94896", "MGI:102694", "MGI:3589219", "MGI:1888520", "MGI:1920194", "MGI:1925847", "MGI:1924869", "MGI:1352629", "MGI:98467", "MGI:1916233", "MGI:1313271", "MGI:1353665", "MGI:1927140", "MGI:1890409", "MGI:2157523", "MGI:1856933", "FlyBase:FBgn0266340", "MGI:2144877", "MGI:1914643", "MGI:1344400", "MGI:1316742", "MGI:2156765", "MGI:1916279", "MGI:1352630", "MGI:95777", "MGI:99515", "MGI:1914482", "MGI:2153044", "MGI:103060", "MGI:1353563", "MGI:109377", "MGI:95598", "MGI:1917649", "MGI:1917669", "MGI:1920188", "MGI:95757", "MGI:1926005", "MGI:96438", "MGI:104967", "MGI:1330841", "MGI:2671336", "MGI:1856839", "MGI:1913806", "MGI:1924832", "MGI:107710", "MGI:1352467", "MGI:5636628", "MGI:1915889", "MGI:1919356", "MGI:2682314", "MGI:1339984", "MGI:103296", "MGI:95684", "MGI:97897", "MGI:1891763", "MGI:3578169", "MGI:1918960", "MGI:1923935", "MGI:1338038", "MGI:98932", "MGI:88457", "MGI:2159402", "MGI:1919762", "MGI:2183691", "MGI:1925841", "MGI:1261758", "MGI:3615484", "MGI:3575162", "MGI:1889802", "MGI:1201608", "MGI:1100874", "MGI:1351646", "MGI:1917887", "MGI:1913606", "MGI:4829400", "MGI:1329019", "MGI:1343489", "MGI:96920", "MGI:1096389", "MGI:87868", "MGI:1328356", "MGI:1354723", "MGI:1195276", "MGI:894292", "MGI:1098713", "MGI:2681120", "MGI:2136335", "MGI:3773074", "MGI:92638", "MGI:109155", "MGI:98371", "MGI:2448632", "MGI:95619", "MGI:1934133", "MGI:95476", "MGI:1916022", "MGI:3612841", "MGI:88121", "MGI:95567", "MGI:3809006", "MGI:2137357", "MGI:2137896", "MGI:1856822", "MGI:1861994", "MGI:98460", "MGI:2147039", "MGI:96074", "MGI:102845", "MGI:2135593", "MGI:1921624", "MGI:1914775", "MGI:1330819", "MGI:3577515", "MGI:2444797", "MGI:2150641", "MGI:3813563", "MGI:3046703", "MGI:1861473", "MGI:98813", "MGI:1925927", "MGI:2681249", "MGI:2682688", "MGI:1859333", "MGI:5439934", "MGI:1889411", "MGI:1926135", "MGI:2145420", "MGI:98587", "MGI:3038396", "MGI:1915084", "MGI:2670669", "MGI:1856612", "MGI:107624", "MGI:1890396", "MGI:103257", "MGI:3806125", "MGI:2152213", "MGI:3708996", "MGI:2685664", "MGI:1338788", "MGI:94909", "MGI:2145645", "MGI:3812335", "MGI:2143599", "FlyBase:FBgn0265135", "MGI:1856957", "MGI:1928991", "MGI:1913976", "MGI:108278", "MGI:3847254", "MGI:5484622", "MGI:97312", "MGI:3798489", "MGI:98328", "MGI:3522251", "MGI:1261855", "MGI:1196391", "MGI:1923401", "MGI:1925938", "FlyBase:FBgn0265501", "MGI:3777558", "MGI:2387324", "MGI:1915069", "MGI:1913840", "MGI:1194921", "MGI:108247", "MGI:102805", "MGI:1349427", "MGI:4413733", "MGI:2654070", "MGI:1914855", "MGI:95770", "MGI:1857028", "MGI:107633", "MGI:1321159", "MGI:2442403", "MGI:1918021", "MGI:1858745", "MGI:102667", "MGI:104560", "MGI:2671314", "MGI:1859152", "MGI:1890380", "MGI:88278", "MGI:107437", "MGI:88587", "MGI:2183016", "MGI:1261415", "MGI:4455207", "MGI:102791", "MGI:5762648", "MGI:1355274", "MGI:1913913", "MGI:1918546", "MGI:1919682", "MGI:109351", "MGI:1891731", "MGI:1917489", "MGI:1277134", "MGI:2671360", "MGI:102673", "MGI:107662", "MGI:104873", "MGI:107733", "FlyBase:FBgn0026790", "MGI:1924356", "MGI:3811880", "MGI:88110", "MGI:1923718", "MGI:1353609", "MGI:3807016", "MGI:1891343", "MGI:1914470", "MGI:1914111", "MGI:1913520", "MGI:104753", "MGI:1923735", "MGI:1927065", "MGI:1332240", "MGI:96600", "MGI:5491174", "MGI:1929955", "MGI:109589", "MGI:88328", "MGI:1923727", "MGI:88051", "MGI:891989", "MGI:2140327", "MGI:1914701", "MGI:1915159", "MGI:106184", "MGI:1890816", "MGI:95834", "MGI:1920904", "MGI:1339759", "MGI:2678023", "FlyBase:FBgn0029149", "MGI:99613", "MGI:3778191", "MGI:2443226", "MGI:2385612", "MGI:1858216", "MGI:88177", "MGI:1333757", "MGI:107307", "MGI:2444289", "FlyBase:FBgn0261591", "MGI:2671304", "MGI:5491156", "MGI:2181407", "MGI:5502971", "MGI:2444148", "MGI:3764933", "MGI:1918677", "MGI:97936", "MGI:1354692", "MGI:3612191", "MGI:2387600", "MGI:1919425", "MGI:1924661", "MGI:104737", "MGI:3822489", "MGI:2685530", "MGI:1934031", "MGI:3530489", "MGI:1916075", "MGI:1857024", "MGI:88049", "MGI:5647885", "MGI:97402", "MGI:95499", "MGI:3605071", "MGI:95797", "MGI:95558", "MGI:5499475", "MGI:96963", "MGI:1353455", "MGI:104669", "MGI:1915045", "MGI:1345629", "MGI:1916608", "MGI:3643593", "MGI:1891410", "MGI:95654", "MGI:1923750", "MGI:2681008", "MGI:1861458", "MGI:893598", "MGI:2660854", "MGI:109166", "MGI:109569", "MGI:97475", "MGI:95728", "MGI:1196439", "MGI:106190", "MGI:3800477", "MGI:98370", "MGI:5438054", "MGI:106038", "MGI:1270848", "MGI:1341865", "MGI:894670", "MGI:1914692", "MGI:87989", "MGI:99418", "MGI:1856887", "FlyBase:FBgn0266793", "MGI:1929293", "MGI:1917936", "MGI:1858600", "MGI:1929185", "MGI:1914297", "MGI:5646610", "MGI:1313268", "MGI:1918711", "MGI:3578182", "MGI:3620954", "MGI:2444120", "MGI:88158", "MGI:1346882", "MGI:98387", "MGI:1919650", "MGI:101907", "MGI:3708142", "MGI:1341292", "MGI:1352454", "MGI:1923016", "MGI:5588686", "MGI:2677480", "MGI:2141669", "MGI:99486", "MGI:104597", "MGI:1927593", "MGI:1344415", "MGI:99546", "MGI:1306776", "MGI:1337114", "MGI:5490310", "MGI:1891496", "MGI:1277150", "MGI:1888496", "MGI:1919439", "MGI:2676395", "MGI:1931881", "MGI:1914107", "MGI:1861438", "MGI:96829", "MGI:1929657", "MGI:1921164", "MGI:1202068", "MGI:105992", "MGI:97922", "MGI:2445077", "MGI:2151060", "MGI:1861986", "MGI:1861728", "MGI:5646412", "MGI:1330861", "MGI:1922032", "MGI:2443191", "MGI:1340053", "MGI:107935", "MGI:1344413", "MGI:1313297", "MGI:87878", "MGI:97843", "MGI:1934754", "MGI:3812554", "FlyBase:FBgn0262802", "MGI:1930004", "MGI:3043657", "MGI:1928395", "MGI:1313312", "MGI:1890514", "MGI:1306796", "MGI:1914037", "MGI:1354695", "MGI:3807938", "MGI:1890084", "MGI:1934234", "MGI:1098243", "MGI:3036254", "MGI:2448269", "MGI:1277962", "MGI:97896", "MGI:2669829", "MGI:1355305", "MGI:1856613", "MGI:1101061", "MGI:5491154", "MGI:1289168", "MGI:95616", "MGI:3043001", "MGI:1919232", "MGI:2679727", "MGI:94866", "MGI:1858732", "MGI:1917270", "MGI:3577480", "MGI:1919352", "MGI:97356", "MGI:2447763", "MGI:1922919", "MGI:1915756", "MGI:2139369", "MGI:2143103", "MGI:1925349", "MGI:1915723", "MGI:1929096", "MGI:1856814", "MGI:107160", "MGI:2147749", "MGI:2442293", "MGI:1914330", "MGI:2443590", "MGI:98085", "MGI:1917851", "MGI:3590178", "MGI:1888992", "MGI:97491", "MGI:106918", "MGI:95288", "MGI:2387989", "MGI:3809406", "MGI:1923810", "MGI:99261", "MGI:1346319", "MGI:3799216", "MGI:2135607", "MGI:1928984", "MGI:1277957", "MGI:88342", "MGI:1354724", "MGI:2147269", "MGI:106091", "MGI:4830597", "MGI:3646667", "MGI:1857073", "MGI:1349482", "MGI:3033904", "MGI:1918053", "MGI:2138968", "MGI:4359055", "MGI:3046724", "MGI:1098240", "MGI:109356", "MGI:2443727", "MGI:1351891", "MGI:103009", "MGI:102889", "MGI:1351315", "MGI:96738", "MGI:107672", "MGI:1927468", "MGI:98282", "MGI:3575165", "MGI:1890646", "MGI:1341817", "MGI:3586971", "MGI:3583957", "MGI:1922941", "MGI:3612271", "MGI:1918025", "MGI:2442092", "MGI:2388708", "MGI:109344", "MGI:1196334", "MGI:1919073", "MGI:2138283", "MGI:1915838", "MGI:3577431", "MGI:1100860", "MGI:1099446", "MGI:3050795", "MGI:1333766", "MGI:1921442", "MGI:1354947", "MGI:1344385", "MGI:109519", "MGI:1927596", "MGI:1342307", "MGI:1918976", "MGI:2137913", "MGI:1924415", "MGI:2144157", "MGI:1261845", "MGI:5490302", "MGI:1345171", "MGI:1861607", "MGI:3512782", "MGI:1891009", "MGI:1353654", "MGI:99441", "MGI:2144506", "MGI:1342290", "MGI:1921138", "MGI:2678697", "MGI:5646288", "MGI:105037", "MGI:1924767", "MGI:1338915", "MGI:1930791", "MGI:99449", "MGI:107612", "MGI:1890577", "MGI:2384851", "MGI:2671298", "MGI:2151153", "MGI:1277186", "MGI:1913272", "MGI:109482", "MGI:1100500", "MGI:1926058", "MGI:1888707", "MGI:3589216", "MGI:1915333", "MGI:3038428", "MGI:1913452", "MGI:99466", "MGI:98397", "MGI:1923965", "MGI:1201670", "MGI:1328317", "MGI:1343166", "FlyBase:FBgn0283720", "MGI:2671597", "MGI:2447992", "MGI:1921258", "MGI:102720", "MGI:2652818", "MGI:2671565", "MGI:2442111", "MGI:1329045", "MGI:1916320", "MGI:1913100", "MGI:1913422", "MGI:99551", "MGI:5646381", "MGI:1924140", "MGI:1351629", "MGI:105315", "MGI:94910", "MGI:2443143", "MGI:88338", "MGI:1340905", "MGI:88005", "MGI:107606", "MGI:1859217", "MGI:1928893", "MGI:2444848", "MGI:1928982", "MGI:88059", "MGI:2671610", "MGI:1352450", "MGI:97523", "MGI:5446147", "MGI:1353576", "MGI:96167", "MGI:1201375", "MGI:2138994", "MGI:1096865", "MGI:2140998", "MGI:104752", "MGI:95607", "MGI:1917319", "MGI:5424903", "MGI:1923993", "MGI:2442252", "MGI:88253", "MGI:1915385", "MGI:1890497", "MGI:1913284", "MGI:2145814", "MGI:1918366", "MGI:2684058", "MGI:2442153", "MGI:88054", "MGI:2443878", "MGI:97169", "MGI:5646513", "MGI:3811872", "MGI:2385650", "MGI:105074", "MGI:96216", "MGI:2159343", "MGI:88518", "MGI:1931028", "MGI:1919908", "MGI:99779", "MGI:103012", "MGI:1354161", "MGI:2443778", "MGI:1856907", "MGI:98905", "MGI:2671379", "MGI:2671377", "MGI:3611216", "MGI:95692", "MGI:1915866", "MGI:1099818", "MGI:1923820", "MGI:95802", "MGI:2678716", "MGI:2671563", "MGI:1913662", "MGI:5316767", "MGI:1914012", "MGI:2152889", "MGI:104814", "MGI:1916221", "FlyBase:FBgn0266548", "MGI:108443", "MGI:95813", "MGI:1916847", "MGI:2152297", "MGI:97547", "FlyBase:FBgn0266122", "MGI:109548", "MGI:1924880", "MGI:96918", "MGI:1920960", "MGI:101815", "MGI:1891697", "MGI:2679260", "MGI:2684056", "MGI:2145021", "MGI:1918686", "MGI:95546", "MGI:1097165", "MGI:1289196", "MGI:1354951", "MGI:88263", "MGI:1931838", "MGI:1354697", "MGI:5792082", "MGI:1915147", "MGI:1316714", "MGI:1098687", "MGI:2671604", "MGI:1098610", "MGI:1352756", "MGI:5442112", "MGI:98797", "MGI:3795192", "MGI:700011", "MGI:102928", "MGI:1918177", "MGI:109169", "MGI:95469", "MGI:3808804", "MGI:2680533", "MGI:1919379", "MGI:1914160", "MGI:3697726", "MGI:4830601", "MGI:1922667", "MGI:1344341", "MGI:1915523", "MGI:88046", "MGI:1918473", "MGI:1355311", "MGI:2389364", "MGI:1096566", "MGI:1095405", "MGI:105083", "FlyBase:FBgn0028414", "MGI:1918248", "MGI:88382", "FlyBase:FBgn0266479", "MGI:1339753", "MGI:1096388", "MGI:2147790", "MGI:5696872", "MGI:107930", "MGI:88269", "MGI:2671500", "MGI:99460", "MGI:1195264", "MGI:108511", "MGI:1289147", "MGI:2443183", "MGI:107163", "MGI:98357", "MGI:88027", "MGI:5313706", "MGI:2151017", "MGI:1918857", "MGI:2136419", "MGI:97822", "MGI:1338824", "MGI:1890572", "MGI:3036234", "MGI:2676312", "MGI:3033911", "MGI:1929114", "MGI:1856816", "MGI:107815", "MGI:3577427", "MGI:1928744", "MGI:1347075", "MGI:1918358", "MGI:1857039", "MGI:5446146", "MGI:104754", "MGI:98676", "MGI:102495", "MGI:2141950", "MGI:2685085", "MGI:1270863", "MGI:5297421", "MGI:1343098", "MGI:106388", "MGI:109610", "MGI:98227", "MGI:2385299", "MGI:5004970", "MGI:2671592", "MGI:1333869", "MGI:1934943", "MGI:1932575", "MGI:88355", "MGI:97783", "MGI:98373", "MGI:88494", "MGI:1298379", "MGI:88568", "MGI:1274789", "MGI:1353627", "MGI:1890110", "MGI:2442660", "MGI:2679586", "MGI:96571", "MGI:3043650", "MGI:1350360", "MGI:1922464", "MGI:88175", "MGI:3041814", "MGI:1856678", "MGI:107427", "MGI:106921", "MGI:1309515", "MGI:2442995", "MGI:2674092", "MGI:2444772", "MGI:1278342", "MGI:1915671", "MGI:894681", "MGI:1918123", "MGI:1917967", "MGI:1923097", "MGI:2664636", "MGI:3038126", "MGI:103080", "MGI:1289263", "MGI:1921084", "MGI:107376", "MGI:3588495", "MGI:3038437", "MGI:99778", "MGI:97542", "MGI:1918984", "MGI:107399", "MGI:1098826", "MGI:1927091", "MGI:102952", "MGI:109490", "MGI:2679257", "MGI:103020", "MGI:1861471", "MGI:109161", "MGI:105376", "MGI:2667725", "MGI:1861187", "MGI:2671578", "MGI:1914004", "MGI:98817", "MGI:103224", "MGI:88330", "MGI:2152389", "MGI:107656", "MGI:1333817", "MGI:3046776", "MGI:2685451", "MGI:2135946", "MGI:3522280", "MGI:96431", "MGI:1349467", "MGI:98385", "MGI:97621", "MGI:1298206", "MGI:1329044", "MGI:3619332", "MGI:1338888", "MGI:96688", "MGI:2135916", "MGI:1918614", "MGI:1347472", "MGI:1913649", "MGI:1913704", "MGI:1341836", "MGI:2671414", "MGI:1347093", "MGI:1930001", "MGI:1917672", "MGI:97838", "MGI:2671272", "MGI:1920432", "MGI:1917943", "MGI:3046721", "MGI:1859937", "MGI:1333822", "MGI:2675492", "MGI:1926834", "MGI:1934582", "MGI:1921997", "MGI:88379", "MGI:104564", "MGI:107375", "MGI:1341857", "MGI:95901", "MGI:1096320", "MGI:1920591", "MGI:88343", "MGI:1353438", "MGI:1915731", "MGI:1345282", "MGI:1270844", "MGI:1913898", "MGI:99611", "MGI:98330", "MGI:97323", "MGI:1913399", "MGI:4829403", "MGI:95688", "MGI:1914878", "MGI:1919227", "MGI:3512807", "MGI:5425012", "MGI:1923239", "MGI:95298", "MGI:96203", "MGI:3807247", "MGI:1919204", "MGI:98544", "MGI:3584513", "MGI:2145369", "MGI:109177", "MGI:5454205", "MGI:1889336", "MGI:99420", "MGI:1917514", "MGI:1341297", "MGI:1336880", "MGI:2153710", "MGI:2443217", "MGI:1855684", "MGI:1342299", "MGI:102666", "MGI:2385186", "MGI:2147191", "MGI:88395", "MGI:2661081", "MGI:1100851", "MGI:1354168", "MGI:2139806", "MGI:95727", "MGI:1891427", "MGI:108445", "MGI:3817255", "FlyBase:FBgn0266342", "MGI:1349405", "MGI:1915928", "MGI:1915348", "MGI:5792087", "MGI:2176740", "MGI:2677962", "MGI:1921763", "MGI:2384801", "MGI:95758", "MGI:1918794", "MGI:2150020", "MGI:1336991", "MGI:2671391", "MGI:2159617", "MGI:2681224", "MGI:1351511", "MGI:1915131", "MGI:1926483", "MGI:3812393", "MGI:1351636", "MGI:3806818", "MGI:1917180", "MGI:1339975", "MGI:1261422", "MGI:2671619", "MGI:107946", "MGI:1856903", "MGI:5499188", "MGI:1926252", "MGI:1351332", "MGI:98369", "MGI:1919557", "MGI:1920866", "MGI:1856698", "MGI:1927144", "MGI:1919085", "MGI:2663825", "MGI:1919307", "MGI:2142610", "MGI:1925302", "MGI:1344313", "MGI:2446166", "MGI:95823", "MGI:1922981", "MGI:1341800", "MGI:2444684", "MGI:1934609", "MGI:2443731", "MGI:103010", "MGI:109324", "MGI:107416", "MGI:1916193", "MGI:3806057", "MGI:107506", "MGI:1933549", "MGI:109176", "MGI:88556", "MGI:1920152", "MGI:1890128", "MGI:2651811", "MGI:1347245", "MGI:2685082", "MGI:1859515", "MGI:1916264", "MGI:1914238", "MGI:2442093", "MGI:2145374", "MGI:3619402", "MGI:1915119", "MGI:1350924", "MGI:88250", "MGI:1098824", "MGI:1321119", "MGI:1276116", "MGI:3579046", "MGI:1929709", "MGI:3583946", "MGI:1315213", "MGI:1196227", "MGI:3038427", "MGI:2153070", "MGI:1927665", "MGI:104735", "MGI:1918764", "MGI:1890220", "MGI:2442326", "MGI:2178801", "MGI:1917186", "MGI:2159342", "MGI:2676909", "MGI:2686021", "MGI:1889000", "MGI:2660877", "MGI:5436089", "MGI:1921269", "MGI:2674939", "MGI:1306785", "MGI:3798656", "MGI:1351633", "MGI:2685099", "MGI:2147870", "MGI:1861626", "MGI:88350", "MGI:2178051", "MGI:1338947", "MGI:2661375", "MGI:1928277", "MGI:1929461", "MGI:2671315", "MGI:1316648", "MGI:102548", "MGI:108046", "MGI:2137858", "MGI:5318193", "MGI:99459", "MGI:96785", "MGI:1100495", "MGI:1197012", "MGI:98888", "MGI:106179", "MGI:2671495", "MGI:1917592", "MGI:1923492", "MGI:96816", "MGI:104295", "MGI:109368", "MGI:2444121", "MGI:104913", "MGI:109641", "MGI:1922250", "MGI:3851197", "MGI:2447834", "MGI:1918611", "MGI:98623", "MGI:1351610", "MGI:5436096", "MGI:88040", "MGI:1922459", "MGI:96416", "MGI:5646388", "MGI:1346874", "MGI:1346527", "MGI:109200", "MGI:97370", "MGI:3807004", "MGI:1346329", "MGI:5438042", "MGI:5424910", "MGI:2384850", "MGI:1194908", "MGI:109447", "MGI:1917761", "MGI:4821827", "MGI:2685062", "MGI:96224", "MGI:1337060", "MGI:1921867", "MGI:1914383", "MGI:1932386", "MGI:2661770", "MGI:1336892", "MGI:1338032", "MGI:96878", "MGI:1095418", "MGI:1914797", "MGI:101784", "MGI:1100512", "MGI:2686146", "MGI:104803", "MGI:5431480", "MGI:1915206", "MGI:2444737", "MGI:5570107", "MGI:2141640", "MGI:2442620", "MGI:2684864", "MGI:2449121", "MGI:98229", "MGI:1316731", "MGI:1351314", "MGI:97874", "MGI:1336212", "MGI:1333777", "MGI:1341628", "MGI:2445102", "MGI:94864", "MGI:2384878", "MGI:2139447", "MGI:1914300", "MGI:2441671", "MGI:1343184", "MGI:1098221", "MGI:109485", "MGI:1202401", "MGI:1913572", "MGI:2140340", "MGI:1261425", "MGI:109638", "MGI:1913790", "MGI:97347", "MGI:2149021", "MGI:3045263", "MGI:3043011", "MGI:1334203", "MGI:2443893", "MGI:99892", "MGI:2137383", "MGI:2147577", "MGI:1336882", "MGI:98785", "MGI:99481", "MGI:5554445", "MGI:1352764", "MGI:1921050", "MGI:3626339", "MGI:96071", "MGI:1930125", "MGI:102959", "MGI:3646662", "MGI:1891468", "MGI:2670753", "MGI:2139535", "MGI:1858305", "MGI:2448275", "MGI:1916672", "MGI:88354", "MGI:3530483", "MGI:2682669", "MGI:1202297", "MGI:1344367", "MGI:1928098", "MGI:2445126", "MGI:1919663", "MGI:2671623", "MGI:1289258", "MGI:96560", "MGI:97588", "MGI:105093", "MGI:1931051", "MGI:1339951", "MGI:1856576", "MGI:5488926", "MGI:3036262", "MGI:1858171", "MGI:2444061", "MGI:4829959", "MGI:1914318", "MGI:1925705", "MGI:3512792", "MGI:1351339", "MGI:2384818", "MGI:1858330", "MGI:97273", "MGI:2157947", "MGI:95841", "MGI:88075", "MGI:1353448", "MGI:95713", "MGI:1335091", "MGI:88321", "MGI:1922152", "MGI:96680", "MGI:1336201", "MGI:1098259", "MGI:1919138", "MGI:1917855", "MGI:1097693", "MGI:1096343", "MGI:88557", "MGI:1096868", "MGI:1101770", "MGI:3806130", "MGI:1891830", "MGI:96745", "MGI:109572", "MGI:1914325", "MGI:1926089", "MGI:1922177", "MGI:2686324", "MGI:103298", "MGI:2676805", "MGI:2685017", "MGI:106618", "MGI:109484", "MGI:1344408", "MGI:1195983", "MGI:1928140", "MGI:3799130", "MGI:2660847", "MGI:2385908", "MGI:103013", "MGI:104719", "MGI:88437", "MGI:1916040", "MGI:2144765", "MGI:87902", "MGI:105050", "MGI:1335094", "MGI:1918387", "MGI:95537", "MGI:2152836", "MGI:1933196", "MGI:1913788", "MGI:1927136", "MGI:107457", "MGI:1098246", "MGI:3686739", "MGI:3512800", "MGI:87961", "MGI:95771", "MGI:1924217", "MGI:1860476", "MGI:88492", "MGI:1890620", "MGI:3036280", "MGI:2149036", "MGI:3041810", "MGI:107498", "MGI:2443631", "MGI:1914277", "MGI:2679007", "MGI:1101355", "MGI:1858209", "MGI:1861632", "MGI:98244", "MGI:96120", "MGI:1922637", "MGI:3043654", "MGI:1921903", "MGI:102687", "MGI:1930780", "MGI:2443963", "MGI:2384876", "MGI:2684975", "MGI:95780", "MGI:5503988", "MGI:107560", "MGI:5433691", "MGI:5490285", "MGI:3686761", "MGI:2443369", "MGI:88374", "MGI:2681195", "MGI:104687", "MGI:1915217", "MGI:3521994", "MGI:1920942", "MGI:1338002", "MGI:98736", "MGI:1915443", "MGI:2442058", "MGI:1321161", "MGI:95480", "MGI:1933401", "MGI:1859778", "FlyBase:FBgn0025363", "MGI:5559486", "MGI:106582", "MGI:1197517", "MGI:1918089", "MGI:2671644", "MGI:108030", "MGI:2448554", "MGI:1921703", "MGI:1343135", "MGI:95276", "MGI:5792016", "MGI:1916858", "MGI:1932093", "MGI:2141866", "MGI:104783", "MGI:2156184", "MGI:1196345", "MGI:1314653", "MGI:95747", "MGI:1861167", "MGI:108078", "MGI:3801143", "MGI:3641333", "MGI:1915673", "MGI:1891250", "MGI:3577478", "FlyBase:FBgn0283684", "MGI:5437077", "MGI:3038337", "MGI:2682687", "MGI:1915654", "MGI:3640789", "MGI:104889", "MGI:1914877", "MGI:97610", "MGI:1917675", "MGI:97488", "MGI:2652860", "MGI:1277956", "MGI:2676815", "MGI:1306803", "MGI:2140873", "MGI:1306826", "MGI:1856934", "MGI:109514", "MGI:5424917", "MGI:3808809", "MGI:3817244", "MGI:2671609", "MGI:3576007", "MGI:1923257", "MGI:5490295", "MGI:1929004", "MGI:1916555", "MGI:1921435", "MGI:3045353", "MGI:5704140", "MGI:2148811", "MGI:3689103", "MGI:3038458", "MGI:1920963", "MGI:1353633", "MGI:1914263", "MGI:109378", "MGI:3575129", "MGI:2441769", "MGI:2389180", "MGI:1913472", "MGI:2387107", "MGI:1919531", "MGI:103270", "MGI:1261434", "MGI:5696164", "MGI:4867485", "MGI:2443276", "MGI:1202384", "MGI:2671580", "MGI:1346868", "MGI:1306778", "MGI:2429920", "MGI:87874", "MGI:1916520", "MGI:1929612", "MGI:97923", "MGI:1340044", "MGI:1342302", "MGI:1344405", "MGI:1355314", "MGI:1923959", "MGI:3588264", "MGI:109167", "MGI:1917600", "MGI:1861183", "MGI:1861380", "MGI:94862", "MGI:1918817", "MGI:1196326", "MGI:2149481", "MGI:1860103", "MGI:1858170", "MGI:107464", "MGI:1194505", "MGI:1096341", "MGI:2671512", "MGI:1932466", "MGI:5499186", "MGI:1922725", "MGI:5792017", "MGI:1196297", "MGI:102500", "FlyBase:FBgn0264735", "MGI:1099440", "MGI:3038443", "MGI:2671419", "MGI:1101771", "MGI:1924015", "MGI:1346343", "MGI:1931148", "MGI:2384806", "MGI:97282", "MGI:103157", "MGI:1202306", "MGI:106581", "MGI:1915762", "MGI:2673064", "MGI:1918917", "MGI:2448580", "MGI:1924165", "MGI:2157018", "MGI:1933212", "MGI:1933162", "MGI:95632", "MGI:1203498", "MGI:1859545", "MGI:1914664", "MGI:1913758", "MGI:1355321", "MGI:1338938", "MGI:2671381", "MGI:1890574", "MGI:87917", "MGI:2138198", "MGI:1194910", "MGI:5446189", "MGI:1922452", "MGI:1195266", "MGI:1929608", "MGI:1925226", "MGI:99919", "MGI:2443411", "MGI:5560793", "MGI:1922757", "MGI:1096866", "MGI:95615", "MGI:2136853", "MGI:1351469", "MGI:1921730", "MGI:1919374", "MGI:5049948", "MGI:2149028", "MGI:1861100", "MGI:3606200", "MGI:1922747", "MGI:3806037", "MGI:104541", "MGI:1891689", "MGI:1289192", "MGI:106442", "MGI:96837", "MGI:891978", "MGI:3812060", "MGI:2446296", "MGI:97904", "MGI:2660873", "MGI:3589212", "MGI:88055", "MGI:88384", "MGI:2671562", "MGI:1924408", "MGI:2671380", "MGI:5445583", "MGI:106025", "MGI:1916835", "MGI:1856690", "MGI:2180674", "MGI:2676851", "MGI:104568", "MGI:1914748", "MGI:3708162", "MGI:2444853", "MGI:5463439", "MGI:1926074", "MGI:97269", "MGI:88345", "MGI:1891837", "MGI:1914292", "MGI:5490308", "MGI:1927406", "MGI:894684", "MGI:2442746", "MGI:87986", "MGI:1925505", "MGI:99908", "MGI:3038438", "MGI:4455206", "MGI:95521", "MGI:1920958", "MGI:5430039", "MGI:1922864", "MGI:1349216", "MGI:1196458", "MGI:109618", "MGI:97797", "MGI:1933621", "MGI:99702", "MGI:3806637", "MGI:5792113", "MGI:87894", "MGI:97394", "MGI:1920955", "MGI:95513", "MGI:1926790", "MGI:1932697", "MGI:2138987", "MGI:1347465", "MGI:2151796", "MGI:1921811", "FlyBase:FBgn0044831", "MGI:106020", "MGI:104890", "MGI:3588247", "MGI:1913583", "MGI:1914736", "MGI:3808985", "MGI:106661", "MGI:2670665", "MGI:1921452", "MGI:5791991", "MGI:2652875", "MGI:5704082", "MGI:5450855", "MGI:96904", "MGI:3798446", "MGI:1858696", "MGI:1930188", "MGI:1276558", "MGI:3039593", "MGI:2388284", "MGI:3584005", "MGI:1333878", "MGI:96446", "MGI:107674", "MGI:102851", "MGI:95392", "MGI:1919684", "MGI:1914218", "MGI:106213", "MGI:2445125", "MGI:5448845", "MGI:3027917", "MGI:96704", "MGI:1328357", "MGI:1354739", "MGI:1202296", "MGI:2450687", "MGI:1915293", "MGI:102797", "MGI:108407", "MGI:1888594", "MGI:96442", "MGI:1932404", "MGI:894702", "MGI:1929881", "MGI:1354945", "MGI:1352464", "MGI:106485", "MGI:2182799", "FlyBase:FBgn0263856", "FlyBase:FBgn0266126", "MGI:1913914", "MGI:1856653", "MGI:101899", "MGI:2158329", "MGI:1856639", "MGI:2181366", "MGI:1923373", "MGI:1341873", "MGI:5004964", "MGI:2443554", "MGI:98266", "MGI:2385923", "MGI:1923696", "MGI:1917747", "MGI:1914369", "MGI:1197008", "MGI:88006", "MGI:1346031", "MGI:1926321", "MGI:1194494", "MGI:1935168", "MGI:1914172", "MGI:2386976", "MGI:103215", "MGI:1917140", "MGI:2384409", "MGI:98733", "MGI:97620", "MGI:97178", "MGI:1353422", "MGI:1352459", "MGI:3806333", "MGI:2145950", "MGI:1927125", "MGI:2441711", "MGI:3589222", "MGI:1915878", "MGI:1928268", "MGI:109483", "MGI:1355315", "MGI:1314882", "MGI:2149955", "MGI:108395", "MGI:1206587", "MGI:1856916", "MGI:93830", "MGI:88508", "MGI:103294", "MGI:1316745", "MGI:1917378", "MGI:1928369", "MGI:2147616", "MGI:95454", "MGI:1858910", "MGI:1922730", "MGI:1916968", "MGI:95625", "MGI:1857106", "MGI:96662", "MGI:107801", "MGI:1922820", "MGI:5427402", "MGI:1341112", "MGI:1925503", "MGI:1194891", "MGI:2442484", "MGI:1924937", "MGI:1929100", "MGI:1098586", "MGI:104659", "MGI:3693832", "MGI:103070", "MGI:107562", "MGI:2144114", "MGI:1856662", "MGI:2443955", "MGI:88413", "MGI:2442435", "MGI:1347481", "MGI:98372", "MGI:108420", "MGI:96569", "MGI:2685586", "MGI:3029290", "MGI:2446084", "MGI:700009", "MGI:2442796", "MGI:2442509", "MGI:106624", "MGI:1913842", "MGI:2684326", "MGI:103063", "MGI:2683546", "MGI:2136940", "MGI:96942", "MGI:96603", "MGI:98943", "MGI:106362", "MGI:1935151", "MGI:1915186", "MGI:1920082", "MGI:104860", "MGI:1341909", "MGI:96534", "MGI:2449470", "MGI:1913547", "MGI:3584036", "MGI:101919", "MGI:1916127", "MGI:109522", "MGI:1195985", "MGI:2444773", "MGI:1914251", "MGI:1919224", "MGI:102676", "MGI:87919", "MGI:3575180", "MGI:108059", "MGI:1916051", "MGI:3043652", "MGI:95411", "MGI:1338859", "MGI:2144208", "MGI:1343124", "MGI:96449", "MGI:2386115", "MGI:1351744", "MGI:2148742", "MGI:1921799", "MGI:98354", "MGI:3038430", "MGI:107557", "MGI:892970", "MGI:1341723", "MGI:1096873", "MGI:1932075", "MGI:2159727", "MGI:95449", "MGI:5476164", "MGI:2656113", "MGI:97601", "MGI:99560", "MGI:1913868", "MGI:5436087", "MGI:2443657", "MGI:3708160", "MGI:1890446", "MGI:1352495", "MGI:1923596", "MGI:1857038", "MGI:1927184", "MGI:1194489", "MGI:2384589", "MGI:1914342", "MGI:1333842", "MGI:1857317", "MGI:3812074", "MGI:96208", "MGI:3801140", "MGI:2135672", "MGI:5791976", "MGI:107973", "MGI:1340024", "MGI:1338030", "MGI:109446", "MGI:1919279", "MGI:3576012", "MGI:2681193", "MGI:3611236", "MGI:1095413", "MGI:3513278", "MGI:1341793", "MGI:1915459", "MGI:1352449", "MGI:894689", "MGI:1929701", "MGI:1918968", "MGI:1915500", "MGI:3033907", "MGI:1330299", "FlyBase:FBgn0266427", "MGI:104793", "MGI:99540", "MGI:88578", "MGI:1101778", "MGI:3812388", "MGI:3046715", "MGI:99450", "MGI:109274", "MGI:1099431", "MGI:3808027", "MGI:1921864", "MGI:1924149", "MGI:1920441", "MGI:3815554", "MGI:1096349", "MGI:98849", "MGI:2679719", "MGI:1856967", "MGI:1333812", "MGI:1891442", "MGI:1858493", "MGI:107202", "MGI:1856599", "MGI:2386643", "MGI:3041225", "MGI:1350916", "MGI:1098280", "MGI:104904", "MGI:109571", "MGI:1921416", "MGI:107559", "MGI:2685918", "MGI:1932475", "MGI:2681280", "MGI:94872", "MGI:1914776", "MGI:1913836", "MGI:109258", "MGI:99417", "MGI:2146974", "MGI:1891838", "MGI:1194894", "MGI:1889619", "MGI:3576487", "MGI:2153482", "MGI:1917244", "MGI:101910", "MGI:1931026", "MGI:88376", "MGI:2676364", "MGI:2664357", "MGI:1351330", "MGI:107553", "FlyBase:FBgn0263393", "MGI:1277953", "MGI:5424904", "MGI:97891", "MGI:109153", "MGI:1914372", "MGI:1924237", "MGI:102934", "MGI:1933736", "MGI:1916197", "MGI:1341823", "MGI:1341085", "MGI:3795165", "MGI:1919012", "MGI:2153182", "MGI:1347046", "MGI:108050", "MGI:2687035", "MGI:1915625", "MGI:2183436", "MGI:1920629", "MGI:98285", "MGI:1196295", "MGI:3806481", "MGI:1316726", "MGI:2145264", "MGI:1857019", "MGI:1342058", "MGI:1925139", "MGI:1919305", "MGI:5776518", "MGI:1921192", "MGI:2660628", "MGI:2448812", "MGI:1921636", "MGI:102969", "MGI:102564", "MGI:1925213", "MGI:1339941", "MGI:3040688", "MGI:3512780", "MGI:88562", "MGI:1340051", "MGI:107817", "MGI:99513", "MGI:3578200", "MGI:2136446", "MGI:1933179", "MGI:1345178", "MGI:2682689", "MGI:96078", "MGI:1921116", "MGI:3053521", "MGI:97314", "MGI:3798839", "MGI:98663", "MGI:95623", "MGI:2142149", "MGI:2678706", "MGI:3033908", "MGI:103302", "MGI:1928486", "MGI:5004966", "MGI:103555", "MGI:1298216", "MGI:1932915", "MGI:2685966", "MGI:1861689", "MGI:1913453", "MGI:2442752", "MGI:99673", "MGI:2671341", "MGI:5308100", "MGI:3808767", "MGI:1929651", "MGI:88114", "MGI:2443304", "MGI:1917329", "MGI:1856874", "MGI:2685731", "MGI:2386030", "MGI:1891433", "MGI:1206582", "MGI:108031", "MGI:96572", "MGI:108056", "MGI:2146785", "MGI:1101765", "MGI:1914293", "MGI:1334448", "MGI:895068", "MGI:107166", "MGI:2142534", "MGI:104662", "MGI:1333833", "MGI:1856660", "MGI:4829470", "MGI:5496920", "MGI:1928842", "MGI:3819964", "MGI:1352757", "MGI:3819962", "MGI:2442636", "MGI:1309993", "MGI:99916", "MGI:2152535", "MGI:1924292", "MGI:2151156", "MGI:1349217", "MGI:3589233", "MGI:1914479", "MGI:3578190", "MGI:2682776", "MGI:98880", "MGI:96934", "MGI:95842", "MGI:1913498", "MGI:1913955", "MGI:1336997", "MGI:2671302", "MGI:1347348", "MGI:1330290", "FlyBase:FBgn0284091", "MGI:2444989", "MGI:1349480", "MGI:1195256", "MGI:1194909", "MGI:96273", "MGI:1338063", "MGI:1928900", "MGI:1921456", "MGI:2441720", "MGI:106626", "MGI:1095733", "MGI:4365992", "MGI:1354171", "MGI:3511450", "FlyBase:FBgn0267382", "MGI:2443626", "MGI:1278344", "MGI:88475", "MGI:1916023", "FlyBase:FBgn0029151", "MGI:1921444", "MGI:1919818", "MGI:2144467", "MGI:2684956", "MGI:96770", "MGI:1924050", "MGI:1916948", "MGI:2387661", "MGI:95522", "MGI:2158560", "MGI:1914763", "MGI:1859328", "MGI:99572", "MGI:1351336", "MGI:1913411", "MGI:3808171", "MGI:1353653", "MGI:94885", "MGI:1914680", "MGI:101916", "MGI:1934919", "MGI:109196", "MGI:1919782", "MGI:103560", "MGI:88180", "MGI:95742", "MGI:1856863", "MGI:95811", "MGI:2442082", "MGI:104681", "MGI:3686747", "FlyBase:FBgn0015273", "MGI:2153207", "MGI:107668", "MGI:5760312", "MGI:1298218", "MGI:2138811", "MGI:1921694", "MGI:2443075", "FlyBase:FBgn0020627", "MGI:103227", "MGI:107247", "MGI:96958", "MGI:2444508", "MGI:894695", "MGI:107450", "MGI:99960", "MGI:1921318", "MGI:1920929", "MGI:3798871", "MGI:101894", "MGI:1913414", "MGI:2671310", "MGI:1916356", "MGI:95491", "MGI:1921953", "MGI:1916698", "MGI:1352498", "MGI:103265", "MGI:102891", "MGI:95832", "MGI:108104", "MGI:3050509", "MGI:1196378", "MGI:2445179", "MGI:3578212", "MGI:1859396", "MGI:96439", "MGI:1857080", "MGI:1195263", "MGI:894315", "MGI:1924143", "MGI:1921408", "MGI:2671295", "MGI:2685054", "MGI:1914222", "MGI:1930788", "MGI:1332236", "MGI:1333798", "MGI:1915059", "MGI:1919397", "MGI:2442480", "MGI:1916890", "MGI:1856848", "MGI:1856971", "MGI:3777561", "MGI:1890467", "MGI:1309516", "MGI:2671274", "MGI:106920", "MGI:1920918", "MGI:97902", "MGI:1861989", "MGI:3039619", "MGI:1915703", "MGI:1914884", "MGI:88588", "MGI:1891409", "MGI:1344410", "MGI:102811", "MGI:1321395", "MGI:1923847", "MGI:104874", "MGI:3619365", "MGI:1201387", "MGI:3629633", "MGI:2177742", "MGI:96552", "MGI:1915277", "MGI:1929258", "MGI:1928373", "MGI:5791994", "MGI:2443157", "MGI:1351642", "MGI:5560787", "FlyBase:FBgn0261480", "MGI:88319", "MGI:1933966", "MGI:1918325", "MGI:1315200", "MGI:106589", "MGI:1856592", "MGI:1916314", "MGI:2385252", "MGI:894703", "MGI:88407", "MGI:106484", "MGI:1277969", "MGI:1915080", "MGI:1098260", "MGI:1916477", "MGI:1913542", "MGI:1336192", "MGI:97175", "MGI:3809284", "MGI:2387404", "MGI:2682675", "MGI:5442113", "MGI:2181363", "MGI:107339", "MGI:107887", "MGI:3806491", "MGI:96833", "MGI:1856901", "MGI:3806107", "MGI:3647683", "MGI:1932115", "MGI:88082", "MGI:108408", "MGI:1914228", "MGI:108069", "MGI:98290", "MGI:2442855", "MGI:104296", "FlyBase:FBgn0082306", "MGI:3818970", "MGI:1336895", "MGI:2443362", "MGI:88461", "MGI:3522276", "MGI:1352751", "MGI:103197", "MGI:101926", "MGI:1921263", "MGI:88123", "MGI:1349436", "MGI:1196217", "MGI:5424997", "MGI:96160", "MGI:103573", "MGI:107320", "MGI:2443342", "MGI:3603633", "MGI:3044681", "MGI:95296", "MGI:97281", "MGI:1913610", "MGI:2685814", "MGI:1930088", "MGI:2685615", "MGI:1328313", "MGI:1913802", "MGI:1917485", "MGI:1927126", "MGI:2443409", "MGI:1338881", "MGI:88190", "MGI:2682691", "MGI:1917004", "MGI:104596", "MGI:108405", "MGI:107469", "MGI:2384914", "MGI:1915917", "MGI:1927638", "MGI:1351327", "MGI:1342328", "MGI:2182928", "MGI:2686926", "MGI:1315192", "MGI:109178", "MGI:4830600", "MGI:105386", "MGI:1919835", "MGI:95801", "MGI:1857055", "MGI:1923041", "MGI:1333882", "MGI:2140712", "MGI:99211", "MGI:88151", "MGI:1927138", "MGI:1921749", "MGI:104878", "MGI:2444798", "MGI:1922038", "MGI:105052", "MGI:2448592", "MGI:3580376", "MGI:106351", "MGI:1856942", "MGI:1858197", "FlyBase:FBgn0264729", "MGI:3043645", "MGI:1333818", "MGI:2443207", "MGI:1889506", "MGI:3525201", "MGI:1313286", "MGI:95410", "MGI:1355335", "MGI:105089", "MGI:98365", "MGI:1919391", "MGI:1096360", "MGI:1341803", "MGI:3578209", "MGI:2141917", "MGI:1346082", "MGI:107421", "MGI:1913744", "MGI:3041155", "MGI:1350925", "MGI:96239", "MGI:95582", "MGI:1861131", "MGI:4834171", "MGI:1915166", "MGI:95814", "MGI:1926189", "MGI:88339", "MGI:103178", "MGI:3777566", "MGI:1931560", "MGI:1095412", "MGI:1913658", "MGI:106011", "MGI:1923734", "MGI:1354736", "MGI:98507", "MGI:97816", "MGI:5499190", "MGI:1914065", "MGI:5436086", "MGI:96606", "MGI:2142227", "MGI:104288", "MGI:1344375", "MGI:1919455", "MGI:3614266", "MGI:2676278", "MGI:96543", "MGI:107572", "MGI:1856833", "MGI:1926375", "MGI:96782", "MGI:1914720", "FlyBase:FBgn0083179", "MGI:2679447", "MGI:1333884", "MGI:5760296", "MGI:95453", "MGI:2451073", "MGI:2147434", "MGI:104886", "MGI:107181", "MGI:1856700", "MGI:3619336", "MGI:2683057", "MGI:104327", "MGI:3612190", "MGI:1928753", "FlyBase:FBgn0262805", "MGI:1891346", "MGI:1202302", "MGI:1919247", "MGI:103223", "MGI:108048", "MGI:87895", "MGI:98481", "MGI:2444273", "MGI:94919", "MGI:108471", "MGI:106654", "MGI:1922184", "MGI:102483", "MGI:109599", "MGI:5510764", "MGI:102670", "MGI:1346335", "MGI:103556", "MGI:1922595", "MGI:700010", "MGI:104510", "MGI:5495806", "MGI:3588194", "MGI:98294", "MGI:1349661", "MGI:1196431", "MGI:1339656", "MGI:106530", "MGI:108045", "MGI:109165", "MGI:1889272", "MGI:5427412", "MGI:106598", "MGI:1201374", "MGI:3618746", "MGI:2442034", "MGI:1890216", "MGI:1349415", "MGI:1917631", "MGI:1913761", "MGI:3780550", "MGI:1101058", "MGI:4829952", "MGI:1098265", "MGI:107405", "MGI:87934", "MGI:109336", "MGI:1336181", "MGI:1856986", "MGI:1098686", "MGI:1916933", "MGI:2651822", "MGI:99135", "MGI:99879", "MGI:1915761", "MGI:1914831", "MGI:102709", "MGI:99783", "MGI:87935", "MGI:95626", "MGI:2676261", "MGI:105916", "MGI:1925055", "MGI:1923827", "MGI:104695", "MGI:3718458", "MGI:2144967", "MGI:3045163", "MGI:106656", "MGI:1196990", "MGI:2671363", "MGI:2671394", "MGI:87916", "MGI:1929074", "MGI:5311343", "MGI:1926341", "MGI:97609", "MGI:1924769", "MGI:1857082", "MGI:3711493", "MGI:3798188", "MGI:96591", "MGI:5320605", "MGI:97850", "MGI:1914162", "MGI:1346340", "MGI:2146110", "MGI:2443990", "MGI:4358374", "MGI:2388100", "MGI:106562", "MGI:1933383", "MGI:3029632", "MGI:2145823", "MGI:1202069", "MGI:109629", "MGI:97167", "MGI:5424985", "MGI:3028075", "MGI:2183535", "MGI:1915396", "MGI:107486", "MGI:97525", "MGI:1931307", "MGI:2671313", "MGI:3575183", "MGI:2671405", "MGI:1918724", "MGI:3043646", "MGI:2442040", "MGI:2442062", "MGI:2178323", "MGI:106039", "MGI:1924294", "MGI:1341284", "MGI:1924295", "MGI:106588", "MGI:1342774", "MGI:1351344", "MGI:3038435", "MGI:88572", "MGI:3045246", "MGI:1261433", "MGI:1338917", "MGI:3033892", "MGI:1339969", "MGI:2135283", "MGI:1100885", "MGI:3041799", "MGI:3033919", "MGI:3708257", "MGI:3800385", "MGI:1353651", "MGI:2139270", "MGI:99837", "MGI:88182", "MGI:98848", "MGI:5646241", "MGI:88030", "MGI:2681219", "MGI:1919126", "MGI:700013", "MGI:1338056", "MGI:3041243", "MGI:1347466", "MGI:107435", "MGI:109234", "MGI:98763", "MGI:1351481", "MGI:2444934", "MGI:1346074", "MGI:1918898", "MGI:5425002", "MGI:97276", "MGI:2148775", "MGI:1890520", "MGI:2448492", "MGI:96739", "MGI:3798462", "MGI:3041159", "MGI:106686", "MGI:1859167", "MGI:1890695", "MGI:1917758", "MGI:2138934", "MGI:1919129", "MGI:96407", "MGI:1860418", "MGI:1347081", "MGI:2678714", "MGI:2141867", "MGI:3575144", "MGI:105937", "MGI:3771720", "MGI:108022", "MGI:97724", "MGI:99495", "MGI:88279", "MGI:97553", "MGI:1860425", "MGI:3812327", "MGI:1917097", "MGI:96418", "MGI:97401", "MGI:3043647", "MGI:3817237", "MGI:104663", "MGI:1856683", "MGI:1920093", "MGI:2144475", "MGI:1918270", "MGI:5490293", "MGI:2442115", "MGI:98916", "MGI:107158", "MGI:109137", "MGI:98090", "MGI:1930187", "MGI:1889575", "MGI:106609", "MGI:106603", "MGI:3650473", "MGI:1923670", "MGI:1345961", "MGI:1913904", "MGI:2684898", "FlyBase:FBgn0069359", "MGI:1920260", "MGI:1309464", "MGI:1099460", "MGI:1929183", "MGI:5318323", "MGI:109152", "MGI:2444557", "MGI:1891828", "MGI:2443815", "MGI:95891", "MGI:109369", "MGI:2448480", "MGI:1914944", "MGI:1344402", "MGI:2671568", "MGI:2443588", "MGI:98784", "MGI:98973", "MGI:2685222", "MGI:1930958", "MGI:101802", "MGI:3708150", "MGI:3576014", "MGI:2151886", "MGI:2447362", "MGI:99844", "MGI:2135589", "MGI:1858430", "MGI:106037", "MGI:2385957", "MGI:2685169", "MGI:5707603", "MGI:103077", "MGI:88388", "MGI:95389", "MGI:894659", "MGI:1355553", "MGI:106512", "MGI:3795169", "MGI:99153", "MGI:1352466", "MGI:99414", "MGI:97878", "MGI:1098282", "MGI:1859954", "MGI:103170", "MGI:2446244", "MGI:2158340", "MGI:1098266", "MGI:1095400", "MGI:1338889", "MGI:1929492", "MGI:3033898", "MGI:108040", "MGI:2151841", "MGI:1924375", "MGI:3815149", "MGI:104593", "MGI:2444298", "MGI:1333783", "MGI:109419", "MGI:98847", "MGI:5568094", "MGI:104615", "MGI:1915376", "MGI:1919017", "MGI:1923473", "MGI:2443685", "MGI:1921506", "MGI:5499477", "MGI:2443331", "MGI:1339972", "MGI:3512773", "MGI:1338890", "MGI:2137300", "MGI:108409", "MGI:98222", "MGI:103007", "MGI:3027899", "MGI:1929915", "MGI:3809293", "MGI:102724", "MGI:1353510", "MGI:104641", "MGI:2685570", "MGI:3798214", "MGI:3038466", "MGI:3620246", "MGI:95721", "MGI:106374", "MGI:1861727", "MGI:1349470", "MGI:1347522", "MGI:98935", "MGI:1861718", "MGI:99500", "MGI:1888518", "MGI:98363", "FlyBase:FBgn0086489", "MGI:1915266", "MGI:2142985", "MGI:2384916", "MGI:102849", "MGI:2445027", "MGI:1913929", "MGI:98367", "MGI:1926562", "MGI:1919386", "MGI:1197526", "MGI:3530510", "MGI:108014", "FlyBase:FBgn0263990", "MGI:2443036", "MGI:3811827", "MGI:1919020", "MGI:106613", "MGI:1345277", "MGI:1306821", "MGI:3033119", "MGI:2665114", "MGI:1917040", "MGI:1915229", "MGI:1915231", "MGI:2671477", "MGI:1352499", "MGI:2444286", "MGI:1913103", "MGI:1347010", "MGI:2178742", "MGI:1890218", "MGI:2150393", "MGI:1096550", "MGI:1923507", "MGI:3798899", "MGI:2685397", "MGI:1889294", "MGI:106030", "MGI:1917550", "MGI:88540", "MGI:3577015", "MGI:2384307", "MGI:96027", "MGI:1927244", "MGI:1927072", "MGI:1890378", "MGI:98834", "MGI:98212", "MGI:1915775", "MGI:2445092", "MGI:1919599", "MGI:1298231", "MGI:96921", "MGI:2676259", "MGI:106648", "MGI:3577507", "MGI:1316689", "MGI:3043083", "MGI:5646415", "MGI:88607", "MGI:107335", "MGI:107709", "MGI:109486", "MGI:3580378", "MGI:2150380", "MGI:88289", "MGI:96010", "MGI:1928902", "MGI:106202", "MGI:1347469", "MGI:1927594", "MGI:1931751", "MGI:1922257", "MGI:88141", "MGI:3621646", "MGI:2441763", "MGI:1923724", "MGI:5498670", "MGI:96626", "MGI:106677", "MGI:99501", "MGI:1919792", "MGI:1933199", "MGI:88302", "FlyBase:FBgn0040303", "MGI:109520", "MGI:2146836", "MGI:109383", "MGI:96822", "MGI:107932", "MGI:2671575", "MGI:1914491", "MGI:107180", "MGI:2153588", "MGI:1888517", "MGI:5437073", "MGI:1919164", "MGI:1923987", "FlyBase:FBgn0086490", "MGI:2139018", "MGI:2444169", "MGI:2140175", "MGI:1913660", "MGI:3818981", "MGI:3807029", "MGI:1858234", "MGI:2159400", "MGI:5425005", "MGI:101927", "MGI:98737", "MGI:2448621", "MGI:1917823", "MGI:1859274", "MGI:1338783", "MGI:5424909", "MGI:95553", "MGI:4818892", "MGI:2137961", "MGI:1919019", "MGI:1890571", "MGI:2671607", "MGI:3575186", "MGI:3038400", "MGI:96284", "MGI:1329025", "MGI:3578736", "MGI:2671382", "MGI:1913376", "MGI:1333806", "MGI:2685452", "MGI:97142", "MGI:2441890", "MGI:102956", "MGI:1321396", "MGI:109186", "MGI:96558", "MGI:5491160", "MGI:5749267", "MGI:1921585", "FlyBase:FBgn0020405", "MGI:1861149", "MGI:2181074", "MGI:2151114", "MGI:2671456", "MGI:1921620", "MGI:1914846", "MGI:4367793", "MGI:1890596", "MGI:88423", "MGI:2385173", "MGI:1096399", "MGI:1276578", "MGI:1329042", "MGI:2685925", "MGI:1338898", "MGI:2678686", "MGI:88467", "MGI:109359", "MGI:98936", "MGI:95566", "MGI:5306135", "MGI:1915116", "MGI:2137962", "MGI:104552", "MGI:1343161", "MGI:2147006", "MGI:1333856", "MGI:1921982", "MGI:1352501", "MGI:107704", "MGI:1100882", "MGI:1201386", "MGI:2388481", "MGI:109268", "MGI:1925810", "MGI:104982", "MGI:1918847", "MGI:2441906", "MGI:96450", "MGI:1919134", "MGI:2442704", "MGI:1347356", "MGI:1919588", "MGI:1351648", "MGI:2429506", "MGI:2135611", "MGI:3606316", "MGI:2138281", "MGI:87889", "MGI:98218", "MGI:1202709", "MGI:4829404", "MGI:1859639", "MGI:3806808", "MGI:104696", "MGI:2670266", "MGI:1924107", "MGI:1928743", "MGI:1347073", "MGI:3586824", "MGI:2441730", "MGI:1298384", "FlyBase:FBgn0016098", "MGI:1857089", "MGI:1889817", "MGI:2159680", "MGI:88340", "MGI:101893", "MGI:1100514", "MGI:1915484", "MGI:5633762", "MGI:2441731", "MGI:1915089", "MGI:3619443", "MGI:2671572", "MGI:1913563", "MGI:1313259", "MGI:2653368", "MGI:2387801", "MGI:2385237", "MGI:96677", "MGI:1926162", "MGI:1343101", "MGI:1915426", "MGI:96526", "MGI:2157942", "MGI:3767000", "MGI:96550", "MGI:109550", "MGI:1351618", "MGI:1197522", "MGI:97076", "MGI:1928992", "MGI:2671486", "MGI:98961", "MGI:1347473", "MGI:2685589", "MGI:104336", "MGI:1931749", "MGI:2676826", "MGI:3043035", "MGI:1342292", "MGI:1341898", "MGI:103075", "MGI:106915", "MGI:104796", "MGI:1921518", "MGI:97856", "MGI:3512628", "MGI:1276523", "MGI:2147003", "MGI:2144305", "MGI:1857878", "FlyBase:FBgn0266018", "MGI:99147", "MGI:109331", "MGI:106211", "MGI:96405", "MGI:3610314", "MGI:102555", "MGI:1916078", "MGI:3045213", "MGI:1920583", "MGI:3590179", "MGI:2153084", "MGI:1330858", "MGI:1919210", "MGI:1921958", "MGI:1277176", "MGI:88255", "MGI:1856666", "MGI:5792075", "MGI:1914000", "MGI:95749", "MGI:1922658", "MGI:5004953", "MGI:1915133", "MGI:3815170", "MGI:109239", "MGI:102708", "MGI:1918252", "MGI:2136782", "MGI:1915406", "MGI:108074", "MGI:1856932", "MGI:1923442", "MGI:109542", "MGI:107538", "MGI:2150019", "MGI:1929059", "MGI:1861098", "MGI:104539", "MGI:95856", "MGI:1888939", "MGI:96622", "MGI:97570", "MGI:2142527", "MGI:2447164", "MGI:88476", "MGI:1919638", "MGI:3574830", "MGI:1338801", "MGI:97359", "MGI:2148802", "MGI:97821", "MGI:5490312", "MGI:96755", "MGI:1353498", "MGI:106612", "MGI:2135874", "MGI:3799183", "MGI:2147077", "MGI:3763721", "MGI:2671641", "MGI:2384761", "MGI:3577503", "MGI:3522699", "MGI:1933237", "MGI:1919404", "MGI:1306802", "MGI:96055", "MGI:2444662", "MGI:97295", "MGI:2450691", "MGI:4829401", "MGI:1277114", "MGI:101838", "MGI:1194504", "MGI:1921384", "MGI:1920018", "MGI:88337", "MGI:1919358", "MGI:109257", "MGI:3612862", "MGI:3817659", "MGI:95576", "MGI:2671378", "MGI:5646297", "MGI:3525053", "MGI:3818888", "MGI:1354184", "MGI:1920420", "MGI:2385891", "MGI:3046414", "MGI:1298366", "MGI:1889348", "MGI:88473", "MGI:2671517", "MGI:99542", "MGI:99403", "MGI:1929813", "MGI:108384", "MGI:97623", "MGI:3039618", "MGI:102663", "MGI:1919202", "MGI:1916599", "MGI:97250", "MGI:1858223", "MGI:97512", "MGI:107537", "MGI:104667", "MGI:1917458", "MGI:88227", "MGI:894682", "MGI:104516", "MGI:2670248", "MGI:1098296", "MGI:1858233", "MGI:2444461", "MGI:1914338", "MGI:2671397", "MGI:1921495", "MGI:3800443", "MGI:1920150", "MGI:1929658", "MGI:1856902", "MGI:1921850", "MGI:95775", "MGI:105307", "MGI:1197007", "MGI:2676630", "MGI:2151233", "MGI:5425010", "MGI:88113", "MGI:1914431", "MGI:96952", "MGI:1920753", "MGI:3811255", "MGI:5432513", "MGI:3798992", "MGI:109244", "MGI:107756", "MGI:1889007", "MGI:2179432", "MGI:1914832", "MGI:1920424", "MGI:1195458", "MGI:102565", "MGI:2685575", "MGI:3029307", "MGI:1351612", "MGI:2175912", "MGI:1346869", "MGI:1916267", "MGI:1916214", "MGI:98247", "MGI:2681158", "MGI:1298377", "MGI:1916720", "MGI:1333855", "MGI:1915670", "MGI:99675", "MGI:99918", "MGI:3029414", "MGI:103169", "MGI:98258", "MGI:1914947", "MGI:2182540", "MGI:95852", "MGI:2671339", "MGI:2656116", "MGI:2154244", "MGI:1860443", "MGI:1206581", "MGI:2387643", "MGI:5424912", "MGI:1333804", "MGI:1917979", "FlyBase:FBgn0267436", "MGI:88496", "MGI:1925567", "MGI:1921409", "MGI:88516", "MGI:3522288", "MGI:3033912", "MGI:1856859", "MGI:1890563", "MGI:95665", "MGI:1270862", "MGI:2139360", "MGI:1926395", "MGI:1921517", "MGI:88548", "MGI:98291", "MGI:108176", "MGI:96621", "MGI:2158736", "MGI:1289160", "MGI:1346526", "MGI:1298405", "MGI:3038405", "MGI:2183045", "MGI:5445550", "MGI:1928323", "MGI:1915532", "MGI:1860486", "MGI:1914515", "MGI:5424973", "MGI:2140796", "MGI:103221", "MGI:1918475", "MGI:95817", "MGI:1922391", "MGI:96086", "MGI:3033896", "MGI:1933163", "MGI:5792114", "MGI:3588498", "MGI:2139434", "MGI:1859281", "MGI:2685494", "MGI:104580", "MGI:97622", "MGI:97935", "MGI:108482", "MGI:3761013", "MGI:5311849", "MGI:99953", "MGI:1890480", "MGI:105372", "MGI:97912", "MGI:1919451", "MGI:105091", "MGI:1856668", "MGI:3799294", "MGI:2153093", "MGI:1201682", "MGI:88232", "MGI:2151110", "MGI:1100509", "MGI:2676883", "MGI:1332243", "MGI:1920266", "MGI:1913302", "MGI:96210", "MGI:1932339", "MGI:1920328", "MGI:1913843", "MGI:1861377", "MGI:96836", "MGI:2137520", "MGI:2386607", "MGI:2685803", "MGI:98725", "MGI:2443235", "MGI:2446136", "MGI:88360", "MGI:1932139", "MGI:2137955", "MGI:1095438", "MGI:1321133", "MGI:1298393", "MGI:95524", "MGI:1891344", "MGI:1926031", "MGI:1277207", "MGI:1914544", "MGI:2662567", "MGI:109531", "MGI:3794320", "MGI:1347343", "MGI:96599", "MGI:5436088", "MGI:1890221", "MGI:1330838", "MGI:892973", "MGI:1916632", "MGI:1925644", "MGI:1918361", "MGI:103006", "MGI:1194883", "MGI:3665140", "MGI:893592", "MGI:3041203", "MGI:2675303", "MGI:1196624", "MGI:1858421", "MGI:2443535", "MGI:2177651", "MGI:88144", "MGI:1276574", "MGI:1926387", "MGI:3038450", "MGI:96188", "MGI:1915835", "MGI:5300691", "MGI:97376", "MGI:1351335", "MGI:104876", "MGI:2444110", "MGI:1919995", "MGI:5568104", "MGI:98443", "MGI:2137586", "MGI:3487246", "MGI:1924317", "MGI:1917022", "MGI:3040700", "MGI:107387", "MGI:109393", "MGI:3815165", "MGI:1931001", "MGI:5049955", "MGI:2448506", "MGI:107716", "MGI:2135609", "MGI:1913418", "MGI:109448", "MGI:1856675", "MGI:3618738", "MGI:1933105", "MGI:1859212", "MGI:1860093", "MGI:3809421", "MGI:1915720", "MGI:3038407", "MGI:5297423", "MGI:5436091", "MGI:1298209", "MGI:97307", "MGI:98586", "MGI:5316771", "MGI:108047", "MGI:1337130", "MGI:1891706", "MGI:2180511", "MGI:2443308", "MGI:96183", "MGI:1921626", "MGI:1913298", "MGI:95523", "MGI:1353655", "MGI:1098297", "MGI:88275", "MGI:3810703", "MGI:1351869", "MGI:88392", "MGI:1921494", "MGI:2682307", "MGI:1915367", "MGI:87890", "MGI:3614268", "MGI:88351", "MGI:2685142", "MGI:96429", "MGI:2180140", "MGI:1914131", "MGI:3046706", "MGI:1277947", "MGI:1934816", "MGI:1343102", "MGI:1100525", "MGI:2179507", "MGI:3038381", "MGI:95637", "MGI:1344380", "MGI:1270849", "MGI:97527", "MGI:3806798", "MGI:2444576", "MGI:103163", "MGI:1861449", "MGI:1351638", "MGI:1928994", "MGI:1920944", "MGI:1920177", "MGI:1921501", "MGI:1321151", "MGI:98956", "MGI:106369", "MGI:2443111", "MGI:1203495", "MGI:894762", "MGI:3046727", "MGI:1335072", "MGI:98894", "MGI:1927655", "MGI:3513288", "MGI:2182543", "MGI:1330233", "MGI:1860129", "MGI:95751", "MGI:1346865", "MGI:88105", "MGI:1856958", "MGI:3708156", "MGI:96189", "MGI:107556", "MGI:3811758", "MGI:1330281", "MGI:95824", "MGI:104965", "MGI:95568", "MGI:1347054", "MGI:98325", "MGI:2441805", "MGI:96522", "MGI:5424915", "MGI:104311", "MGI:1913464", "MGI:2384789", "MGI:2671293", "MGI:1913882", "MGI:892032", "MGI:2444521", "MGI:1914838", "MGI:1354386", "MGI:109294", "MGI:1934667", "MGI:3811098", "MGI:2443199", "MGI:1926157", "MGI:1914249", "MGI:2388073", "MGI:1914154", "MGI:96226", "MGI:97770", "MGI:892968", "MGI:104778", "MGI:102966", "MGI:892010", "MGI:2444609", "MGI:2447564", "MGI:109430", "MGI:2442819", "MGI:5425008", "MGI:1100501", "MGI:2141180", "MGI:99928", "MGI:3051532", "MGI:99462", "MGI:88361", "MGI:1888514", "MGI:1922552", "MGI:95772", "MGI:3038401", "MGI:2150634", "MGI:1857023", "MGI:3808787", "MGI:5490316", "MGI:96242", "MGI:2658978", "MGI:2685230", "MGI:96982", "MGI:2387642", "MGI:1195972", "MGI:1927715", "MGI:1930705", "MGI:1276123", "MGI:1349442", "MGI:1913416", "MGI:99845", "MGI:2671337", "MGI:2143585", "MGI:2444594", "MGI:2442486", "MGI:1917474", "MGI:2388363", "MGI:2444306", "MGI:108454", "MGI:99961", "MGI:1920590", "MGI:4821826", "MGI:96177", "MGI:3578215", "MGI:1913865", "MGI:3046733", "MGI:1925144", "MGI:99217", "MGI:3522278", "MGI:1890651", "MGI:3033906", "MGI:1346320", "MGI:1914731", "FlyBase:FBgn0020403", "MGI:106679", "MGI:97740", "MGI:1339713", "MGI:1345281", "MGI:1914434", "MGI:2442345", "MGI:1916978", "MGI:1919643", "MGI:1924627", "MGI:1336214", "MGI:3038379", "MGI:1341272", "MGI:3032959", "MGI:3033971", "MGI:1928478", "MGI:1929883", "MGI:1329037", "MGI:88329", "FlyBase:FBgn0263591", "MGI:105368", "MGI:109587", "MGI:1355299", "MGI:2137384", "MGI:2687284", "MGI:2684861", "MGI:98955", "MGI:102469", "MGI:1916409", "MGI:109233", "MGI:98872", "MGI:1925179", "MGI:1915525", "MGI:1344337", "MGI:88257", "MGI:1857314", "MGI:1309478", "MGI:1933218", "MGI:1351351", "MGI:104848", "MGI:5436083", "MGI:102858", "MGI:105119", "MGI:1338891", "MGI:2684949", "MGI:1933786", "MGI:2682690", "MGI:1923858", "MGI:88478", "MGI:108088", "MGI:2137670", "MGI:96244", "MGI:1932969", "MGI:1343094", "MGI:2449923", "MGI:1202307", "MGI:2147679", "MGI:2444926", "MGI:98954", "MGI:107546", "MGI:2152844", "MGI:1342005", "MGI:2443630", "MGI:3784204", "MGI:104887", "MGI:3775246", "MGI:2157980", "MGI:1890505", "MGI:1351320", "MGI:2671423", "MGI:2678724", "MGI:2673307", "MGI:1929214", "MGI:1856948", "MGI:5313992", "MGI:3646642", "MGI:106441", "MGI:3817285", "MGI:5049963", "MGI:1202889", "MGI:3027002", "MGI:5791999", "MGI:1919080", "MGI:1345162", "MGI:1929864", "MGI:3811239", "MGI:1913652", "MGI:2155445", "MGI:1921376", "MGI:892006", "MGI:105311", "MGI:2686058", "MGI:3812212", "MGI:3611220", "MGI:106065", "MGI:1915956", "MGI:98239", "MGI:3795878", "MGI:2150635", "MGI:1930618", "MGI:2138584", "MGI:99440", "MGI:1298390", "MGI:96559", "MGI:5696516", "MGI:1339958", "MGI:1270150", "MGI:1923452", "MGI:97775", "MGI:1347244", "MGI:98494", "MGI:104554", "MGI:1342288", "MGI:98388", "MGI:1914269", "MGI:104738", "MGI:2651854", "MGI:97380", "MGI:108360", "MGI:2671491", "MGI:2384394", "MGI:2146901", "MGI:2446486", "MGI:3806497", "MGI:104767", "MGI:5424913", "MGI:1922778", "MGI:108429", "MGI:1354733", "MGI:1930005", "MGI:109335", "MGI:1195463", "MGI:2443573", "MGI:2443113", "MGI:1096365", "MGI:4457207", "MGI:3832061", "MGI:1346879", "MGI:2159324", "MGI:1855691", "MGI:88109", "MGI:2145597", "MGI:107448", "MGI:1922915", "MGI:3053542", "MGI:96194", "MGI:1917016", "MGI:3811053", "MGI:1098275", "MGI:1345184", "MGI:3043288", "MGI:1934028", "MGI:2143163", "MGI:95690", "MGI:1336993", "MGI:1333787", "MGI:88271", "MGI:1931834", "MGI:2651833", "FlyBase:FBgn0023186", "MGI:96172", "MGI:108016", "MGI:2671351", "MGI:5442337", "MGI:1923416", "MGI:5313710", "MGI:1924894", "MGI:3808044", "MGI:3033142", "MGI:1915442", "MGI:3522243", "MGI:2687005", "MGI:97603", "MGI:2447586", "MGI:103188", "MGI:3619333", "MGI:1349409", "MGI:1934157", "MGI:1347098", "MGI:87882", "MGI:1097695", "MGI:3712326", "MGI:1917029", "MGI:1926116", "MGI:102657", "MGI:2676816", "MGI:98329", "MGI:3045947", "MGI:104640", "MGI:1924781", "MGI:5424911", "MGI:1933365", "MGI:1915651", "MGI:1306794", "MGI:5648124", "MGI:5780099", "MGI:1339711", "MGI:1289265", "MGI:2685946", "MGI:1298382", "MGI:3811388", "MGI:108359", "MGI:2181435", "MGI:2183158", "MGI:97040", "MGI:1923676", "MGI:2140882", "MGI:3522002", "MGI:1924086", "MGI:3646700", "MGI:96250", "MGI:97844", "MGI:95880", "MGI:97564", "MGI:1857083", "MGI:1889299", "MGI:2444881", "MGI:109132", "MGI:1354710", "MGI:109424", "MGI:2671631", "MGI:2152434", "MGI:1858214", "MGI:1354702", "MGI:3052998", "MGI:88347", "MGI:1889620", "MGI:105082", "FlyBase:FBgn0261672", "MGI:1922091", "MGI:2151075", "MGI:88034", "MGI:107487", "MGI:87883", "MGI:1914719", "MGI:3644400", "MGI:2151070", "MGI:95611", "MGI:2141101", "MGI:1915002", "MGI:99852", "MGI:1201683", "MGI:1915099", "MGI:2143528", "MGI:1915987", "MGI:102519", "MGI:2687406", "MGI:2139469", "MGI:3611242", "MGI:2443455", "MGI:3577064", "MGI:1915902", "MGI:1859149", "MGI:106657", "MGI:1345146", "MGI:3708154", "MGI:2448493", "MGI:1859181", "MGI:1335073", "MGI:102579", "MGI:109575", "MGI:109240", "MGI:103014", "MGI:1890619", "MGI:1931010", "MGI:5708307", "MGI:2150016", "MGI:3692900", "MGI:96832", "MGI:1096327", "MGI:2676898", "MGI:96907", "MGI:97597", "MGI:1316740", "MGI:94926", "MGI:2670425", "MGI:1202386", "MGI:1924885", "MGI:1346875", "MGI:1927555", "MGI:1354961", "MGI:1929996", "MGI:3811740", "MGI:97137", "MGI:1352747", "MGI:96663", "MGI:1888499", "MGI:1934765", "MGI:108389", "MGI:1860454", "MGI:2671498", "MGI:2681107", "MGI:2683461", "MGI:88042", "MGI:2676556", "MGI:2385295", "MGI:2669967", "MGI:1913398", "MGI:1316678", "MGI:99666", "MGI:1919119", "MGI:3722301", "MGI:1354755", "MGI:3038439", "MGI:3798981", "MGI:5311363", "MGI:2140729", "FlyBase:FBgn0266919", "MGI:1927238", "MGI:1856944", "MGI:2444746", "MGI:1915017", "MGI:2388029", "MGI:107561", "MGI:99146", "MGI:2137512", "MGI:1913946", "MGI:5517546", "MGI:107489", "MGI:5470116", "MGI:1856697", "MGI:2183450", "MGI:1919666", "MGI:88584", "MGI:1353568", "MGI:1926837", "MGI:2179720", "MGI:3651680", "MGI:5792098", "MGI:2448784", "MGI:3798411", "MGI:1346060", "MGI:3718461", "MGI:1858496", "MGI:2676665", "MGI:1097692", "MGI:1336175", "MGI:103253", "MGI:1917946", "MGI:87880", "MGI:1933157", "MGI:1332637", "MGI:2442875", "MGI:2685198", "MGI:99677", "MGI:4834341", "MGI:98215", "MGI:1915076", "MGI:5436099", "MGI:97615", "MGI:1918529", "MGI:104649", "MGI:2442632", "MGI:1919725", "MGI:1859648", "MGI:1921436", "MGI:99535", "MGI:1313307", "MGI:1354385", "MGI:88081", "MGI:105941", "MGI:105084", "FlyBase:FBgn0266333", "MGI:104629", "MGI:2140770", "MGI:5316756", "MGI:2679446", "MGI:3047697", "MGI:1859211", "MGI:1100518", "MGI:104723", "MGI:1201673", "MGI:1859016", "MGI:5474850", "MGI:97793", "MGI:1922546", "MGI:1918521", "MGI:3799166", "MGI:109552", "MGI:1923422", "MGI:3046709", "MGI:1347058", "MGI:5495803", "MGI:104644", "MGI:2385169", "MGI:101773", "MGI:5300700", "MGI:1328787", "MGI:2385695", "MGI:1346342", "MGI:1336155", "MGI:88555", "MGI:3810725", "MGI:96919", "MGI:103580", "MGI:3576022", "MGI:1859286", "MGI:2443769", "MGI:2149961", "MGI:1195273", "MGI:1195345", "MGI:1932610", "MGI:2671585", "MGI:1340806", "MGI:5752827", "MGI:107444", "MGI:2685324", "MGI:2671428", "MGI:98732", "MGI:97324", "MGI:1330828", "MGI:2445154", "MGI:1913751", "MGI:2671421", "MGI:2142572", "MGI:2684848", "MGI:1913673", "MGI:2671611", "MGI:3039635", "MGI:96601", "MGI:1918779", "MGI:1856589", "MGI:1925082", "MGI:94876", "MGI:88258", "MGI:3038391", "MGI:1920030", "MGI:2158492", "MGI:1921379", "MGI:1858226", "MGI:105925", "MGI:1349481", "MGI:87887", "MGI:2684950", "MGI:1196259", "MGI:1927170", "MGI:2387586", "MGI:88608", "MGI:1341870", "MGI:1929518", "MGI:2179277", "MGI:1930124", "MGI:3053003", "MGI:3815569", "MGI:2388804", "MGI:98625", "MGI:3575133", "MGI:1915086", "MGI:1861456", "MGI:107931", "MGI:1915264", "MGI:3053002", "MGI:1890215", "MGI:5049956", "MGI:88455", "MGI:1858236", "MGI:3809414", "MGI:2448415", "MGI:2676822", "MGI:1333782", "MGI:3645984", "MGI:1914084", "MGI:1100497", "MGI:2676807", "MGI:96568", "MGI:3043648", "MGI:1932288", "MGI:97629", "MGI:1919583", "MGI:2444480", "MGI:95860", "MGI:104631", "MGI:107423", "MGI:2676818", "MGI:2444304", "MGI:1344388", "MGI:101908", "MGI:2139083", "MGI:2654575", "MGI:5311612", "MGI:1923549", "MGI:3708152", "FlyBase:FBgn0082314", "MGI:98857", "MGI:1913370", "MGI:1347476", "MGI:3806513", "MGI:1346047", "MGI:3040786", "MGI:1197516", "MGI:1918110", "MGI:3036246", "MGI:3806998", "MGI:1100836", "MGI:97305", "MGI:2145726", "MGI:1913325", "MGI:2138319", "MGI:108173", "MGI:1889595", "MGI:2679582", "MGI:88563", "MGI:1922815", "MGI:1926218", "MGI:1341171", "MGI:1924817", "MGI:1915509", "MGI:1277964", "MGI:88327", "MGI:1859980", "MGI:1916703", "MGI:2664387", "MGI:3575190", "MGI:2671308", "MGI:104961", "MGI:2150656", "MGI:1932544", "MGI:88222", "MGI:96613", "MGI:104688", "MGI:5791995", "MGI:1914683", "MGI:96546", "FlyBase:FBgn0261829", "MGI:1931029", "MGI:1890546", "MGI:107420", "MGI:1919570", "MGI:2654470", "MGI:1352754", "MGI:96440", "MGI:2681233", "MGI:1314872", "MGI:103098", "MGI:3819691", "MGI:1096347", "MGI:108414", "MGI:96685", "MGI:1347464", "MGI:5308660", "MGI:2668412", "MGI:2442409", "MGI:2685954", "MGI:5430037", "MGI:96198", "MGI:1334257", "MGI:1922783", "MGI:3801091", "MGI:95789", "MGI:1922892", "MGI:2155456", "MGI:87904", "MGI:5490300", "MGI:2446294", "MGI:2671340", "MGI:1913870", "MGI:2142824", "MGI:1925662", "MGI:95498", "MGI:96186", "MGI:3708138", "MGI:3036247", "MGI:1929882", "MGI:2685431", "MGI:2147810", "MGI:1344390", "MGI:98775", "MGI:1313288", "MGI:2135637", "MGI:3817942", "MGI:88090", "MGI:107929", "MGI:5752801", "MGI:1919212", "MGI:1202304", "MGI:2678700", "MGI:2656700", "MGI:1925031", "MGI:102738", "MGI:1270129", "MGI:1350930", "MGI:3618733", "MGI:102518", "MGI:2183924", "MGI:2443388", "FlyBase:FBgn0266480", "MGI:1923998", "MGI:97531", "MGI:5439915", "MGI:1918038", "MGI:3046718", "MGI:3590181", "MGI:99571", "MGI:5446152", "MGI:1914824", "MGI:97292", "MGI:3696947", "MGI:1925528", "MGI:3800437", "MGI:104816", "MGI:1099439", "MGI:2675077", "MGI:2682858", "MGI:109525", "MGI:1922374", "MGI:2143261", "MGI:2136886", "MGI:1917890", "MGI:2673967", "MGI:96789", "MGI:96650", "MGI:1926471", "MGI:1925164", "MGI:3033968", "MGI:3622649", "MGI:99207", "MGI:109168", "MGI:108083", "MGI:1929655", "MGI:2181667", "MGI:1919819", "MGI:1920939", "MGI:2150302", "MGI:1095403", "MGI:88192", "MGI:2442213", "MGI:108520", "MGI:1920480", "MGI:1859730", "MGI:103079", "MGI:5503989", "MGI:95609", "MGI:1919133", "MGI:1928985", "MGI:2444826", "MGI:95490", "MGI:1202713", "FlyBase:FBgn0266341", "MGI:1334209", "MGI:2181659", "MGI:2147913", "MGI:893580", "MGI:96173", "MGI:104637", "MGI:2145118", "MGI:2385046", "MGI:108442", "MGI:1922920", "MGI:107678", "MGI:1932127", "MGI:2140077", "MGI:104685", "MGI:1347064", "MGI:109558", "MGI:104708", "MGI:1919299", "MGI:1928761", "MGI:2448790", "MGI:2384791", "MGI:1914804", "MGI:98431", "MGI:2660692", "MGI:1355333", "MGI:1858219", "MGI:3028623", "MGI:5791990", "MGI:3609260", "MGI:3584508", "MGI:1337080", "MGI:5424902", "MGI:1855696", "MGI:109595", "MGI:3650508", "MGI:95514", "MGI:2671676", "MGI:3812037", "MGI:2135755", "MGI:1313302", "MGI:1194488", "MGI:107824", "MGI:2677061", "MGI:2447188", "MGI:2685003", "MGI:1913828", "MGI:5429771", "MGI:88316", "MGI:5320501", "FlyBase:FBgn0265990", "MGI:2676857", "MGI:99851", "MGI:1858212", "MGI:3805910", "MGI:2151839", "MGI:2676828", "MGI:1923688", "MGI:104808", "MGI:1355323", "MGI:2146149", "MGI:101816", "MGI:109404", "MGI:98959", "MGI:1277950", "MGI:108412", "MGI:2179381", "MGI:105077", "MGI:95809", "MGI:2652824", "MGI:1341908", "MGI:3530525", "MGI:3510426", "MGI:1923407", "MGI:87885", "MGI:1915387", "MGI:1345147", "MGI:1914682", "MGI:1914735", "MGI:3800671", "MGI:96159", "MGI:1915268", "MGI:95821", "MGI:2142489", "MGI:1349669", "MGI:97568", "MGI:3618718", "MGI:99694", "MGI:2139135", "MGI:1924100", "MGI:2149786", "MGI:5646404", "MGI:1889342", "MGI:107776", "MGI:2685089", "MGI:1351465", "MGI:2444232", "MGI:104684", "MGI:87873", "MGI:2448630", "MGI:97809", "MGI:2685045", "FlyBase:FBgn0067408", "MGI:95812", "MGI:2444210", "MGI:98474", "MGI:3798846", "MGI:98326", "MGI:1352447", "MGI:2679683", "MGI:2181067", "MGI:94941", "MGI:3817599", "MGI:4999622", "MGI:2671282", "MGI:101940", "MGI:2385894", "MGI:2143702", "MGI:2678251", "MGI:5446188", "MGI:1926080", "MGI:99454", "MGI:1335106", "MGI:3642509", "MGI:1341721", "MGI:3709847", "MGI:1346091", "MGI:1890407", "MGI:1857020", "MGI:1333754", "MGI:894318", "MGI:3800208", "MGI:1330859", "MGI:1914740", "MGI:3578205", "MGI:2679699", "MGI:94859", "MGI:5477181", "MGI:99951", "MGI:2146005", "MGI:3692896", "MGI:1932134", "MGI:3812030", "MGI:1924305", "MGI:3045247", "MGI:1202295", "MGI:1855692", "MGI:2156538", "MGI:96669", "MGI:1100498", "MGI:894662", "MGI:99833", "MGI:96913", "MGI:2384838", "MGI:891963", "MGI:5424976", "MGI:3808822", "MGI:1932515", "MGI:1276121", "MGI:2443672", "MGI:99179", "MGI:5049960", "MGI:102772", "MGI:2183572", "MGI:1934860", "MGI:1925401", "MGI:1934704", "MGI:2386723", "MGI:1298210", "MGI:2684919", "MGI:1341264", "MGI:88561", "MGI:2429554", "MGI:1917019", "MGI:1916351", "MGI:3707707", "MGI:3052831", "MGI:96974", "MGI:2685450", "MGI:2180307", "MGI:96976", "MGI:107924", "MGI:2685233", "MGI:1927471", "MGI:1918006", "MGI:1315195", "MGI:95805", "MGI:1920908", "MGI:4829469", "MGI:107757", "MGI:102784", "MGI:3618709", "MGI:5811082", "MGI:2140680", "MGI:1914930", "MGI:5490328", "MGI:1195261", "MGI:96276", "MGI:1096342", "MGI:95715", "MGI:2448974", "MGI:102968", "MGI:1921273", "FlyBase:FBgn0086496", "MGI:1924066", "MGI:108460", "MGI:1859086", "MGI:2671407", "FlyBase:FBgn0263989", "MGI:98968", "MGI:3606242", "MGI:1856649", "MGI:97759", "MGI:95487", "MGI:1861135", "MGI:1353598", "MGI:1891421", "MGI:1914233", "MGI:1298224", "MGI:1916049", "MGI:2671651", "MGI:1861735", "MGI:97769", "MGI:97848", "MGI:106683", "MGI:5792333", "MGI:5437731", "MGI:3046773", "MGI:5615406", "MGI:87909", "MGI:2384969", "MGI:1919257", "MGI:107942", "MGI:1344387", "MGI:2676829", "MGI:1923011", "MGI:5763628", "MGI:2678730", "MGI:105917", "MGI:2685449", "MGI:94874", "MGI:1289298", "MGI:1855699", "MGI:1913750", "MGI:1333815", "MGI:3575159", "MGI:2682003", "MGI:1918731", "MGI:107689", "MGI:109604", "MGI:96408", "MGI:98970", "MGI:1918397", "MGI:2159621", "MGI:1928480", "FlyBase:FBgn0026407", "MGI:2444990", "MGI:1351340", "MGI:5427417", "MGI:1861441", "MGI:1924337", "MGI:2442056", "MGI:2450532", "MGI:97052", "MGI:1856622", "MGI:1920086", "MGI:2135601", "MGI:1101357", "MGI:1098772", "MGI:1335087", "MGI:102755", "MGI:106008", "MGI:97749", "MGI:1916211", "MGI:5605723", "MGI:103307", "MGI:96929", "MGI:2448858", "MGI:1098269", "MGI:1926966", "MGI:1913765", "MGI:1933277", "MGI:108495", "MGI:104664", "MGI:1856626", "MGI:1924705", "FlyBase:FBgn0044039", "MGI:5484621", "MGI:2143266", "MGI:97166", "MGI:3708144", "MGI:108440", "MGI:1860765", "MGI:1277178", "MGI:3828117", "MGI:2136171", "MGI:2670269", "MGI:88256", "MGI:3582583", "MGI:1924872", "FlyBase:FBgn0044830", "MGI:1923736", "MGI:1915496", "MGI:106689", "MGI:106662", "MGI:3848921", "MGI:5792104", "MGI:1346877", "MGI:1919122", "MGI:2684035", "MGI:1346022", "MGI:103266", "MGI:104511", "MGI:2384822", "MGI:2445003", "MGI:3812093", "MGI:1919277", "MGI:95518", "MGI:105064", "MGI:106354", "MGI:104636", "MGI:1276118", "MGI:1913125", "MGI:96575", "MGI:101918", "MGI:102695", "MGI:2669209", "MGI:1890498", "MGI:2159210", "MGI:2683537", "MGI:88157", "MGI:1096881", "MGI:1919043", "MGI:109278", "MGI:98384", "MGI:1196281", "MGI:2135958", "MGI:5562869", "MGI:97784", "FlyBase:FBgn0019961", "MGI:1096863", "MGI:2446854", "MGI:99260", "MGI:1916774", "MGI:95669", "MGI:1096372", "MGI:1298392", "MGI:1916348", "MGI:2671309", "MGI:1916363", "MGI:108515", "MGI:96647", "MGI:1921597", "MGI:104807", "MGI:107364", "MGI:1856635", "MGI:109619", "MGI:98248", "MGI:99907", "MGI:1916172", "MGI:2156893", "MGI:1920706", "MGI:104849", "MGI:3817291", "MGI:107430", "MGI:1355303", "MGI:1919292", "MGI:1336167", "MGI:1316652", "MGI:3051647", "MGI:1861453", "MGI:1353451", "MGI:2183051", "MGI:3577484", "MGI:104968", "MGI:1933155", "MGI:2135267", "FlyBase:FBgn0250901", "MGI:3794322", "MGI:3807971", "MGI:107542", "MGI:2450915", "MGI:1276109", "MGI:1921287", "MGI:1338074", "MGI:1913884", "MGI:1856605", "MGI:1914811", "MGI:3033921", "MGI:1328316", "MGI:2683060", "MGI:3798987", "MGI:2684079", "MGI:1919200", "MGI:2447987", "MGI:5490289", "MGI:2385045", "MGI:98941", "MGI:1858416", "MGI:1096386", "MGI:1914962", "MGI:2671370", "MGI:97909", "MGI:1202890", "MGI:1916433", "MGI:1860188", "MGI:107914", "MGI:2442261", "MGI:2676827", "MGI:5792099", "MGI:2685193", "MGI:1914027", "MGI:1923023", "MGI:3036243", "MGI:2442266", "MGI:5707613", "MGI:103305", "MGI:108450", "MGI:1920897", "MGI:1913603", "MGI:1346345", "MGI:98913", "MGI:88115", "MGI:1915566", "MGI:1338039", "MGI:1924268", "FlyBase:FBgn0082311", "MGI:1195268", "MGI:95405", "MGI:2444008", "MGI:98912", "MGI:1923818", "MGI:2670904", "MGI:892986", "MGI:5490281", "MGI:1918708", "MGI:1298230", "MGI:2449316", "MGI:3692904", "MGI:99510", "MGI:96184", "MGI:3027996", "MGI:2183049", "MGI:1928386", "MGI:2384310", "MGI:99914", "MGI:1915317", "MGI:5554599", "MGI:1353606", "MGI:5495801", "MGI:1096383", "MGI:1349420", "MGI:104571", "MGI:1928378", "MGI:104565", "MGI:1918441", "MGI:1928370", "MGI:1353569", "MGI:96990", "MGI:2137659", "MGI:3039629", "MGI:2671582", "MGI:97837", "MGI:1921160", "MGI:105381", "MGI:1352745", "MGI:1196256", "MGI:1916577", "MGI:3794291", "MGI:1930146", "MGI:3028577", "MGI:3050513", "MGI:1859619", "MGI:1913363", "MGI:2443639", "MGI:104726", "MGI:98715", "MGI:1353452", "MGI:2443384", "MGI:103226", "MGI:96521", "MGI:3800426", "MGI:1858199", "MGI:2449980", "MGI:3530520", "MGI:1354727", "MGI:1861232", "MGI:3811864", "MGI:2152971", "MGI:109191", "MGI:2671294", "MGI:1918836", "MGI:109605", "MGI:1891740", "MGI:3811025", "MGI:2135756", "MGI:1861229", "MGI:108091", "MGI:1918885", "MGI:2137354", "MGI:1261423", "MGI:3610315", "MGI:96240", "MGI:1857321", "MGI:2136405", "MGI:87959", "MGI:2146620", "MGI:5429753", "MGI:95653", "MGI:1915247", "MGI:2385729", "MGI:97760", "MGI:1261791", "MGI:1333879", "MGI:1861231", "MGI:1859252", "MGI:1930036", "MGI:1344407", "MGI:3814084", "MGI:90169", "MGI:1919170", "MGI:1860437", "MGI:1929512", "MGI:1100535", "MGI:94869", "MGI:2681865", "MGI:97490", "MGI:3038446", "MGI:1918060", "MGI:3817307", "MGI:4359050", "MGI:97814", "MGI:3027875", "MGI:1918491", "MGI:2386052", "MGI:97930", "MGI:2684125", "MGI:1858417", "MGI:1927166", "MGI:1344392", "MGI:1929648", "MGI:1337062", "MGI:98809", "MGI:1925224", "MGI:1306797", "MGI:104665", "MGI:1339467", "MGI:3619324", "MGI:3041807", "MGI:1100864", "MGI:1915344", "MGI:88586", "MGI:2685968", "MGI:1346999", "MGI:102764", "MGI:102806", "MGI:2442510", "MGI:1913529", "MGI:1924105", "MGI:1333745", "MGI:1916323", "MGI:1098222", "MGI:109125", "MGI:1277116", "MGI:104879", "MGI:1354910", "MGI:1202886", "MGI:1890964", "MGI:1921520", "MGI:1261760", "MGI:109127", "MGI:88549", "MGI:1289184", "MGI:97774", "MGI:1351872", "MGI:1201606", "MGI:1924210", "MGI:88296", "MGI:2676831", "MGI:1914859", "MGI:1277977", "MGI:104294", "MGI:2671430", "MGI:2145448", "MGI:1919324", "MGI:2385906", "MGI:1915282", "MGI:3619064", "MGI:2135957", "MGI:1922066", "MGI:1891338", "FlyBase:FBgn0265473", "MGI:1352502", "MGI:107657", "FlyBase:FBgn0265476", "MGI:1201689", "MGI:107655", "MGI:2444491", "MGI:1858494", "MGI:5431488", "MGI:104717", "MGI:95779", "MGI:98368", "MGI:892995", "MGI:5510735", "MGI:106185", "MGI:95613", "MGI:1349451", "MGI:1920040", "MGI:1341907", "MGI:1917612", "MGI:88077", "MGI:2388124", "MGI:1352448", "MGI:4836500", "MGI:1354949", "MGI:3798968", "MGI:1099832", "MGI:1856828", "MGI:1328364", "MGI:1346876", "MGI:2685541", "MGI:96820", "MGI:2448675", "MGI:1914737", "MGI:1261908", "MGI:1926952", "MGI:1929988", "MGI:894645", "MGI:1338069", "MGI:5792041", "MGI:2448262", "MGI:2384590", "MGI:3040695", "MGI:1096569", "MGI:1928904", "MGI:3045702", "MGI:1858415", "MGI:1330305", "MGI:1309996", "MGI:95527", "MGI:3033917", "MGI:98658", "MGI:98730", "MGI:1917030", "MGI:1339752", "MGI:1920145", "MGI:1351644", "MGI:103300", "MGI:3589227", "MGI:1891834", "MGI:2682306", "MGI:2147274", "MGI:1918742", "MGI:96432", "MGI:99906", "MGI:5320611", "MGI:107171", "MGI:99909", "MGI:5446145", "MGI:1098667", "MGI:1930016", "MGI:2676551", "MGI:1100520", "MGI:1915549", "MGI:105085", "MGI:96171", "MGI:1914623", "MGI:3815549", "MGI:2153072", "MGI:1921387", "MGI:1097164", "MGI:1928396", "MGI:107956", "MGI:1922870", "MGI:101789", "FlyBase:FBgn0044832", "MGI:1858420", "MGI:1203729", "MGI:97231", "MGI:2429765", "MGI:1344361", "MGI:104773", "MGI:2384303", "MGI:102524", "MGI:106907", "MGI:102793", "MGI:1196627", "MGI:1278322", "MGI:1861376", "MGI:2682764", "MGI:105090", "MGI:1856884", "MGI:1929237", "MGI:2384986", "MGI:2141879", "MGI:1924923", "MGI:2657115", "MGI:3813532", "MGI:95759", "MGI:1336205", "MGI:1337104", "MGI:109442", "MGI:87860", "MGI:88047", "MGI:2444959", "MGI:1917997", "MGI:5424999", "MGI:2444639", "MGI:1859920", "MGI:87991", "MGI:2450166", "MGI:2157548", "MGI:99511", "MGI:2444314", "MGI:1347048", "MGI:1098230", "MGI:3606484", "MGI:2671437", "MGI:96395", "MGI:98940", "MGI:3033930", "MGI:109147", "MGI:96795", "MGI:95554", "MGI:1856843", "MGI:1913331", "MGI:1861106", "MGI:102674", "MGI:102462", "MGI:1889576", "MGI:1349447", "MGI:2678695", "MGI:1918615", "MGI:1861179", "MGI:108025", "MGI:1345092", "MGI:3812125", "MGI:97794", "MGI:1859214", "MGI:1926228", "MGI:99150", "MGI:104673", "MGI:1341158", "MGI:2442934", "MGI:3038436", "MGI:105120", "MGI:1097689", "MGI:1925491", "MGI:96401", "MGI:97741", "MGI:2148800", "MGI:1919891", "MGI:1346525", "MGI:96163", "MGI:1932376", "MGI:1346859", "MGI:101783", "MGI:2181053", "MGI:97788", "MGI:2137612", "MGI:88101", "MGI:1913944", "MGI:109524", "MGI:88498", "MGI:1890602", "MGI:97513", "MGI:98483", "MGI:1858943", "MGI:1926479", "MGI:2137237", "MGI:1921305", "MGI:3047701", "MGI:1347248", "MGI:2661847", "MGI:2159682", "FlyBase:FBgn0265475", "MGI:1916177", "MGI:1916679", "MGI:3813547", "MGI:104676", "MGI:95478", "MGI:2448802", "MGI:1354734", "MGI:3050652", "MGI:2176213", "MGI:1924007", "MGI:1858960", "MGI:1344376", "FlyBase:FBgn0082310", "MGI:5621304", "MGI:1201791", "MGI:1926024", "MGI:88179", "MGI:88613", "MGI:88053", "MGI:3815144", "MGI:3815564", "MGI:1914327", "MGI:105102", "MGI:2442948", "MGI:99632", "MGI:3577425", "MGI:1891408", "MGI:1914152", "MGI:1100513", "MGI:1932051", "MGI:96195", "MGI:1340062", "MGI:87945", "MGI:1918414", "MGI:2137302", "MGI:2676863", "MGI:1861729", "MGI:1913895", "MGI:107825", "MGI:2679420", "MGI:1349394", "MGI:106199", "MGI:1889844", "MGI:99401", "FlyBase:FBgn0266063", "MGI:94871", "MGI:98659", "MGI:98223", "MGI:3806024", "MGI:95442", "MGI:1337063", "MGI:88597", "MGI:5317572", "MGI:1314891", "MGI:5446150", "MGI:109656", "MGI:1914280", "MGI:2671566", "MGI:2135608", "MGI:1344391", "MGI:103177", "MGI:99253", "MGI:88281", "MGI:1915594", "MGI:2444631", "MGI:1355331", "MGI:98181", "MGI:5792827", "MGI:1917086", "MGI:1096331", "MGI:101762", "MGI:97007", "MGI:96623", "MGI:1857033", "MGI:3512453", "MGI:1338759", "MGI:1346052", "MGI:107811", "MGI:1196287", "MGI:5313708", "MGI:1860075", "MGI:109156", "MGI:2443160", "MGI:101763", "MGI:1861192", "MGI:104785", "MGI:3609239", "MGI:3692911", "MGI:1270861", "FlyBase:FBgn0023493", "MGI:1914661", "MGI:1913292", "MGI:108109", "MGI:96995", "MGI:1857030", "MGI:2671552", "MGI:107899", "MGI:1346037", "MGI:2442191", "MGI:1915971", "MGI:98738", "MGI:1920442", "MGI:1914723", "MGI:1927999", "MGI:2385287", "MGI:96763", "MGI:2385297", "MGI:108023", "MGI:1338944", "MGI:1349419", "MGI:1927222", "MGI:3850107", "MGI:103034", "MGI:1346831", "MGI:2685145", "MGI:3036273", "MGI:1194881", "MGI:2449057", "MGI:107422", "MGI:88244", "MGI:4829954", "MGI:1339708", "MGI:5516005", "MGI:1891704", "MGI:3619329", "MGI:97479", "MGI:88491", "MGI:95579", "MGI:5593461", "MGI:1921743", "MGI:2140592", "MGI:1333115", "MGI:1915921", "MGI:88174", "MGI:1313291", "MGI:97631", "MGI:1346044", "MGI:1929596", "MGI:1919977", "MGI:1329012", "MGI:1920257", "MGI:1924001", "MGI:98251", "MGI:1915599", "MGI:2448826", "MGI:96912", "MGI:1856598", "MGI:4829474", "MGI:2389312", "MGI:2180197", "MGI:107810", "MGI:1914989", "MGI:1351659", "MGI:98823", "MGI:2179435", "MGI:3798425", "MGI:1918249", "MGI:1919784", "MGI:3648209", "MGI:1915146", "MGI:2144837", "MGI:2387356", "MGI:1861099", "MGI:1914853", "FlyBase:FBgn0260647", "MGI:5316758", "MGI:2136733", "MGI:103285", "MGI:1330292", "MGI:1098234", "MGI:1918910", "MGI:5660108", "MGI:894678", "MGI:1918537", "MGI:1931086", "MGI:99480", "MGI:1097159", "MGI:1353434", "MGI:5499181", "MGI:1096335", "MGI:1934610", "MGI:1354381", "MGI:894279", "MGI:3026978", "MGI:5498478", "MGI:2677836", "MGI:1914295", "MGI:3589281", "MGI:1931441", "MGI:107476", "MGI:1924834", "MGI:109573", "MGI:1915485", "MGI:1099809", "MGI:109334", "MGI:99549", "MGI:2682305", "MGI:106924", "MGI:1891766", "MGI:1913996", "MGI:109637", "MGI:2152569", "MGI:1919598", "MGI:2673874", "MGI:1355294", "MGI:3036245", "MGI:1355275", "MGI:1315204", "MGI:107732", "MGI:2135625", "MGI:3029925", "MGI:1339760", "MGI:2671286", "MGI:1310000", "MGI:1923120", "MGI:1890503", "MGI:108392", "MGI:1278315", "FlyBase:FBgn0066092", "MGI:2678702", "MGI:101833", "MGI:5620178", "MGI:2442647", "MGI:109235", "MGI:106675", "MGI:99448", "MGI:2671652", "MGI:1194898", "MGI:1919348", "MGI:97569", "MGI:2682679", "MGI:95575", "MGI:99457", "MGI:1344418", "MGI:97563", "MGI:3817654", "MGI:1338015", "MGI:1855688", "MGI:1921527", "MGI:106207", "MGI:1860077", "MGI:1351625", "MGI:102675", "MGI:2138647", "MGI:96136", "MGI:104557", "MGI:107940", "MGI:2683087", "MGI:96073", "MGI:1333845", "MGI:1919722", "MGI:1921241", "MGI:1934923", "MGI:96615", "MGI:1330237", "MGI:97363", "MGI:1919847", "MGI:1347023", "MGI:2443298", "MGI:1921396", "MGI:5437719", "MGI:1926245", "MGI:1341872", "MGI:4441332", "MGI:892013", "MGI:2671601", "MGI:109367", "MGI:1100845", "MGI:1921538", "MGI:1916833", "MGI:1891160", "MGI:1352490", "MGI:1916863", "MGI:103579", "FlyBase:FBgn0267324", "MGI:5311361", "MGI:2429943", "MGI:1313278", "MGI:1922928", "MGI:103202", "MGI:96654", "MGI:3032560", "MGI:106659", "MGI:109632", "MGI:1197523", "MGI:3808990", "MGI:102704", "MGI:1856641", "MGI:1917853", "MGI:96015", "MGI:1261780", "MGI:4439296", "MGI:102770", "MGI:1923520", "MGI:88396", "MGI:88519", "MGI:1927664", "MGI:1861676", "MGI:107188", "MGI:1856817", "MGI:1890645", "MGI:107936", "MGI:5446153", "MGI:1096376", "MGI:1306779", "MGI:1916133", "MGI:1913656", "MGI:5792021", "MGI:2146808", "MGI:2443203", "MGI:1261827", "MGI:98476", "MGI:3039607", "MGI:2671608", "MGI:2443205", "MGI:1914693", "MGI:97180", "MGI:2442276", "MGI:1923757", "MGI:2681164", "MGI:1914393", "MGI:96951", "MGI:5433398", "MGI:98726", "MGI:1914110", "MGI:108295", "MGI:95774", "MGI:1920910", "MGI:1858422", "MGI:1931526", "MGI:103206", "MGI:3686735", "MGI:1921166", "MGI:3771554", "MGI:3606312", "MGI:1928487", "MGI:1924076", "MGI:109583", "MGI:2671559", "MGI:2671406", "MGI:97316", "MGI:1890169", "MGI:104990", "MGI:2177469", "MGI:1330282", "MGI:2671303", "MGI:1353638", "MGI:1194882", "MGI:1860483", "MGI:2136761", "MGI:2159601", "MGI:1101358", "MGI:1332638", "MGI:1925723", "MGI:104638", "MGI:2676586", "MGI:107381", "MGI:88466", "MGI:106504", "MGI:97424", "MGI:1916510", "MGI:1861629", "MGI:97357", "MGI:104799", "MGI:1915115", "MGI:99252", "MGI:3664654", "MGI:108451", "MGI:1100508", "MGI:3769724", "MGI:87940", "MGI:103574", "MGI:97073", "MGI:2676849", "MGI:1920199", "MGI:2442032", "MGI:4949413", "MGI:99668", "MGI:1856823", "MGI:1919086", "MGI:108072", "MGI:88106", "MGI:3806505", "MGI:2671589", "MGI:2651887", "MGI:3033910", "MGI:1349399", "MGI:109384", "MGI:3844546", "MGI:1930252", "MGI:2445185", "MGI:107708", "MGI:1919445", "MGI:3815138", "MGI:3794318", "MGI:1914784", "MGI:1858901", "MGI:2449119", "MGI:97807", "MGI:106368", "MGI:102463", "MGI:3038393", "MGI:1206591", "MGI:1338035", "MGI:1861984", "MGI:2449712", "MGI:2140359", "MGI:3702087", "MGI:96013", "MGI:1298397", "MGI:3794336", "MGI:1347095", "MGI:109392", "MGI:2682313", "MGI:1913447", "MGI:1921489", "MGI:2444354", "MGI:108071", "MGI:95614", "MGI:96209", "MGI:1916262", "MGI:1337100", "MGI:1916318", "MGI:1100537", "MGI:1329005", "MGI:2442827", "MGI:2155865", "MGI:102682", "MGI:1922012", "MGI:2686003", "MGI:1914716", "MGI:2385286", "MGI:108061", "MGI:109538", "MGI:1921430", "MGI:108077", "MGI:894407", "MGI:1346307", "MGI:1347487", "MGI:87886", "MGI:2444993", "MGI:3522246", "MGI:2384418", "MGI:88127", "MGI:99830", "MGI:3045325", "MGI:98865", "MGI:105088", "MGI:87963", "MGI:99187", "MGI:1913506", "MGI:88015", "MGI:1934604", "MGI:2445110", "MGI:1919265", "MGI:1923560", "MGI:5484618", "MGI:108052", "MGI:2681173", "MGI:2387597", "MGI:1889100", "MGI:1347521", "MGI:3811092", "MGI:3692887", "MGI:97352", "MGI:1928899", "MGI:104555", "MGI:4359048", "MGI:103036", "MGI:1914935", "MGI:1928987", "MGI:1933169", "MGI:893578", "MGI:1913560", "MGI:1917274", "MGI:3807034", "MGI:1916658", "MGI:96699", "MGI:2147583", "MGI:1914362", "MGI:1919595", "MGI:3521912", "MGI:98578", "MGI:1891258", "MGI:2183046", "MGI:3800680", "MGI:98307", "MGI:87931", "MGI:1914743", "MGI:1344381", "MGI:2385001", "MGI:5488925", "MGI:3799188", "MGI:1929481", "MGI:1915419", "MGI:1856654", "MGI:88529", "MGI:4440521", "MGI:1889534", "MGI:2672118", "MGI:109298", "MGI:1355317", "MGI:1096345", "MGI:95481", "MGI:104853", "MGI:2384318", "MGI:1861992", "MGI:1100494", "MGI:1306822", "MGI:109160", "MGI:3812348", "MGI:1330832", "MGI:894693", "MGI:1095419", "MGI:5510757", "MGI:104653", "MGI:2384571", "MGI:894679", "MGI:3817937", "MGI:102492", "MGI:2182972", "MGI:3798686", "MGI:2135610", "MGI:3624123", "MGI:1201403", "MGI:1856655", "MGI:98352", "MGI:95790", "MGI:99913", "MGI:2443306", "MGI:1351661", "MGI:1913102", "MGI:3696042", "MGI:2149010", "MGI:2442232", "MGI:5495802", "MGI:1919221", "MGI:2676627", "MGI:3583751", "MGI:2677208", "MGI:5431484", "MGI:1096880", "MGI:3033902", "MGI:3038440", "MGI:1916603", "MGI:1891808", "MGI:96404", "MGI:3605069", "MGI:1354982", "MGI:1914283", "MGI:87930", "MGI:98664", "MGI:96629", "MGI:1924378", "MGI:1924841", "MGI:108075", "MGI:3513280", "MGI:1915795", "MGI:98783", "MGI:1353467", "MGI:1334444", "MGI:2684729", "MGI:2651828", "MGI:97011", "MGI:2443642", "MGI:2138334", "MGI:95482", "MGI:892977", "MGI:107569", "MGI:95766", "MGI:107927", "MGI:104905", "MGI:1889505", "MGI:1921984", "MGI:1276124", "MGI:4359052", "MGI:3817947", "MGI:1890594", "MGI:2444155", "MGI:1349762", "MGI:1915220", "MGI:95787", "MGI:1914803", "MGI:3036258", "MGI:1856858", "MGI:1921692", "MGI:2684416", "MGI:2183747", "MGI:1918914", "MGI:3027871", "MGI:2664670", "MGI:104736", "MGI:1349457", "MGI:98259", "MGI:95804", "MGI:107795", "MGI:1338762", "MGI:3646952", "MGI:97934", "MGI:1202395", "MGI:1928676", "MGI:3530591", "MGI:2679684", "MGI:95909", "MGI:1859607", "MGI:1915078", "FlyBase:FBgn0266481", "MGI:96828", "MGI:1916359", "MGI:3046757", "MGI:1927241", "MGI:1919362", "MGI:1929094", "MGI:1857059", "MGI:2151113", "MGI:2441734", "MGI:107846", "MGI:1274782", "MGI:1915452", "MGI:1924567", "MGI:97321", "MGI:1914595", "MGI:1202397", "MGI:1913923", "MGI:97171", "MGI:1343085", "MGI:1930813", "MGI:1196616", "MGI:1919301", "MGI:1927947", "MGI:3826586", "MGI:95414", "MGI:1340894", "MGI:1316717", "MGI:1099452", "MGI:3038431", "MGI:1916403", "MGI:1859631", "MGI:1098749", "MGI:5560795", "MGI:97450", "MGI:108009", "MGI:1314635", "MGI:95468", "MGI:1861116", "MGI:2670756", "MGI:1861354", "MGI:2652843", "MGI:1915044", "MGI:105070", "MGI:1289234", "MGI:1929666", "MGI:1927235", "MGI:2384725", "MGI:1913487", "MGI:1933192", "MGI:97763", "MGI:102522", "MGI:1915295", "MGI:1927233", "MGI:2446630", "MGI:1921979", "MGI:1921373", "MGI:95908", "MGI:88004", "FlyBase:FBgn0265770", "MGI:3039605", "MGI:97239", "MGI:106035", "MGI:1924876", "MGI:1098693", "MGI:2663588", "MGI:1346327", "MGI:2671366", "MGI:96911", "MGI:88236", "MGI:2671614", "MGI:1921693", "MGI:1856990", "MGI:2671291", "MGI:1916289", "MGI:1917819", "MGI:1890474", "MGI:1343183", "MGI:1916882", "MGI:1857646", "MGI:97538", "MGI:108404", "MGI:2441758", "MGI:1261847", "MGI:2384811", "MGI:109355", "MGI:99678", "MGI:1924219", "MGI:2154238", "MGI:97933", "MGI:1917258", "MGI:1915666", "MGI:1935212", "MGI:1924735", "MGI:1890773", "MGI:5488924", "MGI:1926232", "MGI:2676846", "MGI:106912", "MGI:1923992", "MGI:3043979", "MGI:1915192", "MGI:1918769", "MGI:1916185", "MGI:1328366", "MGI:95752", "MGI:3038462", "MGI:96743", "MGI:1339468", "MGI:87983", "MGI:1914792", "MGI:2444708", "MGI:98796", "MGI:108563", "MGI:3038465", "MGI:2150920", "MGI:2685419", "MGI:2443952", "MGI:1919680", "MGI:1933548", "MGI:105492", "MGI:1926145", "MGI:2146159", "MGI:1924093", "MGI:1928745", "MGI:1351865", "MGI:1339751", "MGI:1923038", "MGI:1914400", "MGI:2442695", "MGI:95921", "MGI:3033903", "MGI:3808799", "MGI:1916913", "MGI:95283", "MGI:1922814", "MGI:1861630", "MGI:109183", "MGI:3619354", "MGI:1270850", "MGI:1926153", "MGI:1916906", "MGI:1922715", "MGI:1890662", "MGI:1857094", "MGI:1919649", "MGI:1915919", "MGI:96777", "MGI:2444531", "MGI:2148975", "MGI:3033970", "MGI:1926209", "MGI:2444681", "MGI:1917074", "MGI:98493", "MGI:1857077", "FlyBase:FBgn0266334", "MGI:1098669", "MGI:3808746", "MGI:2444896", "MGI:4441328", "MGI:96495", "MGI:1913957", "MGI:96269", "MGI:109518", "MGI:95691", "MGI:2679272", "MGI:2685072", "MGI:1923321", "MGI:1923646", "MGI:1914320", "MGI:3809014", "MGI:2448555", "MGI:104771", "MGI:2384933", "MGI:2385708", "MGI:1861227", "MGI:97796", "MGI:98254", "MGI:1927616", "MGI:97267", "MGI:88524", "MGI:1890615", "MGI:98660", "MGI:1351328", "MGI:1929473", "MGI:1096369", "MGI:1351896", "MGI:88547", "MGI:95718", "MGI:98289", "MGI:88038", "MGI:1351322", "MGI:1343044", "MGI:104963", "MGI:1860263", "MGI:1928485", "MGI:109173", "MGI:101842", "MGI:107170", "MGI:1919240", "MGI:1856892", "MGI:1861774", "MGI:1277171", "MGI:4821364", "MGI:3813527", "MGI:1343463", "MGI:2443198", "MGI:107785", "MGI:1342304", "MGI:1344384", "MGI:88335", "MGI:1096355", "MGI:1924261", "MGI:4357921", "MGI:2442233", "MGI:3034121", "MGI:1914013", "MGI:2178598", "MGI:1933204", "MGI:97800", "MGI:2144489", "MGI:105303", "MGI:1202879", "MGI:95818", "MGI:1931520", "MGI:103263", "MGI:1861144", "MGI:5004972", "MGI:1344360", "MGI:2671361", "MGI:2687283", "MGI:3525234", "MGI:105062", "MGI:3818866", "MGI:1856601", "MGI:2671680", "MGI:1921605", "MGI:2147627", "MGI:108055", "MGI:3808994", "MGI:97514", "MGI:3582959", "MGI:107933", "MGI:96721", "MGI:1349763", "MGI:1351326", "MGI:1919540", "MGI:5660111", "MGI:1914454", "MGI:101912", "MGI:5471520", "MGI:2148705", "MGI:99512", "MGI:1861746", "MGI:101864", "MGI:1347085", "MGI:1927542", "MGI:2685402", "MGI:95835", "MGI:5490298", "MGI:98914", "MGI:5510767", "MGI:1341839", "MGI:2149728", "MGI:1923434", "MGI:96213", "MGI:1354953", "MGI:1098699", "MGI:1915518", "MGI:103201", "MGI:1329003", "MGI:2653690", "MGI:5311345", "MGI:1921627", "MGI:1100846", "MGI:1354163", "MGI:1100886", "MGI:2141990", "MGI:107698", "MGI:1347053", "MGI:1355272", "MGI:2446239", "MGI:87893", "MGI:95667", "MGI:88394", "MGI:1918956", "MGI:1856835", "MGI:1916571", "MGI:87920", "MGI:97237", "MGI:109585", "MGI:102853", "MGI:4821354", "MGI:104697", "MGI:99948", "MGI:1914487", "MGI:109279", "MGI:1924161", "MGI:1316658", "MGI:1913541", "MGI:2664099", "MGI:2139740", "MGI:1924023", "MGI:3813611", "MGI:3686721", "MGI:1351343", "MGI:1100819", "MGI:1858231", "MGI:5004962", "MGI:1298217", "MGI:106594", "MGI:98974", "MGI:1861226", "MGI:107622", "MGI:1098236", "MGI:96298", "MGI:2682680", "MGI:892979", "MGI:97604", "MGI:2429764", "MGI:5438049", "MGI:1930042", "MGI:1344351", "MGI:107793", "MGI:1917113", "MGI:1889273", "MGI:1270851", "MGI:1917799", "MGI:1277106", "MGI:1856853", "MGI:1921700", "MGI:1859179", "MGI:102722", "MGI:1097155", "MGI:2675859", "MGI:95729", "MGI:1913391", "MGI:4830599", "MGI:106544", "MGI:3582693", "MGI:1346873", "MGI:99923", "MGI:2150010", "MGI:3662924", "MGI:2445221", "MGI:96247", "MGI:5791973", "MGI:96009", "MGI:95776", "MGI:1916222", "MGI:98742", "MGI:1914081", "MGI:91842", "MGI:2159614", "MGI:102563", "MGI:2429603", "MGI:1928897", "MGI:2679720", "MGI:3587728", "MGI:2442197", "MGI:1915300", "MGI:2388285", "MGI:109574", "MGI:88326", "MGI:2444430", "MGI:107456", "MGI:1925331", "MGI:1861180", "MGI:2384312", "MGI:3811087", "MGI:1855701", "MGI:1098748", "MGI:1346085", "MGI:2157525", "MGI:97722", "MGI:96533", "MGI:1342293", "MGI:1346089", "MGI:1333883", "MGI:1891396", "MGI:1339946", "MGI:1915061", "MGI:1857319", "MGI:1913150", "MGI:1355307", "MGI:2384756", "MGI:1925177", "MGI:107995", "MGI:1919764", "MGI:1344394", "MGI:1344352", "MGI:96937", "MGI:1923428", "MGI:1315202", "MGI:2179947", "MGI:98724", "MGI:105081", "MGI:1313145", "MGI:1930009", "MGI:1917475", "MGI:2151483", "MGI:3512798", "MGI:1916593", "MGI:2685806", "MGI:1859993", "MGI:1337994", "MGI:2136910", "MGI:107859", "MGI:96787", "MGI:109269", "MGI:95290", "MGI:2444652", "MGI:2671579", "MGI:103124", "MGI:3039616", "MGI:3813832", "MGI:1346053", "MGI:95583", "MGI:1926194", "MGI:1928271", "MGI:1351603", "MGI:1917720", "MGI:1350328", "MGI:4834338", "MGI:1914345", "MGI:96019", "MGI:1315205", "MGI:1858195", "MGI:3812227", "MGI:94875", "MGI:99255", "MGI:107164", "MGI:109148", "MGI:1336187", "MGI:1919338", "MGI:1914762", "MGI:96973", "MGI:3512796", "MGI:1351653", "MGI:2153589", "MGI:3798085", "MGI:102897", "MGI:1330810", "MGI:1860485", "MGI:2389465", "MGI:88295", "MGI:97454", "MGI:1913564", "MGI:1926555", "MGI:2671605", "MGI:1890613", "MGI:1861195", "MGI:104632", "MGI:96062", "MGI:1341168", "MGI:1927230", "MGI:109150", "MGI:3695131", "MGI:1858204", "MGI:1914416", "MGI:2443470", "MGI:1889850", "MGI:3799289", "MGI:2140940", "MGI:1858203", "MGI:3040056", "MGI:1858500", "MGI:106250", "MGI:1859162", "MGI:5316765", "MGI:5568517", "MGI:1931466", "MGI:2444308", "MGI:1913954", "MGI:1856844", "MGI:1095407", "MGI:3577482", "MGI:109634", "MGI:1916151", "MGI:1914799", "FlyBase:FBgn0022777", "MGI:108117", "MGI:1341799", "MGI:2682211", "MGI:97009", "MGI:1351617", "MGI:1914545", "MGI:2442104", "MGI:109366", "MGI:1921451", "MGI:1888711", "MGI:107527", "MGI:1916452", "MGI:1891435", "MGI:1333863", "MGI:1917488", "MGI:1858599", "MGI:3603756", "MGI:1914388", "MGI:5792089", "MGI:2685556", "MGI:96616", "MGI:1926097", "MGI:1347002", "MGI:1933833", "MGI:1856975", "MGI:103187", "MGI:1097152", "MGI:1917158", "MGI:2180849", "MGI:1891497", "MGI:109406", "MGI:1923802", "MGI:3795161", "MGI:1350928", "MGI:5791974", "MGI:3045249", "MGI:108008", "MGI:97566", "MGI:5436093", "MGI:1338946", "MGI:1339968", "MGI:1916274", "MGI:2656117", "MGI:1929289", "MGI:1928392", "MGI:3798876", "MGI:88571", "MGI:1916260", "MGI:103222", "MGI:2181182", "MGI:2680765", "MGI:3808752", "MGI:2177268", "MGI:5752268", "MGI:1347100", "MGI:1355297", "MGI:3578139", "MGI:98488", "MGI:2443686", "MGI:1890811", "MGI:88058", "MGI:1923062", "MGI:3807946", "MGI:5749420", "MGI:1933988", "MGI:3650254", "MGI:1920136", "MGI:1856977", "MGI:107201", "MGI:2445054", "MGI:1855937", "MGI:3809029", "MGI:3640773", "MGI:3686731", "MGI:1915862", "MGI:3606092", "MGI:107912", "MGI:1919241", "MGI:97845", "MGI:2685177", "MGI:2671383", "MGI:1918355", "MGI:5448844", "MGI:3809426", "MGI:3809001", "MGI:2685493", "MGI:3801133", "MGI:1924845", "MGI:1341105", "MGI:894835", "MGI:2444672", "MGI:5425001", "MGI:1918843", "MGI:1860118", "MGI:3640778", "MGI:104798", "MGI:1920792", "MGI:5499473", "MGI:1916837", "MGI:2177632", "MGI:1202722", "MGI:2441674", "MGI:1341822", "MGI:5499185", "MGI:105308", "MGI:1926129", "MGI:88156", "MGI:1346872", "MGI:2664102", "MGI:107508", "MGI:1931256", "MGI:107634", "MGI:1914674", "MGI:87951", "MGI:109207", "MGI:3033923", "MGI:3027157", "MGI:96436", "MGI:1859284", "MGI:3045368", "MGI:1923936", "FlyBase:FBgn0264918", "MGI:1919150", "MGI:95295", "MGI:102768", "MGI:1347355", "MGI:88294", "MGI:1196288", "MGI:98280", "MGI:1856075", "MGI:3606322", "MGI:1891214", "MGI:1891247", "MGI:1924029", "MGI:1929645", "MGI:1330812", "MGI:2671536", "MGI:2442186", "MGI:1920211", "MGI:107182", "MGI:101898", "MGI:1924148", "MGI:1855700", "MGI:1860511", "MGI:2443583", "MGI:3033922", "MGI:1913894", "MGI:97528", "MGI:1923510", "MGI:108090", "MGI:99684", "MGI:1097160", "MGI:95634", "MGI:3800218", "MGI:109360", "MGI:2181693", "MGI:1934229", "MGI:1890517", "MGI:106687", "MGI:97785", "MGI:1916205", "MGI:3694797", "MGI:103291", "MGI:105382", "MGI:99887", "MGI:3692908", "MGI:1098547", "MGI:1914450", "MGI:102749", "MGI:3577487", "MGI:1341796", "MGI:3686725", "MGI:106478", "MGI:1913429", "MGI:99479", "MGI:2385254", "MGI:107555", "MGI:1344365", "MGI:97306", "MGI:108212", "MGI:2152768", "MGI:1914427", "MGI:107726", "MGI:1859649", "MGI:1929538", "MGI:3686765", "MGI:2670671", "MGI:1355322", "MGI:95862", "MGI:104532", "MGI:1919147", "MGI:1914395", "MGI:2151013", "MGI:2151208", "MGI:1920566", "MGI:95628", "MGI:1351615", "MGI:1919746", "MGI:102672", "MGI:107945", "MGI:107563", "MGI:5311558", "MGI:1923876", "MGI:101947", "MGI:88593", "MGI:1890219", "MGI:1919963", "MGI:2145099", "MGI:95708", "MGI:1096324", "FlyBase:FBgn0266533", "MGI:1202875", "MGI:107688", "MGI:103118", "MGI:1922555", "MGI:1321404", "MGI:2387591", "MGI:1929601", "MGI:1920431", "MGI:105982", "MGI:2679229", "MGI:106673", "MGI:3808794", "MGI:1924550", "MGI:1914321", "MGI:1276533", "MGI:107619", "MGI:97753", "MGI:97367", "MGI:3612340", "MGI:1916218", "MGI:3580242", "MGI:1914346", "MGI:2183053", "MGI:1921256", "MGI:1914640", "MGI:1332235", "MGI:1330848", "MGI:3033918", "MGI:3849700", "MGI:2661061", "MGI:109162", "MGI:96406", "MGI:1328352", "MGI:1336186", "MGI:98299", "MGI:1345643", "MGI:1918979", "MGI:1923938", "MGI:1923396", "MGI:1934129", "MGI:1347061", "MGI:5646425", "MGI:2685844", "MGI:107357", "MGI:5760335", "MGI:99959", "MGI:2443767", "MGI:1923628", "MGI:1919331", "MGI:1891836", "MGI:105932", "MGI:2685663", "MGI:1336200", "MGI:1194506", "MGI:96607", "MGI:2443301", "MGI:95915", "MGI:1100842", "MGI:1930765", "MGI:5792001", "MGI:1931874", "MGI:1915777", "MGI:1922647", "MGI:101805", "MGI:2669902", "MGI:2138162", "MGI:106664", "MGI:95455", "MGI:96696", "MGI:2671400", "MGI:1926007", "MGI:1927753", "MGI:1923304", "MGI:2156764", "MGI:99533", "MGI:1277163", "MGI:2443752", "MGI:96411", "MGI:106100", "MGI:1916784", "MGI:104872", "MGI:2142523", "MGI:1922083", "MGI:3813864", "MGI:1328361", "MGI:3511448", "MGI:1858306", "MGI:1856627", "MGI:3629918", "MGI:1351667", "MGI:98937", "MGI:1353460", "MGI:1352451", "MGI:2671399", "MGI:2152938", "FlyBase:FBgn0266794", "MGI:1346016", "MGI:2445019", "MGI:98727", "MGI:101932", "MGI:95720", "MGI:3811763", "MGI:1347346", "MGI:2144164", "MGI:1921775", "MGI:1098622", "MGI:99700", "MGI:3800488", "MGI:5490322", "MGI:1918882", "MGI:1349414", "MGI:2137431", "MGI:3033915", "MGI:5495794", "MGI:2681221", "MGI:1915585", "MGI:1861623", "MGI:2681162", "MGI:99161", "MGI:3629926", "FlyBase:FBgn0265136", "MGI:102795", "MGI:1313136", "MGI:1915304", "MGI:1933154", "MGI:109603", "MGI:1859216", "MGI:1860139", "MGI:1934135", "MGI:1916943", "MGI:1100492", "MGI:99254", "MGI:2651588", "MGI:1923322", "MGI:108447", "MGI:3038449", "MGI:1338049", "MGI:3686723", "MGI:3530505", "MGI:1927505", "MGI:1335088", "MGI:1349162", "MGI:1915587", "MGI:5510761", "MGI:2671432", "MGI:1922863", "MGI:1343327", "MGI:2443687", "MGI:2155091", "MGI:109372", "MGI:5442350", "MGI:99878", "MGI:1929869", "MGI:106676", "MGI:1274790", "MGI:1919308", "MGI:1333868", "MGI:1915464", "MGI:4829659", "MGI:2154405", "MGI:2136890", "MGI:1934835", "MGI:95488", "MGI:1918381", "MGI:107341", "MGI:1916617", "MGI:107978", "MGI:1919139", "MGI:2183015", "MGI:1917695", "MGI:88139", "MGI:2385159", "MGI:96659", "MGI:96923", "MGI:895149", "MGI:1859822", "MGI:1341884", "MGI:108114", "MGI:3614270", "MGI:101903", "MGI:103062", "MGI:3794324", "MGI:1918949", "MGI:1309480", "MGI:1856184", "MGI:99917", "MGI:102844", "MGI:1924823", "MGI:2441950", "MGI:2442952", "MGI:88490", "MGI:5499471", "MGI:2151797", "MGI:2143886", "MGI:3033924", "MGI:2443902", "MGI:94860", "MGI:1917326", "MGI:94925", "MGI:3806120", "MGI:2143315", "MGI:2653629", "MGI:104698", "MGI:2156367", "MGI:3645767", "MGI:1350922", "MGI:2443564", "MGI:99846", "MGI:88449", "MGI:2443628", "MGI:2671503", "MGI:103199", "MGI:88479", "MGI:3038463", "MGI:3808827", "MGI:1201787", "MGI:2671424", "MGI:2671368", "MGI:1347479", "MGI:5484617", "MGI:1351341", "MGI:1930943", "MGI:3588216", "MGI:2139593", "MGI:1859615", "MGI:1926034", "MGI:2152695", "MGI:2444777", "MGI:3512802", "MGI:2153518", "MGI:1340042", "MGI:2446237", "MGI:1857078", "MGI:3603594", "MGI:1201402", "MGI:1915501", "MGI:1353500", "MGI:2137966", "MGI:891968", "MGI:3807257", "MGI:1914939", "MGI:104779", "MGI:97355", "MGI:5318324", "MGI:1891915", "MGI:1923488", "MGI:1341877", "MGI:3779933", "MGI:98927", "MGI:97598", "MGI:1856615", "MGI:1340045", "MGI:2141942", "MGI:2671618", "MGI:5646410", "MGI:5013378", "MGI:2387215", "MGI:102523", "MGI:108417", "MGI:98260", "MGI:1917601", "MGI:95494", "MGI:1927343", "MGI:101785", "MGI:1203730", "MGI:1921266", "MGI:109533", "MGI:104747", "MGI:109495", "MGI:2137336", "MGI:1196284", "MGI:95294", "MGI:105377", "MGI:1913837", "MGI:1338042", "MGI:1921714", "MGI:5470110", "MGI:1098827", "MGI:101949", "MGI:1349165", "MGI:94891", "MGI:1918478", "MGI:3033925", "MGI:1923029", "MGI:2385095", "MGI:1924256", "MGI:1922004", "MGI:107636", "MGI:1916296", "MGI:1921970", "MGI:1891916", "MGI:1857052", "MGI:108415", "MGI:2146574", "MGI:97493", "MGI:2179326", "MGI:97360", "MGI:2676860", "MGI:1891384", "FlyBase:FBgn0016101", "MGI:1924393", "MGI:108053", "MGI:101774", "MGI:1860508", "MGI:105986", "MGI:1196250", "MGI:1858277", "MGI:1857022", "MGI:1915434", "MGI:2146320", "MGI:2384887", "MGI:1914681", "MGI:97485", "MGI:105923", "MGI:3513282", "MGI:1346013", "MGI:107570", "MGI:1916415", "MGI:94852", "MGI:2443003", "MGI:108018", "MGI:1321389", "MGI:95697", "MGI:3050622", "MGI:1352744", "MGI:1933281", "MGI:1201378", "MGI:1096337", "MGI:96190", "MGI:3513546", "MGI:102701", "MGI:2444855", "MGI:2183013", "MGI:105940", "MGI:106095", "MGI:1856657", "MGI:106188", "MGI:2676825", "MGI:97520", "MGI:99216", "MGI:3808774", "MGI:108092", "MGI:1321402", "MGI:2150150", "MGI:99558", "MGI:1340031", "MGI:5426405", "MGI:1859665", "MGI:106212", "MGI:106913", "MGI:2137594", "MGI:1330300", "MGI:2147030", "MGI:1914914", "MGI:1313261", "MGI:1861899", "MGI:1890077", "MGI:1201782", "MGI:1858963", "MGI:2445053", "MGI:1354178", "MGI:1341890", "MGI:88344", "MGI:1343460", "MGI:4830781", "MGI:1277162", "MGI:2153041", "MGI:3588192", "MGI:96788", "MGI:3618704", "MGI:1913994", "MGI:3806803", "MGI:1335082", "MGI:3808897", "MGI:108029", "MGI:2141207", "MGI:2684124", "MGI:1336209", "MGI:3794332", "MGI:1915945", "MGI:3806093", "MGI:1097166", "MGI:1345280", "MGI:106066", "MGI:1913892", "MGI:96542", "MGI:96052", "MGI:3806988", "MGI:2451244", "MGI:3042287", "MGI:1914144", "MGI:2142763", "MGI:2447076", "MGI:99559", "MGI:1918480", "MGI:106684", "MGI:97587", "MGI:1930948", "MGI:1097711", "MGI:1914306", "MGI:3614260", "MGI:2155936", "MGI:3575177", "MGI:1195265", "MGI:99654", "MGI:2384799", "MGI:2449079", "MGI:1342773", "MGI:107692", "MGI:2183453", "MGI:1355328", "MGI:2388477", "MGI:1345189", "MGI:1915260", "MGI:1352753", "MGI:1918335", "MGI:2146636", "MGI:3038460", "MGI:109553", "MGI:5297418", "MGI:1859682", "MGI:3812144", "MGI:97302", "MGI:2444198", "MGI:98279", "MGI:88223", "MGI:2155345", "MGI:107179", "MGI:5491155", "MGI:2661364", "MGI:1915205", "MGI:1321152", "MGI:3799210", "MGI:1933366", "MGI:1914167", "MGI:1925559", "MGI:2671410", "MGI:1920371", "MGI:5438045", "MGI:3811842", "MGI:1277225", "MGI:3784202", "MGI:96433", "MGI:2447658", "MGI:1860191", "MGI:1926176", "MGI:3575141", "MGI:1926803", "MGI:102890", "MGI:96824", "MGI:3800201", "MGI:1339755", "MGI:1921325", "MGI:2444716", "FlyBase:FBgn0261288", "MGI:1920455", "MGI:109151", "MGI:1921713", "MGI:97435", "MGI:1309528", "MGI:106334", "MGI:2682319", "MGI:1919683", "MGI:2158460", "MGI:105975", "MGI:1330223", "MGI:1346864", "MGI:3644668", "MGI:87995", "MGI:96243", "MGI:1277193", "MGI:87888", "MGI:1860489", "MGI:107432", "MGI:2662547", "MGI:1276534", "MGI:4437596", "MGI:2448541", "MGI:97168", "MGI:1931457", "MGI:107818", "MGI:1920197", "MGI:2441992", "MGI:1861169", "MGI:1201778", "MGI:1328360", "MGI:2141881", "MGI:2159728", "MGI:1338034", "MGI:1917115", "MGI:107721", "MGI:1919297", "MGI:1346871", "MGI:1916885", "MGI:1278335", "MGI:1923709", "MGI:99915", "MGI:96604", "MGI:105956", "MGI:1921402", "FlyBase:FBgn0264619", "MGI:2177626", "MGI:95674", "MGI:1096362", "MGI:103219", "MGI:2442982", "MGI:3810708", "MGI:2448607", "MGI:105984", "MGI:1298387", "MGI:1921690", "MGI:1338073", "MGI:2685386", "MGI:1859660", "MGI:1346861", "MGI:1856661", "MGI:96157", "MGI:2685107", "MGI:2177763", "MGI:1328365", "MGI:1932052", "MGI:102726", "MGI:2145430", "MGI:2384931", "MGI:1856883", "MGI:109526", "MGI:3045318", "MGI:99431", "MGI:1856866", "MGI:3812570", "MGI:1096393", "MGI:1891115", "MGI:3849691", "MGI:1919137", "MGI:88176", "MGI:87950", "MGI:97795", "MGI:2448982", "MGI:1919942", "MGI:109612", "MGI:2151253", "MGI:1856604", "MGI:97362", "MGI:97746", "MGI:105367", "MGI:1354756", "MGI:95719", "MGI:1930153", "MGI:108081", "MGI:2146851", "MGI:1923055", "MGI:1096879", "MGI:1338871", "MGI:1920951", "MGI:3606476", "MGI:101769", "MGI:104797", "MGI:2180098", "MGI:1920223", "MGI:109322", "MGI:2651874", "MGI:892014", "MGI:1858202", "MGI:1914440", "MGI:5573166", "MGI:894316", "MGI:2652743", "MGI:1196620", "MGI:2137680", "MGI:96070", "MGI:107474", "MGI:1344416", "MGI:2443418", "MGI:96819", "MGI:1922702", "MGI:1920563", "MGI:2155302", "MGI:5317575", "MGI:3584032", "MGI:1856912", "MGI:2675377", "MGI:1915276", "MGI:1289156", "MGI:1861942", "MGI:107362", "MGI:98480", "MGI:1347474", "MGI:106645", "MGI:1914241", "MGI:1354387", "MGI:1333110", "MGI:1920210", "MGI:1916931", "MGI:3606324", "MGI:88356", "MGI:2446126", "MGI:109567", "MGI:1924809", "MGI:1270855", "MGI:1306805", "MGI:105099", "MGI:2671603", "MGI:3590183", "MGI:1861224", "MGI:104672", "MGI:2384294", "MGI:1915196", "MGI:1919191", "MGI:1856868", "MGI:1335092", "MGI:99595", "MGI:1858261", "MGI:2144404", "MGI:2136343", "FlyBase:FBgn0022776", "MGI:2385330", "MGI:3033927", "MGI:2147319", "MGI:1918576", "MGI:1338012", "MGI:107504", "MGI:97765", "MGI:1856625", "MGI:1196625", "MGI:1196389", "MGI:3047106", "MGI:1916161", "MGI:107949", "MGI:2682681", "MGI:95317", "MGI:5646413", "MGI:2442146", "MGI:2676835", "MGI:95496", "MGI:2387581", "MGI:1355313", "MGI:2447670", "MGI:98423", "MGI:96170", "MGI:2159410", "MGI:2180337", "MGI:96448", "MGI:101896", "MGI:1353593", "MGI:1197009", "MGI:1924238", "MGI:3603030", "FlyBase:FBgn0266127", "MGI:3815154", "MGI:4361745", "MGI:3575171", "MGI:3577451", "MGI:3046712", "MGI:1338892", "MGI:1316736", "MGI:98952", "MGI:2137026", "MGI:1931237", "MGI:98389", "MGI:107765", "MGI:97364", "MGI:104820", "MGI:1916503", "MGI:2676900", "MGI:102896", "MGI:101841", "MGI:1921932", "MGI:2678010", "MGI:103292", "MGI:1913333", "MGI:2668209", "MGI:103306", "MGI:1349448", "MGI:95517", "MGI:96410", "MGI:107507", "MGI:1889583", "MGI:3849690", "MGI:105100", "MGI:1915588", "MGI:2448488", "MGI:96204", "MGI:1330302", "MGI:2152406", "MGI:1341722", "MGI:2137958", "MGI:109350", "MGI:1336202", "MGI:5425006", "MGI:3036255", "MGI:3038445", "MGI:109128", "MGI:1921346", "MGI:2384924", "MGI:1925860", "MGI:1932137", "MGI:1928376", "MGI:3030583", "MGI:1277179", "MGI:1925571", "MGI:103297", "MGI:3606748", "MGI:3606310", "MGI:3038455", "MGI:1355324", "MGI:102965", "MGI:2685104", "MGI:1097691", "MGI:1351596", "MGI:1927290", "MGI:1097705", "MGI:1919668", "MGI:107159", "MGI:1918771", "MGI:101791", "MGI:96417", "MGI:101848", "MGI:2443327", "MGI:1856865", "MGI:2155249", "MGI:1926943", "MGI:5702325", "MGI:97937", "MGI:3578159", "MGI:2450877", "MGI:3038395", "MGI:2445001", "MGI:2136878", "MGI:1197524", "MGI:88522", "MGI:109326", "MGI:1860083", "MGI:3811753", "MGI:1333846", "MGI:2157062", "MGI:95300", "MGI:2676896", "MGI:2385228", "MGI:109247", "MGI:104877", "MGI:1915283", "MGI:1916482", "MGI:109201", "MGI:1349392", "MGI:104750", "MGI:104978", "FlyBase:FBgn0082308", "MGI:2442479", "MGI:1313276", "MGI:106378", "MGI:103286", "MGI:101834", "MGI:1921688", "MGI:1856849", "MGI:2141969", "MGI:106922", "MGI:1933244", "MGI:1923113", "MGI:3522290", "MGI:1339963", "MGI:104728", "MGI:2444668", "MGI:1921268", "MGI:5705573", "MGI:1919153", "MGI:1333773", "MGI:103198", "MGI:109131", "MGI:1934368", "MGI:88509", "MGI:95706", "MGI:1921262", "MGI:107168", "MGI:1351595", "MGI:1277167", "MGI:3038448", "MGI:1354388", "MGI:88068", "MGI:3028590", "MGI:1919199", "MGI:1891412", "MGI:5491161", "MGI:3578730", "MGI:1099438", "MGI:2441738", "MGI:1351899", "MGI:4829962", "MGI:2151136", "MGI:5475487", "MGI:1341090", "MGI:1345138", "MGI:1921355", "MGI:2152817", "MGI:1929699", "MGI:2448490", "MGI:1914529", "MGI:1261831", "MGI:3686755", "MGI:1914710", "MGI:87977", "MGI:101946", "MGI:1914113", "MGI:90168", "MGI:98615", "MGI:2676878", "MGI:1913798", "MGI:99925", "MGI:1924203", "MGI:1315197", "MGI:1917511", "MGI:95285", "MGI:1914311", "MGI:98812", "MGI:3689105", "MGI:1328350", "MGI:109501", "MGI:1891123", "MGI:1345275", "MGI:88470", "MGI:1921588", "MGI:105061", "MGI:2183438", "MGI:109530", "MGI:1923517", "MGI:97351", "MGI:97888", "MGI:1861674", "MGI:95785", "MGI:106067", "MGI:88599", "MGI:3039628", "MGI:1929285", "MGI:88357", "MGI:1928990", "MGI:894653", "MGI:3602999", "MGI:102757", "MGI:3040968", "MGI:1914677", "MGI:3512757", "MGI:2443129", "MGI:1922638", "MGI:2671285", "MGI:98359", "MGI:5490304", "MGI:97756", "MGI:3689098", "MGI:106644", "MGI:3584269", "MGI:103035", "MGI:101938", "MGI:1098658", "MGI:88348", "MGI:1344372", "MGI:1888504", "MGI:1891751", "MGI:96389", "MGI:1096380", "MGI:96549", "MGI:3584011", "MGI:1332226", "MGI:94901", "MGI:1856922", "MGI:1914198", "MGI:3053544", "MGI:1330304", "MGI:3812079", "MGI:102553", "MGI:1914453", "MGI:1859168", "FlyBase:FBgn0262642", "MGI:1921633", "MGI:95820", "MGI:5499191", "MGI:1354958", "MGI:1345153", "MGI:1918659", "MGI:1914698", "MGI:3795179", "MGI:2442483", "MGI:1920228", "MGI:101924", "MGI:2384871", "MGI:99781", "MGI:1924893", "MGI:1922305", "MGI:2181726", "MGI:97350", "MGI:107953", "MGI:108093", "MGI:99682", "MGI:97541", "MGI:1920036", "MGI:1338833", "MGI:2146207", "MGI:106016", "MGI:96796", "MGI:2443034", "MGI:107442", "MGI:2442220", "MGI:88117", "MGI:1927070", "MGI:99670", "MGI:2671301", "MGI:3577458", "MGI:3032507", "MGI:1929468", "MGI:1890393", "MGI:2441849", "MGI:3801138", "MGI:2671596", "MGI:96434", "MGI:2651573", "MGI:1929885", "MGI:1098590", "MGI:97887", "MGI:3845083", "MGI:2671269", "MGI:1859866", "MGI:1100850", "MGI:1929742", "MGI:1346832", "MGI:99605", "MGI:99828", "MGI:1321386", "MGI:97748", "MGI:1277215", "MGI:4418710", "MGI:104725", "MGI:1924307", "MGI:1890149", "MGI:1338044", "MGI:1923028", "MGI:1888527", "MGI:3806348", "MGI:104518", "MGI:87906", "MGI:1915816", "MGI:2153465", "MGI:1925371", "MGI:1917153", "MGI:2446217", "MGI:2389136", "MGI:1858961", "MGI:1343464", "MGI:5560781", "MGI:102717", "MGI:1856142", "MGI:1914049", "MGI:3608341", "MGI:1277133", "MGI:103267", "MGI:1337004", "MGI:98788", "MGI:1276111", "MGI:1338023", "MGI:1333763", "MGI:5049959", "MGI:5424990", "MGI:1099802", "MGI:105057", "MGI:1918867", "MGI:2144117", "MGI:1921738", "MGI:1889008", "FlyBase:FBgn0267370", "MGI:2685011", "MGI:1346866", "MGI:894652", "MGI:1927223", "MGI:1923615", "MGI:1922722", "MGI:87879", "MGI:1353616", "MGI:2684896", "MGI:96605", "MGI:1859293", "MGI:2671482", "MGI:2387588", "MGI:1922570", "MGI:3053549", "MGI:1856619", "MGI:1917656", "MGI:3038461", "MGI:3045350", "MGI:1926945", "MGI:1913390", "MGI:2671584", "MGI:3577429", "MGI:1924399", "MGI:95569", "MGI:1277220", "MGI:87966", "MGI:3027876", "MGI:104756", "MGI:88463", "MGI:1339758", "MGI:2678952", "FlyBase:FBgn0263101", "MGI:95495", "MGI:88610", "MGI:106672", "MGI:96202", "MGI:3640775", "MGI:95707", "MGI:2149821", "MGI:97453", "MGI:1861722", "MGI:1197515", "MGI:1928993", "MGI:1856826", "MGI:1856618", "MGI:2684990", "MGI:1926078", "MGI:1859314", "MGI:1890494", "MGI:1920999", "MGI:1927259", "MGI:1928986", "MGI:102706", "MGI:1313277", "MGI:1333752", "FlyBase:FBgn0082643", "MGI:3712268", "MGI:1922670", "MGI:2441706", "MGI:1859307", "MGI:99685", "MGI:1919231", "MGI:96556", "MGI:99606", "MGI:1856976", "MGI:2441765", "MGI:3718205", "FlyBase:FBgn0265134", "MGI:1856888", "MGI:96392", "MGI:2671433", "MGI:2178076", "MGI:3813844", "MGI:894696", "MGI:95516", "MGI:1342270", "MGI:104535", "MGI:1913101", "MGI:2135956", "MGI:2681180", "MGI:1201409", "MGI:88525", "MGI:5499187", "MGI:1333870", "MGI:108100", "MGI:99604", "MGI:1336974", "MGI:3800685", "MGI:95489", "MGI:1918730", "MGI:1929895", "MGI:1916910", "MGI:2448528", "MGI:1338786", "MGI:1096392", "MGI:1927549", "MGI:1861101", "MGI:3026877", "MGI:1918168", "MGI:3045252", "MGI:3037816", "MGI:3575248", "MGI:96570", "MGI:1923020", "MGI:3692892", "MGI:1927498", "MGI:1914220", "MGI:97451", "MGI:1890082", "MGI:2139365", "MGI:1347488", "MGI:96447", "MGI:1914724", "MGI:2442060", "MGI:99402", "MGI:3799285", "MGI:1096367", "MGI:95806", "MGI:1924514", "MGI:2443718", "MGI:1203732", "MGI:1929494", "MGI:2679578", "MGI:5752518", "MGI:2663979", "MGI:1353495", "MGI:3053524", "MGI:1916625", "MGI:95815", "MGI:1933546", "MGI:1098767", "MGI:2429859", "MGI:3578516", "MGI:2671615", "MGI:1918115", "MGI:1928377", "MGI:96701", "MGI:1346093", "MGI:1354708", "MGI:3578428", "MGI:1914171", "MGI:3030379", "MGI:2443231", "MGI:96394", "MGI:2671045", "MGI:106209", "MGI:95606", "MGI:2681828", "MGI:98427", "MGI:2181193", "MGI:1923497", "MGI:2442554", "MGI:95808", "MGI:1928481", "MGI:101776", "MGI:1915098", "MGI:96709", "MGI:1337018", "MGI:1097714", "MGI:1333831", "MGI:1346049", "MGI:1339795", "MGI:1856846", "MGI:1919918", "MGI:97143", "MGI:3577501", "MGI:107286", "MGI:1341886", "MGI:2652885", "MGI:1101059", "MGI:2669796", "MGI:96180", "MGI:99517", "MGI:5616523", "MGI:98739", "MGI:1352758", "MGI:96562", "MGI:3583954", "MGI:1934624", "MGI:1930150", "MGI:1915241", "MGI:1921612", "MGI:103576", "MGI:3811837", "MGI:1915336", "MGI:1856985", "MGI:2676813", "MGI:892877", "MGI:88293", "MGI:1921719", "MGI:3045256", "MGI:102778", "FlyBase:FBgn0019962", "MGI:1858275", "MGI:5463577", "MGI:2448530", "MGI:2676812", "MGI:2153839", "MGI:97600", "MGI:1856591", "MGI:1891190", "MGI:102567", "MGI:109284", "MGI:5792109", "MGI:95610", "MGI:1921428", "MGI:1926014", "MGI:4843941", "MGI:2683050", "MGI:98262", "MGI:98233", "MGI:3053547", "MGI:1933165", "MGI:1926967", "MGI:2676856", "MGI:102556", "MGI:2443039", "MGI:5424899", "MGI:1856677", "MGI:96185", "MGI:103254", "MGI:2152211", "MGI:88611", "MGI:96608", "MGI:99502", "MGI:2385289", "MGI:95712", "MGI:104720", "MGI:98497", "MGI:2671488", "MGI:2384831", "MGI:2685110", "MGI:3619440", "MGI:96553", "MGI:2671404", "MGI:1922394", "MGI:2443016", "MGI:1856890", "MGI:5704087", "MGI:104537", "MGI:1914672", "MGI:5317762", "MGI:1321385", "MGI:99421", "MGI:98931", "MGI:1914963", "MGI:1929597", "MGI:95698", "MGI:99180", "MGI:1857048", "MGI:1931595", "MGI:3643534", "MGI:5434255", "MGI:1927133", "MGI:109126", "MGI:96174", "MGI:2384585", "MGI:95588", "MGI:2444923", "MGI:3618720", "MGI:3849169", "MGI:892019", "MGI:1923392", "MGI:109175", "MGI:1921593", "MGI:104741", "MGI:1860252", "MGI:101775", "MGI:1890083", "MGI:101909", "MGI:5313696", "MGI:1921493", "MGI:1918035", "MGI:95950", "MGI:1931787", "MGI:1856873", "MGI:3836460", "MGI:5427397", "MGI:3813537", "MGI:1316650", "MGI:2138069", "MGI:1101779", "MGI:1925188", "MGI:1921372", "MGI:3053528", "MGI:5436072", "MGI:2671581", "MGI:1335079", "MGI:1926063", "MGI:109374", "MGI:109611", "MGI:98306", "MGI:96402", "MGI:3614264", "MGI:1096366", "FlyBase:FBgn0025811", "MGI:2442354", "MGI:1352483", "MGI:104979", "MGI:106640", "MGI:1920577", "MGI:4889057", "MGI:1915074", "MGI:1922858", "MGI:101937", "MGI:97463", "MGI:1891355", "MGI:2679721", "MGI:96977", "MGI:1928379", "MGI:1276125", "MGI:5440919", "MGI:1926212", "MGI:107814", "MGI:1351651", "MGI:1926287", "MGI:1276535", "MGI:106604", "MGI:1334263", "MGI:3033928", "MGI:2685031", "MGI:88103", "MGI:2680434", "MGI:2671326", "MGI:1919398", "MGI:1341204", "MGI:1921735", "MGI:3038454", "MGI:3054790", "MGI:96975", "MGI:2442473", "MGI:1314883", "MGI:2138271", "MGI:3665142", "MGI:1921471", "MGI:1096554", "MGI:1315203", "MGI:3619412", "MGI:1926855", "MGI:1856988", "MGI:1891698", "MGI:2685427", "MGI:109628", "MGI:1914805", "MGI:2179733", "MGI:1919563", "MGI:1859183", "MGI:99557", "MGI:3812580", "MGI:2182474", "MGI:95585", "MGI:1860076", "MGI:1338883", "MGI:96736", "MGI:107941", "MGI:2182168", "MGI:2384854", "MGI:3039602", "MGI:1196463", "MGI:95843", "MGI:87914", "MGI:2676848", "MGI:103569", "MGI:2154433", "MGI:109617", "MGI:2685030", "MGI:3809391", "MGI:2443552", "MGI:1277124", "MGI:2446632", "MGI:98907", "MGI:2443732", "MGI:2183014", "MGI:97502", "MGI:97386", "MGI:1924407", "MGI:1922019", "MGI:101878", "MGI:1932682", "MGI:2682328", "MGI:107760", "MGI:1916142", "MGI:98506", "MGI:1202300", "MGI:2443397", "MGI:2384875", "MGI:1270843", "FlyBase:FBgn0266338", "MGI:2384159", "MGI:3044321", "MGI:1861997", "MGI:1338882", "MGI:1353421", "MGI:1889574", "MGI:2142364", "MGI:96765", "MGI:1347463", "MGI:1346878", "MGI:1858746", "MGI:1915299", "MGI:1347062", "MGI:104579", "MGI:2154049", "MGI:5758943", "MGI:2443256", "MGI:2671435", "MGI:5619598", "MGI:107494", "MGI:104770", "MGI:1913277", "MGI:98926", "MGI:2384997", "MGI:98505", "MGI:1338071", "MGI:3045253", "MGI:1922033", "MGI:2139971", "MGI:5792100", "MGI:98608", "MGI:1916082", "MGI:2182139", "MGI:2682686", "MGI:1923551", "MGI:1915916", "MGI:1341155", "MGI:98930", "MGI:96281", "MGI:88331", "MGI:1857032", "MGI:99262", "MGI:1930768", "MGI:3686741", "MGI:1913393", "MGI:1274781", "MGI:1916436", "MGI:88512", "MGI:1856000", "MGI:1915409", "MGI:96564", "MGI:5317591", "MGI:2671616", "MGI:1860490", "MGI:108418", "MGI:2446110", "MGI:5490291", "MGI:3808814", "MGI:2686961", "MGI:1917912", "MGI:109282", "MGI:5646295", "MGI:2676852", "MGI:2671277", "MGI:5056358", "MGI:1929940", "MGI:97489", "MGI:1196370", "MGI:2388072", "MGI:2653838", "MGI:1339957", "MGI:88252", "MGI:101948", "MGI:107629", "MGI:1920416", "MGI:1856686", "MGI:700006", "MGI:1347351", "MGI:108470", "MGI:2443377", "MGI:2446213", "MGI:1914609", "MGI:1201609", "MGI:1929871", "MGI:1353450", "MGI:3810715", "MGI:2137957", "MGI:1930790", "MGI:2656126", "MGI:1927899", "MGI:2671677", "MGI:1888978", "MGI:88216", "MGI:2686227", "MGI:2136018", "MGI:1916238", "MGI:1927344", "MGI:108174", "MGI:101875", "MGI:106576", "MGI:5792002", "MGI:3813598", "MGI:107928", "MGI:1858178", "MGI:88332", "MGI:106206", "MGI:1353494", "MGI:2147298", "FlyBase:FBgn0017575", "MGI:1929554", "MGI:5791982", "MGI:1931295", "MGI:2449975", "MGI:1338076", "MGI:1098776", "MGI:1202876", "MGI:1306782", "MGI:1343178", "MGI:1918732", "MGI:3643383", "MGI:98933", "MGI:109130", "MGI:3640770", "MGI:1329015", "MGI:1923539", "MGI:5424900", "MGI:1261819", "MGI:2147834", "MGI:1926037", "MGI:3578184", "MGI:5424978", "MGI:108080", "MGI:1351655", "MGI:1859388", "MGI:2429504", "MGI:1274784", "MGI:5499184", "MGI:1341217", "MGI:2139714", "MGI:1916788", "MGI:2443575", "MGI:5499180", "MGI:3805920", "MGI:1919268", "MGI:1917849", "MGI:1917683", "MGI:1857064", "MGI:1929646", "MGI:5476165", "MGI:1345181", "MGI:1915789", "MGI:2384150", "MGI:3606571", "MGI:98923", "MGI:2686922", "MGI:107576", "MGI:1913389", "MGI:5424975", "MGI:2443665", "MGI:2671576", "MGI:107283", "MGI:1922035", "MGI:1925835", "MGI:2675603", "MGI:1919665", "MGI:2682952", "MGI:105076", "MGI:104583", "MGI:99674", "MGI:2444266", "MGI:2445165", "MGI:3530515", "MGI:1917580", "MGI:1203520", "MGI:1917678", "MGI:104643", "MGI:1351645", "MGI:88313", "MGI:104512", "MGI:1202400", "MGI:5491162", "MGI:1856872", "FlyBase:FBgn0040302", "MGI:3811045", "MGI:1096391", "MGI:87866", "MGI:1891436", "MGI:105056", "MGI:101931", "MGI:1888505", "MGI:96016", "MGI:1316721", "MGI:2387629", "MGI:106034", "MGI:106387", "MGI:1913479", "MGI:1354738", "MGI:3531431", "MGI:1328362", "MGI:2146634", "MGI:109382", "MGI:2671598", "MGI:1913974", "MGI:2154240", "MGI:3810691", "MGI:1920112", "MGI:1338761", "MGI:108427", "MGI:97576", "MGI:1309511", "MGI:95773", "MGI:98284", "MGI:1338803", "MGI:5311637", "MGI:1913355", "MGI:2443063", "MGI:104993", "MGI:88270", "MGI:1859637", "MGI:1098434", "MGI:2442815", "MGI:105306", "MGI:2442789", "MGI:98619", "MGI:88169", "MGI:98611", "MGI:1261775", "MGI:2676796", "MGI:105304", "MGI:2443011", "MGI:3033894", "MGI:104772", "MGI:2684921", "MGI:2150309", "MGI:1861591", "MGI:1341847", "MGI:103008", "MGI:3647604", "MGI:1919654", "MGI:2156052", "MGI:101765", "MGI:1354706", "MGI:1919949", "MGI:1915871", "MGI:94865", "MGI:1923749", "MGI:1856701", "MGI:2441741", "MGI:894810", "MGI:1341878", "MGI:109547", "MGI:97439", "MGI:2146430", "MGI:4830596", "MGI:2178103", "MGI:2441884", "MGI:5495795", "MGI:1203524", "MGI:2671493", "MGI:5510744", "MGI:103024", "MGI:1922985", "MGI:1298375", "MGI:1309517", "MGI:1918084", "MGI:1932136", "MGI:2661187", "MGI:1926446", "MGI:1346348", "MGI:1337131", "MGI:107821", "MGI:3811569", "MGI:5305946", "MGI:1195462", "MGI:1914403", "MGI:87912", "MGI:1349439", "MGI:99655", "MGI:109497", "MGI:1926249", "MGI:2686755", "MGI:2444554", "MGI:3530529", "MGI:5495791", "MGI:1920468", "MGI:5141714", "MGI:1860488", "MGI:109337", "MGI:1203517", "MGI:96611", "MGI:2386681", "MGI:1926051", "MGI:1920740", "MGI:103072", "MGI:96602", "MGI:2685266", "MGI:2443483", "MGI:96885", "FlyBase:FBgn0266425", "MGI:2441887", "MGI:3606314", "MGI:1344694", "MGI:97584", "MGI:1298204", "MGI:2144284", "MGI:1312922", "MGI:99578", "MGI:1859661", "MGI:891996", "MGI:2443337", "MGI:1096329", "MGI:104533", "MGI:2143628", "MGI:107434", "MGI:107913", "MGI:1921437", "MGI:1328355", "MGI:107813", "MGI:1889005", "MGI:2685627", "MGI:1891228", "MGI:1859546", "MGI:88543", "MGI:1099792", "MGI:106652", "MGI:1919179", "MGI:1333828", "MGI:1341157", "MGI:106633", "MGI:5436090", "MGI:96031", "MGI:108007", "MGI:107780", "MGI:2429498", "MGI:1889623", "MGI:3028035", "MGI:3039600", "MGI:107717", "MGI:1928741", "MGI:98752", "MGI:1914290", "MGI:1098229", "MGI:1195262", "MGI:1270153", "MGI:1933395", "MGI:2683048", "MGI:2678712", "MGI:1925642", "MGI:1932622", "MGI:1914195", "MGI:105098", "MGI:3812369", "MGI:1891495", "MGI:2685064", "MGI:1857315", "MGI:1914872", "MGI:1929470", "MGI:88456", "MGI:1278332", "MGI:103123", "MGI:1857017", "MGI:1261910", "MGI:2179729", "MGI:2384936", "MGI:1891434", "MGI:2429770", "MGI:1917377", "MGI:1351611", "MGI:2671434", "MGI:2685857", "MGI:1891372", "MGI:2669254", "MGI:2144041", "MGI:88450", "MGI:2671422", "MGI:1336159", "MGI:1924621", "MGI:2446215", "MGI:97801", "MGI:3575150", "MGI:109347", "MGI:2671369", "MGI:88589", "MGI:2671349", "MGI:3686733", "MGI:3032536", "MGI:1099804", "MGI:94902", "MGI:1926334", "MGI:96799", "MGI:3577486", "MGI:1915349", "MGI:98786", "MGI:96668", "MGI:1342278", "MGI:1100867", "MGI:2445153", "FlyBase:FBgn0017574", "MGI:2140179", "MGI:2151172", "MGI:5297417", "MGI:1351901", "MGI:103149", "MGI:108476", "MGI:104902", "MGI:2671297", "MGI:3650906", "MGI:1891259", "MGI:3813622", "MGI:1309469", "MGI:1095416", "MGI:109353", "MGI:1932094", "MGI:106402", "MGI:3513286", "MGI:2145534", "MGI:1333876", "MGI:1347477", "MGI:1858224", "MGI:96563", "MGI:1917605", "MGI:1923433", "MGI:1202715", "MGI:97384", "MGI:1919619", "MGI:1914103", "MGI:4948854", "MGI:104857", "MGI:1346862", "MGI:1329014", "MGI:2663828", "MGI:1923275", "MGI:3614654", "MGI:2685325", "MGI:2140950", "MGI:1856867", "MGI:1353656", "MGI:98297", "MGI:3665435", "MGI:1100869", "MGI:1930964", "MGI:1857011", "MGI:1914608", "MGI:2442564", "MGI:1891217", "MGI:3794334", "MGI:1344037", "MGI:97803", "MGI:1929459", "MGI:109635", "MGI:1328328", "MGI:3628785", "MGI:2183052", "MGI:2156864", "MGI:106584", "MGI:87854", "MGI:5433688", "MGI:109248", "MGI:1289273", "MGI:106651", "MGI:2152972", "MGI:2385262", "MGI:103011", "MGI:3606480", "MGI:5436098", "MGI:102812", "MGI:2653627", "MGI:5620180", "MGI:96201", "MGI:1333843", "MGI:1919288", "MGI:109185", "MGI:87929", "MGI:894320", "MGI:109202", "MGI:1856995", "MGI:3849687", "MGI:104841", "MGI:3575193", "MGI:98791", "MGI:3027884", "MGI:2385115", "MGI:2138997", "MGI:96581", "MGI:1921740", "MGI:88264", "MGI:3812117", "MGI:2444505", "MGI:3603816", "MGI:103064", "MGI:95390", "MGI:1913612", "MGI:99695", "MGI:101950", "MGI:99432", "MGI:2388361", "MGI:1261436", "MGI:1926788", "MGI:1932389", "MGI:1915091", "MGI:3799203", "MGI:1920989", "MGI:106013", "MGI:4888747", "MGI:2676869", "MGI:1926119", "MGI:97744", "MGI:3811854", "MGI:1921293", "MGI:109613", "MGI:2385067", "MGI:87905", "MGI:3613677", "MGI:88311", "MGI:95486", "MGI:1914413", "MGI:99614", "MGI:2442557", "MGI:1194993", "MGI:1330262", "MGI:1328321", "MGI:1919327", "MGI:5320610", "MGI:2181461", "MGI:95560", "MGI:2389461", "MGI:5008647", "MGI:104630", "MGI:88551", "MGI:1346078", "MGI:2442114", "MGI:97487", "MGI:98278", "MGI:1913129", "MGI:1917336", "MGI:1289247", "MGI:1206039", "MGI:1346338", "MGI:104790", "MGI:2671606", "MGI:1856815", "MGI:1927851", "MGI:95924", "MGI:3624358", "MGI:98874", "MGI:97501", "MGI:97815", "MGI:1346834", "FlyBase:FBgn0017576", "MGI:3619343", "MGI:88454", "FlyBase:FBgn0263008", "MGI:1856212", "MGI:3795174", "MGI:5436084", "MGI:99554", "MGI:1860040", "MGI:1913808", "FlyBase:FBgn0264919", "MGI:95407", "MGI:3057273", "MGI:1857071", "MGI:1201678", "MGI:1277211", "MGI:5708539", "MGI:1919311", "MGI:109496", "MGI:1270847", "MGI:2149209", "MGI:1916167", "MGI:3522282", "MGI:1919353", "MGI:1915228", "MGI:88469", "MGI:3588225", "MGI:1345139", "MGI:109172", "MGI:102794", "MGI:1926594", "MGI:105068", "MGI:107683", "MGI:88274", "MGI:1333847", "MGI:104875", "MGI:1349215", "MGI:1856715", "MGI:1351660", "MGI:1925542", "MGI:101900", "MGI:88108", "MGI:88266", "MGI:105075", "MGI:1916298", "MGI:99444", "MGI:108498", "MGI:2443155", "MGI:1915674", "MGI:1918029", "MGI:5297424", "MGI:95402", "MGI:2180715", "MGI:88541", "FlyBase:FBgn0015267", "FlyBase:FBgn0067409", "MGI:1860611", "MGI:1858896", "MGI:2664668", "MGI:2385255", "MGI:1913697", "MGI:97309", "MGI:1925869", "MGI:105374", "MGI:107734", "MGI:98821", "MGI:1098268", "MGI:87964", "MGI:1289288", "MGI:1315215", "MGI:1924574", "MGI:97243", "MGI:1915248", "MGI:98958", "MGI:1097716", "MGI:5791992", "MGI:1889276", "MGI:1889208", "MGI:1916976", "MGI:4888746", "MGI:97876", "MGI:1914291", "MGI:2385598", "MGI:2678374", "MGI:1349717", "MGI:1861455", "MGI:1354721", "MGI:2685303", "MGI:1330839", "MGI:3665146", "MGI:1929230", "MGI:95594", "MGI:1913853", "MGI:1341265", "MGI:1922333", "MGI:2671431", "MGI:1923658", "MGI:2444854", "FlyBase:FBgn0262466", "MGI:95681", "MGI:1927248", "MGI:107917", "MGI:106927", "MGI:1858418", "MGI:1349164", "MGI:1914940", "MGI:1917630", "FlyBase:FBgn0263134", "MGI:1922960", "MGI:1347080", "MGI:2159344", "MGI:95689", "MGI:109544", "MGI:3578150", "MGI:3694646", "MGI:1859834", "MGI:3807240", "MGI:1890475", "MGI:5311636", "MGI:1928482", "MGI:2139220", "MGI:97567", "MGI:1860206", "MGI:2159336", "MGI:2656129", "MGI:2139758", "MGI:3040693", "MGI:2179288", "MGI:2678726", "MGI:105058", "MGI:1351345", "MGI:1277201", "MGI:1310004", "MGI:88111", "MGI:1856864", "MGI:1932040", "MGI:3033914", "MGI:1915596", "MGI:3798821", "MGI:5297598", "MGI:108571", "MGI:1333816", "MGI:87965", "MGI:1345622", "MGI:1927167", "MGI:4830605", "MGI:2447812", "MGI:5495792", "MGI:94867", "MGI:1096330", "MGI:95636", "MGI:1857027", "MGI:107502", "MGI:2446176", "MGI:5470121", "MGI:1347347", "MGI:101845", "MGI:1889507", "MGI:105065", "MGI:1923990", "MGI:109266", "MGI:1856475", "MGI:3619437", "MGI:105313", "MGI:3619376", "MGI:88057", "MGI:3038380", "MGI:109380", "MGI:3577414", "MGI:95768", "FlyBase:FBgn0266187", "MGI:1924971", "MGI:104774", "MGI:105051", "MGI:96567", "MGI:1856908", "MGI:2442836", "MGI:5424914", "MGI:1922003", "MGI:5499179", "MGI:1330275", "MGI:1923714", "MGI:99912", "MGI:2652504", "MGI:2685456", "MGI:1919003", "MGI:1861233", "MGI:103232", "MGI:1928978", "MGI:2671265", "MGI:97008", "MGI:109523", "MGI:106032", "MGI:96529", "MGI:1928099", "MGI:1333889", "MGI:1922709", "MGI:1342291", "MGI:2152541", "MGI:1924145", "MGI:1860775", "FlyBase:FBgn0267404", "MGI:2441982", "MGI:103251", "MGI:95760", "MGI:5752851", "MGI:102700", "MGI:95408", "MGI:103159", "MGI:2671594", "MGI:2157522", "MGI:3810683", "MGI:1351637", "MGI:1932289", "MGI:1922704", "MGI:1349764", "MGI:2151064", "MGI:2447063", "MGI:104744", "MGI:2385902", "MGI:108034", "MGI:95661", "MGI:1098270", "MGI:1856637", "MGI:1347345", "MGI:1329034", "MGI:103017", "MGI:1918312", "MGI:102707", "MGI:99954", "MGI:1913321", "MGI:1914533", "MGI:87891", "MGI:95618", "MGI:3834125", "MGI:1929898", "MGI:2142347", "MGI:99660", "MGI:1921480", "MGI:88181", "MGI:1920428", "MGI:96397", "MGI:2670964", "MGI:5792003", "MGI:88039", "MGI:1196617", "MGI:1932576", "MGI:1856813", "MGI:2444103", "MGI:1856961", "MGI:103185", "MGI:1330307", "MGI:2675669", "MGI:1338027", "MGI:2145977", "MGI:1351597", "MGI:88421", "MGI:98885", "MGI:2682064", "MGI:5434951", "MGI:3817664", "MGI:103150", "MGI:1917565", "MGI:105373", "MGI:96690", "MGI:1928144", "MGI:1920940", "MGI:98495", "MGI:3611215", "MGI:108067", "MGI:104515", "MGI:101790", "MGI:3617850", "MGI:2148793", "MGI:107566", "MGI:1934950", "MGI:1918017", "MGI:1915018", "MGI:1270859", "MGI:2685007", "MGI:1195461", "MGI:108448", "MGI:3033913", "MGI:2682677", "MGI:3522284", "MGI:1315201", "MGI:88017", "MGI:1202065", "MGI:1919935", "MGI:2176711", "MGI:95865", "MGI:2140945", "MGI:107191", "MGI:1922300", "MGI:96112", "MGI:97712", "MGI:1097156", "MGI:3038404", "MGI:1932101", "MGI:5436094", "MGI:1913893", "MGI:3806051", "MGI:2673998", "MGI:1925638", "MGI:1927197", "MGI:101877", "MGI:3800411", "MGI:3811398", "MGI:1342273", "MGI:1336894", "MGI:1920423", "MGI:95686", "MGI:88314", "MGI:1928977", "MGI:1861096", "MGI:95557", "MGI:1927669", "MGI:1347078", "MGI:98881", "MGI:107543", "MGI:96908", "MGI:5704085", "MGI:1917243", "MGI:1921405", "MGI:1921303", "MGI:2679262", "MGI:95753", "MGI:1277098", "MGI:1922847", "MGI:1351338", "MGI:2685226", "MGI:108041", "MGI:1921831", "MGI:1857049", "MGI:88026", "MGI:1861586", "MGI:2429763", "MGI:1889818", "MGI:894293", "MGI:1276102", "MGI:104621", "MGI:1914992", "MGI:3584533", "MGI:96817", "MGI:98731", "MGI:1923523", "MGI:1921718", "MGI:1096340", "MGI:5505533", "MGI:1095404", "MGI:5495799", "MGI:2429611", "MGI:1888501", "MGI:5560774", "MGI:2655333", "MGI:1923367", "MGI:1197015", "MGI:1917264", "MGI:1935121", "MGI:1919197", "MGI:1861622", "MGI:4354223", "MGI:1856998", "MGI:3617791", "MGI:5311334", "MGI:97914", "MGI:1350931", "MGI:97530", "MGI:97448", "MGI:97372", "MGI:1921366", "MGI:1928503", "MGI:5437721", "MGI:97508", "MGI:3038397", "MGI:1916832", "MGI:1913476", "MGI:1921552", "MGI:1922656", "MGI:1918957", "MGI:2178429", "MGI:1927642", "MGI:95388", "MGI:2447072", "MGI:2151071", "MGI:1270149", "MGI:87938", "MGI:1351634", "MGI:3798624", "MGI:1920832", "MGI:5436092", "MGI:3640768", "MGI:1920347", "MGI:2444023", "MGI:5696348", "MGI:1345151", "MGI:2443805", "MGI:5427407", "MGI:107227", "MGI:1857044", "MGI:3818752", "MGI:3812398", "MGI:1202402", "MGI:3038383", "MGI:894308", "MGI:892001", "MGI:1347359", "MGI:101895", "MGI:99430", "MGI:107700", "MGI:1333768", "MGI:3808038", "MGI:1927489", "MGI:1298223", "MGI:1921354", "MGI:3605986", "MGI:99607", "MGI:5564803", "MGI:97342", "MGI:1096338", "MGI:1919711", "MGI:2180756", "MGI:2152345", "MGI:97368", "MGI:1298389", "MGI:5429751", "MGI:1856602", "MGI:106221", "MGI:1341859", "MGI:1917278", "MGI:2671987", "MGI:3036270", "MGI:2676809", "MGI:3037820", "MGI:1314647", "MGI:2681719", "MGI:98349", "MGI:1916017", "MGI:1916813", "MGI:3770629", "MGI:1890495", "MGI:1859823", "MGI:1277212", "MGI:3580372", "MGI:98301", "MGI:95415", "MGI:5049961", "MGI:105049", "MGI:3578217", "MGI:1923078", "MGI:88451", "MGI:104781", "MGI:1921392", "MGI:1341787", "MGI:5424987", "MGI:3800451", "MGI:1926368", "MGI:5792110", "MGI:2685139", "MGI:1313266", "MGI:105086", "MGI:5491158", "MGI:95412", "MGI:1344424", "MGI:108042", "MGI:109591", "MGI:1194497", "MGI:2670265", "MGI:2671587", "FlyBase:FBgn0264814", "MGI:108111", "MGI:88448", "MGI:87973", "MGI:1914953", "MGI:3811768", "MGI:99427", "MGI:1929095", "MGI:5792101", "MGI:2670749", "MGI:2683054", "MGI:107736", "MGI:1916851", "MGI:3039562", "MGI:2671312", "MGI:104618", "MGI:96941", "MGI:109354", "MGI:2448831", "MGI:1914555", "MGI:2140356", "MGI:1929022", "MGI:1891124", "MGI:5437096", "MGI:3812132", "MGI:2384892", "MGI:1343091", "MGI:1925255", "MGI:2180781", "MGI:3038464", "MGI:96539", "MGI:99218", "MGI:1913775", "MGI:2429620", "MGI:3033969", "MGI:1913945", "MGI:3027896", "MGI:5476166", "MGI:3045421", "MGI:2685625", "MGI:1100865", "MGI:1916800", "MGI:2671409", "MGI:2142166", "MGI:1194490", "MGI:1100856", "MGI:1915678", "MGI:1312921", "MGI:88084", "MGI:2442013", "MGI:2429914", "MGI:1933527", "MGI:2682856", "MGI:106096", "MGI:1857316", "MGI:1306775", "MGI:3624557", "MGI:1352465", "MGI:95281", "MGI:1915305", "MGI:3693918", "MGI:1196396", "MGI:96661", "MGI:3046763", "MGI:1354952", "MGI:1929743", "MGI:5560149", "MGI:5424907", "MGI:1891700", "MGI:1923816", "MGI:2157782", "MGI:1856994", "MGI:3817297", "MGI:108026", "MGI:97591", "MGI:3801771", "MGI:97549", "MGI:1100526", "MGI:5490326", "MGI:97860", "MGI:1919201", "MGI:5438050", "MGI:5437091", "MGI:2681835", "MGI:97515", "MGI:2448514", "MGI:1861182", "MGI:1921448", "MGI:96693", "MGI:107189", "MGI:1858414", "MGI:3813617", "MGI:104709", "MGI:1351614", "MGI:5049958", "MGI:2149946", "MGI:1314842", "MGI:1860764", "MGI:1343459", "MGI:1923582", "MGI:1927868", "MGI:3797733", "MGI:96922", "MGI:97503", "MGI:95519", "MGI:1354713", "MGI:88233", "MGI:1202390", "MGI:106477", "MGI:1861221", "MGI:1913705", "MGI:1277180", "MGI:1913276", "MGI:894275", "MGI:2444228", "MGI:2682684", "MGI:96538", "MGI:1855694", "MGI:2179523", "MGI:2150633", "MGI:1338820", "MGI:5445346", "MGI:1333803", "MGI:2148019", "MGI:1354373", "MGI:2671496", "MGI:2155779", "MGI:1861587", "MGI:1914361", "MGI:3038447", "MGI:3053539", "MGI:97283", "MGI:95904", "MGI:2444084", "FlyBase:FBgn0082313", "MGI:103107", "MGI:5760341", "MGI:3799178", "MGI:1933750", "MGI:1859150", "MGI:1100877", "MGI:107712", "MGI:1194915", "MGI:107571", "MGI:1927185", "MGI:109241", "MGI:1858419", "MGI:2443302", "MGI:103301", "MGI:3033920", "MGI:3798471", "MGI:1913208", "MGI:108087", "MGI:2664992", "MGI:2448976", "MGI:1917786", "MGI:1346524", "MGI:5491152", "MGI:2146156", "MGI:2158394", "MGI:1920336", "MGI:1339364", "MGI:894680", "MGI:98957", "MGI:97877", "MGI:1915446", "MGI:1925850", "MGI:106203", "MGI:1100863", "MGI:96687", "MGI:88464", "MGI:1925619", "MGI:1891703", "MGI:2384768", "MGI:1856910", "MGI:1351641", "MGI:1346334", "MGI:96537", "MGI:2670274", "MGI:5532834", "MGI:88513", "MGI:1931035", "MGI:1920393", "MGI:2663998", "MGI:2677212", "MGI:5317573", "MGI:5490279", "MGI:1861590", "MGI:2671322", "MGI:5491157", "MGI:1353604", "MGI:1330238", "MGI:1289164", "MGI:1924696", "MGI:3665157", "MGI:97464", "MGI:1201414", "MGI:2681987", "MGI:1922665", "MGI:1338009", "MGI:5446151", "MGI:1856972", "MGI:1890513", "MGI:1346870", "MGI:1928820", "MGI:1861472", "MGI:1289308", "MGI:2136690", "MGI:1921424", "MGI:106180", "MGI:1861434", "MGI:2176887", "MGI:1923079", "MGI:1891295", "MGI:107465", "MGI:5647878", "MGI:1923159", "MGI:1932872", "MGI:95722", "MGI:104661", "MGI:1346318", "MGI:1919815", "MGI:97499", "MGI:95781", "MGI:1920949", "MGI:2684060", "MGI:2684988", "MGI:3038392", "MGI:1888525", "MGI:1924301", "MGI:1346321", "MGI:2179061", "MGI:1890663", "MGI:97516", "MGI:1350918", "MGI:2152450", "MGI:1098703", "MGI:3039785", "MGI:1889615", "MGI:1890564", "MGI:101800", "MGI:95286", "MGI:3588190", "MGI:1340046", "MGI:1918190", "MGI:3588207", "MGI:3030548", "MGI:2159649", "MGI:1095414", "MGI:104617", "MGI:1924846", "MGI:1861620", "MGI:2684917", "MGI:2443973", "MGI:2154239", "MGI:3576625", "MGI:1340034", "MGI:1860276", "MGI:2449088", "MGI:102960", "MGI:99176", "MGI:95723", "MGI:104903", "MGI:97808", "MGI:97486", "MGI:1924106", "MGI:2671324", "MGI:1890156", "MGI:3651568", "MGI:3578179", "MGI:1918605", "MGI:97348", "MGI:1927139", "MGI:2673709", "MGI:1916419", "MGI:2444465", "MGI:1341070", "MGI:1861588", "MGI:1916804", "MGI:3577453", "MGI:1202294", "MGI:108086", "MGI:1341813", "MGI:2155808", "MGI:1914689", "FlyBase:FBgn0266079", "MGI:2384790", "MGI:3053537", "MGI:2152879", "MGI:2180784", "MGI:2667528", "FlyBase:FBgn0264254", "MGI:1922684", "MGI:3052988", "MGI:3810696", "MGI:3041793", "MGI:88579", "MGI:1914378", "MGI:2445059", "MGI:5433685", "MGI:1929676", "MGI:1315199", "MGI:3777569", "MGI:107252", "MGI:1289155", "MGI:3811393", "MGI:2685418", "MGI:2670751", "FlyBase:FBgn0267968", "MGI:1927086", "MGI:3607779", "MGI:3511213", "MGI:1919090", "MGI:3522097", "MGI:107443", "MGI:1919539", "MGI:98178", "MGI:5433292", "MGI:2653863", "MGI:2139607", "MGI:2443671", "MGI:107742", "MGI:2682772", "MGI:1919347", "MGI:98360", "MGI:1856593", "MGI:5495805", "MGI:3618754", "MGI:2148202", "MGI:3577024", "MGI:1926923", "MGI:2676830", "MGI:1856993", "MGI:1316659", "MGI:1859815", "MGI:99476", "MGI:2146052", "MGI:1913367", "MGI:2446134", "MGI:1922945", "MGI:1859165", "MGI:97519", "MGI:2441697", "MGI:101780", "MGI:95403", "MGI:96748", "MGI:2655574", "MGI:2444891", "MGI:2444912", "MGI:1860055", "MGI:1888530", "MGI:5707645", "MGI:1342283", "MGI:88380", "MGI:2681245", "MGI:2682671", "MGI:5454899", "MGI:2148204", "MGI:1917579", "MGI:107745", "MGI:103069", "MGI:5490314", "MGI:1857057", "MGI:3580234", "MGI:96548", "MGI:1929069", "MGI:102539", "MGI:1891340", "MGI:1917167", "MGI:2136381", "MGI:2676880", "MGI:1888712", "MGI:2441932", "MGI:2429397", "MGI:894278", "MGI:97852", "MGI:96179", "MGI:3807956", "MGI:1353479", "MGI:1340030", "MGI:1856812", "MGI:5424974", "MGI:3603820", "FlyBase:FBgn0024955", "MGI:2671289", "MGI:1915438", "MGI:1858200", "MGI:2448622", "MGI:1919336", "MGI:1097161", "MGI:96965", "MGI:97441", "MGI:101941", "MGI:102525", "MGI:1915326", "MGI:2385958", "MGI:1915363", "MGI:2684894", "MGI:97583", "MGI:1921362", "MGI:3589231", "MGI:1915010", "MGI:4414022", "MGI:95461", "MGI:1888498", "MGI:99842", "MGI:1351663", "MGI:5791988", "MGI:2146443", "MGI:2442120", "MGI:3618732", "MGI:2661445", "MGI:2387995", "MGI:1891638", "MGI:2442401", "MGI:2135272", "MGI:3809278", "MGI:3652571", "MGI:3781032", "MGI:97858", "MGI:2182472", "MGI:1860137", "MGI:95714", "MGI:97172", "MGI:1920175", "MGI:1924183", "MGI:1333811", "MGI:3806368", "MGI:1329010", "MGI:107567", "MGI:3038434", "MGI:3530296", "MGI:96590", "MGI:97830", "MGI:2685973", "MGI:2652819", "MGI:5311352", "MGI:2442415", "MGI:1330312", "MGI:2387687", "MGI:95655", "MGI:88138", "MGI:1919594", "MGI:1333854", "MGI:1861589", "MGI:98331", "MGI:1345963", "MGI:4441330", "MGI:1924859", "MGI:5426406", "MGI:5568841", "MGI:1933388", "MGI:2386852", "MGI:1338758", "MGI:1925152", "MGI:5760330", "MGI:1196437", "MGI:5490287", "MGI:3799155", "MGI:2384891", "MGI:1328323", "MGI:1261797", "MGI:1858179", "MGI:5547741", "MGI:1914813", "MGI:1927073", "MGI:1338045", "MGI:1341830", "MGI:2443935", "MGI:2448704", "MGI:88016", "MGI:97290", "MGI:1349767", "MGI:2686271", "MGI:1101760", "MGI:1343142", "MGI:1915054", "MGI:3589226", "MGI:98327", "MGI:103293", "MGI:98743", "MGI:107157", "MGI:1929691", "MGI:2681940", "MGI:2176380", "MGI:87998", "MGI:2682302", "MGI:5510747", "MGI:1913728", "MGI:1914341", "MGI:2682683", "MGI:1349660", "MGI:3046700", "MGI:108015", "MGI:1346344", "MGI:2385459", "MGI:5760320", "MGI:88353", "MGI:101760", "MGI:1202398", "MGI:1926164", "MGI:2135960", "MGI:96197", "MGI:1298378", "FlyBase:FBgn0284090", "MGI:3811074", "MGI:96691", "MGI:1889011", "MGI:1888921", "MGI:1923626", "MGI:99532", "MGI:2384309", "MGI:1926944", "FlyBase:FBgn0040300", "MGI:1917777", "MGI:96412", "MGI:2671284", "MGI:1913310", "MGI:1923733", "MGI:1920180", "MGI:105491", "MGI:2153062", "MGI:2152819", "MGI:97545", "MGI:2446249", "MGI:88334", "MGI:101897", "MGI:108024", "MGI:5646421", "MGI:1920970", "MGI:2385191", "MGI:2685783", "MGI:2671354", "MGI:3687343", "MGI:95872", "MGI:1929751", "MGI:3039582", "MGI:2671548", "MGI:5430043", "MGI:1913962", "MGI:3028579", "MGI:95663", "MGI:1915265", "MGI:1919369", "MGI:3505572", "MGI:1916020", "MGI:95810", "MGI:1346863", "MGI:1924291", "MGI:87941", "MGI:1861755", "MGI:98179", "MGI:3813814", "MGI:1098273", "MGI:1314873", "MGI:3651534", "MGI:1928380", "MGI:2686379", "MGI:1888984", "MGI:2671305", "MGI:88248", "MGI:1915392", "MGI:94906", "MGI:1891208", "MGI:1916179", "MGI:2153063", "MGI:2143057", "MGI:109527", "MGI:1914175", "MGI:1202881", "MGI:1913356", "MGI:2447348", "MGI:3811748", "MGI:2684360", "MGI:1933158", "MGI:1913392", "MGI:102776", "MGI:5495793", "MGI:105383", "MGI:1913493", "MGI:3576020", "MGI:95851", "MGI:5646601", "MGI:1346349", "MGI:1306800", "MGI:96910", "MGI:3041232", "MGI:2176882", "MGI:2684999", "MGI:102810", "MGI:1928898", "MGI:1341864", "MGI:2446634", "MGI:2672814", "MGI:1344349", "MGI:1920149", "MGI:99701", "MGI:893588", "MGI:1922428", "MGI:1194508", "MGI:2681862", "MGI:1860776", "MGI:3817262", "MGI:2182357", "MGI:107685", "MGI:2673855", "MGI:1933533", "MGI:1201691", "MGI:106923", "MGI:3812046", "MGI:101772", "MGI:1352507", "MGI:2442184", "MGI:1925384", "MGI:107687", "MGI:107379", "MGI:1925201", "MGI:95401", "MGI:1916060", "MGI:1928760", "MGI:96178", "MGI:2386851", "MGI:5495804", "MGI:95762", "MGI:3812376", "MGI:1856895", "MGI:88489", "MGI:1917723", "MGI:2182269", "MGI:2685519", "MGI:2385096", "MGI:2155600", "MGI:107792", "MGI:2442921", "MGI:2142716", "MGI:1913266", "MGI:2683163", "MGI:109296", "MGI:107440", "MGI:107823", "MGI:106244", "FlyBase:FBgn0016099", "MGI:109323", "MGI:105112", "MGI:102581", "MGI:98735", "MGI:1095415", "MGI:109564", "MGI:96925", "MGI:95420", "MGI:2384959", "MGI:3763279", "MGI:3608325", "MGI:2671299", "MGI:1277961", "MGI:97614", "MGI:2677633", "MGI:99400", "MGI:1859310", "MGI:99538", "MGI:1920081", "MGI:2385621", "MGI:3717399", "MGI:3043305", "MGI:2671480", "MGI:95886", "MGI:2153816", "MGI:97890", "MGI:95574", "MGI:5510753", "MGI:102779", "MGI:2141418", "MGI:4821828", "MGI:1913404", "MGI:97308", "MGI:3812220", "MGI:2159711", "MGI:3807066", "MGI:97931", "MGI:1924446", "MGI:1270841", "MGI:1338864", "MGI:101911", "MGI:1338033", "MGI:1915848", "MGI:2141505", "MGI:1856590", "MGI:1329033", "MGI:1917625", "MGI:3045303", "MGI:1338798", "MGI:1350929", "MGI:1353586", "MGI:2685581", "MGI:2442474", "MGI:88320", "MGI:1927803", "MGI:1346325", "MGI:107564", "MGI:1344364", "MGI:2685906", "MGI:3037658", "MGI:1915191", "MGI:2450529", "MGI:1928849", "MGI:2444211", "MGI:1206586", "MGI:2142624", "MGI:88526", "MGI:1924281", "MGI:1922283", "MGI:1202907", "MGI:3036251", "MGI:108005", "MGI:3807024", "MGI:97297", "MGI:1935127", "MGI:2678728", "MGI:2682685", "MGI:105369", "MGI:1261912", "MGI:97249", "MGI:1891112", "MGI:1923566", "MGI:97524", "MGI:1913192", "MGI:2181763", "MGI:108028", "MGI:1353419", "MGI:1856597", "MGI:1917633", "MGI:1890357", "MGI:1931123", "MGI:2151057", "MGI:1098226", "MGI:3643902", "MGI:1861235", "MGI:1201784", "MGI:2153272", "MGI:1333800", "MGI:1920933", "MGI:2656130", "MGI:2681271", "MGI:2145955", "MGI:1347352", "MGI:2137967", "MGI:1926224", "MGI:2386940", "MGI:1924117", "MGI:104633", "MGI:3588238", "MGI:1100881", "MGI:88297", "MGI:1352453", "MGI:1921622", "MGI:107178", "MGI:2684992", "MGI:2180216", "MGI:2384785", "MGI:104683", "MGI:103100", "MGI:98919", "MGI:1861470", "MGI:3710397", "MGI:1889585", "MGI:1915691", "MGI:3809440", "MGI:1918959", "MGI:2385292", "MGI:1923824", "MGI:99456", "MGI:1860303", "MGI:2446526", "MGI:1929269", "MGI:1921661", "MGI:1351455", "FlyBase:FBgn0082309", "MGI:5424996", "MGI:2441827", "MGI:107187", "MGI:2183426", "MGI:1922680", "MGI:3817612", "MGI:2442978", "MGI:2443386", "MGI:1321392", "MGI:1916856", "MGI:107461", "MGI:1914702", "MGI:97599", "MGI:1918040", "MGI:1924285", "MGI:3043651", "MGI:2661338", "MGI:2387602", "MGI:2138446", "MGI:104769", "MGI:1100870", "MGI:96648", "MGI:2446132", "MGI:1354730", "MGI:3611446", "MGI:2153463", "MGI:5495797", "MGI:894701", "MGI:109602", "MGI:1914047", "MGI:3809024", "MGI:2141794", "MGI:107671", "MGI:5311355", "MGI:98186", "MGI:2673128", "MGI:1921415", "MGI:107365", "MGI:2443078", "MGI:2145890", "MGI:108011", "MGI:1916207", "MGI:1916998", "MGI:108449", "MGI:1916888", "MGI:104748", "MGI:104540", "MGI:106593", "MGI:2138453", "MGI:1921615", "MGI:3794339", "MGI:1353474", "MGI:1277117", "MGI:1923036", "MGI:1344344", "MGI:5432503", "MGI:2685628", "MGI:1919127", "MGI:1922484", "MGI:2178743", "MGI:87921", "MGI:1202388", "MGI:1919357", "MGI:3027873", "MGI:107729", "FlyBase:FBgn0266290", "MGI:95586", "MGI:1922853", "MGI:97361", "MGI:3812575", "MGI:5620182", "MGI:2671300", "MGI:1921998", "MGI:1337113", "MGI:2138327", "MGI:2384560", "MGI:88336", "MGI:1927169", "MGI:1930949", "MGI:2159437", "MGI:1201679", "MGI:1934811", "MGI:97275", "MGI:96783", "MGI:5707608", "MGI:1859026", "MGI:87859", "MGI:1918972", "MGI:891999", "MGI:3624356", "MGI:2136980", "MGI:5428961", "MGI:2681839", "MGI:2685307", "MGI:2446089", "MGI:1860440", "MGI:88497", "MGI:3606320", "MGI:2159681", "MGI:1922542", "MGI:2685267", "MGI:101922", "MGI:1328312", "MGI:5424916", "MGI:3849697", "MGI:1923760", "MGI:3589220", "MGI:95526", "MGI:2138346", "MGI:3619363", "MGI:1277202", "MGI:5490330", "MGI:107505", "MGI:4830598", "MGI:1914535", "MGI:5791972", "MGI:102537", "MGI:103076", "MGI:3050640", "MGI:3646674", "MGI:97311", "MGI:107588", "MGI:1929213", "MGI:2443758", "MGI:97919", "MGI:108177", "MGI:5284963", "MGI:1354959", "MGI:1270152", "MGI:95500", "MGI:1337006", "MGI:1346021", "MGI:1923930", "MGI:1354698", "MGI:1861117", "MGI:1316737", "MGI:1916373", "FlyBase:FBgn0264290", "MGI:3813554", "MGI:1860292", "MGI:1353562", "MGI:1921152", "MGI:1298207", "MGI:2676881", "MGI:1914806", "MGI:107548", "MGI:1925537", "MGI:5499189", "MGI:1277223", "MGI:1856834", "MGI:2652846", "MGI:103033", "MGI:1918047", "MGI:2140300", "MGI:1915541", "MGI:1920982", "MGI:97883", "FlyBase:FBgn0266289", "MGI:96217", "MGI:2143676", "MGI:1923457", "MGI:893587", "MGI:2384588", "MGI:1276545", "MGI:3032509", "MGI:105378", "MGI:1355319", "MGI:104745", "MGI:95778", "MGI:2429660", "MGI:2442858", "MGI:5430731", "MGI:101865", "MGI:97791", "MGI:1915842", "MGI:2179276", "MGI:5792005", "MGI:3038441", "MGI:1921488", "MGI:1101781", "MGI:1924366", "MGI:102520", "MGI:1933111", "MGI:3654828", "MGI:2444415", "MGI:2442722", "MGI:1097153", "MGI:2671411", "MGI:1891835", "MGI:5308748", "MGI:1931144", "MGI:1889371", "MGI:1333776", "MGI:2143484", "MGI:1924836", "MGI:1270854", "MGI:1921818", "MGI:108027", "MGI:2444661", "MGI:1927580", "MGI:1891827", "MGI:1928488", "MGI:98277", "MGI:2670967", "MGI:96949", "MGI:2670976", "MGI:2446144", "MGI:1889206", "MGI:3041167", "MGI:88362", "MGI:1916960", "MGI:1915271", "MGI:5560778", "MGI:97594", "MGI:1931523", "FlyBase:FBgn0083177", "MGI:1924487", "MGI:2442682", "MGI:1923076", "MGI:99690", "MGI:103262", "MGI:1924134", "MGI:3038389", "MGI:3798034", "MGI:5311559", "MGI:87958", "MGI:2681853", "MGI:5646398", "MGI:5424991", "MGI:1336197", "MGI:1352456", "MGI:1277184", "MGI:104670", "MGI:1321394", "MGI:1931249", "MGI:5792112", "MGI:2385271", "MGI:1930951", "MGI:88228", "MGI:2656842", "MGI:1858952", "MGI:1914244", "MGI:5430732", "MGI:2156841", "MGI:5490334", "MGI:1916957", "MGI:5792081", "MGI:894332", "MGI:1921802", "MGI:2443241", "MGI:1915522", "MGI:1860374", "MGI:2384812", "MGI:1914430", "MGI:99612", "MGI:2139354", "MGI:1921895", "MGI:2653918", "MGI:3036269", "MGI:1351664", "MGI:1923558", "MGI:1098708", "FlyBase:FBgn0267979", "MGI:1913318", "MGI:87871", "MGI:1921580", "MGI:1860298", "MGI:5499183", "MGI:3800690", "MGI:1925906", "MGI:101863", "MGI:5605721", "MGI:1354693", "MGI:109443", "MGI:103248", "MGI:3618739", "MGI:1349656", "MGI:1920421", "MGI:2444889", "MGI:1913323", "MGI:107654", "MGI:2448828", "MGI:2683592", "MGI:98822", "MGI:3806074", "MGI:1919924", "MGI:2144529", "MGI:103562", "MGI:95660", "MGI:1316660", "MGI:2146995", "MGI:1915760", "MGI:2443760", "MGI:1336185", "MGI:107755", "FlyBase:FBgn0026406", "MGI:2444720", "MGI:2662992", "MGI:1931130", "MGI:1923032", "MGI:1927243", "MGI:2685697", "MGI:96573", "MGI:1918395", "MGI:88381", "MGI:1927379", "MGI:1918526", "MGI:1333786", "MGI:2444898", "MGI:2655198", "MGI:1935129", "MGI:1341902", "MGI:1916003", "MGI:2182926", "MGI:1340026", "MGI:3033336", "MGI:5646408", "MGI:95676", "MGI:98296", "MGI:3650907", "MGI:3027874", "MGI:1861150", "MGI:1196405", "MGI:1918673", "MGI:4359046", "MGI:87937", "MGI:1917343", "MGI:3039603", "MGI:2442359", "MGI:2183441", "MGI:2158813", "MGI:1098808", "MGI:1932374", "MGI:3621485", "MGI:4821832", "MGI:1859547", "MGI:97747", "MGI:98358", "MGI:1345140", "MGI:1856804", "MGI:1889307", "MGI:107363", "MGI:1918965", "MGI:3809515", "MGI:1914485", "MGI:1346858", "MGI:1859384", "MGI:1861234", "MGI:4359044", "MGI:1919214", "MGI:97173", "MGI:5496842", "MGI:107370", "MGI:107501", "MGI:3644685", "MGI:3818944", "MGI:2442010", "MGI:107673", "MGI:94900", "MGI:3626337", "MGI:1929878", "MGI:5424898", "MGI:1917704", "MGI:1926230", "MGI:5436097", "MGI:3041242", "MGI:104871", "MGI:1933227", "MGI:1913534", "MGI:2156528", "MGI:1921579", "MGI:1925338", "MGI:3530326", "MGI:109345", "MGI:96628", "MGI:2682673", "MGI:2664186", "MGI:1931551", "MGI:107605", "MGI:4829391", "MGI:88064", "FlyBase:FBgn0020629", "MGI:88564", "MGI:1344332", "MGI:1919580", "MGI:2444608", "MGI:3798664", "MGI:1915831", "MGI:1913975", "MGI:105371", "FlyBase:FBgn0086790", "MGI:1927237", "MGI:1201688", "MGI:98553", "MGI:97252", "MGI:1098211", "MGI:1935145", "MGI:1856945", "MGI:1860253", "MGI:1330818", "MGI:1336161", "MGI:87997", "MGI:1096398", "MGI:3817280", "MGI:3530346", "MGI:1347344", "MGI:1913438", "MGI:96207", "MGI:1270860", "MGI:3612156", "MGI:108012", "MGI:107852", "MGI:96103", "MGI:98446", "MGI:95819", "MGI:5002717", "MGI:1888897", "MGI:1858959", "MGI:1916621", "MGI:97383", "MGI:88521", "MGI:2146220", "MGI:106390", "MGI:1922946", "MGI:96270", "MGI:1352460", "MGI:95564", "MGI:1891832", "MGI:103290", "MGI:1916626", "MGI:3705267", "MGI:1913368", "MGI:2442355", "MGI:2142581", "MGI:101786", "MGI:105053", "MGI:1913653", "MGI:99473", "MGI:1890504", "MGI:1328354", "MGI:1344412", "MGI:99829", "MGI:101884", "MGI:2443076", "MGI:1342057", "MGI:1916706", "MGI:3652039", "MGI:1351502", "MGI:3686745", "MGI:1929501", "MGI:2685862", "MGI:2156057", "MGI:1921584", "MGI:1921395", "MGI:1923707", "MGI:2444584", "MGI:1890472", "MGI:1202064", "MGI:1915391", "MGI:95457", "MGI:1921684", "MGI:109375", "MGI:95629", "MGI:3038442", "MGI:96733", "MGI:98839", "MGI:2676886", "MGI:1196252", "MGI:3795196", "MGI:1921677", "MGI:103180", "MGI:1927152", "MGI:1922097", "MGI:2138939", "MGI:104740", "MGI:5527558", "MGI:3819960", "MGI:2678722", "MGI:5696156", "MGI:5704083", "MGI:97851", "MGI:1928479", "FlyBase:FBgn0261827", "MGI:99659", "MGI:3799296", "MGI:1856935", "MGI:97548", "MGI:894311", "MGI:3846305", "MGI:99499", "MGI:2137960", "MGI:1891925", "MGI:1349479", "MGI:107472", "MGI:1924197", "MGI:1921500", "MGI:894697", "MGI:3050558", "MGI:1919985", "MGI:1915105", "MGI:3605455", "MGI:107718", "MGI:88050", "MGI:1202403", "MGI:893577", "MGI:107711", "MGI:1333874", "MGI:1927479", "MGI:2665170", "MGI:1096368", "MGI:1859285", "MGI:2388637", "MGI:1278336", "MGI:95393", "MGI:1915138", "MGI:108426", "MGI:2443187", "MGI:109295", "MGI:1919857", "MGI:1276106", "MGI:97806", "MGI:3808033", "MGI:1922244", "MGI:1923294", "MGI:1196377", "MGI:2444128", "MGI:1914514", "MGI:2444812", "MGI:2449939", "FlyBase:FBgn0045444", "MGI:101764", "MGI:1856204", "MGI:87999", "MGI:1913107", "MGI:97373", "MGI:88453", "MGI:1857313", "MGI:5490296", "MGI:2443847", "MGI:5467352", "MGI:3026965", "MGI:97813", "MGI:1351619", "MGI:2151054", "MGI:1858193", "MGI:2181192", "MGI:2443472", "MGI:1353578", "MGI:2444691", "MGI:3038382", "MGI:99523", "MGI:95767", "MGI:2678704", "MGI:97613", "MGI:98257", "MGI:1918918", "MGI:1923969", "MGI:1922208", "MGI:1924054", "MGI:1929913", "MGI:1918881", "MGI:894692", "MGI:3035141", "MGI:2658851", "MGI:1346086", "MGI:2389173", "MGI:1924919", "MGI:1934029", "MGI:1917810", "FlyBase:FBgn0026789", "MGI:88065", "MGI:104528", "MGI:2183926", "MGI:99602", "MGI:3513273", "MGI:3798206", "MGI:2139054", "MGI:1929471", "MGI:94203", "MGI:3810720", "MGI:97771", "MGI:1333825", "MGI:88002", "MGI:1933177", "MGI:5433022", "MGI:1925044", "MGI:3798454", "MGI:2429635", "MGI:104867", "MGI:2685073", "MGI:1914649", "MGI:1891748", "MGI:3716112", "MGI:5546628", "MGI:1330809", "MGI:1922855", "MGI:1201406", "MGI:2443881", "MGI:1928375", "MGI:5424995", "MGI:2443834", "MGI:1099436", "MGI:97812", "MGI:1890391", "MGI:109622", "MGI:2667156", "MGI:2135954", "MGI:2682766", "MGI:1354744", "MGI:1930079", "MGI:2181743", "MGI:104634", "MGI:1349421", "MGI:88460", "MGI:3708136", "MGI:1278328", "MGI:97374", "MGI:95679", "MGI:1328311", "MGI:1857031", "MGI:96673", "MGI:1914114", "MGI:1932286", "MGI:1914715", "MGI:2442543", "MGI:2180561", "MGI:1891342", "MGI:107877", "MGI:2678720", "MGI:2149712", "MGI:1920344", "MGI:1270126", "MGI:96187", "MGI:1914502", "MGI:103073", "MGI:2684853", "MGI:1333744", "MGI:99924", "MGI:1343050", "MGI:4829471", "MGI:95755", "MGI:2670673", "MGI:1856617", "MGI:1914071", "MGI:96705", "MGI:1354159", "MGI:3040955", "MGI:1330239", "MGI:1352504", "MGI:97245", "MGI:5439979", "MGI:2442377", "MGI:1338031", "MGI:107587", "MGI:108017", "MGI:2671342", "MGI:107741", "MGI:2684974", "MGI:1347470", "MGI:102780", "MGI:1923089", "MGI:2145316", "MGI:5792090", "MGI:88184", "MGI:3818975", "FlyBase:FBgn0265776", "MGI:98355", "MGI:99926", "MGI:3772850", "MGI:1925427", "MGI:2443511", "MGI:1914969", "MGI:109325", "MGI:1856596", "MGI:3818630", "MGI:2140230", "MGI:1099448", "MGI:1890647", "MGI:2141503", "MGI:1277955", "MGI:1339949", "MGI:101934", "MGI:2137410", "MGI:1891012", "MGI:105953", "MGI:2445066", "MGI:1352750", "MGI:1916782", "MGI:3053531", "MGI:2676458", "MGI:2180003", "MGI:97369", "MGI:1195976", "MGI:1097163", "MGI:1342279", "MGI:1915568", "MGI:4829402", "MGI:1928738", "MGI:5646417", "MGI:3799171", "MGI:107891", "MGI:1098641", "MGI:2676811", "MGI:1914829", "MGI:1914780", "MGI:1918180", "MGI:1914040", "MGI:5646427", "MGI:2387617", "MGI:108051", "MGI:2678025", "MGI:2443012", "MGI:96211", "MGI:1921765", "MGI:2443047", "MGI:3613600", "MGI:1336194", "MGI:3642995", "MGI:1922022", "MGI:5433393", "MGI:106583", "MGI:1932970", "MGI:1914142", "MGI:3576783", "MGI:3808122", "MGI:1915589", "MGI:1931221", "MGI:5490336", "MGI:2153183", "MGI:2679448", "FlyBase:FBgn0028413", "MGI:1914769", "MGI:1913435", "MGI:1347099", "MGI:1332623", "MGI:1931825", "FlyBase:FBgn0064234", "MGI:105094", "MGI:1195269", "MGI:87936", "MGI:98728", "MGI:3606326", "MGI:1330294", "MGI:5320604", "MGI:1929282", "MGI:2686159", "MGI:97551", "MGI:106247", "MGI:1933846", "MGI:2671612", "MGI:4831045", "MGI:96080", "MGI:1343054", "MGI:2446159", "MGI:1342541", "MGI:2684762", "MGI:1918552", "MGI:1921275", "FlyBase:FBgn0017570", "MGI:97879", "MGI:1355292", "MGI:1329039", "MGI:1913950", "MGI:1346523", "MGI:1346072", "MGI:1345675", "MGI:1098783", "MGI:1925021", "MGI:2139371", "MGI:106281", "MGI:1857881", "MGI:98351", "MGI:1856629", "MGI:1346088", "MGI:108037", "MGI:104727", "MGI:97857", "MGI:88025", "MGI:3801070", "MGI:95479", "MGI:2142786", "MGI:5430041", "MGI:98246", "MGI:104513", "MGI:105931", "MGI:97602", "MGI:1099790", "MGI:1277979", "MGI:104591", "MGI:2671675", "MGI:3814079", "MGI:1935147", "MGI:106299", "MGI:894675", "FlyBase:FBgn0069358", "MGI:5311856", "MGI:88070", "MGI:2656121", "MGI:1196457", "MGI:95621", "MGI:88375", "MGI:5646392", "MGI:1916977", "MGI:98869", "FlyBase:FBgn0264625", "MGI:1856607", "MGI:1919143", "MGI:1914457", "MGI:3849694", "MGI:108413", "MGI:103258", "MGI:2151224", "MGI:2682780", "MGI:95896", "MGI:3578162", "MGI:2385088", "MGI:2178798", "MGI:1924536", "MGI:2182368", "MGI:1917542", "MGI:1349417", "MGI:1891829", "MGI:1858271", "MGI:1929938", "MGI:3505689", "MGI:104813", "MGI:2144727", "MGI:3797725", "MGI:108559", "MGI:1354948", "MGI:88067", "MGI:5498480", "MGI:1353427", "MGI:97253", "MGI:2671396", "MGI:2671353", "MGI:1342295", "MGI:2387123", "MGI:94921", "MGI:103289", "MGI:2147538", "MGI:3529431", "MGI:1929270", "MGI:5490318", "MGI:5288350", "MGI:1337040", "MGI:2687286", "MGI:2148258", "MGI:5792531", "MGI:2673983", "MGI:1861606", "MGI:96414", "MGI:1197013", "MGI:3027877", "MGI:2155888", "MGI:1856911", "MGI:1277991", "MGI:109601", "MGI:1921298", "MGI:88315", "MGI:5792108", "MGI:2385184", "MGI:1915031", "MGI:1276107", "MGI:1916889", "MGI:1203727", "MGI:107926", "MGI:3038394", "MGI:1345167", "MGI:1890430", "MGI:2669973", "MGI:5437061", "FlyBase:FBgn0250750", "MGI:5702426", "MGI:88383", "MGI:1891037", "MGI:1354701", "MGI:1913618", "MGI:107754", "MGI:1347076", "MGI:105380", "MGI:2385261", "MGI:5792028", "MGI:1914116", "MGI:1927345", "MGI:2669849", "MGI:88583", "MGI:1351598", "MGI:94927", "MGI:1298229", "MGI:3037026", "MGI:3641286", "MGI:1922830", "MGI:99698", "MGI:1337120", "MGI:99463", "MGI:1915677", "MGI:1858213", "FlyBase:FBgn0250873", "MGI:2446216", "MGI:1347360", "MGI:2153568", "MGI:106601", "MGI:95321", "MGI:2448881", "MGI:103151", "MGI:3801135", "MGI:1931053", "MGI:96109", "MGI:1921855", "MGI:5446182", "FlyBase:FBgn0025575", "MGI:96624", "MGI:95864", "MGI:1351317", "MGI:2663253", "MGI:2442177", "MGI:5438048", "MGI:3851187", "MGI:1336188", "MGI:1913585", "MGI:108118", "MGI:94873", "MGI:1347471", "MGI:1916192", "MGI:1349658", "MGI:97371", "MGI:88318", "MGI:1100878", "MGI:2444846", "MGI:2671279", "MGI:3046770", "MGI:1338024", "MGI:88259", "MGI:1927470", "MGI:3619366", "MGI:96551", "MGI:1096877", "MGI:1861361", "MGI:2676844", "MGI:1097157", "MGI:2685074", "MGI:1924802", "MGI:107426", "MGI:109292", "MGI:3806642", "MGI:5516003", "MGI:1343961", "MGI:1196412", "MGI:2659071", "MGI:1917976", "MGI:108224", "MGI:1333875", "MGI:88401", "MGI:1201674", "MGI:3643278", "MGI:3798651", "MGI:3813582", "MGI:2156003", "MGI:4843932", "MGI:1928901", "MGI:2156540", "MGI:3807011", "MGI:2443432", "MGI:97526", "MGI:3812318", "MGI:2449307", "MGI:95739", "MGI:3806044", "MGI:1330288", "MGI:95638", "MGI:96545", "MGI:2146335", "MGI:1856682", "MGI:95559", "MGI:1890616", "MGI:96083", "MGI:5429749", "MGI:101757", "MGI:1278313", "MGI:2444748", "MGI:104842", "MGI:2182061", "MGI:1333760", "MGI:1855698", "MGI:2671427", "MGI:103181", "MGI:2181411", "MGI:2444401", "MGI:1309481", "MGI:3798482", "MGI:5141983", "MGI:1330276", "MGI:2682678", "MGI:94924", "MGI:2154658", "MGI:1913283", "MGI:106036", "MGI:88609", "MGI:5427421", "MGI:2443848", "MGI:2177957", "MGI:3033992", "MGI:3040696", "MGI:1891696", "MGI:2146559", "MGI:2671408", "MGI:97611", "MGI:1928401", "MGI:1261834", "MGI:1929076", "MGI:1277191", "MGI:2387638", "MGI:2180021", "MGI:109272", "MGI:95662", "MGI:103189", "MGI:2656127", "MGI:2685330", "MGI:102718", "MGI:2684937", "MGI:1913961", "MGI:3807229", "MGI:1889286", "MGI:97438", "MGI:2676911", "MGI:1194924", "MGI:1857016", "MGI:1350935", "MGI:103309", "MGI:2671323", "MGI:98386", "MGI:1197020", "MGI:109232", "MGI:3580346", "MGI:2159339", "MGI:97596", "MGI:2179430", "MGI:2441869", "MGI:106621", "MGI:1917814", "MGI:1929209", "MGI:1278321", "MGI:87918", "MGI:1929514", "MGI:95413", "MGI:97999", "MGI:104729", "MGI:1355334", "MGI:2385221", "MGI:2687319", "MGI:2385126", "MGI:1919291", "MGI:97836", "MGI:4357925", "MGI:1313275", "MGI:2448764", "MGI:2675387", "MGI:4829964", "MGI:2450123", "MGI:2384561", "MGI:97043", "MGI:5438046", "MGI:96609", "MGI:894676", "MGI:3770626", "MGI:1914725", "MGI:1096377", "MGI:95485", "MGI:2147032", "MGI:104897", "MGI:1860752", "MGI:95612", "MGI:5646396", "MGI:1928716", "MGI:1196274", "MGI:3775191", "MGI:1929618", "MGI:96943", "MGI:104716", "MGI:2139279", "MGI:2442600", "MGI:1890573", "MGI:3619435", "MGI:2158382", "MGI:3688249", "MGI:3044668", "MGI:2676810", "MGI:96223", "MGI:107684", "MGI:1341299", "MGI:1347001", "MGI:2448823", "MGI:894282", "MGI:1338756", "MGI:1096555", "MGI:1342276", "MGI:104686", "MGI:3808781", "MGI:1346042", "MGI:1918632", "MGI:1861199", "MGI:1330806", "MGI:1915339", "MGI:1933185", "MGI:3700030", "MGI:88346", "MGI:1861998", "MGI:1351209", "MGI:2150632", "MGI:88261", "MGI:2685128", "MGI:106054", "MGI:88465", "MGI:5792106", "MGI:1345183", "MGI:1098235", "MGI:1915894", "MGI:2154952", "MGI:1913711", "MGI:2385656", "MGI:3603630", "MGI:5646419", "MGI:1918573", "MGI:1861457", "MGI:1098272", "MGI:1096363", "MGI:2443967", "MGI:103039", "MGI:1888986", "MGI:2142246", "MGI:5476178", "MGI:1913845", "MGI:2685351", "MGI:1914694", "MGI:104572", "MGI:105980", "MGI:1313269", "MGI:2447775", "MGI:3038399", "MGI:97846", "MGI:1342772", "MGI:109615", "MGI:107285", "MGI:1321393", "MGI:2148922", "MGI:95664", "MGI:1914917", "MGI:3045314", "MGI:5792000", "MGI:5490306", "MGI:1351468", "MGI:2442675", "MGI:3033900", "MGI:1933820", "MGI:1278319", "MGI:104768", "MGI:1913647", "MGI:1859147", "MGI:88495", "MGI:1856214", "MGI:1914418"]
+["MGI:3038399", "MGI:106603", "MGI:2151224", "MGI:1861167", "MGI:3530483", "MGI:893579", "MGI:1347352", "MGI:99702", "MGI:2178076", "MGI:87966", "MGI:1913603", "MGI:1306778", "MGI:2660873", "MGI:1329010", "MGI:103147", "MGI:1924127", "MGI:2152406", "MGI:2387107", "MGI:3686723", "MGI:1346999", "MGI:2442473", "MGI:95728", "MGI:1347081", "MGI:1916700", "MGI:1931051", "MGI:88116", "MGI:1919247", "MGI:1916260", "MGI:3707707", "MGI:1891495", "MGI:98731", "MGI:1351336", "MGI:103118", "MGI:95482", "MGI:1916510", "MGI:1889802", "MGI:1917680", "MGI:1918546", "MGI:87918", "MGI:3757588", "MGI:105371", "MGI:3045266", "MGI:1333787", "MGI:3811748", "MGI:109258", "MGI:95789", "MGI:2446089", "MGI:1351330", "MGI:109547", "MGI:3039591", "MGI:1857023", "MGI:101916", "MGI:2148019", "MGI:2685266", "MGI:2385598", "MGI:2387801", "MGI:1098222", "MGI:1856815", "MGI:1889299", "MGI:1355315", "MGI:2671340", "MGI:5792333", "MGI:1919163", "MGI:2685298", "MGI:1101781", "MGI:88375", "MGI:2685031", "MGI:3812093", "MGI:1916348", "MGI:2443016", "MGI:107370", "MGI:2179430", "MGI:1915433", "MGI:3612701", "MGI:894806", "MGI:88278", "MGI:5431488", "MGI:2443511", "MGI:1928268", "MGI:1352449", "MGI:1926075", "MGI:5792082", "MGI:4830871", "MGI:2443973", "MGI:98742", "MGI:95290", "MGI:1261847", "MGI:1915813", "MGI:101762", "MGI:88175", "MGI:96743", "MGI:97386", "MGI:1914318", "MGI:88338", "MGI:96526", "MGI:3770626", "MGI:103181", "MGI:1859293", "MGI:96648", "MGI:3580385", "MGI:2685814", "MGI:2141990", "MGI:1916351", "MGI:1934604", "MGI:1100869", "MGI:1347472", "MGI:2388124", "MGI:1858171", "MGI:2685589", "MGI:1913499", "MGI:1915268", "MGI:1926943", "MGI:1919583", "MGI:104995", "MGI:2384966", "MGI:2686651", "MGI:2671351", "MGI:1330848", "MGI:3618704", "MGI:1916837", "MGI:109523", "MGI:104987", "MGI:2685966", "MGI:98357", "MGI:106207", "MGI:1921452", "MGI:104636", "MGI:3039629", "MGI:3578179", "MGI:2652843", "MGI:5424914", "MGI:109622", "MGI:1929940", "MGI:1927811", "MGI:2685857", "MGI:87990", "MGI:109575", "MGI:95408", "MGI:103170", "MGI:2429943", "MGI:1338030", "MGI:109257", "MGI:2443304", "MGI:1913699", "MGI:3027871", "MGI:2671336", "MGI:3511448", "MGI:2676818", "MGI:87964", "MGI:1096324", "MGI:106654", "MGI:1261433", "MGI:1343463", "MGI:1347061", "MGI:1202875", "MGI:2682314", "MGI:2146005", "MGI:2654325", "MGI:105088", "MGI:2671678", "MGI:1338031", "MGI:1915068", "MGI:1890564", "MGI:2443631", "MGI:96629", "MGI:1916520", "MGI:95527", "MGI:3815176", "MGI:108495", "MGI:95720", "MGI:1913479", "MGI:1858200", "MGI:1930079", "MGI:2135957", "MGI:1343464", "MGI:1918935", "MGI:2676816", "MGI:3580376", "MGI:1914555", "MGI:103241", "MGI:88064", "MGI:95722", "MGI:101849", "MGI:1856182", "MGI:1914884", "MGI:1343098", "MGI:94912", "MGI:1927230", "MGI:97367", "MGI:101948", "MGI:894288", "MGI:1929898", "MGI:1856983", "MGI:5707603", "MGI:1099832", "MGI:1861620", "MGI:2677061", "MGI:1351610", "MGI:1916296", "MGI:1101771", "MGI:98943", "MGI:3818970", "MGI:1354963", "MGI:3794334", "MGI:97793", "MGI:87963", "MGI:108114", "MGI:1313136", "MGI:1913961", "MGI:1923935", "MGI:2444926", "MGI:2152297", "MGI:88156", "MGI:1932515", "MGI:1201678", "MGI:2681249", "MGI:1915568", "MGI:1926803", "MGI:107622", "MGI:1931551", "MGI:1333777", "MGI:1913493", "MGI:95568", "MGI:101919", "MGI:2448492", "MGI:1915207", "MGI:98180", "MGI:1923257", "MGI:1349447", "MGI:1913572", "MGI:1923969", "MGI:108092", "MGI:2181407", "MGI:1100526", "MGI:1923658", "MGI:97495", "MGI:108042", "MGI:5791988", "MGI:108088", "MGI:1857049", "MGI:1916998", "MGI:1919594", "MGI:87998", "MGI:1298220", "MGI:1349469", "MGI:1930705", "MGI:1344313", "MGI:1913914", "MGI:1333760", "MGI:108009", "MGI:1196620", "MGI:1914341", "MGI:107558", "MGI:1913333", "MGI:1929473", "MGI:1919244", "MGI:88170", "MGI:97746", "MGI:1915945", "MGI:3046700", "MGI:5438050", "MGI:1913192", "MGI:1913853", "MGI:2444797", "MGI:95626", "MGI:2148802", "MGI:98848", "MGI:96925", "MGI:5313709", "MGI:1860489", "MGI:88270", "MGI:5490308", "MGI:1309516", "MGI:1346091", "MGI:1860494", "MGI:1096386", "MGI:5491152", "MGI:1856843", "MGI:104793", "MGI:96820", "MGI:1355299", "MGI:1916833", "MGI:1349392", "MGI:2443881", "MGI:1890393", "MGI:102858", "MGI:1889294", "MGI:2687406", "MGI:106184", "MGI:1914000", "MGI:2444128", "MGI:1915196", "MGI:1345282", "MGI:5560778", "MGI:4831045", "MGI:1856576", "MGI:3836460", "MGI:99135", "MGI:1919385", "MGI:2385169", "MGI:1924143", "MGI:99700", "MGI:1861101", "MGI:99433", "MGI:1913775", "MGI:87939", "MGI:96836", "MGI:2685134", "MGI:1858195", "MGI:2444681", "MGI:1201375", "MGI:1915115", "MGI:1347078", "MGI:1347064", "MGI:5439421", "MGI:1353611", "MGI:2147810", "MGI:2157942", "MGI:96019", "MGI:1857314", "MGI:4836500", "MGI:3799296", "MGI:95785", "MGI:105925", "MGI:1856846", "MGI:95886", "MGI:99674", "MGI:1352483", "MGI:96547", "MGI:1914453", "MGI:2384310", "MGI:99218", "MGI:5646288", "MGI:2145955", "MGI:3811758", "MGI:2670665", "MGI:1916218", "MGI:96539", "MGI:2159682", "MGI:1342771", "MGI:88458", "MGI:2448275", "MGI:96787", "MGI:3619442", "MGI:1914813", "MGI:2685072", "MGI:109183", "MGI:1196405", "MGI:2144727", "MGI:2384589", "MGI:4455207", "MGI:87894", "MGI:5427402", "MGI:892019", "MGI:1100498", "MGI:2664902", "MGI:1344376", "MGI:99698", "MGI:1930943", "MGI:2156528", "MGI:1338892", "MGI:1352630", "MGI:2153480", "MGI:107432", "MGI:96932", "MGI:2441837", "MGI:1917377", "MGI:1098231", "MGI:5498482", "MGI:4830605", "MGI:1914549", "MGI:105308", "MGI:1098282", "MGI:1914526", "MGI:1261834", "MGI:109274", "MGI:5498670", "MGI:2139714", "MGI:2385067", "MGI:3577478", "MGI:97541", "MGI:3813864", "MGI:2442146", "MGI:1097717", "MGI:1351335", "MGI:1921241", "MGI:1914419", "MGI:1932134", "MGI:1914124", "MGI:2681280", "MGI:97608", "MGI:2671365", "MGI:107672", "MGI:1917579", "MGI:5448844", "MGI:2671297", "MGI:1330305", "MGI:1928271", "MGI:892010", "MGI:1339973", "MGI:1929751", "MGI:1860383", "MGI:105376", "MGI:96407", "MGI:107527", "MGI:108025", "MGI:105311", "MGI:94873", "MGI:3053002", "MGI:3046770", "MGI:96738", "MGI:88547", "MGI:2447564", "MGI:1923089", "MGI:109173", "MGI:2176740", "MGI:3044668", "MGI:2680429", "MGI:95519", "MGI:96189", "MGI:2156864", "MGI:1925226", "MGI:1915098", "MGI:5436096", "MGI:1920040", "MGI:1923036", "MGI:1924375", "MGI:2444266", "MGI:1333879", "MGI:1270128", "MGI:2656129", "MGI:1857881", "MGI:3695131", "MGI:98248", "MGI:88564", "MGI:2155888", "MGI:1345180", "MGI:1099439", "MGI:1346334", "MGI:1332623", "MGI:1921855", "MGI:892970", "MGI:97435", "MGI:98733", "MGI:97888", "MGI:894311", "MGI:107566", "MGI:2670972", "MGI:107678", "MGI:95546", "MGI:2447586", "MGI:1338034", "MGI:1914486", "MGI:107949", "MGI:109151", "MGI:3588216", "MGI:700014", "MGI:3053537", "MGI:101897", "MGI:1919684", "MGI:3605069", "MGI:1347001", "MGI:88508", "MGI:109336", "MGI:1347094", "MGI:1861774", "MGI:5792089", "MGI:1861589", "MGI:5646381", "MGI:2671279", "MGI:109514", "MGI:1349763", "MGI:2140945", "MGI:1931130", "MGI:1306800", "MGI:2139371", "MGI:1888527", "MGI:1914649", "MGI:2444068", "MGI:1914280", "MGI:894675", "MGI:98732", "MGI:98834", "MGI:1098783", "MGI:2147030", "MGI:97887", "MGI:1336885", "MGI:2153466", "MGI:96284", "MGI:1914596", "MGI:1917264", "MGI:2387643", "MGI:2444720", "MGI:1100883", "MGI:87892", "MGI:105053", "MGI:2681836", "MGI:892986", "MGI:2156841", "MGI:1349480", "MGI:1347354", "MGI:2441741", "MGI:87991", "MGI:5498480", "MGI:3587728", "MGI:5605721", "MGI:2385046", "MGI:97272", "MGI:99438", "MGI:2660847", "MGI:3812144", "MGI:107505", "MGI:96403", "MGI:1913438", "MGI:1928902", "MGI:5704085", "MGI:2155936", "MGI:1890514", "MGI:104294", "MGI:3771554", "MGI:1919362", "MGI:1919227", "MGI:2444631", "MGI:87941", "MGI:1858201", "MGI:1918217", "MGI:1925505", "MGI:104978", "MGI:2676828", "MGI:105380", "MGI:3578217", "MGI:1201791", "MGI:98973", "MGI:1919353", "MGI:5624990", "MGI:1349162", "MGI:1929501", "MGI:5499182", "MGI:107810", "MGI:1353425", "MGI:2152695", "MGI:108045", "MGI:107689", "MGI:5646427", "MGI:108408", "MGI:3811854", "MGI:1354692", "MGI:2444110", "MGI:97548", "MGI:96575", "MGI:1100882", "MGI:1351345", "MGI:1921293", "MGI:2384785", "MGI:103038", "MGI:1923091", "MGI:1919764", "MGI:2446107", "MGI:2685307", "MGI:1321389", "MGI:1856644", "MGI:1915762", "MGI:1934028", "MGI:1352448", "MGI:2447763", "MGI:1915594", "MGI:3808794", "MGI:2659071", "MGI:1918110", "MGI:2442704", "MGI:3809440", "MGI:1913398", "MGI:3043035", "MGI:1915164", "MGI:2139593", "MGI:1098268", "MGI:1197007", "MGI:1917489", "MGI:98662", "MGI:1890495", "MGI:1309478", "MGI:5316758", "MGI:3641333", "MGI:104720", "MGI:1859546", "MGI:1913208", "MGI:101841", "MGI:1920501", "MGI:1341721", "MGI:1321161", "MGI:88253", "MGI:3708142", "MGI:1927753", "MGI:1928370", "MGI:1920866", "MGI:109198", "MGI:97499", "MGI:87886", "MGI:1920081", "MGI:3722301", "MGI:2685324", "MGI:2146634", "MGI:106030", "MGI:3033913", "MGI:1100089", "MGI:1333854", "MGI:2151208", "MGI:3575177", "MGI:2175912", "MGI:87926", "MGI:1856872", "MGI:2384969", "MGI:95481", "MGI:95558", "MGI:107557", "MGI:96397", "MGI:88497", "MGI:102738", "MGI:1329044", "MGI:2444990", "MGI:1201671", "MGI:1195345", "MGI:2683060", "MGI:107612", "MGI:1346036", "MGI:1922019", "MGI:108012", "MGI:894282", "MGI:1918943", "MGI:97811", "MGI:1338800", "MGI:107624", "MGI:1916318", "MGI:1321385", "MGI:1355275", "MGI:5297423", "MGI:1923051", "MGI:2429920", "MGI:4831073", "MGI:5311559", "MGI:1309511", "MGI:1914427", "MGI:3038466", "MGI:1858963", "MGI:1861746", "MGI:2671308", "MGI:1347075", "MGI:1345156", "MGI:3812125", "MGI:1353651", "MGI:101899", "MGI:88174", "MGI:104905", "MGI:97857", "MGI:2682673", "MGI:2442415", "MGI:5484621", "MGI:1914748", "MGI:1915050", "MGI:1919379", "MGI:1344410", "MGI:1890480", "MGI:109207", "MGI:105377", "MGI:1889576", "MGI:1347477", "MGI:1270860", "MGI:109132", "MGI:109382", "MGI:1856613", "MGI:3808799", "MGI:1926952", "MGI:2671609", "MGI:106684", "MGI:1915848", "MGI:2684124", "MGI:2443483", "MGI:894695", "MGI:2148975", "MGI:2149946", "MGI:1347488", "MGI:1342276", "MGI:2448588", "MGI:2157785", "MGI:88337", "MGI:1923800", "MGI:98612", "MGI:1332235", "MGI:5560776", "MGI:1915756", "MGI:3582959", "MGI:104568", "MGI:5792090", "MGI:105094", "MGI:5436090", "MGI:2684988", "MGI:98460", "MGI:3583954", "MGI:88439", "MGI:95582", "MGI:2142534", "MGI:3530346", "MGI:1277947", "MGI:1096380", "MGI:1101778", "MGI:1095737", "MGI:2672814", "MGI:1202302", "MGI:105381", "MGI:99454", "MGI:2135885", "MGI:103557", "MGI:1330300", "MGI:3511278", "MGI:1914818", "MGI:99161", "MGI:1861149", "MGI:1338871", "MGI:1095414", "MGI:95776", "MGI:96680", "MGI:2443671", "MGI:3526252", "MGI:5752851", "MGI:107721", "MGI:97545", "MGI:2183453", "MGI:1856804", "MGI:1861676", "MGI:2441890", "MGI:97525", "MGI:5317572", "MGI:2443157", "MGI:1891250", "MGI:1333869", "MGI:3705267", "MGI:1923749", "MGI:1857085", "MGI:1347476", "MGI:1918398", "MGI:96188", "MGI:1921620", "MGI:3528602", "MGI:1861986", "MGI:103223", "MGI:88540", "MGI:3818630", "MGI:2686755", "MGI:87965", "MGI:2679684", "MGI:94203", "MGI:1915775", "MGI:1197009", "MGI:1918910", "MGI:2442345", "MGI:2385237", "MGI:1341859", "MGI:1920944", "MGI:1289155", "MGI:1856625", "MGI:3811842", "MGI:109591", "MGI:1333828", "MGI:1857071", "MGI:1277162", "MGI:2444928", "MGI:88543", "MGI:95469", "MGI:1328364", "MGI:2671405", "MGI:1914378", "MGI:96964", "MGI:1351595", "MGI:2671615", "MGI:1932872", "MGI:1891835", "MGI:1350328", "MGI:3812335", "MGI:104740", "MGI:1913311", "MGI:88030", "MGI:5646513", "MGI:1919126", "MGI:1194495", "MGI:1196617", "MGI:1298211", "MGI:1920423", "MGI:4830601", "MGI:2152972", "MGI:96538", "MGI:1346076", "MGI:1098226", "MGI:3036243", "MGI:99685", "MGI:3775191", "MGI:2444364", "MGI:1261831", "MGI:99613", "MGI:1928741", "MGI:97376", "MGI:1915501", "MGI:5284963", "MGI:1917087", "MGI:5049963", "MGI:1922778", "MGI:1915080", "MGI:107935", "MGI:1099800", "MGI:2384294", "MGI:108360", "MGI:1920274", "MGI:2152541", "MGI:96982", "MGI:107477", "MGI:1889507", "MGI:2671413", "MGI:96691", "MGI:1349669", "MGI:1919340", "MGI:1890409", "MGI:98961", "MGI:1096566", "MGI:1857315", "MGI:104661", "MGI:1919410", "MGI:1206586", "MGI:98233", "MGI:99632", "MGI:94866", "MGI:95729", "MGI:1341628", "MGI:1918959", "MGI:3575168", "MGI:1928323", "MGI:2136733", "MGI:1915541", "MGI:1924840", "MGI:99783", "MGI:1857030", "MGI:102793", "MGI:107891", "MGI:1888518", "MGI:3578207", "MGI:106206", "MGI:2444531", "MGI:1913865", "MGI:1861630", "MGI:88473", "MGI:1096372", "MGI:5760335", "MGI:1921354", "MGI:3041155", "MGI:1913125", "MGI:95574", "MGI:2449057", "MGI:98510", "MGI:1927580", "MGI:1924769", "MGI:1916040", "MGI:3037816", "MGI:1927091", "MGI:1914710", "MGI:1921953", "MGI:3613677", "MGI:1858202", "MGI:1932389", "MGI:1891808", "MGI:1890620", "MGI:104853", "MGI:2682688", "MGI:1921984", "MGI:98326", "MGI:1270839", "MGI:88246", "MGI:98823", "MGI:5313992", "MGI:1929655", "MGI:2385096", "MGI:1342293", "MGI:3033928", "MGI:102768", "MGI:1857064", "MGI:2443298", "MGI:106689", "MGI:1889583", "MGI:1917084", "MGI:2181667", "MGI:2138987", "MGI:1916366", "MGI:1927185", "MGI:3686727", "MGI:88176", "MGI:104580", "MGI:96240", "MGI:1194993", "MGI:1096360", "MGI:1929988", "MGI:1098754", "MGI:2448530", "MGI:1921700", "MGI:2682683", "MGI:1930765", "MGI:1920428", "MGI:3605986", "MGI:96250", "MGI:97488", "MGI:1354951", "MGI:1913414", "MGI:5425010", "MGI:2671619", "MGI:1310000", "MGI:95639", "MGI:1276545", "MGI:96778", "MGI:106504", "MGI:1859150", "MGI:1856620", "MGI:105975", "MGI:3795165", "MGI:1349439", "MGI:1197524", "MGI:2448812", "MGI:2663979", "MGI:107973", "MGI:1349417", "MGI:3851187", "MGI:1927653", "MGI:1334444", "MGI:2146785", "MGI:1100495", "MGI:99495", "MGI:2387581", "MGI:1922300", "MGI:3045306", "MGI:2443113", "MGI:2137958", "MGI:1921500", "MGI:1097711", "MGI:107443", "MGI:2444608", "MGI:109430", "MGI:1919179", "MGI:1917745", "MGI:95618", "MGI:5427412", "MGI:1922184", "MGI:2671603", "MGI:1859181", "MGI:894278", "MGI:3811763", "MGI:2444417", "MGI:1339977", "MGI:3800488", "MGI:1915363", "MGI:2444773", "MGI:5475487", "MGI:3767000", "MGI:109355", "MGI:99925", "MGI:1921387", "MGI:1917016", "MGI:3525201", "MGI:101760", "MGI:1913325", "MGI:1097689", "MGI:1925338", "MGI:1355285", "MGI:3811837", "MGI:95617", "MGI:95727", "MGI:3513276", "MGI:2671456", "MGI:1924885", "MGI:95957", "MGI:96444", "MGI:1935127", "MGI:102724", "MGI:1351333", "MGI:95300", "MGI:1927072", "MGI:3689098", "MGI:1858418", "MGI:5696348", "MGI:3797603", "MGI:1921684", "MGI:1933227", "MGI:1096340", "MGI:95654", "MGI:1913321", "MGI:1195269", "MGI:1099438", "MGI:1332659", "MGI:98347", "MGI:1925642", "MGI:96739", "MGI:1351653", "MGI:1925255", "MGI:2144208", "MGI:1888939", "MGI:1891828", "MGI:2384570", "MGI:1201782", "MGI:1289298", "MGI:2441849", "MGI:1920177", "MGI:1351351", "MGI:87911", "MGI:1914081", "MGI:1277171", "MGI:2441711", "MGI:1298398", "MGI:104615", "MGI:1351651", "MGI:1337062", "MGI:2685011", "MGI:99417", "MGI:96070", "MGI:108415", "MGI:1921437", "MGI:3578736", "MGI:1915651", "MGI:96782", "MGI:3643278", "MGI:1355292", "MGI:1918017", "MGI:1196251", "MGI:3033905", "MGI:1918573", "MGI:894275", "MGI:106673", "MGI:3038396", "MGI:2678695", "MGI:5499190", "MGI:2147749", "MGI:5516003", "MGI:1336214", "MGI:99666", "MGI:1926944", "MGI:97550", "MGI:2685418", "MGI:3608325", "MGI:1333110", "MGI:1859314", "MGI:1933165", "MGI:104873", "MGI:1925835", "MGI:1328360", "MGI:95842", "MGI:88049", "MGI:94890", "MGI:1913736", "MGI:2676860", "MGI:5646394", "MGI:1890563", "MGI:2442632", "MGI:1917458", "MGI:97846", "MGI:2685045", "MGI:108014", "MGI:1915921", "MGI:1857028", "MGI:94909", "MGI:1891827", "MGI:1856599", "MGI:2384892", "MGI:95298", "MGI:1918867", "MGI:1339941", "MGI:2443590", "MGI:97385", "MGI:3818975", "MGI:88475", "MGI:2652860", "MGI:2443687", "MGI:104617", "MGI:3038445", "MGI:1914300", "MGI:3708257", "MGI:1313271", "MGI:102683", "MGI:2142985", "MGI:5049956", "MGI:2135609", "MGI:2675859", "MGI:3817654", "MGI:4359040", "MGI:88180", "MGI:88315", "MGI:107374", "MGI:103006", "MGI:96244", "MGI:2177507", "MGI:3577024", "MGI:3694797", "MGI:2664099", "MGI:94925", "MGI:88489", "MGI:1923566", "MGI:1924268", "MGI:1933155", "MGI:1856686", "MGI:1859287", "MGI:2135625", "MGI:1914430", "MGI:1913836", "MGI:1096393", "MGI:1929285", "MGI:102579", "MGI:3771720", "MGI:1338045", "MGI:2138647", "MGI:3045162", "MGI:1329026", "MGI:102667", "MGI:1889383", "MGI:1913929", "MGI:2685449", "MGI:97798", "MGI:2443256", "MGI:3813588", "MGI:3590179", "MGI:96103", "MGI:5505533", "MGI:2429660", "MGI:1915894", "MGI:95817", "MGI:5439915", "MGI:1316731", "MGI:4359048", "MGI:2670751", "MGI:1921661", "MGI:2386723", "MGI:2181192", "MGI:1339998", "MGI:2444748", "MGI:2671584", "MGI:1346882", "MGI:1925616", "MGI:5780099", "MGI:1934606", "MGI:1353498", "MGI:1351660", "MGI:107335", "MGI:1202709", "MGI:3037820", "MGI:3033917", "MGI:95818", "MGI:2179523", "MGI:96663", "MGI:1922570", "MGI:1352459", "MGI:5424994", "MGI:2386643", "MGI:1349410", "MGI:2652846", "MGI:1914693", "MGI:1856902", "MGI:109249", "MGI:3621646", "MGI:1338762", "MGI:1856834", "MGI:1337040", "MGI:107202", "MGI:99532", "MGI:2671613", "MGI:99473", "MGI:2385110", "MGI:1333799", "MGI:1333884", "MGI:1929608", "MGI:1306780", "MGI:2449939", "MGI:5585402", "MGI:107588", "MGI:96628", "MGI:1922919", "MGI:87854", "MGI:2140804", "MGI:2450532", "MGI:1860611", "MGI:3806808", "MGI:3686735", "MGI:2384495", "MGI:3619343", "MGI:1856214", "MGI:2441950", "MGI:5313708", "MGI:2159617", "MGI:96276", "MGI:1345092", "MGI:1920211", "MGI:1354373", "MGI:1925213", "MGI:1312922", "MGI:109349", "MGI:109127", "MGI:97935", "MGI:1857020", "MGI:1923113", "MGI:2146110", "MGI:103294", "MGI:1859920", "MGI:2443430", "MGI:2676846", "MGI:109419", "MGI:97810", "MGI:1856822", "MGI:87958", "MGI:2678720", "MGI:95809", "MGI:1859211", "MGI:1918836", "MGI:1916147", "MGI:1917074", "MGI:1917678", "MGI:1924294", "MGI:104516", "MGI:1345281", "MGI:1351637", "MGI:107914", "MGI:98389", "MGI:95620", "MGI:1859252", "MGI:1933547", "MGI:2384307", "MGI:3629918", "MGI:2178217", "MGI:1914877", "MGI:1857019", "MGI:104857", "MGI:3801143", "MGI:2385254", "MGI:1890573", "MGI:4829474", "MGI:1915878", "MGI:3521816", "MGI:106441", "MGI:3798489", "MGI:4867485", "MGI:108110", "MGI:104662", "MGI:894281", "MGI:107508", "MGI:2146335", "MGI:1351872", "MGI:1917167", "MGI:3033971", "MGI:98509", "MGI:1921381", "MGI:1914723", "MGI:107537", "MGI:2387633", "MGI:3810696", "MGI:1916599", "MGI:1351611", "MGI:104879", "MGI:3589212", "MGI:1861305", "MGI:2670756", "MGI:1347047", "MGI:2384877", "MGI:1918954", "MGI:2144489", "MGI:2671675", "MGI:1857011", "MGI:2138446", "MGI:1919086", "MGI:5424916", "MGI:101761", "MGI:1860083", "MGI:98297", "MGI:109130", "MGI:1344380", "MGI:98553", "MGI:3038434", "MGI:1913367", "MGI:99458", "MGI:87914", "MGI:99147", "MGI:1351331", "MGI:97243", "MGI:1336199", "MGI:894684", "MGI:1921248", "MGI:96533", "MGI:1914004", "MGI:1913323", "MGI:1277962", "MGI:1346870", "MGI:1201409", "MGI:2446180", "MGI:107655", "MGI:1928993", "MGI:95488", "MGI:1347479", "MGI:3577437", "MGI:1860188", "MGI:2137300", "MGI:4359038", "MGI:3818926", "MGI:1932915", "MGI:2385142", "MGI:1856813", "MGI:1921451", "MGI:2671480", "MGI:2159400", "MGI:5463577", "MGI:2670669", "MGI:98146", "MGI:1916968", "MGI:2177742", "MGI:1924261", "MGI:3044681", "MGI:1306797", "MGI:5049959", "MGI:2671278", "MGI:5510764", "MGI:1341168", "MGI:96257", "MGI:1915484", "MGI:98239", "MGI:1096551", "MGI:107771", "MGI:3812060", "MGI:107941", "MGI:1859648", "MGI:2671500", "MGI:1924307", "MGI:1347008", "MGI:1913356", "MGI:1929258", "MGI:2141669", "MGI:104872", "MGI:1338071", "MGI:106039", "MGI:1855700", "MGI:1344381", "MGI:2177957", "MGI:2442430", "MGI:103225", "MGI:2655333", "MGI:1860508", "MGI:5906364", "MGI:3807055", "MGI:1196252", "MGI:2671493", "MGI:104795", "MGI:96795", "MGI:1855699", "MGI:1097668", "MGI:1201412", "MGI:3708150", "MGI:1914864", "MGI:1921718", "MGI:95588", "MGI:105083", "MGI:106054", "MGI:96175", "MGI:1916167", "MGI:1335088", "MGI:2385292", "MGI:3811074", "MGI:2429506", "MGI:1914623", "MGI:2446700", "MGI:2446486", "MGI:1916214", "MGI:2676869", "MGI:97924", "MGI:5433691", "MGI:1915566", "MGI:1096353", "MGI:2449923", "MGI:2159343", "MGI:2159437", "MGI:1928099", "MGI:1856977", "MGI:3050795", "MGI:101800", "MGI:1100877", "MGI:1202390", "MGI:106915", "MGI:102556", "MGI:2671407", "MGI:3807040", "MGI:2450915", "MGI:2671488", "MGI:2135589", "MGI:1916730", "MGI:97879", "MGI:104540", "MGI:103020", "MGI:5792114", "MGI:107742", "MGI:1860443", "MGI:1330304", "MGI:1915385", "MGI:3813563", "MGI:1928760", "MGI:1920792", "MGI:98291", "MGI:97776", "MGI:1928987", "MGI:2138614", "MGI:1921612", "MGI:95560", "MGI:97487", "MGI:1096359", "MGI:1344349", "MGI:1261912", "MGI:105059", "MGI:1926007", "MGI:1926031", "MGI:1345181", "MGI:1856602", "MGI:2150982", "MGI:1100881", "MGI:1914142", "MGI:5510753", "MGI:1918414", "MGI:96440", "MGI:1917912", "MGI:1858414", "MGI:1195265", "MGI:1890615", "MGI:1921958", "MGI:1306794", "MGI:3046776", "MGI:1914848", "MGI:5446151", "MGI:97359", "MGI:3612862", "MGI:2156052", "MGI:1341903", "MGI:3646469", "MGI:1914491", "MGI:2679342", "MGI:1342283", "MGI:1349436", "MGI:97137", "MGI:1201690", "MGI:2138162", "MGI:102772", "MGI:1918843", "MGI:1914805", "MGI:2385261", "MGI:1933331", "MGI:1856907", "MGI:104671", "MGI:1914330", "MGI:1919746", "MGI:2442543", "MGI:99401", "MGI:1917226", "MGI:2685336", "MGI:3611320", "MGI:1922552", "MGI:2384875", "MGI:88353", "MGI:87938", "MGI:99851", "MGI:1925331", "MGI:107435", "MGI:1342542", "MGI:3045163", "MGI:2685233", "MGI:87895", "MGI:98214", "MGI:1919391", "MGI:98467", "MGI:1921517", "MGI:1351625", "MGI:1888712", "MGI:95281", "MGI:1096325", "MGI:1916706", "MGI:1917851", "MGI:109147", "MGI:97783", "MGI:1858421", "MGI:4834171", "MGI:2660692", "MGI:1336194", "MGI:94921", "MGI:5495802", "MGI:3813598", "MGI:5437731", "MGI:2157947", "MGI:98865", "MGI:101884", "MGI:1860483", "MGI:3577458", "MGI:102774", "MGI:99431", "MGI:1341898", "MGI:2140260", "MGI:1355274", "MGI:95479", "MGI:97513", "MGI:109150", "MGI:3512782", "MGI:1354701", "MGI:1352757", "MGI:99444", "MGI:1341299", "MGI:2671614", "MGI:1346338", "MGI:2443065", "MGI:3033906", "MGI:96543", "MGI:101848", "MGI:1346006", "MGI:1921714", "MGI:2143698", "MGI:101834", "MGI:1856935", "MGI:3611220", "MGI:97760", "MGI:3812393", "MGI:2385612", "MGI:95523", "MGI:1913894", "MGI:2179723", "MGI:98352", "MGI:5318193", "MGI:107822", "MGI:2664387", "MGI:2180337", "MGI:109279", "MGI:1332236", "MGI:1926837", "MGI:96963", "MGI:3038383", "MGI:1341264", "MGI:3758822", "MGI:1330859", "MGI:1929742", "MGI:1921416", "MGI:1353655", "MGI:3809024", "MGI:1914992", "MGI:5495796", "MGI:107676", "MGI:1333876", "MGI:3577425", "MGI:1353582", "MGI:2429763", "MGI:98369", "MGI:95485", "MGI:1917656", "MGI:1890651", "MGI:3815138", "MGI:104632", "MGI:2676909", "MGI:96494", "MGI:3577482", "MGI:2671342", "MGI:1915795", "MGI:1891409", "MGI:109602", "MGI:104768", "MGI:1931834", "MGI:1261775", "MGI:2679272", "MGI:1337131", "MGI:1917723", "MGI:96274", "MGI:1925705", "MGI:2681233", "MGI:109620", "MGI:1353460", "MGI:1343459", "MGI:88015", "MGI:1354706", "MGI:5424908", "MGI:1918976", "MGI:88447", "MGI:98941", "MGI:2139369", "MGI:3643902", "MGI:1919598", "MGI:2146616", "MGI:1349394", "MGI:1889679", "MGI:97512", "MGI:1891372", "MGI:101766", "MGI:1862037", "MGI:1859730", "MGI:2442034", "MGI:99924", "MGI:1919580", "MGI:1921799", "MGI:105369", "MGI:2151153", "MGI:3817302", "MGI:1352504", "MGI:96052", "MGI:1354168", "MGI:1861179", "MGI:2444557", "MGI:98847", "MGI:1928849", "MGI:1856998", "MGI:2442925", "MGI:1338012", "MGI:1856957", "MGI:3577431", "MGI:104726", "MGI:107945", "MGI:1924001", "MGI:1860298", "MGI:107227", "MGI:2136405", "MGI:2685074", "MGI:1914930", "MGI:2384974", "MGI:106013", "MGI:106402", "MGI:3032509", "MGI:3041807", "MGI:1298384", "MGI:1927489", "MGI:3588190", "MGI:1097166", "MGI:1859217", "MGI:1916141", "MGI:1333870", "MGI:2441720", "MGI:2682211", "MGI:1354694", "MGI:97584", "MGI:3038457", "MGI:99778", "MGI:1350341", "MGI:5499473", "MGI:1336168", "MGI:1856867", "MGI:2661081", "MGI:1298207", "MGI:1926051", "MGI:1924550", "MGI:1914487", "MGI:1928738", "MGI:3038455", "MGI:107207", "MGI:109275", "MGI:5708407", "MGI:96969", "MGI:1917019", "MGI:97547", "MGI:5488926", "MGI:1921409", "MGI:3589109", "MGI:1270859", "MGI:2671633", "MGI:2143057", "MGI:97914", "MGI:1338891", "MGI:107785", "MGI:1309528", "MGI:99437", "MGI:1917780", "MGI:1891342", "MGI:1928380", "MGI:2683057", "MGI:2682681", "MGI:1337100", "MGI:1914545", "MGI:1916931", "MGI:95684", "MGI:1918035", "MGI:5568104", "MGI:95586", "MGI:1342286", "MGI:2671581", "MGI:1196624", "MGI:1859639", "MGI:1353450", "MGI:1338802", "MGI:99907", "MGI:104621", "MGI:97369", "MGI:96765", "MGI:1277969", "MGI:1339949", "MGI:109585", "MGI:2678722", "MGI:95478", "MGI:1918248", "MGI:1334448", "MGI:1920086", "MGI:1917580", "MGI:1347470", "MGI:1321133", "MGI:95767", "MGI:1889619", "MGI:98290", "MGI:2445153", "MGI:1329034", "MGI:103567", "MGI:96548", "MGI:1277119", "MGI:1338073", "MGI:106040", "MGI:3530510", "MGI:2152889", "MGI:1857052", "MGI:2682858", "MGI:1354959", "MGI:108111", "MGI:3034012", "MGI:1856475", "MGI:1316714", "MGI:97629", "MGI:2143676", "MGI:1915069", "MGI:103012", "MGI:105065", "MGI:1915401", "MGI:106609", "MGI:1333878", "MGI:1915419", "MGI:2682677", "MGI:5318324", "MGI:96833", "MGI:1919666", "MGI:3047106", "MGI:5791991", "MGI:2142527", "MGI:1349217", "MGI:2669849", "MGI:2153093", "MGI:1916933", "MGI:1918917", "MGI:1337006", "MGI:2178743", "MGI:1915116", "MGI:88294", "MGI:1858197", "MGI:1861235", "MGI:1921303", "MGI:1858222", "MGI:95676", "MGI:98254", "MGI:1914047", "MGI:1923688", "MGI:5791973", "MGI:1100497", "MGI:88495", "MGI:88068", "MGI:103251", "MGI:2153041", "MGI:88557", "MGI:98735", "MGI:108466", "MGI:1914859", "MGI:1923032", "MGI:5646398", "MGI:90168", "MGI:1888707", "MGI:1926212", "MGI:103011", "MGI:1921748", "MGI:88335", "MGI:108295", "MGI:3649239", "MGI:3046414", "MGI:1856858", "MGI:1355324", "MGI:1100492", "MGI:109322", "MGI:104841", "MGI:98586", "MGI:3686733", "MGI:2384916", "MGI:1921393", "MGI:97749", "MGI:1921402", "MGI:2145374", "MGI:1351617", "MGI:88578", "MGI:4843941", "MGI:97748", "MGI:1922097", "MGI:891978", "MGI:97312", "MGI:3043657", "MGI:1349164", "MGI:1924066", "MGI:1921730", "MGI:87888", "MGI:2384933", "MGI:97741", "MGI:1929743", "MGI:88437", "MGI:1347471", "MGI:2685198", "MGI:1888526", "MGI:2150634", "MGI:2181743", "MGI:3849165", "MGI:2384871", "MGI:1916617", "MGI:95895", "MGI:101780", "MGI:1330806", "MGI:1861434", "MGI:1101779", "MGI:1926218", "MGI:109325", "MGI:3038450", "MGI:1922647", "MGI:1352745", "MGI:106648", "MGI:1860303", "MGI:1856839", "MGI:105979", "MGI:109501", "MGI:3813844", "MGI:97440", "MGI:97620", "MGI:1309464", "MGI:104564", "MGI:1919020", "MGI:1097686", "MGI:1890602", "MGI:1923078", "MGI:2153182", "MGI:109380", "MGI:2145316", "MGI:1930001", "MGI:2182926", "MGI:88336", "MGI:1276111", "MGI:2444662", "MGI:1918898", "MGI:1922333", "MGI:5490324", "MGI:1926259", "MGI:96186", "MGI:1915387", "MGI:1914320", "MGI:2139083", "MGI:1857032", "MGI:2656842", "MGI:1341284", "MGI:96785", "MGI:1921703", "MGI:105942", "MGI:97821", "MGI:1933750", "MGI:1338042", "MGI:5317575", "MGI:894692", "MGI:1097695", "MGI:99918", "MGI:109629", "MGI:105070", "MGI:95660", "MGI:2683486", "MGI:1341292", "MGI:1888513", "MGI:2443878", "MGI:2429764", "MGI:2685493", "MGI:5791996", "MGI:1341878", "MGI:2441808", "MGI:1919019", "MGI:2676458", "MGI:3811880", "MGI:107476", "MGI:1891414", "MGI:1890475", "MGI:1926249", "MGI:1920963", "MGI:1929699", "MGI:95893", "MGI:3619435", "MGI:97744", "MGI:103151", "MGI:2448805", "MGI:3045256", "MGI:3575190", "MGI:1860191", "MGI:1931560", "MGI:2387404", "MGI:3807066", "MGI:96563", "MGI:96617", "MGI:106221", "MGI:1914831", "MGI:3784204", "MGI:1914776", "MGI:96435", "MGI:97542", "MGI:95541", "MGI:1861727", "MGI:1270854", "MGI:1341077", "MGI:87973", "MGI:96016", "MGI:99517", "MGI:1289288", "MGI:99478", "MGI:1889005", "MGI:1349215", "MGI:1915348", "MGI:88381", "MGI:1351645", "MGI:2683054", "MGI:1918972", "MGI:894315", "MGI:1861729", "MGI:1352756", "MGI:1924415", "MGI:1316740", "MGI:2384996", "MGI:2679727", "MGI:88169", "MGI:88282", "MGI:5470110", "MGI:3708136", "MGI:98753", "MGI:2441906", "MGI:1914722", "MGI:2671676", "MGI:95498", "MGI:1278321", "MGI:1919352", "MGI:1927851", "MGI:1919257", "MGI:2384394", "MGI:96546", "MGI:1352754", "MGI:1922305", "MGI:1206587", "MGI:2151839", "MGI:3045213", "MGI:1929651", "MGI:1196295", "MGI:3619333", "MGI:2682952", "MGI:1888996", "MGI:1919649", "MGI:5424909", "MGI:1914953", "MGI:1351596", "MGI:104644", "MGI:1915105", "MGI:101896", "MGI:105076", "MGI:98729", "MGI:103265", "MGI:1918742", "MGI:106919", "MGI:104902", "MGI:1861588", "MGI:2671391", "MGI:99533", "MGI:1098239", "MGI:3590182", "MGI:1889800", "MGI:103221", "MGI:2136940", "MGI:1921493", "MGI:1927136", "MGI:3826586", "MGI:3812554", "MGI:104560", "MGI:3812528", "MGI:1859325", "MGI:1930790", "MGI:1918769", "MGI:1313314", "MGI:1924161", "MGI:95449", "MGI:1861942", "MGI:1196287", "MGI:2671559", "MGI:5468842", "MGI:1920212", "MGI:1333800", "MGI:5559486", "MGI:1918123", "MGI:95758", "MGI:2671433", "MGI:2443205", "MGI:1339713", "MGI:2443012", "MGI:2151054", "MGI:3618741", "MGI:1926334", "MGI:3801133", "MGI:2442480", "MGI:87999", "MGI:1919588", "MGI:2441697", "MGI:5702426", "MGI:1857646", "MGI:1925371", "MGI:106590", "MGI:95583", "MGI:1890378", "MGI:1915518", "MGI:2176887", "MGI:1314882", "MGI:96685", "MGI:3818858", "MGI:104574", "MGI:1920546", "MGI:1261809", "MGI:1351328", "MGI:1336974", "MGI:88135", "MGI:5000466", "MGI:1354730", "MGI:108384", "MGI:1921355", "MGI:2661061", "MGI:3618739", "MGI:1098238", "MGI:95904", "MGI:892977", "MGI:107953", "MGI:3642995", "MGI:88157", "MGI:1917997", "MGI:2445020", "MGI:1926162", "MGI:2670667", "MGI:1914581", "MGI:99500", "MGI:97583", "MGI:1929658", "MGI:5440915", "MGI:108077", "MGI:1919985", "MGI:96433", "MGI:2442115", "MGI:1352493", "MGI:1921318", "MGI:1922855", "MGI:2656700", "MGI:1919924", "MGI:3689103", "MGI:105916", "MGI:2137896", "MGI:1914846", "MGI:2146156", "MGI:95389", "MGI:102788", "MGI:1916957", "MGI:88346", "MGI:1338038", "MGI:3696042", "MGI:1339708", "MGI:97812", "MGI:102523", "MGI:1917601", "MGI:1861437", "MGI:97168", "MGI:2442306", "MGI:96783", "MGI:97360", "MGI:3798446", "MGI:1924203", "MGI:109364", "MGI:1934860", "MGI:101776", "MGI:1933833", "MGI:3577505", "MGI:96650", "MGI:1924876", "MGI:2685226", "MGI:3798839", "MGI:95668", "MGI:1261811", "MGI:97765", "MGI:5646610", "MGI:101845", "MGI:3045947", "MGI:3050652", "MGI:2682680", "MGI:1920093", "MGI:1913590", "MGI:3038436", "MGI:1917378", "MGI:99460", "MGI:96406", "MGI:1098264", "MGI:99606", "MGI:3781032", "MGI:104716", "MGI:1914516", "MGI:1932557", "MGI:98959", "MGI:1919668", "MGI:1856675", "MGI:1278335", "MGI:3053547", "MGI:1328351", "MGI:3575150", "MGI:96432", "MGI:2387591", "MGI:1338938", "MGI:1923810", "MGI:1921415", "MGI:1922452", "MGI:893575", "MGI:1924767", "MGI:1918885", "MGI:98739", "MGI:1100510", "MGI:1918576", "MGI:2446084", "MGI:1856976", "MGI:1859016", "MGI:1889206", "MGI:1856888", "MGI:1923928", "MGI:2155865", "MGI:1306784", "MGI:1098280", "MGI:1354184", "MGI:1916477", "MGI:87912", "MGI:1920180", "MGI:3648209", "MGI:1926039", "MGI:2388029", "MGI:1914855", "MGI:1933786", "MGI:1934234", "MGI:106903", "MGI:1098610", "MGI:2386852", "MGI:1889208", "MGI:2671363", "MGI:88492", "MGI:1915045", "MGI:1277961", "MGI:98257", "MGI:107252", "MGI:109326", "MGI:107619", "MGI:103073", "MGI:2139360", "MGI:1096875", "MGI:96897", "MGI:1914720", "MGI:5646412", "MGI:1098590", "MGI:3036262", "MGI:1344424", "MGI:2442355", "MGI:1270845", "MGI:3686753", "MGI:1354727", "MGI:2384876", "MGI:105095", "MGI:3053528", "MGI:5438042", "MGI:1931148", "MGI:96832", "MGI:1915677", "MGI:1923473", "MGI:2177651", "MGI:1914674", "MGI:1278336", "MGI:1338039", "MGI:1856883", "MGI:5568573", "MGI:1918038", "MGI:88071", "MGI:1891915", "MGI:1927947", "MGI:1355330", "MGI:3806368", "MGI:2685575", "MGI:1353510", "MGI:98769", "MGI:95772", "MGI:2678724", "MGI:107823", "MGI:3033919", "MGI:5499471", "MGI:1861187", "MGI:101863", "MGI:98763", "MGI:99427", "MGI:2448630", "MGI:98331", "MGI:87930", "MGI:1914131", "MGI:98933", "MGI:1932544", "MGI:103295", "MGI:1341295", "MGI:2664670", "MGI:2445102", "MGI:1195264", "MGI:1919663", "MGI:2179381", "MGI:2147583", "MGI:1917232", "MGI:700006", "MGI:1333875", "MGI:1929772", "MGI:1861192", "MGI:96701", "MGI:98872", "MGI:3039628", "MGI:2178801", "MGI:109637", "MGI:2444583", "MGI:1339759", "MGI:109324", "MGI:1913563", "MGI:2678718", "MGI:109605", "MGI:1196431", "MGI:1924104", "MGI:1891346", "MGI:1202876", "MGI:1338882", "MGI:1930964", "MGI:1096350", "MGI:2448607", "MGI:3799183", "MGI:1346316", "MGI:1344337", "MGI:2670747", "MGI:2685803", "MGI:1338783", "MGI:88081", "MGI:2140279", "MGI:3588238", "MGI:103264", "MGI:894689", "MGI:1923513", "MGI:3027875", "MGI:1919356", "MGI:2152211", "MGI:3043650", "MGI:2684416", "MGI:2388271", "MGI:88184", "MGI:103580", "MGI:1276123", "MGI:1919942", "MGI:2429765", "MGI:99510", "MGI:97502", "MGI:109525", "MGI:2651874", "MGI:1336155", "MGI:5141714", "MGI:2682856", "MGI:1920992", "MGI:3808122", "MGI:1916978", "MGI:2181676", "MGI:95755", "MGI:2679699", "MGI:1915061", "MGI:98809", "MGI:2687035", "MGI:98916", "MGI:1923497", "MGI:1915033", "MGI:1933204", "MGI:1298217", "MGI:109344", "MGI:1351606", "MGI:1935145", "MGI:2442675", "MGI:3798846", "MGI:3589227", "MGI:1914878", "MGI:2444881", "MGI:88031", "MGI:1856617", "MGI:105077", "MGI:1921325", "MGI:3814084", "MGI:2176207", "MGI:1098686", "MGI:2387356", "MGI:107567", "MGI:109295", "MGI:87890", "MGI:95480", "MGI:1929878", "MGI:87986", "MGI:3578215", "MGI:105046", "MGI:1328313", "MGI:5488927", "MGI:93830", "MGI:2651854", "MGI:1858204", "MGI:1919891", "MGI:2149209", "MGI:1261760", "MGI:2139758", "MGI:1861586", "MGI:1098297", "MGI:3813582", "MGI:1859396", "MGI:98907", "MGI:98625", "MGI:1861116", "MGI:107852", "MGI:99612", "MGI:1354708", "MGI:1930089", "MGI:5436098", "MGI:3809293", "MGI:1917097", "MGI:2139054", "MGI:97592", "MGI:2444354", "MGI:1328311", "MGI:95491", "MGI:5792104", "MGI:1891214", "MGI:106351", "MGI:2388100", "MGI:101949", "MGI:5424905", "MGI:3040696", "MGI:107561", "MGI:1354386", "MGI:2145645", "MGI:1098748", "MGI:893580", "MGI:1329015", "MGI:107516", "MGI:98642", "MGI:1096329", "MGI:1861674", "MGI:1923120", "MGI:105956", "MGI:1914944", "MGI:3041799", "MGI:2158560", "MGI:1298377", "MGI:1922945", "MGI:5320194", "MGI:106683", "MGI:2140175", "MGI:105492", "MGI:2152389", "MGI:5433398", "MGI:103079", "MGI:4999622", "MGI:2445221", "MGI:1922283", "MGI:1860764", "MGI:3808038", "MGI:87961", "MGI:1858896", "MGI:3795161", "MGI:2149010", "MGI:1926189", "MGI:1353604", "MGI:5560795", "MGI:1196297", "MGI:96829", "MGI:105121", "MGI:1099792", "MGI:95500", "MGI:1923500", "MGI:2450166", "MGI:2442456", "MGI:3038441", "MGI:106028", "MGI:108429", "MGI:2671285", "MGI:95394", "MGI:95832", "MGI:1309503", "MGI:1934816", "MGI:1933210", "MGI:1919665", "MGI:1924427", "MGI:1333797", "MGI:107735", "MGI:1920590", "MGI:5488925", "MGI:2684729", "MGI:3046173", "MGI:3811255", "MGI:1933177", "MGI:109558", "MGI:1329016", "MGI:2447670", "MGI:3045303", "MGI:2159324", "MGI:98927", "MGI:1352764", "MGI:2142610", "MGI:3652039", "MGI:88067", "MGI:2155705", "MGI:94901", "MGI:107724", "MGI:1918857", "MGI:1351633", "MGI:1344402", "MGI:104288", "MGI:700009", "MGI:1889273", "MGI:1859631", "MGI:97923", "MGI:87889", "MGI:5704140", "MGI:2444430", "MGI:3770629", "MGI:98737", "MGI:1920260", "MGI:1330302", "MGI:5484617", "MGI:97538", "MGI:1341799", "MGI:1202384", "MGI:3487246", "MGI:1201686", "MGI:1351597", "MGI:1919439", "MGI:3041793", "MGI:2442486", "MGI:3619324", "MGI:104750", "MGI:1921428", "MGI:1350916", "MGI:3807956", "MGI:5560781", "MGI:1928904", "MGI:106657", "MGI:1856974", "MGI:1917600", "MGI:3848921", "MGI:5446147", "MGI:1335094", "MGI:109167", "MGI:2443203", "MGI:2442695", "MGI:1856604", "MGI:1096877", "MGI:1918180", "MGI:99919", "MGI:1914160", "MGI:1933169", "MGI:1333768", "MGI:1098586", "MGI:2180307", "MGI:99557", "MGI:894644", "MGI:1922858", "MGI:2137586", "MGI:1856204", "MGI:2447834", "MGI:2685628", "MGI:96159", "MGI:1888498", "MGI:1931751", "MGI:1915396", "MGI:97169", "MGI:2444480", "MGI:1916161", "MGI:98752", "MGI:95707", "MGI:2138151", "MGI:1918529", "MGI:1914361", "MGI:3686737", "MGI:2154433", "MGI:1890391", "MGI:1276535", "MGI:2681180", "MGI:1336196", "MGI:96622", "MGI:5760330", "MGI:1346866", "MGI:1858961", "MGI:107671", "MGI:88339", "MGI:1341870", "MGI:106012", "MGI:1278342", "MGI:1890472", "MGI:2449975", "MGI:2444521", "MGI:2387609", "MGI:2152535", "MGI:1919137", "MGI:1924305", "MGI:1913840", "MGI:1914989", "MGI:107799", "MGI:1917433", "MGI:5573166", "MGI:109186", "MGI:96391", "MGI:2676259", "MGI:1352465", "MGI:2159342", "MGI:3577449", "MGI:109126", "MGI:103189", "MGI:107474", "MGI:3806057", "MGI:1298210", "MGI:1858193", "MGI:2150037", "MGI:1915889", "MGI:1915220", "MGI:94924", "MGI:1856632", "MGI:1924149", "MGI:2444308", "MGI:2138584", "MGI:2176561", "MGI:2685017", "MGI:5438048", "MGI:3051532", "MGI:107157", "MGI:1341847", "MGI:1337104", "MGI:1933993", "MGI:99928", "MGI:1926024", "MGI:2141950", "MGI:4949413", "MGI:1346876", "MGI:2678712", "MGI:104756", "MGI:5316767", "MGI:2671300", "MGI:2146995", "MGI:1099460", "MGI:1921305", "MGI:95747", "MGI:1918526", "MGI:88494", "MGI:1344364", "MGI:2140940", "MGI:104628", "MGI:1923023", "MGI:3033911", "MGI:2154952", "MGI:1918662", "MGI:1889574", "MGI:2685107", "MGI:2150641", "MGI:3651568", "MGI:1918141", "MGI:1861457", "MGI:3795196", "MGI:96605", "MGI:102755", "MGI:95820", "MGI:88516", "MGI:5317590", "MGI:1337018", "MGI:1890574", "MGI:98328", "MGI:1930153", "MGI:1918951", "MGI:1918788", "MGI:88024", "MGI:2686021", "MGI:1930788", "MGI:96529", "MGI:1338788", "MGI:95387", "MGI:1321393", "MGI:2157521", "MGI:3817659", "MGI:96990", "MGI:88276", "MGI:106190", "MGI:3577015", "MGI:1277097", "MGI:1346320", "MGI:1861221", "MGI:1922177", "MGI:1915549", "MGI:2385126", "MGI:1313268", "MGI:1277150", "MGI:1345643", "MGI:2150656", "MGI:3614654", "MGI:1932386", "MGI:3041159", "MGI:97237", "MGI:1919202", "MGI:1351471", "MGI:2676556", "MGI:106369", "MGI:1346074", "MGI:107859", "MGI:96177", "MGI:97898", "MGI:96190", "MGI:2148204", "MGI:5446188", "MGI:1856598", "MGI:1922208", "MGI:5792041", "MGI:1350928", "MGI:1342295", "MGI:3029307", "MGI:2141505", "MGI:1916863", "MGI:2442230", "MGI:1914431", "MGI:1917849", "MGI:96570", "MGI:2441734", "MGI:2678697", "MGI:107341", "MGI:1924657", "MGI:107929", "MGI:1274784", "MGI:1276108", "MGI:1891428", "MGI:1859615", "MGI:1337130", "MGI:1098260", "MGI:1342540", "MGI:1924210", "MGI:2671568", "MGI:2389136", "MGI:1929895", "MGI:2685139", "MGI:1345629", "MGI:2443199", "MGI:2671580", "MGI:5448845", "MGI:3800411", "MGI:1920455", "MGI:2145597", "MGI:1861623", "MGI:97742", "MGI:2671295", "MGI:3618738", "MGI:1100836", "MGI:1916943", "MGI:1926375", "MGI:1915206", "MGI:2158736", "MGI:1919133", "MGI:1856800", "MGI:1933192", "MGI:2676898", "MGI:1861456", "MGI:1270844", "MGI:1915224", "MGI:893588", "MGI:3578154", "MGI:1346060", "MGI:3038448", "MGI:1101356", "MGI:1929215", "MGI:99948", "MGI:3590181", "MGI:104781", "MGI:1920371", "MGI:3589231", "MGI:3689105", "MGI:3590178", "MGI:2678714", "MGI:96164", "MGI:2670964", "MGI:5438054", "MGI:3794320", "MGI:99440", "MGI:98913", "MGI:2384303", "MGI:95456", "MGI:5593461", "MGI:1915599", "MGI:96242", "MGI:5002717", "MGI:3717399", "MGI:3811087", "MGI:2384590", "MGI:1345178", "MGI:2448787", "MGI:3029290", "MGI:1920199", "MGI:98885", "MGI:2676885", "MGI:1929955", "MGI:107193", "MGI:103017", "MGI:102695", "MGI:2151016", "MGI:1353654", "MGI:1914853", "MGI:1335098", "MGI:3036273", "MGI:1930704", "MGI:1917946", "MGI:1918491", "MGI:2682689", "MGI:3801070", "MGI:109340", "MGI:2384571", "MGI:2443111", "MGI:3813537", "MGI:1914935", "MGI:101900", "MGI:102519", "MGI:1926089", "MGI:2442326", "MGI:2685731", "MGI:5749420", "MGI:87934", "MGI:107736", "MGI:2673128", "MGI:1891443", "MGI:5436083", "MGI:95390", "MGI:3053526", "MGI:1858226", "MGI:2677962", "MGI:1346879", "MGI:1201387", "MGI:1856660", "MGI:5432503", "MGI:1914838", "MGI:1315195", "MGI:104643", "MGI:1859954", "MGI:1914672", "MGI:2685456", "MGI:1920951", "MGI:1920149", "MGI:1338035", "MGI:1096344", "MGI:3811388", "MGI:1353451", "MGI:107656", "MGI:1333843", "MGI:2146207", "MGI:2685530", "MGI:2681164", "MGI:2157018", "MGI:2183747", "MGI:1861989", "MGI:2657115", "MGI:2671461", "MGI:1330808", "MGI:5424997", "MGI:1340062", "MGI:1336882", "MGI:5792827", "MGI:1919080", "MGI:2142523", "MGI:2444672", "MGI:96609", "MGI:2140359", "MGI:2136980", "MGI:95901", "MGI:1289247", "MGI:1098772", "MGI:1349427", "MGI:1922830", "MGI:2386848", "MGI:2444415", "MGI:95865", "MGI:2653690", "MGI:1351629", "MGI:5660111", "MGI:3041814", "MGI:5696164", "MGI:2182540", "MGI:3033926", "MGI:1919016", "MGI:1298224", "MGI:1098826", "MGI:1097163", "MGI:1933388", "MGI:3577421", "MGI:95634", "MGI:1202300", "MGI:5510735", "MGI:95569", "MGI:2684974", "MGI:2676630", "MGI:3036260", "MGI:1932575", "MGI:2442858", "MGI:90169", "MGI:2671618", "MGI:1917040", "MGI:1915932", "MGI:3806357", "MGI:1351655", "MGI:1352499", "MGI:3817612", "MGI:2443078", "MGI:3810703", "MGI:5424912", "MGI:109178", "MGI:2389180", "MGI:1856934", "MGI:5791974", "MGI:1891837", "MGI:1926014", "MGI:5436089", "MGI:2140885", "MGI:1336895", "MGI:1861473", "MGI:95824", "MGI:108449", "MGI:88599", "MGI:1333766", "MGI:1913802", "MGI:1194492", "MGI:1890218", "MGI:98506", "MGI:3530584", "MGI:109163", "MGI:2443732", "MGI:106091", "MGI:1918775", "MGI:3794332", "MGI:1919197", "MGI:96245", "MGI:1922715", "MGI:5792001", "MGI:1196217", "MGI:3777566", "MGI:94891", "MGI:2448764", "MGI:1914661", "MGI:1336181", "MGI:1928485", "MGI:1201684", "MGI:1101759", "MGI:98747", "MGI:2443752", "MGI:1347344", "MGI:1341872", "MGI:1355307", "MGI:88266", "MGI:1926080", "MGI:106478", "MGI:2183046", "MGI:98304", "MGI:4829659", "MGI:109375", "MGI:1353665", "MGI:1917057", "MGI:1335106", "MGI:101911", "MGI:1922083", "MGI:1919127", "MGI:3624358", "MGI:96602", "MGI:88236", "MGI:3605455", "MGI:1929260", "MGI:1860374", "MGI:1349656", "MGI:87917", "MGI:2140950", "MGI:2147134", "MGI:1096873", "MGI:1095400", "MGI:1202889", "MGI:3812037", "MGI:97814", "MGI:3603204", "MGI:2676261", "MGI:2135679", "MGI:1353452", "MGI:5437719", "MGI:1914762", "MGI:99418", "MGI:1919170", "MGI:109601", "MGI:3806051", "MGI:2686146", "MGI:5436093", "MGI:88244", "MGI:2446110", "MGI:102791", "MGI:103290", "MGI:2667725", "MGI:5588686", "MGI:97753", "MGI:2442293", "MGI:2384801", "MGI:1340045", "MGI:1856622", "MGI:1917855", "MGI:103555", "MGI:1926145", "MGI:1914172", "MGI:2144613", "MGI:97372", "MGI:1196223", "MGI:1921173", "MGI:95688", "MGI:3582583", "MGI:87905", "MGI:1914687", "MGI:1338049", "MGI:1888520", "MGI:95662", "MGI:102757", "MGI:2685663", "MGI:98216", "MGI:1194915", "MGI:88574", "MGI:1316726", "MGI:1349470", "MGI:1919201", "MGI:5646419", "MGI:1929871", "MGI:3640768", "MGI:94875", "MGI:1355321", "MGI:1920920", "MGI:105976", "MGI:1330238", "MGI:2137858", "MGI:2389465", "MGI:3619336", "MGI:2180511", "MGI:1927343", "MGI:1345138", "MGI:1329005", "MGI:1928895", "MGI:1922516", "MGI:4830600", "MGI:97806", "MGI:97623", "MGI:2449167", "MGI:1913302", "MGI:107427", "MGI:2442093", "MGI:1860252", "MGI:2384887", "MGI:1353434", "MGI:1914266", "MGI:3578190", "MGI:1926594", "MGI:1891703", "MGI:5049955", "MGI:1913750", "MGI:1339711", "MGI:1933846", "MGI:98221", "MGI:1914111", "MGI:3584269", "MGI:2180509", "MGI:104297", "MGI:3811098", "MGI:107734", "MGI:98953", "MGI:1918605", "MGI:106512", "MGI:1347099", "MGI:108515", "MGI:94862", "MGI:1918764", "MGI:108053", "MGI:96608", "MGI:1924219", "MGI:1196423", "MGI:3764555", "MGI:2684079", "MGI:2671484", "MGI:97750", "MGI:1860476", "MGI:2443855", "MGI:88351", "MGI:108072", "MGI:2681245", "MGI:107437", "MGI:1922066", "MGI:109252", "MGI:1354982", "MGI:1921392", "MGI:1916840", "MGI:88350", "MGI:1928395", "MGI:1857057", "MGI:88114", "MGI:3692919", "MGI:2443220", "MGI:101835", "MGI:5495801", "MGI:2682675", "MGI:104803", "MGI:1095416", "MGI:96822", "MGI:1889371", "MGI:107930", "MGI:1916222", "MGI:1913606", "MGI:1333817", "MGI:3798656", "MGI:1926342", "MGI:1194891", "MGI:2148705", "MGI:5424978", "MGI:1914510", "MGI:1932115", "MGI:1861992", "MGI:1333802", "MGI:1336173", "MGI:2442013", "MGI:1916865", "MGI:2677480", "MGI:1933199", "MGI:1345635", "MGI:2685085", "MGI:2443302", "MGI:108071", "MGI:97356", "MGI:1890357", "MGI:94872", "MGI:1859216", "MGI:2679260", "MGI:1933401", "MGI:3800437", "MGI:109571", "MGI:1914114", "MGI:88512", "MGI:3798206", "MGI:5470121", "MGI:95487", "MGI:106037", "MGI:5491160", "MGI:1861606", "MGI:1344344", "MGI:1918615", "MGI:95718", "MGI:3589229", "MGI:1891412", "MGI:5433685", "MGI:2179729", "MGI:2143261", "MGI:1923990", "MGI:1096554", "MGI:1926252", "MGI:1096555", "MGI:103032", "MGI:104968", "MGI:95751", "MGI:103199", "MGI:1857075", "MGI:1096367", "MGI:1856698", "MGI:1349182", "MGI:1919374", "MGI:1929183", "MGI:1856848", "MGI:2449121", "MGI:1923016", "MGI:2144284", "MGI:1925055", "MGI:1344407", "MGI:98955", "MGI:1926232", "MGI:1346088", "MGI:3801328", "MGI:3052831", "MGI:98511", "MGI:88330", "MGI:2150150", "MGI:102806", "MGI:1916320", "MGI:107996", "MGI:1919563", "MGI:1330282", "MGI:3038428", "MGI:2671353", "MGI:2681195", "MGI:1923764", "MGI:2685114", "MGI:2384959", "MGI:1335079", "MGI:1913673", "MGI:1919815", "MGI:2151071", "MGI:1913340", "MGI:98608", "MGI:2448063", "MGI:1338803", "MGI:3045702", "MGI:95420", "MGI:1914338", "MGI:2671566", "MGI:2183572", "MGI:2384782", "MGI:3584533", "MGI:1915138", "MGI:2448730", "MGI:108278", "MGI:1347058", "MGI:104856", "MGI:1914372", "MGI:3046760", "MGI:1859328", "MGI:1343489", "MGI:103180", "MGI:2385095", "MGI:107158", "MGI:2442855", "MGI:2671482", "MGI:96429", "MGI:1314884", "MGI:3800426", "MGI:1856986", "MGI:2443276", "MGI:5424910", "MGI:1918270", "MGI:1349721", "MGI:1353578", "MGI:2441731", "MGI:97836", "MGI:106591", "MGI:95822", "MGI:3578200", "MGI:3798420", "MGI:1925499", "MGI:2676665", "MGI:1915159", "MGI:96603", "MGI:2143599", "MGI:95748", "MGI:894308", "MGI:2663253", "MGI:1858420", "MGI:1861749", "MGI:1930715", "MGI:1890128", "MGI:107178", "MGI:102848", "MGI:105926", "MGI:1202069", "MGI:2669796", "MGI:2443235", "MGI:1891343", "MGI:2152569", "MGI:1195461", "MGI:4359055", "MGI:1270851", "MGI:1890494", "MGI:1926966", "MGI:94852", "MGI:2684990", "MGI:1914799", "MGI:95402", "MGI:2682766", "MGI:1929883", "MGI:96976", "MGI:106020", "MGI:1933212", "MGI:2670671", "MGI:1891925", "MGI:5431634", "MGI:1353474", "MGI:1330292", "MGI:96544", "MGI:894702", "MGI:104649", "MGI:1913129", "MGI:97936", "MGI:1298208", "MGI:2151796", "MGI:5490285", "MGI:1856993", "MGI:3603630", "MGI:106640", "MGI:88421", "MGI:2144157", "MGI:2138271", "MGI:1927222", "MGI:1920393", "MGI:3686759", "MGI:1928277", "MGI:2682678", "MGI:1856704", "MGI:103123", "MGI:1333822", "MGI:99542", "MGI:1347465", "MGI:3798188", "MGI:88293", "MGI:2448704", "MGI:3511213", "MGI:106664", "MGI:101765", "MGI:103007", "MGI:107181", "MGI:2682776", "MGI:894835", "MGI:104755", "MGI:2138994", "MGI:3041810", "MGI:1920152", "MGI:103076", "MGI:1915654", "MGI:1859214", "MGI:102778", "MGI:1915299", "MGI:3033903", "MGI:2671582", "MGI:107634", "MGI:1353638", "MGI:2685243", "MGI:4829402", "MGI:1097160", "MGI:2671651", "MGI:3578624", "MGI:1916394", "MGI:3577460", "MGI:5311856", "MGI:108451", "MGI:1353593", "MGI:2384789", "MGI:1347046", "MGI:5585497", "MGI:1919134", "MGI:5562869", "MGI:1351322", "MGI:98930", "MGI:106644", "MGI:1306822", "MGI:3045325", "MGI:1889508", "MGI:99604", "MGI:95821", "MGI:2678023", "MGI:1913506", "MGI:1891748", "MGI:2445054", "MGI:97601", "MGI:1915133", "MGI:1336201", "MGI:1278328", "MGI:2441758", "MGI:1920078", "MGI:108176", "MGI:1935151", "MGI:95713", "MGI:1861144", "MGI:1929735", "MGI:88261", "MGI:1913585", "MGI:1925021", "MGI:104783", "MGI:1353620", "MGI:2684992", "MGI:2443076", "MGI:3810720", "MGI:2135608", "MGI:99913", "MGI:1924730", "MGI:102500", "MGI:1928899", "MGI:97600", "MGI:106601", "MGI:106038", "MGI:98247", "MGI:5484622", "MGI:1861169", "MGI:2387006", "MGI:2671337", "MGI:2142116", "MGI:2388651", "MGI:2654070", "MGI:103215", "MGI:3812398", "MGI:1890520", "MGI:2685570", "MGI:1924923", "MGI:3819962", "MGI:5467352", "MGI:2149786", "MGI:1916888", "MGI:1201685", "MGI:104842", "MGI:1352463", "MGI:2684924", "MGI:1923777", "MGI:2444630", "MGI:1095405", "MGI:1277220", "MGI:2180003", "MGI:5431478", "MGI:2671591", "MGI:1354733", "MGI:102696", "MGI:1919150", "MGI:1856922", "MGI:3817664", "MGI:1857644", "MGI:1298379", "MGI:1345961", "MGI:1276124", "MGI:1918395", "MGI:1913898", "MGI:96537", "MGI:107450", "MGI:2137648", "MGI:1924963", "MGI:1270152", "MGI:103581", "MGI:2670976", "MGI:1261780", "MGI:2180140", "MGI:1859288", "MGI:104738", "MGI:1921298", "MGI:96607", "MGI:894318", "MGI:1922011", "MGI:1919212", "MGI:1859637", "MGI:1338063", "MGI:99779", "MGI:102790", "MGI:2385088", "MGI:1913276", "MGI:98284", "MGI:107189", "MGI:107498", "MGI:3040688", "MGI:95917", "MGI:104779", "MGI:5488924", "MGI:97569", "MGI:3038401", "MGI:1860077", "MGI:99578", "MGI:109346", "MGI:3618720", "MGI:1347248", "MGI:95810", "MGI:2685222", "MGI:108047", "MGI:103236", "MGI:2143886", "MGI:892968", "MGI:104630", "MGI:106651", "MGI:3618290", "MGI:2681719", "MGI:2159711", "MGI:1915074", "MGI:1927999", "MGI:109353", "MGI:1856662", "MGI:87950", "MGI:98869", "MGI:1277151", "MGI:1353656", "MGI:1925144", "MGI:1923492", "MGI:2152345", "MGI:1350918", "MGI:3027873", "MGI:1922072", "MGI:1923551", "MGI:1929469", "MGI:1922464", "MGI:1276534", "MGI:1913464", "MGI:1918084", "MGI:95804", "MGI:3603816", "MGI:1913704", "MGI:107716", "MGI:2384210", "MGI:1919884", "MGI:87893", "MGI:1918914", "MGI:1346343", "MGI:2671313", "MGI:1891698", "MGI:3575162", "MGI:5470116", "MGI:1345139", "MGI:106675", "MGI:1352454", "MGI:5300700", "MGI:1915512", "MGI:1891700", "MGI:2183549", "MGI:99912", "MGI:95564", "MGI:1341803", "MGI:1309468", "MGI:3030548", "MGI:1347076", "MGI:105064", "MGI:893573", "MGI:1915956", "MGI:2448982", "MGI:96073", "MGI:107444", "MGI:1921341", "MGI:104749", "MGI:3028590", "MGI:1195976", "MGI:1861447", "MGI:88399", "MGI:109497", "MGI:2682302", "MGI:97856", "MGI:1345140", "MGI:5317574", "MGI:99559", "MGI:1924107", "MGI:103301", "MGI:1914195", "MGI:102749", "MGI:109335", "MGI:1098240", "MGI:1098259", "MGI:1913771", "MGI:3849687", "MGI:2445053", "MGI:99837", "MGI:94903", "MGI:1919963", "MGI:2181067", "MGI:1857080", "MGI:109529", "MGI:2136335", "MGI:2158329", "MGI:1915964", "MGI:1918882", "MGI:98775", "MGI:106624", "MGI:2143315", "MGI:1289192", "MGI:3528383", "MGI:1860103", "MGI:2442819", "MGI:1913975", "MGI:1913904", "MGI:3611446", "MGI:3811872", "MGI:95453", "MGI:2679448", "MGI:108520", "MGI:1913945", "MGI:3609260", "MGI:3039563", "MGI:894310", "MGI:3799294", "MGI:108029", "MGI:2178429", "MGI:2652818", "MGI:1920703", "MGI:96556", "MGI:109595", "MGI:1917720", "MGI:1935212", "MGI:96817", "MGI:96434", "MGI:1345171", "MGI:88082", "MGI:1913697", "MGI:2442253", "MGI:101802", "MGI:1333754", "MGI:96968", "MGI:107420", "MGI:1349442", "MGI:1861994", "MGI:106354", "MGI:1328312", "MGI:1926058", "MGI:1858213", "MGI:3629633", "MGI:103098", "MGI:1098211", "MGI:3794336", "MGI:102845", "MGI:1922981", "MGI:2448858", "MGI:2442409", "MGI:1096335", "MGI:3806037", "MGI:1932576", "MGI:1921979", "MGI:2676886", "MGI:1922820", "MGI:5490295", "MGI:2384561", "MGI:106035", "MGI:97549", "MGI:1924859", "MGI:5510761", "MGI:98329", "MGI:1931010", "MGI:5490289", "MGI:4829401", "MGI:1917890", "MGI:1913266", "MGI:1341110", "MGI:3033925", "MGI:95611", "MGI:1890169", "MGI:2153463", "MGI:98325", "MGI:96561", "MGI:96418", "MGI:87983", "MGI:3577064", "MGI:96615", "MGI:2671380", "MGI:1201674", "MGI:3812079", "MGI:101757", "MGI:97622", "MGI:1342774", "MGI:891996", "MGI:1330237", "MGI:96395", "MGI:5424976", "MGI:96721", "MGI:1922722", "MGI:1277152", "MGI:1858227", "MGI:2150010", "MGI:1202879", "MGI:4357921", "MGI:3052637", "MGI:3664653", "MGI:97252", "MGI:1351343", "MGI:1096331", "MGI:2140998", "MGI:1922035", "MGI:1342284", "MGI:3589222", "MGI:2651828", "MGI:1925384", "MGI:1931838", "MGI:2147039", "MGI:2443731", "MGI:1926884", "MGI:2655574", "MGI:88182", "MGI:1336197", "MGI:1352744", "MGI:1202880", "MGI:1916626", "MGI:3038443", "MGI:1923097", "MGI:2682679", "MGI:1858178", "MGI:1201688", "MGI:1919129", "MGI:891989", "MGI:1298366", "MGI:2686934", "MGI:4829470", "MGI:96210", "MGI:3806831", "MGI:1196463", "MGI:2159344", "MGI:98936", "MGI:2144467", "MGI:101771", "MGI:1353479", "MGI:97515", "MGI:1341836", "MGI:3027874", "MGI:1194898", "MGI:2384150", "MGI:2671321", "MGI:1924897", "MGI:3702087", "MGI:109196", "MGI:1921160", "MGI:1347464", "MGI:3798968", "MGI:1333805", "MGI:1336991", "MGI:1915094", "MGI:1861185", "MGI:1930008", "MGI:3038437", "MGI:106340", "MGI:97844", "MGI:104723", "MGI:2135874", "MGI:1888711", "MGI:104736", "MGI:1928986", "MGI:1342772", "MGI:88326", "MGI:3641288", "MGI:1919398", "MGI:5426404", "MGI:88139", "MGI:1922033", "MGI:3712326", "MGI:88607", "MGI:2180784", "MGI:1100885", "MGI:1098687", "MGI:2385115", "MGI:1891115", "MGI:1914811", "MGI:109131", "MGI:2680533", "MGI:98974", "MGI:2387153", "MGI:1098667", "MGI:1923938", "MGI:1891766", "MGI:1932475", "MGI:2443575", "MGI:108034", "MGI:97848", "MGI:1916172", "MGI:3513286", "MGI:1856615", "MGI:94865", "MGI:1925841", "MGI:3046767", "MGI:2442483", "MGI:2141879", "MGI:1334419", "MGI:95530", "MGI:1858219", "MGI:2154240", "MGI:96937", "MGI:97772", "MGI:1340053", "MGI:1921258", "MGI:88258", "MGI:1916075", "MGI:2653629", "MGI:106530", "MGI:1298231", "MGI:2387324", "MGI:2443963", "MGI:1927248", "MGI:3040056", "MGI:5300691", "MGI:98956", "MGI:2671291", "MGI:1927578", "MGI:1338820", "MGI:1261422", "MGI:88028", "MGI:1921395", "MGI:1914325", "MGI:1924295", "MGI:1917633", "MGI:2682764", "MGI:1921361", "MGI:2447348", "MGI:99211", "MGI:1856988", "MGI:1333763", "MGI:1859834", "MGI:88524", "MGI:1934624", "MGI:98227", "MGI:2676810", "MGI:1354953", "MGI:1917669", "MGI:101790", "MGI:1923029", "MGI:99432", "MGI:2442062", "MGI:1890516", "MGI:1916185", "MGI:1856995", "MGI:5491162", "MGI:3798992", "MGI:2684058", "MGI:1306805", "MGI:1353633", "MGI:1354737", "MGI:2444277", "MGI:1891696", "MGI:1924217", "MGI:108177", "MGI:1194489", "MGI:3799155", "MGI:97381", "MGI:2136882", "MGI:1922022", "MGI:1914218", "MGI:1919297", "MGI:96995", "MGI:103291", "MGI:1928901", "MGI:3032507", "MGI:98384", "MGI:1328328", "MGI:1856868", "MGI:2443063", "MGI:3777558", "MGI:5446182", "MGI:1915988", "MGI:1921266", "MGI:1889007", "MGI:1096550", "MGI:109283", "MGI:1312921", "MGI:2676829", "MGI:107756", "MGI:5430037", "MGI:1858212", "MGI:1354734", "MGI:1928988", "MGI:1924872", "MGI:2151886", "MGI:1927241", "MGI:1922394", "MGI:107698", "MGI:1860263", "MGI:109240", "MGI:1336997", "MGI:1934923", "MGI:2676874", "MGI:3047701", "MGI:103302", "MGI:1919386", "MGI:1921495", "MGI:106199", "MGI:104552", "MGI:2671419", "MGI:107605", "MGI:95407", "MGI:3512792", "MGI:1929704", "MGI:1917814", "MGI:5313706", "MGI:2444023", "MGI:99179", "MGI:1915496", "MGI:2671585", "MGI:2685128", "MGI:2442177", "MGI:1934835", "MGI:96448", "MGI:1891916", "MGI:1859271", "MGI:3812360", "MGI:94867", "MGI:2682306", "MGI:104961", "MGI:101791", "MGI:2181193", "MGI:101909", "MGI:1933621", "MGI:1344360", "MGI:96172", "MGI:109200", "MGI:2448506", "MGI:1354385", "MGI:1351481", "MGI:1346832", "MGI:1859324", "MGI:88274", "MGI:109234", "MGI:1924356", "MGI:3522251", "MGI:95816", "MGI:2182928", "MGI:894810", "MGI:3808171", "MGI:2441706", "MGI:3619365", "MGI:1100886", "MGI:1923646", "MGI:104696", "MGI:1919557", "MGI:98839", "MGI:1857073", "MGI:1913416", "MGI:91842", "MGI:2180098", "MGI:1338947", "MGI:2386976", "MGI:2446244", "MGI:96409", "MGI:5445550", "MGI:88259", "MGI:1921269", "MGI:98958", "MGI:3578188", "MGI:1888978", "MGI:2658986", "MGI:96559", "MGI:107711", "MGI:1270847", "MGI:107464", "MGI:107399", "MGI:3578139", "MGI:2676312", "MGI:97352", "MGI:96660", "MGI:3033916", "MGI:109157", "MGI:1916889", "MGI:1890646", "MGI:96079", "MGI:106589", "MGI:2385729", "MGI:2685697", "MGI:1306779", "MGI:1349428", "MGI:107717", "MGI:105052", "MGI:1338864", "MGI:104653", "MGI:98544", "MGI:88177", "MGI:1315202", "MGI:95780", "MGI:1917823", "MGI:1918918", "MGI:1918876", "MGI:1919140", "MGI:2684762", "MGI:99571", "MGI:97838", "MGI:96693", "MGI:99677", "MGI:2443217", "MGI:3577423", "MGI:4829964", "MGI:1859307", "MGI:1354756", "MGI:1338057", "MGI:1923020", "MGI:1920247", "MGI:5454899", "MGI:2443999", "MGI:98821", "MGI:108085", "MGI:1915670", "MGI:108404", "MGI:1919090", "MGI:1349165", "MGI:2138283", "MGI:97747", "MGI:88075", "MGI:1913962", "MGI:1926209", "MGI:1915166", "MGI:2683287", "MGI:1914792", "MGI:2685450", "MGI:2145021", "MGI:3686725", "MGI:1924846", "MGI:98386", "MGI:1097712", "MGI:2155302", "MGI:2679447", "MGI:96112", "MGI:1858230", "MGI:1890662", "MGI:3817955", "MGI:107414", "MGI:5696156", "MGI:1928765", "MGI:1197518", "MGI:2147191", "MGI:1098547", "MGI:95811", "MGI:3640789", "MGI:87997", "MGI:2685082", "MGI:2664357", "MGI:3040955", "MGI:1913491", "MGI:3806491", "MGI:1351648", "MGI:2683592", "MGI:5749267", "MGI:1927139", "MGI:108470", "MGI:97851", "MGI:3525151", "MGI:1313276", "MGI:1354163", "MGI:2671598", "MGI:2443716", "MGI:1197012", "MGI:2155345", "MGI:1336200", "MGI:88449", "MGI:3038467", "MGI:1919935", "MGI:96705", "MGI:107442", "MGI:3033914", "MGI:105982", "MGI:107506", "MGI:1913576", "MGI:3037026", "MGI:5620180", "MGI:104698", "MGI:3038381", "MGI:1920929", "MGI:1346340", "MGI:109656", "MGI:3053542", "MGI:1913954", "MGI:1913272", "MGI:1355311", "MGI:1929597", "MGI:2448802", "MGI:97722", "MGI:2182168", "MGI:2676631", "MGI:1920145", "MGI:1352451", "MGI:1924183", "MGI:2384917", "MGI:2446215", "MGI:2685556", "MGI:2441717", "MGI:1913448", "MGI:895068", "MGI:99684", "MGI:1931595", "MGI:1353653", "MGI:1096392", "MGI:1914675", "MGI:1101355", "MGI:1921867", "MGI:95524", "MGI:2441671", "MGI:88587", "MGI:1859980", "MGI:1201403", "MGI:1914640", "MGI:108498", "MGI:1919834", "MGI:107629", "MGI:104867", "MGI:1924446", "MGI:1856944", "MGI:5433292", "MGI:95521", "MGI:96013", "MGI:1919147", "MGI:1859310", "MGI:1920112", "MGI:1098827", "MGI:1858746", "MGI:108008", "MGI:1195463", "MGI:1355294", "MGI:95697", "MGI:104772", "MGI:95766", "MGI:1353449", "MGI:1915078", "MGI:894680", "MGI:96604", "MGI:2154049", "MGI:1914769", "MGI:2181202", "MGI:2447322", "MGI:1353427", "MGI:2449470", "MGI:95296", "MGI:2671589", "MGI:107364", "MGI:96941", "MGI:1341830", "MGI:103270", "MGI:2147679", "MGI:1859866", "MGI:105953", "MGI:2671552", "MGI:1859665", "MGI:3039785", "MGI:97475", "MGI:2676813", "MGI:2140494", "MGI:1916679", "MGI:2386115", "MGI:2682064", "MGI:1928394", "MGI:97479", "MGI:2138198", "MGI:106922", "MGI:1915218", "MGI:1917649", "MGI:5424911", "MGI:1341272", "MGI:104676", "MGI:2652821", "MGI:1354710", "MGI:109563", "MGI:1346859", "MGI:1202306", "MGI:1859285", "MGI:1921275", "MGI:1921330", "MGI:3575144", "MGI:95392", "MGI:5503988", "MGI:1923239", "MGI:1917979", "MGI:109373", "MGI:2141920", "MGI:1345162", "MGI:1916885", "MGI:2671596", "MGI:2145420", "MGI:1195273", "MGI:1922725", "MGI:1922152", "MGI:1913452", "MGI:2384756", "MGI:1914395", "MGI:1353606", "MGI:1890127", "MGI:1918021", "MGI:1927616", "MGI:96195", "MGI:2685211", "MGI:1916593", "MGI:1917630", "MGI:95708", "MGI:1933366", "MGI:1914404", "MGI:2384914", "MGI:1202398", "MGI:1197522", "MGI:97439", "MGI:1859086", "MGI:98724", "MGI:1196275", "MGI:96756", "MGI:1337113", "MGI:2444491", "MGI:1343166", "MGI:3798436", "MGI:109641", "MGI:108389", "MGI:88459", "MGI:2156538", "MGI:1330838", "MGI:5297598", "MGI:107172", "MGI:2444684", "MGI:1857106", "MGI:2685451", "MGI:109447", "MGI:5436084", "MGI:3046715", "MGI:2671399", "MGI:1915205", "MGI:1347049", "MGI:3834125", "MGI:1095733", "MGI:88380", "MGI:1919118", "MGI:5297424", "MGI:1330275", "MGI:96545", "MGI:97008", "MGI:97597", "MGI:88050", "MGI:2138319", "MGI:3815549", "MGI:88356", "MGI:2443308", "MGI:108426", "MGI:5792099", "MGI:1891134", "MGI:1920583", "MGI:2147003", "MGI:1916133", "MGI:107569", "MGI:5056358", "MGI:2153525", "MGI:99560", "MGI:2148922", "MGI:1861998", "MGI:88005", "MGI:1929519", "MGI:1344332", "MGI:1916433", "MGI:2671383", "MGI:3800218", "MGI:2180715", "MGI:1353511", "MGI:1915089", "MGI:1917113", "MGI:3812348", "MGI:96410", "MGI:1196356", "MGI:2137967", "MGI:88461", "MGI:3052988", "MGI:104654", "MGI:3530337", "MGI:1923760", "MGI:3038435", "MGI:1931523", "MGI:1915928", "MGI:96659", "MGI:88496", "MGI:1334263", "MGI:1924781", "MGI:2684960", "MGI:1195263", "MGI:5431482", "MGI:108052", "MGI:1345186", "MGI:2444923", "MGI:2443902", "MGI:3712268", "MGI:2385459", "MGI:1098767", "MGI:3800418", "MGI:5424977", "MGI:1921633", "MGI:1891158", "MGI:108075", "MGI:1921084", "MGI:1328362", "MGI:1347360", "MGI:104847", "MGI:1915678", "MGI:2145977", "MGI:97858", "MGI:3812563", "MGI:2183438", "MGI:2135637", "MGI:1928144", "MGI:1915406", "MGI:1340899", "MGI:1330810", "MGI:97276", "MGI:1915260", "MGI:109393", "MGI:2450016", "MGI:1341800", "MGI:104778", "MGI:1858234", "MGI:2444298", "MGI:5495792", "MGI:2151110", "MGI:3576007", "MGI:1929869", "MGI:1913842", "MGI:104975", "MGI:1923452", "MGI:1342299", "MGI:1922783", "MGI:2388072", "MGI:1930773", "MGI:2141857", "MGI:1196377", "MGI:1341155", "MGI:2682780", "MGI:2669829", "MGI:1856865", "MGI:3815170", "MGI:1338944", "MGI:1921728", "MGI:2676551", "MGI:1916120", "MGI:98754", "MGI:96974", "MGI:96698", "MGI:98785", "MGI:1924836", "MGI:1330312", "MGI:1923275", "MGI:2676825", "MGI:1855691", "MGI:1277173", "MGI:88611", "MGI:1349414", "MGI:2671354", "MGI:2671508", "MGI:2443034", "MGI:1913583", "MGI:2388287", "MGI:3815559", "MGI:1934157", "MGI:1930004", "MGI:1342304", "MGI:5498478", "MGI:98178", "MGI:3578186", "MGI:109129", "MGI:2671436", "MGI:104913", "MGI:1857055", "MGI:2449952", "MGI:1277953", "MGI:1354958", "MGI:3808139", "MGI:95778", "MGI:88394", "MGI:1202878", "MGI:109176", "MGI:106626", "MGI:5427421", "MGI:88057", "MGI:2450757", "MGI:2144805", "MGI:2684789", "MGI:1919908", "MGI:97830", "MGI:95909", "MGI:1349766", "MGI:88417", "MGI:1923549", "MGI:99262", "MGI:106299", "MGI:2446634", "MGI:1922032", "MGI:96702", "MGI:1315201", "MGI:1298209", "MGI:1926178", "MGI:1925152", "MGI:98889", "MGI:1203498", "MGI:99253", "MGI:2684921", "MGI:2671679", "MGI:104572", "MGI:5311849", "MGI:1930005", "MGI:2384774", "MGI:106222", "MGI:107741", "MGI:2446296", "MGI:1922555", "MGI:3041797", "MGI:1861233", "MGI:96551", "MGI:109125", "MGI:5646388", "MGI:1929864", "MGI:1913758", "MGI:1927223", "MGI:3644668", "MGI:2685806", "MGI:1313266", "MGI:1861455", "MGI:1932075", "MGI:96564", "MGI:1918671", "MGI:2447303", "MGI:1917550", "MGI:1856075", "MGI:101877", "MGI:3037658", "MGI:109351", "MGI:1916207", "MGI:1096880", "MGI:1276116", "MGI:1342058", "MGI:2139764", "MGI:2685446", "MGI:1856948", "MGI:1195985", "MGI:3038403", "MGI:3646667", "MGI:1333782", "MGI:1913430", "MGI:96748", "MGI:99916", "MGI:1353586", "MGI:2676840", "MGI:894289", "MGI:1929538", "MGI:2384822", "MGI:3045254", "MGI:88042", "MGI:3039593", "MGI:3578435", "MGI:96282", "MGI:1891434", "MGI:5792108", "MGI:1347522", "MGI:2429859", "MGI:88248", "MGI:1919912", "MGI:96891", "MGI:1935168", "MGI:1922702", "MGI:2151057", "MGI:1298382", "MGI:3806107", "MGI:2384799", "MGI:1338013", "MGI:3033893", "MGI:97453", "MGI:1916197", "MGI:97365", "MGI:1856873", "MGI:1195262", "MGI:1915789", "MGI:107440", "MGI:2179432", "MGI:109191", "MGI:98289", "MGI:2155808", "MGI:2156003", "MGI:1339951", "MGI:2443639", "MGI:1915731", "MGI:1916910", "MGI:96647", "MGI:2180756", "MGI:3042287", "MGI:1857321", "MGI:3815165", "MGI:2686159", "MGI:1196370", "MGI:106925", "MGI:2444993", "MGI:1096878", "MGI:1927184", "MGI:2145430", "MGI:94876", "MGI:99845", "MGI:2683546", "MGI:2152768", "MGI:1929074", "MGI:2385957", "MGI:5424975", "MGI:1919868", "MGI:3810691", "MGI:88376", "MGI:97361", "MGI:88289", "MGI:104518", "MGI:2181763", "MGI:1924106", "MGI:3619363", "MGI:3033907", "MGI:108076", "MGI:2135272", "MGI:5425012", "MGI:109247", "MGI:1860765", "MGI:1928893", "MGI:1916831", "MGI:96621", "MGI:1926153", "MGI:1097157", "MGI:2137512", "MGI:88551", "MGI:5424988", "MGI:2671987", "MGI:1918968", "MGI:95476", "MGI:3046733", "MGI:1333849", "MGI:104708", "MGI:4829469", "MGI:105097", "MGI:4834341", "MGI:2446229", "MGI:1203730", "MGI:1277959", "MGI:2685419", "MGI:1349421", "MGI:3795192", "MGI:96599", "MGI:1926164", "MGI:95806", "MGI:5436097", "MGI:1857878", "MGI:95321", "MGI:1342278", "MGI:1913923", "MGI:1918343", "MGI:2385330", "MGI:1098699", "MGI:104537", "MGI:1917936", "MGI:1918325", "MGI:1856629", "MGI:1097152", "MGI:106652", "MGI:5437725", "MGI:3692887", "MGI:105367", "MGI:1915282", "MGI:1856916", "MGI:98715", "MGI:2444746", "MGI:4437596", "MGI:2142149", "MGI:3026647", "MGI:1927197", "MGI:1345189", "MGI:2153084", "MGI:4867500", "MGI:2671477", "MGI:2682684", "MGI:1921998", "MGI:2671277", "MGI:1921622", "MGI:2679586", "MGI:1914012", "MGI:99887", "MGI:894701", "MGI:1856961", "MGI:103300", "MGI:1922985", "MGI:88105", "MGI:1313302", "MGI:96591", "MGI:2676815", "MGI:1916801", "MGI:101908", "MGI:3650508", "MGI:103008", "MGI:2387100", "MGI:107231", "MGI:1921166", "MGI:1858236", "MGI:3041167", "MGI:88463", "MGI:1928983", "MGI:103576", "MGI:5429753", "MGI:88383", "MGI:3798034", "MGI:103107", "MGI:108069", "MGI:1918537", "MGI:1276574", "MGI:3038380", "MGI:2150380", "MGI:1916892", "MGI:1921552", "MGI:2676827", "MGI:5490304", "MGI:108390", "MGI:109404", "MGI:1096345", "MGI:98262", "MGI:1309996", "MGI:3045350", "MGI:96616", "MGI:3578184", "MGI:2441769", "MGI:88446", "MGI:3577427", "MGI:101772", "MGI:3813554", "MGI:1860490", "MGI:1913565", "MGI:1925764", "MGI:3849700", "MGI:2681271", "MGI:2181461", "MGI:1913868", "MGI:2443990", "MGI:1861735", "MGI:2143163", "MGI:107780", "MGI:96764", "MGI:2143585", "MGI:1351619", "MGI:1194908", "MGI:3522282", "MGI:2139740", "MGI:109281", "MGI:98615", "MGI:1096341", "MGI:1927899", "MGI:1934667", "MGI:2388637", "MGI:1913882", "MGI:1274782", "MGI:1924399", "MGI:1856668", "MGI:3038400", "MGI:1921444", "MGI:2146574", "MGI:2441932", "MGI:894292", "MGI:5426406", "MGI:1861224", "MGI:107465", "MGI:1856985", "MGI:1333868", "MGI:1929514", "MGI:1890219", "MGI:97799", "MGI:1918946", "MGI:5433393", "MGI:3618718", "MGI:1917514", "MGI:1891208", "MGI:5437091", "MGI:1925082", "MGI:2182061", "MGI:1861591", "MGI:1098272", "MGI:1926102", "MGI:97553", "MGI:5446189", "MGI:3577487", "MGI:96273", "MGI:1890619", "MGI:1921831", "MGI:2681239", "MGI:3513282", "MGI:1914533", "MGI:88390", "MGI:1889411", "MGI:1289164", "MGI:1341884", "MGI:3708144", "MGI:1928984", "MGI:1916977", "MGI:1196274", "MGI:2671282", "MGI:2384850", "MGI:1096317", "MGI:1913869", "MGI:87919", "MGI:5424998", "MGI:104327", "MGI:104532", "MGI:1340042", "MGI:3716200", "MGI:3693918", "MGI:1926479", "MGI:3649627", "MGI:97526", "MGI:1915831", "MGI:2447072", "MGI:5568517", "MGI:1306785", "MGI:96209", "MGI:2444848", "MGI:1933395", "MGI:106244", "MGI:98090", "MGI:2443362", "MGI:1924621", "MGI:98223", "MGI:3043651", "MGI:2671269", "MGI:95908", "MGI:2139434", "MGI:1917418", "MGI:1925177", "MGI:106918", "MGI:106334", "MGI:1347473", "MGI:1913324", "MGI:5792119", "MGI:1096355", "MGI:88320", "MGI:97313", "MGI:2677271", "MGI:109448", "MGI:107405", "MGI:1915409", "MGI:87902", "MGI:5499179", "MGI:2385287", "MGI:102701", "MGI:1926194", "MGI:109486", "MGI:4834338", "MGI:105062", "MGI:88344", "MGI:1888999", "MGI:3575174", "MGI:96646", "MGI:108224", "MGI:96187", "MGI:1925188", "MGI:107924", "MGI:2678394", "MGI:2671045", "MGI:3799281", "MGI:2685728", "MGI:1921731", "MGI:1922244", "MGI:3032959", "MGI:1919785", "MGI:96601", "MGI:3799210", "MGI:2154239", "MGI:1261758", "MGI:96911", "MGI:1096377", "MGI:99551", "MGI:1919522", "MGI:2388284", "MGI:3686729", "MGI:1929881", "MGI:97373", "MGI:3577480", "MGI:2385650", "MGI:1929701", "MGI:4361745", "MGI:103185", "MGI:1921579", "MGI:1923799", "MGI:1924145", "MGI:98864", "MGI:104798", "MGI:1927237", "MGI:1347002", "MGI:1859649", "MGI:3028623", "MGI:88464", "MGI:2180561", "MGI:104627", "MGI:2144877", "MGI:1921384", "MGI:1915522", "MGI:107739", "MGI:2671409", "MGI:1337063", "MGI:4359058", "MGI:1921138", "MGI:108031", "MGI:1890503", "MGI:1339656", "MGI:4821827", "MGI:1100863", "MGI:5437715", "MGI:109587", "MGI:104820", "MGI:2674092", "MGI:1923676", "MGI:1913944", "MGI:1203729", "MGI:1925201", "MGI:107899", "MGI:1916832", "MGI:1890083", "MGI:1919241", "MGI:87891", "MGI:1343161", "MGI:1353466", "MGI:1888519", "MGI:102811", "MGI:98937", "MGI:3577429", "MGI:97292", "MGI:96733", "MGI:107542", "MGI:2683897", "MGI:88328", "MGI:88257", "MGI:1920973", "MGI:1932136", "MGI:97501", "MGI:101786", "MGI:3686755", "MGI:1915625", "MGI:2178051", "MGI:1278332", "MGI:1349448", "MGI:1196378", "MGI:102812", "MGI:1095413", "MGI:104583", "MGI:1919654", "MGI:107755", "MGI:5792005", "MGI:3522246", "MGI:108482", "MGI:88215", "MGI:1916452", "MGI:2138327", "MGI:1891217", "MGI:95403", "MGI:2141640", "MGI:1101770", "MGI:1341907", "MGI:1919293", "MGI:1857033", "MGI:109567", "MGI:1933365", "MGI:2685385", "MGI:1856911", "MGI:1915295", "MGI:97076", "MGI:1921471", "MGI:5499477", "MGI:2445094", "MGI:3583942", "MGI:2442682", "MGI:1933179", "MGI:1891340", "MGI:1347474", "MGI:3522278", "MGI:3586824", "MGI:2685452", "MGI:96396", "MGI:3053544", "MGI:3027872", "MGI:98786", "MGI:1923294", "MGI:2387215", "MGI:2671469", "MGI:3620954", "MGI:1919288", "MGI:5792115", "MGI:3038430", "MGI:1195267", "MGI:1925139", "MGI:108058", "MGI:97166", "MGI:1933754", "MGI:1196466", "MGI:3046724", "MGI:104849", "MGI:95716", "MGI:2681107", "MGI:1913751", "MGI:109246", "MGI:2152450", "MGI:2683857", "MGI:88054", "MGI:1914249", "MGI:1928992", "MGI:1914040", "MGI:1915017", "MGI:104816", "MGI:98363", "MGI:1932407", "MGI:1927204", "MGI:1346042", "MGI:107570", "MGI:101927", "MGI:95412", "MGI:2679007", "MGI:1919397", "MGI:1355296", "MGI:1858901", "MGI:109604", "MGI:1096381", "MGI:1343101", "MGI:109603", "MGI:2442474", "MGI:2652504", "MGI:1347063", "MGI:106362", "MGI:88047", "MGI:3818965", "MGI:97528", "MGI:5476166", "MGI:107978", "MGI:1345275", "MGI:1856678", "MGI:1099818", "MGI:1920136", "MGI:2139354", "MGI:96907", "MGI:95288", "MGI:1309993", "MGI:1346082", "MGI:2678728", "MGI:96207", "MGI:5311558", "MGI:1861899", "MGI:1915192", "MGI:1888517", "MGI:1858500", "MGI:2446632", "MGI:107976", "MGI:1915018", "MGI:2144837", "MGI:3619443", "MGI:102666", "MGI:1915248", "MGI:1347085", "MGI:1277193", "MGI:5544596", "MGI:102539", "MGI:102849", "MGI:1346523", "MGI:109235", "MGI:1333809", "MGI:97932", "MGI:1914327", "MGI:2156020", "MGI:2671406", "MGI:1855701", "MGI:1194500", "MGI:2671396", "MGI:2442479", "MGI:1349409", "MGI:1928982", "MGI:88590", "MGI:1920257", "MGI:104728", "MGI:107162", "MGI:3650907", "MGI:2145099", "MGI:1197020", "MGI:96571", "MGI:1920334", "MGI:3038393", "MGI:104533", "MGI:108093", "MGI:96062", "MGI:2685783", "MGI:1891291", "MGI:5425008", "MGI:1932289", "MGI:1914098", "MGI:3641286", "MGI:95723", "MGI:1860055", "MGI:1921864", "MGI:3808176", "MGI:99690", "MGI:1856701", "MGI:1915587", "MGI:1201414", "MGI:1917758", "MGI:2663998", "MGI:2678251", "MGI:2388363", "MGI:4829952", "MGI:1928486", "MGI:5424995", "MGI:1914740", "MGI:99523", "MGI:1926230", "MGI:1915391", "MGI:2154238", "MGI:87916", "MGI:3812030", "MGI:1927664", "MGI:893598", "MGI:3041812", "MGI:3052471", "MGI:1917416", "MGI:1933736", "MGI:2141101", "MGI:1096398", "MGI:2682686", "MGI:1916698", "MGI:1349405", "MGI:96180", "MGI:1349482", "MGI:98849", "MGI:1346063", "MGI:1321398", "MGI:1298378", "MGI:1194494", "MGI:96226", "MGI:1328361", "MGI:1935121", "MGI:2446126", "MGI:4359046", "MGI:3808827", "MGI:1922250", "MGI:3603820", "MGI:2151013", "MGI:2442186", "MGI:1889623", "MGI:3646674", "MGI:1347346", "MGI:109482", "MGI:2678686", "MGI:2159339", "MGI:96160", "MGI:101875", "MGI:3041225", "MGI:96163", "MGI:107813", "MGI:97493", "MGI:5560783", "MGI:2443470", "MGI:2443011", "MGI:2146559", "MGI:2178798", "MGI:1915589", "MGI:1891408", "MGI:1344385", "MGI:88413", "MGI:1098269", "MGI:3811847", "MGI:1098693", "MGI:1917413", "MGI:96243", "MGI:98397", "MGI:1351659", "MGI:3577484", "MGI:4440521", "MGI:1916356", "MGI:3578182", "MGI:2442261", "MGI:96677", "MGI:1345622", "MGI:97438", "MGI:99476", "MGI:3038405", "MGI:2139270", "MGI:1933196", "MGI:1921677", "MGI:1926005", "MGI:1924536", "MGI:95484", "MGI:1354961", "MGI:2139810", "MGI:1923041", "MGI:1100851", "MGI:1923442", "MGI:1933163", "MGI:96010", "MGI:1890081", "MGI:891999", "MGI:3813832", "MGI:1351896", "MGI:1924834", "MGI:2682690", "MGI:1889595", "MGI:2146851", "MGI:99835", "MGI:2136381", "MGI:5438049", "MGI:1861232", "MGI:1346831", "MGI:2443760", "MGI:98725", "MGI:2429409", "MGI:3800201", "MGI:96965", "MGI:96910", "MGI:2652819", "MGI:1197519", "MGI:102760", "MGI:1934135", "MGI:3650906", "MGI:2685003", "MGI:104629", "MGI:3643534", "MGI:1918979", "MGI:1927073", "MGI:3846305", "MGI:2139628", "MGI:2136761", "MGI:2671358", "MGI:1197013", "MGI:3665140", "MGI:1336883", "MGI:99906", "MGI:1355553", "MGI:95517", "MGI:1343054", "MGI:1270843", "MGI:1914803", "MGI:98387", "MGI:1349444", "MGI:1339467", "MGI:1918040", "MGI:2685627", "MGI:3811859", "MGI:95284", "MGI:2675303", "MGI:1861728", "MGI:102717", "MGI:3033896", "MGI:1858170", "MGI:4829956", "MGI:95775", "MGI:1921520", "MGI:88255", "MGI:96611", "MGI:5476164", "MGI:2685862", "MGI:1101353", "MGI:88457", "MGI:891970", "MGI:3773074", "MGI:2158663", "MGI:1915091", "MGI:3033970", "MGI:97485", "MGI:2670266", "MGI:94902", "MGI:1915181", "MGI:1328368", "MGI:2181693", "MGI:95622", "MGI:1932376", "MGI:1858494", "MGI:1100865", "MGI:108059", "MGI:3045221", "MGI:3033923", "MGI:3603756", "MGI:1918960", "MGI:2651588", "MGI:97370", "MGI:1930803", "MGI:2687286", "MGI:98330", "MGI:3038453", "MGI:88345", "MGI:102707", "MGI:102700", "MGI:1921367", "MGI:2686271", "MGI:1202297", "MGI:1923696", "MGI:1889810", "MGI:97878", "MGI:106220", "MGI:1929676", "MGI:3531431", "MGI:102688", "MGI:2444889", "MGI:98474", "MGI:1914880", "MGI:98822", "MGI:96942", "MGI:3050622", "MGI:2151064", "MGI:2671270", "MGI:3798454", "MGI:4829404", "MGI:2685402", "MGI:88095", "MGI:1338009", "MGI:1922684", "MGI:1352480", "MGI:95566", "MGI:2140327", "MGI:108083", "MGI:2387617", "MGI:3624356", "MGI:96534", "MGI:3588268", "MGI:1339999", "MGI:1270848", "MGI:1923998", "MGI:4830596", "MGI:5430041", "MGI:1278344", "MGI:96553", "MGI:1920210", "MGI:87989", "MGI:107683", "MGI:3812376", "MGI:1340024", "MGI:107712", "MGI:104903", "MGI:1924845", "MGI:2652885", "MGI:1915229", "MGI:104541", "MGI:5792030", "MGI:1914969", "MGI:3812074", "MGI:2137960", "MGI:1336159", "MGI:2675617", "MGI:1922075", "MGI:2685030", "MGI:109202", "MGI:1915031", "MGI:95710", "MGI:1928744", "MGI:108062", "MGI:1926135", "MGI:1928401", "MGI:3686745", "MGI:1913744", "MGI:107846", "MGI:2152776", "MGI:97595", "MGI:96614", "MGI:1914171", "MGI:2159614", "MGI:1915838", "MGI:2140796", "MGI:1916192", "MGI:3575186", "MGI:1919199", "MGI:1920194", "MGI:3033930", "MGI:2442377", "MGI:1351490", "MGI:1858261", "MGI:1316650", "MGI:1915300", "MGI:1100518", "MGI:2685145", "MGI:2153530", "MGI:102952", "MGI:5311636", "MGI:2670984", "MGI:1351615", "MGI:3808909", "MGI:4889057", "MGI:1914220", "MGI:1924919", "MGI:5424990", "MGI:108414", "MGI:99828", "MGI:88572", "MGI:1352629", "MGI:1856866", "MGI:106921", "MGI:3608341", "MGI:5438046", "MGI:95864", "MGI:1913107", "MGI:109608", "MGI:1913845", "MGI:96109", "MGI:1922542", "MGI:1351644", "MGI:2177763", "MGI:1346031", "MGI:1920955", "MGI:4948854", "MGI:1919200", "MGI:2179435", "MGI:1922680", "MGI:3799203", "MGI:99260", "MGI:1918397", "MGI:5316765", "MGI:102709", "MGI:5490281", "MGI:1888525", "MGI:97527", "MGI:2669996", "MGI:88594", "MGI:1926063", "MGI:109538", "MGI:99660", "MGI:2685230", "MGI:2137410", "MGI:105068", "MGI:96613", "MGI:1923626", "MGI:1344365", "MGI:96239", "MGI:2443588", "MGI:2387661", "MGI:98181", "MGI:95665", "MGI:96437", "MGI:3038427", "MGI:1924140", "MGI:1922638", "MGI:1346542", "MGI:99499", "MGI:1917786", "MGI:2137520", "MGI:95490", "MGI:1919840", "MGI:1918779", "MGI:5004957", "MGI:2443584", "MGI:2142716", "MGI:1341841", "MGI:99474", "MGI:95836", "MGI:2671298", "MGI:1933546", "MGI:2385045", "MGI:1338824", "MGI:98306", "MGI:96557", "MGI:103307", "MGI:3580346", "MGI:2149036", "MGI:107571", "MGI:1919539", "MGI:106067", "MGI:2681835", "MGI:1195983", "MGI:1333847", "MGI:3806120", "MGI:1856609", "MGI:5647878", "MGI:5708539", "MGI:3043214", "MGI:1927642", "MGI:1096866", "MGI:3807016", "MGI:1197006", "MGI:2444576", "MGI:2682003", "MGI:96198", "MGI:1930951", "MGI:103263", "MGI:1859212", "MGI:1914824", "MGI:1913972", "MGI:1927638", "MGI:1919305", "MGI:1339364", "MGI:109334", "MGI:1914457", "MGI:109579", "MGI:892013", "MGI:1919279", "MGI:2444716", "MGI:104709", "MGI:104579", "MGI:2684950", "MGI:96202", "MGI:1924050", "MGI:1347244", "MGI:5442113", "MGI:2145726", "MGI:1927152", "MGI:2147790", "MGI:1860076", "MGI:103069", "MGI:105056", "MGI:1925044", "MGI:1856860", "MGI:1097691", "MGI:3512757", "MGI:102776", "MGI:88401", "MGI:109128", "MGI:102694", "MGI:3513278", "MGI:2137026", "MGI:1270149", "MGI:1925246", "MGI:95553", "MGI:5646421", "MGI:3530296", "MGI:1277212", "MGI:107361", "MGI:2141794", "MGI:1920082", "MGI:2145890", "MGI:2444589", "MGI:3577453", "MGI:2385923", "MGI:94919", "MGI:3033910", "MGI:3588247", "MGI:1891496", "MGI:1923433", "MGI:95834", "MGI:1298405", "MGI:1913315", "MGI:1351500", "MGI:1861453", "MGI:5442350", "MGI:5446150", "MGI:99549", "MGI:1922169", "MGI:2671533", "MGI:102672", "MGI:2385173", "MGI:1914113", "MGI:1861131", "MGI:88513", "MGI:1929269", "MGI:104886", "MGI:3619332", "MGI:2140592", "MGI:3038447", "MGI:2387588", "MGI:1916603", "MGI:1328323", "MGI:5308100", "MGI:1202864", "MGI:97912", "MGI:3819960", "MGI:95388", "MGI:97362", "MGI:1916906", "MGI:95924", "MGI:5791976", "MGI:107381", "MGI:98507", "MGI:3038395", "MGI:1914694", "MGI:1916419", "MGI:2443047", "MGI:107754", "MGI:1351339", "MGI:1195266", "MGI:1923757", "MGI:5705573", "MGI:1921624", "MGI:2671410", "MGI:3710581", "MGI:3812570", "MGI:2387989", "MGI:1095438", "MGI:1914186", "MGI:1913529", "MGI:1931881", "MGI:1346335", "MGI:99908", "MGI:109562", "MGI:2442978", "MGI:1096368", "MGI:98812", "MGI:1343091", "MGI:2384409", "MGI:88555", "MGI:4821354", "MGI:3053533", "MGI:2450151", "MGI:3039573", "MGI:2684326", "MGI:1889272", "MGI:3041243", "MGI:3801771", "MGI:1928487", "MGI:97874", "MGI:103226", "MGI:1096342", "MGI:98881", "MGI:109323", "MGI:2154658", "MGI:3614266", "MGI:3575141", "MGI:1891834", "MGI:1888530", "MGI:2387597", "MGI:3576014", "MGI:2443815", "MGI:102469", "MGI:3036245", "MGI:95401", "MGI:109550", "MGI:1925528", "MGI:2140967", "MGI:1929059", "MGI:5424917", "MGI:104813", "MGI:108067", "MGI:1095412", "MGI:3807971", "MGI:5437073", "MGI:3646952", "MGI:96540", "MGI:1856607", "MGI:102563", "MGI:98360", "MGI:87879", "MGI:106544", "MGI:1347356", "MGI:88039", "MGI:1350925", "MGI:1336209", "MGI:3849169", "MGI:1347010", "MGI:2144117", "MGI:2676881", "MGI:3805920", "MGI:1925179", "MGI:3584043", "MGI:1933218", "MGI:2148258", "MGI:2182357", "MGI:1914037", "MGI:96569", "MGI:1931035", "MGI:98923", "MGI:1918732", "MGI:1270158", "MGI:2686961", "MGI:97355", "MGI:4359044", "MGI:1918475", "MGI:1891112", "MGI:105306", "MGI:88509", "MGI:1890084", "MGI:1932286", "MGI:101836", "MGI:1196250", "MGI:2385061", "MGI:1891228", "MGI:2149028", "MGI:2651822", "MGI:1353624", "MGI:5568094", "MGI:1919192", "MGI:3050558", "MGI:2137431", "MGI:98888", "MGI:88579", "MGI:1861376", "MGI:2684864", "MGI:98179", "MGI:3806798", "MGI:97429", "MGI:1915086", "MGI:98797", "MGI:2671293", "MGI:1915452", "MGI:97040", "MGI:95413", "MGI:103063", "MGI:102966", "MGI:97253", "MGI:2685369", "MGI:2449307", "MGI:3811740", "MGI:2682328", "MGI:109545", "MGI:1914154", "MGI:88115", "MGI:98512", "MGI:97347", "MGI:1334257", "MGI:4821364", "MGI:5704082", "MGI:1889850", "MGI:2136782", "MGI:3045318", "MGI:2135956", "MGI:97604", "MGI:1917747", "MGI:99605", "MGI:1857083", "MGI:2182139", "MGI:96408", "MGI:99456", "MGI:5463439", "MGI:1916193", "MGI:1913429", "MGI:98852", "MGI:3812388", "MGI:3033898", "MGI:103309", "MGI:892973", "MGI:2145369", "MGI:2685925", "MGI:107320", "MGI:107932", "MGI:2183050", "MGI:1858209", "MGI:1914116", "MGI:1891751", "MGI:1913103", "MGI:96788", "MGI:1891396", "MGI:95499", "MGI:1313269", "MGI:3583946", "MGI:88332", "MGI:3577767", "MGI:1925810", "MGI:1922665", "MGI:95621", "MGI:1100870", "MGI:109517", "MGI:1289147", "MGI:106645", "MGI:1933533", "MGI:95666", "MGI:2444465", "MGI:1916238", "MGI:88451", "MGI:1928716", "MGI:106661", "MGI:1346877", "MGI:2443369", "MGI:2447164", "MGI:1918731", "MGI:1202886", "MGI:1351332", "MGI:87859", "MGI:1336175", "MGI:96411", "MGI:3610314", "MGI:106593", "MGI:1100509", "MGI:2442557", "MGI:2142489", "MGI:98932", "MGI:1918195", "MGI:1346526", "MGI:3028075", "MGI:99923", "MGI:2141867", "MGI:1096867", "MGI:3809284", "MGI:1929666", "MGI:1932404", "MGI:1351869", "MGI:1926368", "MGI:3577515", "MGI:2680434", "MGI:1860086", "MGI:98727", "MGI:1349762", "MGI:2157980", "MGI:3806481", "MGI:2176882", "MGI:1924165", "MGI:1339984", "MGI:2385186", "MGI:1928377", "MGI:2442796", "MGI:1306801", "MGI:95557", "MGI:96573", "MGI:3530505", "MGI:106032", "MGI:1924832", "MGI:3812575", "MGI:106679", "MGI:894312", "MGI:2143977", "MGI:102463", "MGI:2671366", "MGI:2157782", "MGI:1914737", "MGI:95653", "MGI:97051", "MGI:2151233", "MGI:2138281", "MGI:1927594", "MGI:1917612", "MGI:88609", "MGI:3043040", "MGI:99486", "MGI:103178", "MGI:1856641", "MGI:1915425", "MGI:2652847", "MGI:2384761", "MGI:2139469", "MGI:2156367", "MGI:1353576", "MGI:1856814", "MGI:3032536", "MGI:95891", "MGI:104737", "MGI:2144967", "MGI:2177268", "MGI:88038", "MGI:109446", "MGI:2146808", "MGI:103561", "MGI:3038446", "MGI:3795169", "MGI:87881", "MGI:1100874", "MGI:1889301", "MGI:2384838", "MGI:1930252", "MGI:103159", "MGI:2673998", "MGI:1306776", "MGI:1888505", "MGI:87906", "MGI:1309517", "MGI:2653833", "MGI:2444706", "MGI:1915240", "MGI:96825", "MGI:3711493", "MGI:1919238", "MGI:2146906", "MGI:5752268", "MGI:104757", "MGI:1306796", "MGI:5648124", "MGI:2663828", "MGI:99829", "MGI:108024", "MGI:1098713", "MGI:107179", "MGI:1337120", "MGI:3618709", "MGI:5056360", "MGI:102726", "MGI:1927233", "MGI:2684848", "MGI:1341158", "MGI:88058", "MGI:2443630", "MGI:2149821", "MGI:1919619", "MGI:88525", "MGI:2442082", "MGI:1196439", "MGI:97007", "MGI:1201606", "MGI:107410", "MGI:1201691", "MGI:1859815", "MGI:2140179", "MGI:88127", "MGI:1923560", "MGI:94906", "MGI:3808752", "MGI:5510750", "MGI:95774", "MGI:2153482", "MGI:88354", "MGI:97249", "MGI:3806988", "MGI:2444461", "MGI:103014", "MGI:1933527", "MGI:3646662", "MGI:3043001", "MGI:1920198", "MGI:3606571", "MGI:891963", "MGI:102960", "MGI:1923510", "MGI:1928378", "MGI:99441", "MGI:1926609", "MGI:1341839", "MGI:107792", "MGI:2671302", "MGI:2671305", "MGI:3584011", "MGI:104634", "MGI:106598", "MGI:1915500", "MGI:1261845", "MGI:1923858", "MGI:109239", "MGI:3530520", "MGI:5560149", "MGI:2137336", "MGI:2443455", "MGI:1927169", "MGI:3522243", "MGI:5570107", "MGI:3619402", "MGI:1922658", "MGI:1341171", "MGI:1857024", "MGI:96120", "MGI:1347343", "MGI:2178598", "MGI:5446153", "MGI:1890505", "MGI:1924378", "MGI:96031", "MGI:2653838", "MGI:1306803", "MGI:95616", "MGI:5619598", "MGI:1202304", "MGI:2148800", "MGI:2441869", "MGI:1891341", "MGI:98385", "MGI:1923751", "MGI:2684853", "MGI:4829400", "MGI:1918673", "MGI:99781", "MGI:2151797", "MGI:894696", "MGI:1919599", "MGI:3780550", "MGI:5429773", "MGI:1915146", "MGI:96904", "MGI:1918312", "MGI:1921287", "MGI:106633", "MGI:3649059", "MGI:99595", "MGI:2671563", "MGI:109485", "MGI:103013", "MGI:1923076", "MGI:2154278", "MGI:3644685", "MGI:1932127", "MGI:2152971", "MGI:1341865", "MGI:103072", "MGI:104808", "MGI:2676823", "MGI:2684063", "MGI:2671294", "MGI:2146012", "MGI:5445346", "MGI:1914529", "MGI:2444306", "MGI:2676586", "MGI:1915760", "MGI:1352447", "MGI:1914369", "MGI:1351502", "MGI:2183052", "MGI:102944", "MGI:2152938", "MGI:2681862", "MGI:104651", "MGI:1919357", "MGI:102675", "MGI:894681", "MGI:3806074", "MGI:1916890", "MGI:3807229", "MGI:5544343", "MGI:1930780", "MGI:109189", "MGI:3039562", "MGI:88263", "MGI:1916856", "MGI:1346348", "MGI:2145118", "MGI:88515", "MGI:1890110", "MGI:99423", "MGI:1915333", "MGI:5760320", "MGI:3807029", "MGI:2685028", "MGI:1931053", "MGI:1098243", "MGI:1922246", "MGI:1914664", "MGI:1353422", "MGI:96067", "MGI:3038440", "MGI:1922004", "MGI:1330818", "MGI:1913788", "MGI:1332247", "MGI:3038407", "MGI:1929913", "MGI:95915", "MGI:1354159", "MGI:3817648", "MGI:1277957", "MGI:2384931", "MGI:2443432", "MGI:1316648", "MGI:1096881", "MGI:96298", "MGI:98250", "MGI:1329003", "MGI:1931307", "MGI:103206", "MGI:1098283", "MGI:1856840", "MGI:1913404", "MGI:2445031", "MGI:3589220", "MGI:96199", "MGI:107538", "MGI:1926471", "MGI:3692915", "MGI:3800385", "MGI:1921597", "MGI:95609", "MGI:95276", "MGI:88519", "MGI:95667", "MGI:3045253", "MGI:108017", "MGI:3577507", "MGI:92638", "MGI:109267", "MGI:5792016", "MGI:2676364", "MGI:1354702", "MGI:1914902", "MGI:5616523", "MGI:3806044", "MGI:108026", "MGI:97496", "MGI:1342288", "MGI:2139971", "MGI:5792112", "MGI:1915317", "MGI:1202397", "MGI:1202395", "MGI:1321394", "MGI:106388", "MGI:1917115", "MGI:2135954", "MGI:1098718", "MGI:107384", "MGI:1925224", "MGI:5490291", "MGI:97283", "MGI:1891838", "MGI:102956", "MGI:3588207", "MGI:107490", "MGI:1924880", "MGI:1930150", "MGI:94869", "MGI:1096330", "MGI:109187", "MGI:1918480", "MGI:1917140", "MGI:1856624", "MGI:1339753", "MGI:1344341", "MGI:103239", "MGI:5510770", "MGI:3692904", "MGI:1196345", "MGI:1919254", "MGI:1918632", "MGI:3580364", "MGI:2687283", "MGI:1855697", "MGI:2668209", "MGI:97401", "MGI:1096879", "MGI:88361", "MGI:102541", "MGI:1856683", "MGI:2676627", "MGI:3038389", "MGI:2141942", "MGI:2685431", "MGI:1927259", "MGI:1889024", "MGI:108202", "MGI:95714", "MGI:1351899", "MGI:107504", "MGI:5431484", "MGI:97847", "MGI:1352495", "MGI:1329042", "MGI:4455206", "MGI:5760312", "MGI:1890497", "MGI:88321", "MGI:99951", "MGI:108041", "MGI:107494", "MGI:2670749", "MGI:98285", "MGI:105102", "MGI:1926834", "MGI:1350935", "MGI:96928", "MGI:2448715", "MGI:1354949", "MGI:2141207", "MGI:2142227", "MGI:104729", "MGI:1347071", "MGI:2389312", "MGI:1321392", "MGI:2445059", "MGI:2685325", "MGI:1921693", "MGI:5547741", "MGI:2442948", "MGI:1913950", "MGI:2443769", "MGI:3046709", "MGI:106065", "MGI:3794322", "MGI:5517546", "MGI:1202713", "MGI:104752", "MGI:1099442", "MGI:95742", "MGI:96086", "MGI:2671517", "MGI:106379", "MGI:2656117", "MGI:5568841", "MGI:2444708", "MGI:1202907", "MGI:1922747", "MGI:103157", "MGI:3806803", "MGI:1921692", "MGI:104512", "MGI:96412", "MGI:1860454", "MGI:1338033", "MGI:97770", "MGI:4830599", "MGI:1343050", "MGI:1349461", "MGI:1915842", "MGI:1858943", "MGI:1346317", "MGI:1860093", "MGI:1890212", "MGI:1915971", "MGI:3709847", "MGI:1914588", "MGI:1923304", "MGI:109175", "MGI:2443337", "MGI:2176375", "MGI:1891457", "MGI:1917498", "MGI:1916847", "MGI:1856677", "MGI:88283", "MGI:98278", "MGI:2673874", "MGI:2152414", "MGI:2676851", "MGI:1201683", "MGI:1347053", "MGI:1913433", "MGI:4457207", "MGI:2664992", "MGI:109612", "MGI:2443564", "MGI:5439937", "MGI:5311352", "MGI:106477", "MGI:2445154", "MGI:97740", "MGI:2139535", "MGI:96201", "MGI:2442191", "MGI:109374", "MGI:3798876", "MGI:1932622", "MGI:3036246", "MGI:109156", "MGI:2144404", "MGI:1342307", "MGI:5297417", "MGI:98277", "MGI:96449", "MGI:1099802", "MGI:2679720", "MGI:1346318", "MGI:2685330", "MGI:1921738", "MGI:5491154", "MGI:1352453", "MGI:95567", "MGI:3813814", "MGI:1914485", "MGI:1333842", "MGI:1922459", "MGI:97795", "MGI:3806125", "MGI:2685054", "MGI:1913798", "MGI:3588198", "MGI:1931029", "MGI:1917542", "MGI:1349661", "MGI:3806998", "MGI:2676878", "MGI:98926", "MGI:3822489", "MGI:88379", "MGI:4359042", "MGI:3814079", "MGI:2676911", "MGI:1347056", "MGI:3521994", "MGI:88465", "MGI:104993", "MGI:88138", "MGI:3027996", "MGI:2663588", "MGI:87883", "MGI:106584", "MGI:5499181", "MGI:2671382", "MGI:88360", "MGI:1339751", "MGI:2176159", "MGI:1316721", "MGI:2138968", "MGI:1328366", "MGI:1924627", "MGI:1916274", "MGI:106621", "MGI:98355", "MGI:1922003", "MGI:98400", "MGI:104328", "MGI:2156057", "MGI:96447", "MGI:2676830", "MGI:3811827", "MGI:2429603", "MGI:2141418", "MGI:1341813", "MGI:5427407", "MGI:1913453", "MGI:102504", "MGI:2681158", "MGI:99215", "MGI:2153070", "MGI:1914682", "MGI:104517", "MGI:5707613", "MGI:1858203", "MGI:1921775", "MGI:99614", "MGI:88017", "MGI:2384836", "MGI:97290", "MGI:102555", "MGI:3613598", "MGI:1350930", "MGI:1920424", "MGI:2387602", "MGI:109527", "MGI:2443377", "MGI:1922815", "MGI:2685817", "MGI:1913994", "MGI:1918816", "MGI:2145814", "MGI:1330294", "MGI:2445003", "MGI:97351", "MGI:1926967", "MGI:2153040", "MGI:3689052", "MGI:5792075", "MGI:2442827", "MGI:98361", "MGI:1923734", "MGI:1101061", "MGI:1925644", "MGI:1097161", "MGI:98970", "MGI:95805", "MGI:1890473", "MGI:105093", "MGI:2442958", "MGI:1923434", "MGI:97611", "MGI:1914804", "MGI:97816", "MGI:107426", "MGI:2384968", "MGI:1338756", "MGI:2444812", "MGI:1920243", "MGI:2442032", "MGI:98186", "MGI:1349451", "MGI:1915022", "MGI:1857038", "MGI:109528", "MGI:5646408", "MGI:109321", "MGI:1195272", "MGI:1921506", "MGI:5792002", "MGI:87871", "MGI:1929612", "MGI:99701", "MGI:5424915", "MGI:1314647", "MGI:3588225", "MGI:3665142", "MGI:1861199", "MGI:3784202", "MGI:98346", "MGI:105374", "MGI:1332243", "MGI:2385159", "MGI:1355331", "MGI:1338069", "MGI:1915443", "MGI:98446", "MGI:105368", "MGI:1098221", "MGI:1890773", "MGI:97537", "MGI:5702325", "MGI:88343", "MGI:1920918", "MGI:2141180", "MGI:892032", "MGI:3775246", "MGI:4441328", "MGI:1194497", "MGI:99457", "MGI:88333", "MGI:99682", "MGI:1917004", "MGI:94910", "MGI:1921743", "MGI:1914148", "MGI:2443207", "MGI:109450", "MGI:1933973", "MGI:1919085", "MGI:1933158", "MGI:2147298", "MGI:102949", "MGI:2446159", "MGI:3040693", "MGI:1924237", "MGI:107760", "MGI:1917607", "MGI:2387600", "MGI:95759", "MGI:2385900", "MGI:96699", "MGI:3817307", "MGI:3798686", "MGI:88608", "MGI:88111", "MGI:109298", "MGI:3818944", "MGI:1927339", "MGI:1920018", "MGI:2147077", "MGI:1861431", "MGI:700013", "MGI:107934", "MGI:3708996", "MGI:105941", "MGI:3645767", "MGI:1276110", "MGI:1913711", "MGI:108104", "MGI:1921627", "MGI:2671360", "MGI:97805", "MGI:1928488", "MGI:97523", "MGI:5484618", "MGI:108413", "MGI:1097156", "MGI:892877", "MGI:2443003", "MGI:2673967", "MGI:109516", "MGI:104638", "MGI:2685142", "MGI:2137957", "MGI:2676883", "MGI:5527558", "MGI:97492", "MGI:3812131", "MGI:2386139", "MGI:1346862", "MGI:102780", "MGI:1100860", "MGI:3718205", "MGI:88331", "MGI:5428956", "MGI:108064", "MGI:3805910", "MGI:5440919", "MGI:2385906", "MGI:1922139", "MGI:2136910", "MGI:99675", "MGI:3798085", "MGI:5311362", "MGI:96382", "MGI:96285", "MGI:98738", "MGI:98229", "MGI:3798899", "MGI:1197523", "MGI:1891436", "MGI:106677", "MGI:5424993", "MGI:1277176", "MGI:1921455", "MGI:2684035", "MGI:2387638", "MGI:3809527", "MGI:101774", "MGI:1856892", "MGI:108173", "MGI:98676", "MGI:1347098", "MGI:96158", "MGI:87959", "MGI:2158492", "MGI:1856895", "MGI:95537", "MGI:98310", "MGI:2443583", "MGI:1928396", "MGI:1346525", "MGI:3809515", "MGI:3522097", "MGI:96789", "MGI:1916925", "MGI:2448784", "MGI:1890077", "MGI:1276107", "MGI:2442507", "MGI:1277117", "MGI:2448621", "MGI:109360", "MGI:88233", "MGI:1857059", "MGI:95459", "MGI:1915963", "MGI:87945", "MGI:2182728", "MGI:2384585", "MGI:1918956", "MGI:3576012", "MGI:2684999", "MGI:2445165", "MGI:97788", "MGI:1336993", "MGI:2150302", "MGI:1351646", "MGI:1923628", "MGI:88478", "MGI:892003", "MGI:3038337", "MGI:94900", "MGI:2157522", "MGI:104694", "MGI:1855698", "MGI:3817280", "MGI:95614", "MGI:1315199", "MGI:107585", "MGI:1914725", "MGI:97309", "MGI:95691", "MGI:103293", "MGI:107363", "MGI:1347520", "MGI:1346022", "MGI:1333882", "MGI:96197", "MGI:2447775", "MGI:3034121", "MGI:3040695", "MGI:2448592", "MGI:1346872", "MGI:3033920", "MGI:1196284", "MGI:1923714", "MGI:1355319", "MGI:94885", "MGI:1354171", "MGI:2443386", "MGI:88302", "MGI:1929882", "MGI:2671641", "MGI:2442554", "MGI:1347048", "MGI:1309489", "MGI:107163", "MGI:103559", "MGI:1927498", "MGI:2179326", "MGI:3043305", "MGI:2441763", "MGI:1891066", "MGI:1314891", "MGI:99252", "MGI:1921537", "MGI:1097692", "MGI:1921615", "MGI:95689", "MGI:5317764", "MGI:1891124", "MGI:106912", "MGI:2143528", "MGI:1096388", "MGI:1860139", "MGI:101950", "MGI:2447362", "MGI:2671416", "MGI:107421", "MGI:5436088", "MGI:3038449", "MGI:3613600", "MGI:2146220", "MGI:1101059", "MGI:1329019", "MGI:106100", "MGI:104673", "MGI:2443758", "MGI:1920958", "MGI:96183", "MGI:1330307", "MGI:2447063", "MGI:2150920", "MGI:2684919", "MGI:1353438", "MGI:3029414", "MGI:1921394", "MGI:2448675", "MGI:1346881", "MGI:1890498", "MGI:97511", "MGI:5424985", "MGI:3026877", "MGI:3800671", "MGI:104539", "MGI:2387214", "MGI:1346349", "MGI:1351338", "MGI:1346858", "MGI:1351744", "MGI:99654", "MGI:1196256", "MGI:104658", "MGI:1100819", "MGI:1338044", "MGI:2146430", "MGI:1928478", "MGI:1195271", "MGI:2183049", "MGI:2159407", "MGI:1913447", "MGI:1861657", "MGI:1197015", "MGI:98431", "MGI:103232", "MGI:1919540", "MGI:1340046", "MGI:2429914", "MGI:1335073", "MGI:1196396", "MGI:1919268", "MGI:3777561", "MGI:2681828", "MGI:95705", "MGI:96083", "MGI:3038394", "MGI:2671309", "MGI:1924817", "MGI:1856618", "MGI:104515", "MGI:1934704", "MGI:5792021", "MGI:97255", "MGI:1927468", "MGI:2444304", "MGI:1919949", "MGI:1921713", "MGI:1920999", "MGI:98266", "MGI:2443967", "MGI:99878", "MGI:96692", "MGI:95773", "MGI:95749", "MGI:3036280", "MGI:2139220", "MGI:1278313", "MGI:1890446", "MGI:88053", "MGI:2444120", "MGI:1918957", "MGI:105037", "MGI:1922595", "MGI:108440", "MGI:1315197", "MGI:1920970", "MGI:1914221", "MGI:88467", "MGI:1313258", "MGI:1931028", "MGI:1096569", "MGI:1343178", "MGI:1924937", "MGI:1921626", "MGI:1919164", "MGI:1856967", "MGI:88453", "MGI:1919338", "MGI:3590554", "MGI:1922908", "MGI:1195972", "MGI:1918252", "MGI:1343102", "MGI:1922656", "MGI:5499188", "MGI:1918970", "MGI:5316756", "MGI:1915186", "MGI:1926321", "MGI:1914692", "MGI:2153062", "MGI:105089", "MGI:2151060", "MGI:1339752", "MGI:1196224", "MGI:104672", "MGI:2152883", "MGI:1351603", "MGI:1289273", "MGI:97231", "MGI:109536", "MGI:1860776", "MGI:2671674", "MGI:1934229", "MGI:88452", "MGI:98919", "MGI:107532", "MGI:1316689", "MGI:1917186", "MGI:1918639", "MGI:5446145", "MGI:1929657", "MGI:1329014", "MGI:5446152", "MGI:2685574", "MGI:3589233", "MGI:102565", "MGI:1924971", "MGI:1344416", "MGI:96755", "MGI:2445179", "MGI:1921494", "MGI:1914309", "MGI:1917319", "MGI:95294", "MGI:1918249", "MGI:97999", "MGI:1921192", "MGI:95554", "MGI:1321119", "MGI:1860040", "MGI:3813547", "MGI:104797", "MGI:1920897", "MGI:1206039", "MGI:95275", "MGI:1915119", "MGI:2177626", "MGI:3809391", "MGI:95317", "MGI:1916359", "MGI:102525", "MGI:1856978", "MGI:1923711", "MGI:3800208", "MGI:103556", "MGI:88145", "MGI:1351865", "MGI:1914701", "MGI:1913843", "MGI:2155779", "MGI:5477181", "MGI:107164", "MGI:5560787", "MGI:104555", "MGI:99422", "MGI:96542", "MGI:2686379", "MGI:95410", "MGI:1347093", "MGI:102896", "MGI:1309480", "MGI:5792087", "MGI:1913957", "MGI:3806642", "MGI:2685386", "MGI:1857039", "MGI:97463", "MGI:4829954", "MGI:1349390", "MGI:1890647", "MGI:1352498", "MGI:1929230", "MGI:5424989", "MGI:96493", "MGI:2384318", "MGI:3043288", "MGI:1929289", "MGI:1277134", "MGI:107471", "MGI:1927243", "MGI:96920", "MGI:97712", "MGI:2671578", "MGI:2139018", "MGI:109613", "MGI:1929596", "MGI:3576022", "MGI:1927133", "MGI:1194490", "MGI:1201402", "MGI:1261791", "MGI:2151136", "MGI:1354178", "MGI:2446237", "MGI:1925349", "MGI:1929709", "MGI:2685183", "MGI:107430", "MGI:107201", "MGI:1333815", "MGI:1860297", "MGI:1925503", "MGI:88295", "MGI:103027", "MGI:1098776", "MGI:2682682", "MGI:1928990", "MGI:2135916", "MGI:2681219", "MGI:96796", "MGI:87884", "MGI:1338881", "MGI:2446977", "MGI:1915271", "MGI:1194505", "MGI:1857316", "MGI:106374", "MGI:3849691", "MGI:2384811", "MGI:2445356", "MGI:1349475", "MGI:102564", "MGI:3055803", "MGI:103067", "MGI:1915673", "MGI:1100508", "MGI:2135267", "MGI:5049954", "MGI:1914514", "MGI:109169", "MGI:1338758", "MGI:104650", "MGI:1932374", "MGI:5004966", "MGI:2685169", "MGI:1277186", "MGI:1917297", "MGI:2145448", "MGI:3619354", "MGI:96916", "MGI:109638", "MGI:1345284", "MGI:1915084", "MGI:1920719", "MGI:1923847", "MGI:97441", "MGI:1338946", "MGI:3808822", "MGI:5648126", "MGI:1929242", "MGI:1914222", "MGI:1196316", "MGI:1914139", "MGI:5049961", "MGI:5442112", "MGI:1194506", "MGI:3801040", "MGI:1930036", "MGI:1352456", "MGI:3809406", "MGI:5049962", "MGI:1856655", "MGI:95610", "MGI:1336192", "MGI:5490320", "MGI:105112", "MGI:5505487", "MGI:2682313", "MGI:2449205", "MGI:3574830", "MGI:1276575", "MGI:1202307", "MGI:1353598", "MGI:3039582", "MGI:5499185", "MGI:1316658", "MGI:88077", "MGI:1916947", "MGI:1913472", "MGI:1917715", "MGI:5760341", "MGI:1349216", "MGI:1860292", "MGI:99466", "MGI:2684125", "MGI:1922391", "MGI:1914832", "MGI:2444210", "MGI:2443388", "MGI:1914293", "MGI:2671498", "MGI:1201406", "MGI:2152453", "MGI:104641", "MGI:1100535", "MGI:1927345", "MGI:96975", "MGI:2676852", "MGI:1342273", "MGI:1353494", "MGI:1914065", "MGI:2671310", "MGI:5311363", "MGI:1917565", "MGI:1354697", "MGI:1927235", "MGI:107654", "MGI:2676826", "MGI:3847254", "MGI:109532", "MGI:96626", "MGI:2665114", "MGI:1856142", "MGI:95692", "MGI:1920662", "MGI:105303", "MGI:2153060", "MGI:108063", "MGI:1328321", "MGI:108007", "MGI:2429397", "MGI:103080", "MGI:894659", "MGI:1916403", "MGI:106924", "MGI:1098733", "MGI:88027", "MGI:1924933", "MGI:98940", "MGI:2443552", "MGI:1924317", "MGI:1924015", "MGI:1344037", "MGI:1333807", "MGI:2448269", "MGI:1915862", "MGI:88522", "MGI:96915", "MGI:1913100", "MGI:3039635", "MGI:5490336", "MGI:107564", "MGI:1346327", "MGI:1890695", "MGI:1316743", "MGI:107927", "MGI:1298205", "MGI:5425011", "MGI:1921527", "MGI:108409", "MGI:3043649", "MGI:3686721", "MGI:98813", "MGI:1270863", "MGI:88362", "MGI:107472", "MGI:5424898", "MGI:2671272", "MGI:1316652", "MGI:1349717", "MGI:2154405", "MGI:1923558", "MGI:98663", "MGI:1338010", "MGI:1196412", "MGI:103560", "MGI:5503989", "MGI:1888506", "MGI:108061", "MGI:1919711", "MGI:97931", "MGI:106907", "MGI:1917683", "MGI:3640773", "MGI:97998", "MGI:5490302", "MGI:3626337", "MGI:1913913", "MGI:3692896", "MGI:1891258", "MGI:1202882", "MGI:97009", "MGI:3652571", "MGI:1315215", "MGI:96015", "MGI:3811239", "MGI:96960", "MGI:1859993", "MGI:1913705", "MGI:88518", "MGI:1919419", "MGI:2183051", "MGI:1928481", "MGI:5320605", "MGI:1919119", "MGI:1916712", "MGI:1913974", "MGI:1333833", "MGI:88396", "MGI:2429611", "MGI:1859545", "MGI:99400", "MGI:2678952", "MGI:87868", "MGI:2443342", "MGI:1927868", "MGI:96581", "MGI:2684956", "MGI:95625", "MGI:2135593", "MGI:1341864", "MGI:2443686", "MGI:105084", "MGI:1354698", "MGI:1929468", "MGI:1861632", "MGI:97171", "MGI:3646642", "MGI:1344405", "MGI:3036255", "MGI:3812318", "MGI:1933549", "MGI:2676844", "MGI:1350924", "MGI:94874", "MGI:1917475", "MGI:2146149", "MGI:2685692", "MGI:99914", "MGI:96446", "MGI:1351901", "MGI:5578769", "MGI:101895", "MGI:1919224", "MGI:102704", "MGI:1934031", "MGI:5424991", "MGI:98728", "MGI:1355322", "MGI:2685099", "MGI:2137659", "MGI:1101358", "MGI:1918381", "MGI:94871", "MGI:1914311", "MGI:1859619", "MGI:95739", "MGI:98296", "MGI:102797", "MGI:109263", "MGI:3027157", "MGI:108074", "MGI:1351341", "MGI:894762", "MGI:105107", "MGI:2671601", "MGI:2385289", "MGI:1913658", "MGI:101947", "MGI:109297", "MGI:3664654", "MGI:2681221", "MGI:99668", "MGI:97791", "MGI:1338917", "MGI:1098265", "MGI:1928379", "MGI:1926395", "MGI:3808814", "MGI:1345151", "MGI:2448622", "MGI:105099", "MGI:97890", "MGI:106604", "MGI:1861191", "MGI:97807", "MGI:103292", "MGI:1349467", "MGI:1891190", "MGI:95880", "MGI:1925850", "MGI:3708138", "MGI:2443155", "MGI:1922730", "MGI:1917943", "MGI:106913", "MGI:5424902", "MGI:3033969", "MGI:95862", "MGI:2446175", "MGI:2429504", "MGI:1350932", "MGI:1925164", "MGI:5313710", "MGI:3579046", "MGI:1890504", "MGI:2149728", "MGI:3808787", "MGI:1918355", "MGI:2671562", "MGI:98244", "MGI:88445", "MGI:1329033", "MGI:3054790", "MGI:97516", "MGI:2682935", "MGI:1931001", "MGI:98480", "MGI:2144305", "MGI:107684", "MGI:98664", "MGI:1921903", "MGI:2135548", "MGI:107404", "MGI:1915403", "MGI:5450855", "MGI:98259", "MGI:1933244", "MGI:1914634", "MGI:2146620", "MGI:104860", "MGI:1328352", "MGI:1923727", "MGI:3030547", "MGI:98481", "MGI:97490", "MGI:4829959", "MGI:1345963", "MGI:1923691", "MGI:1915191", "MGI:1859516", "MGI:2142166", "MGI:96908", "MGI:1859169", "MGI:2677212", "MGI:2685615", "MGI:96178", "MGI:88329", "MGI:1351209", "MGI:2658851", "MGI:3809029", "MGI:1914071", "MGI:88140", "MGI:3033921", "MGI:3053524", "MGI:3577486", "MGI:109619", "MGI:3811104", "MGI:103573", "MGI:1329040", "MGI:2183015", "MGI:109443", "MGI:1203517", "MGI:101918", "MGI:2180585", "MGI:1915438", "MGI:107606", "MGI:88384", "MGI:1349412", "MGI:1346085", "MGI:1919304", "MGI:1337994", "MGI:101907", "MGI:108445", "MGI:1925237", "MGI:3817285", "MGI:2444609", "MGI:1919017", "MGI:95628", "MGI:1913895", "MGI:4829962", "MGI:98488", "MGI:5791982", "MGI:1328316", "MGI:1915666", "MGI:1355314", "MGI:2664102", "MGI:1277178", "MGI:106611", "MGI:95721", "MGI:109347", "MGI:1920832", "MGI:1315213", "MGI:1917153", "MGI:1344352", "MGI:2671437", "MGI:1196458", "MGI:2450877", "MGI:96394", "MGI:1914914", "MGI:99214", "MGI:109359", "MGI:1889575", "MGI:1931874", "MGI:103306", "MGI:97933", "MGI:1914244", "MGI:2135672", "MGI:1856591", "MGI:1920994", "MGI:1101357", "MGI:2670265", "MGI:893577", "MGI:1856650", "MGI:1913837", "MGI:1861183", "MGI:2444228", "MGI:1098808", "MGI:1915459", "MGI:5752518", "MGI:109383", "MGI:3040968", "MGI:894693", "MGI:109185", "MGI:1916788", "MGI:1922814", "MGI:1321151", "MGI:1924086", "MGI:99439", "MGI:3505572", "MGI:107492", "MGI:88314", "MGI:88232", "MGI:1914321", "MGI:1913647", "MGI:96401", "MGI:107543", "MGI:1345153", "MGI:1352467", "MGI:3624123", "MGI:1915054", "MGI:98301", "MGI:2450687", "MGI:1915902", "MGI:99833", "MGI:1346867", "MGI:97896", "MGI:3815569", "MGI:1338032", "MGI:99254", "MGI:3027877", "MGI:97845", "MGI:5437721", "MGI:2442220", "MGI:2155091", "MGI:107485", "MGI:108027", "MGI:5434951", "MGI:2443397", "MGI:1856999", "MGI:96436", "MGI:1349419", "MGI:107423", "MGI:1306826", "MGI:1891830", "MGI:1915277", "MGI:1861458", "MGI:1342270", "MGI:1346013", "MGI:894293", "MGI:1289258", "MGI:3624557", "MGI:97934", "MGI:5646404", "MGI:3043654", "MGI:1355323", "MGI:1913411", "MGI:3763721", "MGI:96416", "MGI:2663985", "MGI:108015", "MGI:1921584", "MGI:94941", "MGI:95285", "MGI:95655", "MGI:2385297", "MGI:97178", "MGI:104799", "MGI:1929282", "MGI:3811753", "MGI:1856849", "MGI:1913828", "MGI:95856", "MGI:2442982", "MGI:2655562", "MGI:109162", "MGI:109165", "MGI:2443807", "MGI:95770", "MGI:1925427", "MGI:1924049", "MGI:1914162", "MGI:107928", "MGI:97383", "MGI:106442", "MGI:1914449", "MGI:95598", "MGI:88423", "MGI:1855692", "MGI:3584032", "MGI:1354721", "MGI:1860214", "MGI:1914719", "MGI:103234", "MGI:1203495", "MGI:1926945", "MGI:95494", "MGI:1201682", "MGI:1914251", "MGI:5430043", "MGI:1277124", "MGI:2153588", "MGI:1923523", "MGI:109496", "MGI:2443805", "MGI:1333850", "MGI:96878", "MGI:2449712", "MGI:102567", "MGI:96709", "MGI:3575159", "MGI:1917704", "MGI:1340034", "MGI:88055", "MGI:1289184", "MGI:2385708", "MGI:1314873", "MGI:1298392", "MGI:1096362", "MGI:1923724", "MGI:1354693", "MGI:1924301", "MGI:1923972", "MGI:107495", "MGI:1346341", "MGI:3769724", "MGI:2181363", "MGI:3582693", "MGI:87876", "MGI:2141969", "MGI:1931749", "MGI:107718", "MGI:1891706", "MGI:1096865", "MGI:1298206", "MGI:2683087", "MGI:1340806", "MGI:5424904", "MGI:1345183", "MGI:1929648", "MGI:1346875", "MGI:1918239", "MGI:107824", "MGI:893587", "MGI:1918053", "MGI:1333852", "MGI:1914167", "MGI:1917457", "MGI:3778191", "MGI:2145264", "MGI:2671427", "MGI:1859823", "MGI:1913728", "MGI:2158340", "MGI:95619", "MGI:3046718", "MGI:1918730", "MGI:96184", "MGI:99846", "MGI:1276118", "MGI:104296", "MGI:1917488", "MGI:95515", "MGI:88456", "MGI:5316771", "MGI:1196990", "MGI:1891638", "MGI:103060", "MGI:2443597", "MGI:2158382", "MGI:1929471", "MGI:95415", "MGI:2671289", "MGI:98935", "MGI:1353609", "MGI:1929938", "MGI:1921441", "MGI:107572", "MGI:2137961", "MGI:3815564", "MGI:97800", "MGI:3578159", "MGI:1919412", "MGI:99414", "MGI:3800451", "MGI:1927144", "MGI:5429749", "MGI:3809019", "MGI:2442104", "MGI:1351641", "MGI:1270861", "MGI:3811045", "MGI:1097705", "MGI:1914724", "MGI:107560", "MGI:1917485", "MGI:1298227", "MGI:3040519", "MGI:99512", "MGI:97904", "MGI:1931441", "MGI:1354695", "MGI:2443733", "MGI:106181", "MGI:88398", "MGI:97519", "MGI:3807247", "MGI:3038452", "MGI:3700030", "MGI:109366", "MGI:95613", "MGI:3575180", "MGI:3512780", "MGI:95950", "MGI:1918961", "MGI:2141866", "MGI:1194910", "MGI:2386607", "MGI:1913649", "MGI:2446526", "MGI:2441745", "MGI:1928753", "MGI:94864", "MGI:3512806", "MGI:1920910", "MGI:1261436", "MGI:2135755", "MGI:1930016", "MGI:1096868", "MGI:1935147", "MGI:2384818", "MGI:2178103", "MGI:1340031", "MGI:2447076", "MGI:1858305", "MGI:1351634", "MGI:1919311", "MGI:2135607", "MGI:3777569", "MGI:1346834", "MGI:109484", "MGI:87887", "MGI:99449", "MGI:102722", "MGI:4888747", "MGI:3038438", "MGI:2442403", "MGI:101910", "MGI:2445220", "MGI:97769", "MGI:1261819", "MGI:2685968", "MGI:2443847", "MGI:1919008", "MGI:99667", "MGI:1914681", "MGI:103077", "MGI:1919977", "MGI:2443226", "MGI:103163", "MGI:104664", "MGI:2145823", "MGI:96541", "MGI:1914743", "MGI:107422", "MGI:1099809", "MGI:101920", "MGI:1861180", "MGI:2385331", "MGI:2444314", "MGI:2443331", "MGI:3828117", "MGI:1346044", "MGI:2442484", "MGI:2145242", "MGI:1914413", "MGI:88319", "MGI:1328365", "MGI:1934943", "MGI:107818", "MGI:98327", "MGI:892866", "MGI:2385262", "MGI:1929459", "MGI:2671266", "MGI:1096399", "MGI:1929270", "MGI:1195261", "MGI:2671597", "MGI:95752", "MGI:2677633", "MGI:3622649", "MGI:1915099", "MGI:1344694", "MGI:2138453", "MGI:5510757", "MGI:103577", "MGI:3812220", "MGI:1913287", "MGI:104990", "MGI:1921719", "MGI:1341867", "MGI:2447024", "MGI:1095407", "MGI:1347004", "MGI:1098658", "MGI:1341722", "MGI:1346345", "MGI:3618754", "MGI:2651811", "MGI:102570", "MGI:2146663", "MGI:1917336", "MGI:1330276", "MGI:1329039", "MGI:1919455", "MGI:1924567", "MGI:1923416", "MGI:1918029", "MGI:5647885", "MGI:1858419", "MGI:1096343", "MGI:894670", "MGI:2671303", "MGI:2662567", "MGI:2685427", "MGI:1313261", "MGI:1928676", "MGI:1921116", "MGI:104626", "MGI:87909", "MGI:2444855", "MGI:5308660", "MGI:104596", "MGI:1857324", "MGI:95602", "MGI:1349462", "MGI:2676663", "MGI:1859147", "MGI:3812580", "MGI:3794339", "MGI:106676", "MGI:1918817", "MGI:1195268", "MGI:1923818", "MGI:2444652", "MGI:1913487", "MGI:1353471", "MGI:96662", "MGI:109406", "MGI:2384790", "MGI:1931249", "MGI:103220", "MGI:109628", "MGI:1353569", "MGI:1856682", "MGI:97850", "MGI:1928820", "MGI:1916314", "MGI:1858229", "MGI:1933383", "MGI:103100", "MGI:1276109", "MGI:2147616", "MGI:107576", "MGI:1330832", "MGI:1915293", "MGI:2443657", "MGI:87874", "MGI:700011", "MGI:1341902", "MGI:1313286", "MGI:1917672", "MGI:1916621", "MGI:1916782", "MGI:2442252", "MGI:88084", "MGI:1347054", "MGI:98962", "MGI:1921373", "MGI:3645984", "MGI:105126", "MGI:97486", "MGI:5433316", "MGI:108081", "MGI:101940", "MGI:1915755", "MGI:1916948", "MGI:1270841", "MGI:1923062", "MGI:2443231", "MGI:1918677", "MGI:2442120", "MGI:3798821", "MGI:88388", "MGI:2183450", "MGI:98931", "MGI:88523", "MGI:105051", "MGI:1929096", "MGI:104640", "MGI:88107", "MGI:1913476", "MGI:1349479", "MGI:1917711", "MGI:5004970", "MGI:3812227", "MGI:2142246", "MGI:3619437", "MGI:1861380", "MGI:1933825", "MGI:3818888", "MGI:1917022", "MGI:5049957", "MGI:97473", "MGI:2671370", "MGI:1917777", "MGI:1347090", "MGI:2671434", "MGI:2671400", "MGI:1861361", "MGI:1345167", "MGI:96943", "MGI:1857089", "MGI:1342541", "MGI:1934609", "MGI:3801091", "MGI:1341163", "MGI:1923488", "MGI:1857084", "MGI:88563", "MGI:3576625", "MGI:5429751", "MGI:1856912", "MGI:105128", "MGI:2682307", "MGI:5791995", "MGI:1921430", "MGI:95607", "MGI:109350", "MGI:2685279", "MGI:1336161", "MGI:1354724", "MGI:1931825", "MGI:108056", "MGI:102708", "MGI:1920904", "MGI:97612", "MGI:96885", "MGI:2660661", "MGI:3045338", "MGI:1934029", "MGI:3033900", "MGI:3817237", "MGI:97796", "MGI:1913806", "MGI:1350985", "MGI:103286", "MGI:2676896", "MGI:97771", "MGI:1914497", "MGI:3612271", "MGI:106612", "MGI:3589281", "MGI:3779933", "MGI:1931221", "MGI:2447658", "MGI:5013378", "MGI:3619440", "MGI:1928898", "MGI:2388477", "MGI:3640778", "MGI:3588194", "MGI:2654575", "MGI:1352747", "MGI:95815", "MGI:1353563", "MGI:3818874", "MGI:2443191", "MGI:103078", "MGI:107657", "MGI:1890508", "MGI:2181962", "MGI:98611", "MGI:1889286", "MGI:2388266", "MGI:1890811", "MGI:1922920", "MGI:99535", "MGI:1926129", "MGI:5320604", "MGI:1918722", "MGI:1917086", "MGI:2676900", "MGI:3647683", "MGI:105923", "MGI:1929481", "MGI:1913542", "MGI:893591", "MGI:2448974", "MGI:1929492", "MGI:1354387", "MGI:97895", "MGI:2385255", "MGI:2677208", "MGI:1316745", "MGI:1340030", "MGI:3576783", "MGI:1203728", "MGI:1918441", "MGI:3617840", "MGI:3512773", "MGI:2444772", "MGI:2444169", "MGI:2684894", "MGI:1932051", "MGI:103039", "MGI:1914110", "MGI:96606", "MGI:2135958", "MGI:101946", "MGI:99841", "MGI:1354944", "MGI:106390", "MGI:4830598", "MGI:1856996", "MGI:95896", "MGI:99420", "MGI:1098271", "MGI:894663", "MGI:1914269", "MGI:107544", "MGI:5436072", "MGI:2448567", "MGI:1918949", "MGI:108571", "MGI:2384791", "MGI:1354948", "MGI:1859547", "MGI:1891740", "MGI:2673709", "MGI:99960", "MGI:88460", "MGI:1929214", "MGI:1888594", "MGI:1929022", "MGI:1913618", "MGI:1095419", "MGI:1916800", "MGI:108447", "MGI:97813", "MGI:1920432", "MGI:1914297", "MGI:1923582", "MGI:102928", "MGI:5424996", "MGI:1891704", "MGI:1346086", "MGI:1860425", "MGI:95457", "MGI:109278", "MGI:108395", "MGI:1202890", "MGI:1915982", "MGI:1289156", "MGI:107887", "MGI:2669973", "MGI:88256", "MGI:104637", "MGI:88450", "MGI:2660628", "MGI:1915059", "MGI:1859284", "MGI:109153", "MGI:96977", "MGI:99600", "MGI:2442636", "MGI:103064", "MGI:1919358", "MGI:2384831", "MGI:106247", "MGI:108450", "MGI:1197008", "MGI:103036", "MGI:1924574", "MGI:108101", "MGI:1858959", "MGI:5490298", "MGI:102643", "MGI:1349457", "MGI:2386851", "MGI:1298387", "MGI:1298390", "MGI:3818981", "MGI:1341817", "MGI:1353419", "MGI:1916060", "MGI:1919265", "MGI:2159341", "MGI:1921480", "MGI:1336153", "MGI:98497", "MGI:3575129", "MGI:5424974", "MGI:97011", "MGI:1931295", "MGI:95709", "MGI:2153518", "MGI:1330819", "MGI:1924983", "MGI:1916804", "MGI:1861231", "MGI:1355313", "MGI:97564", "MGI:2155399", "MGI:2136878", "MGI:1858910", "MGI:1922863", "MGI:2670425", "MGI:2142347", "MGI:3718461", "MGI:101782", "MGI:3038461", "MGI:103009", "MGI:106368", "MGI:2442233", "MGI:3809001", "MGI:99954", "MGI:1891037", "MGI:5427417", "MGI:1098270", "MGI:2660877", "MGI:95516", "MGI:102537", "MGI:1913656", "MGI:1918984", "MGI:2684937", "MGI:1313259", "MGI:3032560", "MGI:1917598", "MGI:108030", "MGI:96211", "MGI:2684944", "MGI:5436086", "MGI:3775249", "MGI:1914013", "MGI:3578142", "MGI:1856639", "MGI:1922892", "MGI:1861438", "MGI:1920344", "MGI:1201378", "MGI:1314842", "MGI:1921436", "MGI:2442509", "MGI:2147870", "MGI:1914731", "MGI:3849690", "MGI:5491157", "MGI:102795", "MGI:1344375", "MGI:1339755", "MGI:109242", "MGI:102890", "MGI:2442510", "MGI:2678730", "MGI:2157548", "MGI:99462", "MGI:1355272", "MGI:107892", "MGI:1332234", "MGI:2384560", "MGI:1857016", "MGI:97610", "MGI:1330861", "MGI:95520", "MGI:1096338", "MGI:1929100", "MGI:1203290", "MGI:103177", "MGI:1351618", "MGI:3697726", "MGI:1920347", "MGI:1913318", "MGI:1891338", "MGI:97142", "MGI:97621", "MGI:1921262", "MGI:1338850", "MGI:103267", "MGI:2444989", "MGI:107487", "MGI:3763279", "MGI:2442572", "MGI:1919936", "MGI:1929512", "MGI:106036", "MGI:1920484", "MGI:104979", "MGI:1195966", "MGI:97402", "MGI:2148491", "MGI:95612", "MGI:108023", "MGI:1918552", "MGI:3053539", "MGI:1202065", "MGI:2137612", "MGI:5491168", "MGI:103224", "MGI:1916720", "MGI:1924893", "MGI:1859167", "MGI:2676822", "MGI:1270126", "MGI:1919531", "MGI:1914263", "MGI:1919349", "MGI:3807946", "MGI:1098749", "MGI:2681224", "MGI:2158015", "MGI:95432", "MGI:2138334", "MGI:1921362", "MGI:1336185", "MGI:1346871", "MGI:107776", "MGI:103182", "MGI:1860137", "MGI:5311334", "MGI:101912", "MGI:1916177", "MGI:103022", "MGI:98493", "MGI:1919043", "MGI:2443665", "MGI:98880", "MGI:1859670", "MGI:1351663", "MGI:2137680", "MGI:1858224", "MGI:3038379", "MGI:1347245", "MGI:1344387", "MGI:1926176", "MGI:102522", "MGI:3800685", "MGI:1261813", "MGI:1921585", "MGI:1261910", "MGI:2135601", "MGI:1919029", "MGI:106923", "MGI:3817937", "MGI:95579", "MGI:1313278", "MGI:5431480", "MGI:1925638", "MGI:97424", "MGI:1857317", "MGI:1343461", "MGI:107357", "MGI:96909", "MGI:1891442", "MGI:1355317", "MGI:2671575", "MGI:2676835", "MGI:96216", "MGI:107633", "MGI:1920150", "MGI:1860440", "MGI:104850", "MGI:107448", "MGI:1098236", "MGI:104557", "MGI:1856690", "MGI:99611", "MGI:1336894", "MGI:1345184", "MGI:1861099", "MGI:99207", "MGI:5615412", "MGI:3619329", "MGI:98217", "MGI:2443480", "MGI:2675345", "MGI:1914264", "MGI:1925302", "MGI:1917180", "MGI:2443628", "MGI:2683461", "MGI:2442836", "MGI:1917700", "MGI:2685024", "MGI:5516005", "MGI:97308", "MGI:5554445", "MGI:1889336", "MGI:109611", "MGI:108080", "MGI:1925567", "MGI:99481", "MGI:2448493", "MGI:1196616", "MGI:1347487", "MGI:1927665", "MGI:109483", "MGI:109337", "MGI:1100537", "MGI:88019", "MGI:1927406", "MGI:1913392", "MGI:97073", "MGI:2443642", "MGI:1914261", "MGI:1856874", "MGI:1345148", "MGI:107416", "MGI:1919012", "MGI:1913331", "MGI:1098703", "MGI:107765", "MGI:1931527", "MGI:3849694", "MGI:1891829", "MGI:99540", "MGI:3807034", "MGI:2384588", "MGI:1890964", "MGI:1857048", "MGI:88090", "MGI:108454", "MGI:894676", "MGI:1350921", "MGI:97491", "MGI:1333745", "MGI:88586", "MGI:1345144", "MGI:2179947", "MGI:96213", "MGI:2385299", "MGI:1858430", "MGI:2448828", "MGI:2135946", "MGI:1918965", "MGI:1195260", "MGI:1933154", "MGI:1926234", "MGI:2389007", "MGI:1101760", "MGI:1915265", "MGI:1344408", "MGI:109530", "MGI:2684360", "MGI:3045249", "MGI:1857056", "MGI:1339957", "MGI:1313312", "MGI:3810715", "MGI:88070", "MGI:5430731", "MGI:1915392", "MGI:101759", "MGI:1349420", "MGI:3030379", "MGI:3050640", "MGI:96973", "MGI:1343095", "MGI:1918187", "MGI:98874", "MGI:88297", "MGI:2135611", "MGI:1336202", "MGI:103296", "MGI:107710", "MGI:2684993", "MGI:2386030", "MGI:1921123", "MGI:99670", "MGI:1916632", "MGI:97919", "MGI:1341857", "MGI:1330824", "MGI:2137354", "MGI:2675669", "MGI:1926788", "MGI:105980", "MGI:3799216", "MGI:1913363", "MGI:96269", "MGI:2445110", "MGI:5442337", "MGI:1276106", "MGI:109327", "MGI:1914238", "MGI:95814", "MGI:2153839", "MGI:1920740", "MGI:3038465", "MGI:1914683", "MGI:1931466", "MGI:2447776", "MGI:5646241", "MGI:4834168", "MGI:1277201", "MGI:2686925", "MGI:1891295", "MGI:1338017", "MGI:1352762", "MGI:2685954", "MGI:2656113", "MGI:1343327", "MGI:1196365", "MGI:2180197", "MGI:1923011", "MGI:107166", "MGI:3029632", "MGI:99607", "MGI:105383", "MGI:1916625", "MGI:1921970", "MGI:1289308", "MGI:109531", "MGI:3512628", "MGI:1913533", "MGI:1891160", "MGI:1914763", "MGI:1354723", "MGI:894697", "MGI:1913292", "MGI:106613", "MGI:1923718", "MGI:107555", "MGI:1913541", "MGI:3801138", "MGI:109583", "MGI:5424903", "MGI:2671404", "MGI:1923876", "MGI:1921740", "MGI:3794291", "MGI:2183691", "MGI:88117", "MGI:2137302", "MGI:3575153", "MGI:98912", "MGI:2448528", "MGI:5620182", "MGI:1930813", "MGI:1354956", "MGI:1861117", "MGI:104683", "MGI:1919570", "MGI:894407", "MGI:5792043", "MGI:1914735", "MGI:1261827", "MGI:109377", "MGI:108174", "MGI:1341085", "MGI:1276125", "MGI:95823", "MGI:3038462", "MGI:108005", "MGI:96174", "MGI:1352462", "MGI:2443893", "MGI:2151113", "MGI:1347481", "MGI:1352452", "MGI:1925491", "MGI:1915464", "MGI:5424900", "MGI:5425006", "MGI:2387687", "MGI:3577497", "MGI:2388361", "MGI:98476", "MGI:1330288", "MGI:2139743", "MGI:1342005", "MGI:99844", "MGI:3810683", "MGI:1857319", "MGI:1913612", "MGI:108013", "MGI:1926555", "MGI:109589", "MGI:5317762", "MGI:88158", "MGI:1918272", "MGI:3606748", "MGI:106686", "MGI:1194881", "MGI:1277225", "MGI:109533", "MGI:2442722", "MGI:88537", "MGI:98759", "MGI:3651680", "MGI:5433688", "MGI:5004962", "MGI:1919857", "MGI:2661338", "MGI:4359050", "MGI:97801", "MGI:103566", "MGI:2670967", "MGI:3693832", "MGI:1098267", "MGI:104741", "MGI:88397", "MGI:107559", "MGI:1859274", "MGI:1928842", "MGI:3795174", "MGI:97464", "MGI:1890476", "MGI:1277215", "MGI:3799289", "MGI:1919986", "MGI:5510747", "MGI:88318", "MGI:102467", "MGI:98372", "MGI:1890215", "MGI:1919096", "MGI:1919291", "MGI:5317591", "MGI:1338888", "MGI:1919066", "MGI:5491155", "MGI:1859026", "MGI:107636", "MGI:1932697", "MGI:1201407", "MGI:2445092", "MGI:894662", "MGI:1914144", "MGI:1931256", "MGI:1920420", "MGI:3038459", "MGI:3580234", "MGI:3614260", "MGI:1927669", "MGI:97809", "MGI:2671341", "MGI:1098266", "MGI:106185", "MGI:96450", "MGI:1857031", "MGI:1206581", "MGI:2672118", "MGI:1929461", "MGI:1924256", "MGI:1914391", "MGI:1202305", "MGI:3522284", "MGI:2653368", "MGI:1861096", "MGI:1343183", "MGI:95454", "MGI:2385894", "MGI:95679", "MGI:2442544", "MGI:1914698", "MGI:88584", "MGI:1313291", "MGI:1860775", "MGI:96824", "MGI:2671379", "MGI:1277114", "MGI:2441674", "MGI:2652871", "MGI:104655", "MGI:2140729", "MGI:95757", "MGI:1333757", "MGI:97877", "MGI:1930791", "MGI:1277968", "MGI:2671368", "MGI:5510537", "MGI:3795878", "MGI:2445019", "MGI:5311343", "MGI:95753", "MGI:2181411", "MGI:99445", "MGI:2443241", "MGI:1277950", "MGI:2144475", "MGI:1919232", "MGI:97631", "MGI:3832061", "MGI:3522276", "MGI:1342279", "MGI:1100494", "MGI:2448823", "MGI:1917605", "MGI:1343498", "MGI:3040786", "MGI:1889364", "MGI:1920939", "MGI:99150", "MGI:99558", "MGI:2137237", "MGI:1201670", "MGI:108100", "MGI:5499183", "MGI:3798411", "MGI:2443848", "MGI:2146443", "MGI:3522699", "MGI:1355295", "MGI:3606326", "MGI:1351631", "MGI:1334203", "MGI:2683052", "MGI:2671306", "MGI:1096347", "MGI:1920982", "MGI:1919682", "MGI:88110", "MGI:1928977", "MGI:2685586", "MGI:1918724", "MGI:108247", "MGI:107286", "MGI:1914107", "MGI:1345277", "MGI:3612190", "MGI:2384159", "MGI:1913412", "MGI:2444896", "MGI:2444207", "MGI:1861471", "MGI:1926790", "MGI:2448262", "MGI:2448580", "MGI:1914346", "MGI:3799171", "MGI:1928745", "MGI:1923736", "MGI:2443258", "MGI:107933", "MGI:107692", "MGI:3027899", "MGI:3036258", "MGI:2443718", "MGI:1917511", "MGI:1917243", "MGI:1270850", "MGI:2442153", "MGI:1919680", "MGI:104889", "MGI:101789", "MGI:1888986", "MGI:2138811", "MGI:893578", "MGI:1919003", "MGI:96562", "MGI:1351484", "MGI:1346049", "MGI:1321152", "MGI:1859937", "MGI:1916577", "MGI:2448831", "MGI:3808985", "MGI:1096366", "MGI:1923428", "MGI:1917887", "MGI:1352466", "MGI:3798214", "MGI:105940", "MGI:1328357", "MGI:2444286", "MGI:1923422", "MGI:2671421", "MGI:1095418", "MGI:97324", "MGI:1916262", "MGI:2671284", "MGI:102968", "MGI:97822", "MGI:1916571", "MGI:1928897", "MGI:1343180", "MGI:1195256", "MGI:1333889", "MGI:2671274", "MGI:2444891", "MGI:1913867", "MGI:3794318", "MGI:3811398", "MGI:97436", "MGI:1329025", "MGI:97784", "MGI:1913370", "MGI:1916264", "MGI:102682", "MGI:109354", "MGI:1917799", "MGI:1914152", "MGI:1861691", "MGI:1315200", "MGI:3812327", "MGI:1856864", "MGI:96495", "MGI:2150019", "MGI:1857010", "MGI:894679", "MGI:97803", "MGI:2142364", "MGI:1346344", "MGI:3042378", "MGI:2446249", "MGI:1915526", "MGI:2385271", "MGI:1925559", "MGI:3813622", "MGI:2442746", "MGI:1888499", "MGI:3045421", "MGI:2676831", "MGI:95681", "MGI:95851", "MGI:1341877", "MGI:1861755", "MGI:109296", "MGI:1913389", "MGI:1913743", "MGI:104511", "MGI:87968", "MGI:2145236", "MGI:2137594", "MGI:1917611", "MGI:104593", "MGI:1098235", "MGI:2444846", "MGI:1919762", "MGI:1316737", "MGI:1861991", "MGI:1921408", "MGI:1861718", "MGI:88313", "MGI:1915992", "MGI:2143974", "MGI:1915751", "MGI:2140882", "MGI:2151483", "MGI:106920", "MGI:102810", "MGI:2446854", "MGI:5490312", "MGI:2384812", "MGI:5568074", "MGI:1933185", "MGI:3036270", "MGI:97250", "MGI:1344388", "MGI:1347355", "MGI:95278", "MGI:97530", "MGI:3611215", "MGI:3045353", "MGI:1336186", "MGI:107160", "MGI:1349660", "MGI:108051", "MGI:99852", "MGI:98494", "MGI:1918047", "MGI:1100859", "MGI:1913101", "MGI:1920000", "MGI:1923993", "MGI:1856715", "MGI:97535", "MGI:88250", "MGI:1914921", "MGI:1860075", "MGI:1270862", "MGI:1335091", "MGI:1929554", "MGI:1917030", "MGI:1341823", "MGI:101805", "MGI:1918614", "MGI:1194884", "MGI:1920566", "MGI:1345279", "MGI:1915446", "MGI:5752801", "MGI:1321159", "MGI:2183535", "MGI:96921", "MGI:96223", "MGI:3039619", "MGI:1914689", "MGI:95486", "MGI:1919073", "MGI:97531", "MGI:102889", "MGI:1915247", "MGI:2386306", "MGI:97576", "MGI:2137383", "MGI:1858417", "MGI:1095411", "MGI:1923457", "MGI:1328350", "MGI:106281", "MGI:1917631", "MGI:2139365", "MGI:1330809", "MGI:4936993", "MGI:1927070", "MGI:99959", "MGI:2147627", "MGI:95674", "MGI:1919784", "MGI:5490293", "MGI:5636628", "MGI:3692892", "MGI:1100842", "MGI:88285", "MGI:1196457", "MGI:1915871", "MGI:1261855", "MGI:2158813", "MGI:2443143", "MGI:3038382", "MGI:108016", "MGI:5499187", "MGI:1919138", "MGI:2136348", "MGI:2385228", "MGI:1347095", "MGI:104771", "MGI:3038460", "MGI:107171", "MGI:1891832", "MGI:99695", "MGI:2684896", "MGI:103285", "MGI:2678700", "MGI:1858275", "MGI:2176380", "MGI:97380", "MGI:2442010", "MGI:5763628", "MGI:1352507", "MGI:109384", "MGI:97004", "MGI:1347521", "MGI:1858277", "MGI:1917258", "MGI:2444945", "MGI:1919327", "MGI:1915916", "MGI:96171", "MGI:1345149", "MGI:1928098", "MGI:1917861", "MGI:2681940", "MGI:1918025", "MGI:88571", "MGI:1890577", "MGI:1921895", "MGI:1099440", "MGI:2682319", "MGI:96759", "MGI:2442359", "MGI:2663825", "MGI:2443471", "MGI:5436099", "MGI:2136890", "MGI:2155445", "MGI:109155", "MGI:1195276", "MGI:5313696", "MGI:5320611", "MGI:96799", "MGI:104967", "MGI:1926483", "MGI:96837", "MGI:108028", "MGI:1925906", "MGI:2671544", "MGI:97587", "MGI:1917810", "MGI:3033922", "MGI:3692900", "MGI:1321386", "MGI:95405", "MGI:2671361", "MGI:1347073", "MGI:3808146", "MGI:1858216", "MGI:108109", "MGI:3815554", "MGI:103305", "MGI:2137966", "MGI:2151172", "MGI:107942", "MGI:88271", "MGI:2385656", "MGI:1337096", "MGI:1914535", "MGI:1096363", "MGI:1917923", "MGI:3808159", "MGI:2675603", "MGI:109599", "MGI:1096369", "MGI:87942", "MGI:88455", "MGI:1347469", "MGI:1098273", "MGI:2149712", "MGI:96027", "MGI:2671496", "MGI:3807240", "MGI:5428949", "MGI:2446136", "MGI:5620178", "MGI:2386865", "MGI:2442111", "MGI:2675492", "MGI:1915525", "MGI:88108", "MGI:1277964", "MGI:1931627", "MGI:2384879", "MGI:97775", "MGI:1916049", "MGI:1309472", "MGI:95606", "MGI:1913534", "MGI:2447987", "MGI:1100864", "MGI:2138261", "MGI:1202400", "MGI:2448555", "MGI:2442600", "MGI:106096", "MGI:5646297", "MGI:2441738", "MGI:109574", "MGI:5437061", "MGI:1913418", "MGI:96417", "MGI:1861226", "MGI:3046721", "MGI:3817262", "MGI:1925938", "MGI:5446185", "MGI:2686410", "MGI:97532", "MGI:1918358", "MGI:1920037", "MGI:96568", "MGI:2676812", "MGI:1861227", "MGI:1914479", "MGI:109520", "MGI:97891", "MGI:5311612", "MGI:3619064", "MGI:97843", "MGI:109172", "MGI:109368", "MGI:97842", "MGI:107931", "MGI:1915643", "MGI:109392", "MGI:96567", "MGI:2384784", "MGI:1913799", "MGI:1298229", "MGI:107188", "MGI:2447771", "MGI:1925847", "MGI:1919347", "MGI:1914211", "MGI:1859286", "MGI:2148793", "MGI:3617791", "MGI:88065", "MGI:2669254", "MGI:1201692", "MGI:1277954", "MGI:95781", "MGI:97451", "MGI:99678", "MGI:105370", "MGI:1914716", "MGI:88264", "MGI:1856901", "MGI:1921690", "MGI:1276558", "MGI:1890571", "MGI:5425004", "MGI:2153710", "MGI:1861470", "MGI:105082", "MGI:1096337", "MGI:1333776", "MGI:1926228", "MGI:97570", "MGI:1344361", "MGI:2183436", "MGI:2444505", "MGI:96745", "MGI:2671377", "MGI:1888504", "MGI:2449455", "MGI:1889817", "MGI:97594", "MGI:4829472", "MGI:105992", "MGI:1858271", "MGI:3809014", "MGI:2429620", "MGI:95669", "MGI:1923670", "MGI:98359", "MGI:1861150", "MGI:105933", "MGI:1919643", "MGI:88448", "MGI:105057", "MGI:1924023", "MGI:1889348", "MGI:3817255", "MGI:98658", "MGI:105393", "MGI:2676811", "MGI:1333831", "MGI:1289196", "MGI:1916221", "MGI:1347348", "MGI:5490279", "MGI:2177178", "MGI:3799285", "MGI:1934852", "MGI:99146", "MGI:3815144", "MGI:3687343", "MGI:1920933", "MGI:107387", "MGI:1099452", "MGI:2448558", "MGI:105304", "MGI:1921688", "MGI:107795", "MGI:2384795", "MGI:3578516", "MGI:103297", "MGI:2384418", "MGI:1913976", "MGI:5792531", "MGI:1933111", "MGI:1859384", "MGI:107801", "MGI:104971", "MGI:104684", "MGI:892014", "MGI:2686003", "MGI:3043646", "MGI:2442760", "MGI:1343124", "MGI:2445066", "MGI:3811276", "MGI:1915826", "MGI:4367793", "MGI:3578162", "MGI:97762", "MGI:3051647", "MGI:2156687", "MGI:1338074", "MGI:103254", "MGI:3808746", "MGI:2135960", "MGI:2158394", "MGI:1920421", "MGI:96763", "MGI:1859165", "MGI:97010", "MGI:4829468", "MGI:1913310", "MGI:1920591", "MGI:1917295", "MGI:1351455", "MGI:5496920", "MGI:2150016", "MGI:108471", "MGI:96182", "MGI:3647604", "MGI:1930948", "MGI:1932682", "MGI:1921966", "MGI:1920234", "MGI:1344412", "MGI:98365", "MGI:1261425", "MGI:5308748", "MGI:105120", "MGI:107733", "MGI:2389173", "MGI:3045252", "MGI:2386681", "MGI:2159680", "MGI:1351317", "MGI:1917329", "MGI:1921580", "MGI:3525053", "MGI:1935129", "MGI:1913498", "MGI:1931144", "MGI:1913652", "MGI:1856476", "MGI:2152213", "MGI:1913610", "MGI:2448628", "MGI:2444661", "MGI:1927803", "MGI:2671288", "MGI:1914963", "MGI:1920563", "MGI:2448488", "MGI:2149632", "MGI:96790", "MGI:1861094", "MGI:1861135", "MGI:1924977", "MGI:2141881", "MGI:1919404", "MGI:2661847", "MGI:1891247", "MGI:88589", "MGI:95556", "MGI:2653918", "MGI:102969", "MGI:105075", "MGI:1856859", "MGI:1306775", "MGI:1916142", "MGI:99926", "MGI:3650473", "MGI:3033142", "MGI:95594", "MGI:2142581", "MGI:1922428", "MGI:1347062", "MGI:2144164", "MGI:107191", "MGI:1918794", "MGI:2148924", "MGI:1927338", "MGI:1922484", "MGI:1914228", "MGI:2662992", "MGI:1856653", "MGI:98788", "MGI:1859607", "MGI:1351320", "MGI:3036234", "MGI:1922709", "MGI:1919308", "MGI:2443306", "MGI:3694646", "MGI:97766", "MGI:1926245", "MGI:2671312", "MGI:3045368", "MGI:1352751", "MGI:1333877", "MGI:1919139", "MGI:1856945", "MGI:97175", "MGI:1919277", "MGI:103099", "MGI:1929076", "MGI:98085", "MGI:105100", "MGI:2678704", "MGI:1298389", "MGI:894698", "MGI:88016", "MGI:1309465", "MGI:104295", "MGI:5490300", "MGI:1913653", "MGI:1347023", "MGI:1194883", "MGI:1277991", "MGI:1277223", "MGI:1345147", "MGI:1353420", "MGI:1861106", "MGI:2671503", "MGI:1921426", "MGI:105043", "MGI:96392", "MGI:1857300", "MGI:2671381", "MGI:1924487", "MGI:2448490", "MGI:1338027", "MGI:109241", "MGI:98726", "MGI:2388283", "MGI:2445185", "MGI:95305", "MGI:3818752", "MGI:1918006", "MGI:87866", "MGI:106484", "MGI:98783", "MGI:2684975", "MGI:1914416", "MGI:1890380", "MGI:1859168", "MGI:1857017", "MGI:1914434", "MGI:1097693", "MGI:2384786", "MGI:1332240", "MGI:95715", "MGI:2135610", "MGI:107700", "MGI:1919725", "MGI:1333806", "MGI:2682760", "MGI:2443538", "MGI:103021", "MGI:1856654", "MGI:2152434", "MGI:1929293", "MGI:1339639", "MGI:1918611", "MGI:109160", "MGI:1277202", "MGI:101898", "MGI:107658", "MGI:107168", "MGI:5707608", "MGI:97763", "MGI:1201608", "MGI:3686741", "MGI:1860437", "MGI:109634", "MGI:1339365", "MGI:1890430", "MGI:88106", "MGI:99180", "MGI:107418", "MGI:97005", "MGI:3039600", "MGI:101924", "MGI:2656130", "MGI:107709", "MGI:103562", "MGI:1855696", "MGI:5792095", "MGI:3035141", "MGI:96661", "MGI:5426405", "MGI:3810708", "MGI:1345193", "MGI:1933105", "MGI:1919369", "MGI:99572", "MGI:95797", "MGI:3033908", "MGI:1923615", "MGI:2652743", "MGI:105307", "MGI:1352460", "MGI:2138934", "MGI:2140300", "MGI:5430047", "MGI:1860138", "MGI:2444853", "MGI:107339", "MGI:2451073", "MGI:2444934", "MGI:1929996", "MGI:1934133", "MGI:3708156", "MGI:2676805", "MGI:1932411", "MGI:1856601", "MGI:1890082", "MGI:2671430", "MGI:2136018", "MGI:97615", "MGI:4365992", "MGI:3033119", "MGI:1913763", "MGI:1929185", "MGI:103035", "MGI:1924197", "MGI:104688", "MGI:5424999", "MGI:1889008", "MGI:2385908", "MGI:1333883", "MGI:3819691", "MGI:2669209", "MGI:2152879", "MGI:1341265", "MGI:3033904", "MGI:1923396", "MGI:1352450", "MGI:104848", "MGI:5424972", "MGI:2441884", "MGI:103197", "MGI:1353557", "MGI:1917942", "MGI:1857022", "MGI:95411", "MGI:1336188", "MGI:1916672", "MGI:3053678", "MGI:1921588", "MGI:3806518", "MGI:5436087", "MGI:2150635", "MGI:1920940", "MGI:1861377", "MGI:1924209", "MGI:1313288", "MGI:1919331", "MGI:1202301", "MGI:1927715", "MGI:96549", "MGI:1915585", "MGI:1859778", "MGI:5297421", "MGI:2146159", "MGI:1924281", "MGI:107285", "MGI:1917853", "MGI:98373", "MGI:2447812", "MGI:1921372", "MGI:1298397", "MGI:3798981", "MGI:1861626", "MGI:1889818", "MGI:2385191", "MGI:2152844", "MGI:1858696", "MGI:3800690", "MGI:2444584", "MGI:1921518", "MGI:107730", "MGI:105491", "MGI:2182081", "MGI:1914797", "MGI:2180216", "MGI:1920577", "MGI:1194921", "MGI:1922012", "MGI:1915305", "MGI:1097153", "MGI:1928985", "MGI:106183", "MGI:97614", "MGI:2670753", "MGI:1921811", "MGI:1923407", "MGI:2441730", "MGI:1351314", "MGI:2139135", "MGI:1347466", "MGI:1859388", "MGI:3603030", "MGI:95813", "MGI:3811768", "MGI:1345146", "MGI:104687", "MGI:96687", "MGI:1932466", "MGI:103266", "MGI:5502971", "MGI:1920989", "MGI:97316", "MGI:1934368", "MGI:1890220", "MGI:1919819", "MGI:1914978", "MGI:5318323", "MGI:99830", "MGI:1342773", "MGI:106095", "MGI:1333752", "MGI:1196288", "MGI:96572", "MGI:1098669", "MGI:1917592", "MGI:2443039", "MGI:1888496", "MGI:2685089", "MGI:2176213", "MGI:2387586", "MGI:2180781", "MGI:2384806", "MGI:1929213", "MGI:88227", "MGI:95442", "MGI:104963", "MGI:3589226", "MGI:1352753", "MGI:3799166", "MGI:1920336", "MGI:3812085", "MGI:1890226", "MGI:107687", "MGI:1927470", "MGI:5496842", "MGI:1338002", "MGI:109280", "MGI:1917976", "MGI:97837", "MGI:1278334", "MGI:1914609", "MGI:1856659", "MGI:1856908", "MGI:98299", "MGI:894316", "MGI:107732", "MGI:95561", "MGI:96055", "MGI:2149961", "MGI:1351650", "MGI:2652824", "MGI:1926078", "MGI:1353448", "MGI:4818892", "MGI:109452", "MGI:1858317", "MGI:1341087", "MGI:2670269", "MGI:1350931", "MGI:1921405", "MGI:3606480", "MGI:1929094", "MGI:1924093", "MGI:98957", "MGI:97282", "MGI:95615", "MGI:1194882", "MGI:1351342", "MGI:1923079", "MGI:1341886", "MGI:2670248", "MGI:1261434", "MGI:3692908", "MGI:1338915", "MGI:2444898", "MGI:107673", "MGI:1919299", "MGI:108087", "MGI:1924148", "MGI:2442092", "MGI:1921593", "MGI:1333780", "MGI:2153589", "MGI:3038433", "MGI:1915336", "MGI:95461", "MGI:1918366", "MGI:107376", "MGI:1890616", "MGI:1333813", "MGI:1913870", "MGI:106926", "MGI:3038454", "MGI:104796", "MGI:1856884", "MGI:102765", "MGI:1918089", "MGI:5792113", "MGI:5288350", "MGI:5633762", "MGI:101934", "MGI:1859183", "MGI:98294", "MGI:1891731", "MGI:2140356", "MGI:1923987", "MGI:1098219", "MGI:108442", "MGI:1354946", "MGI:1349415", "MGI:1277116", "MGI:96205", "MGI:1933735", "MGI:1338786", "MGI:1333798", "MGI:1858960", "MGI:107182", "MGI:2446132", "MGI:1931457", "MGI:103219", "MGI:1917029", "MGI:1928761", "MGI:104571", "MGI:3043647", "MGI:107913", "MGI:105115", "MGI:1921366", "MGI:1339760", "MGI:96208", "MGI:3043083", "MGI:88222", "MGI:2685918", "MGI:1858415", "MGI:2443952", "MGI:87885", "MGI:96912", "MGI:1306821", "MGI:1859353", "MGI:95286", "MGI:3605071", "MGI:1858510", "MGI:3038431", "MGI:2178742", "MGI:3602999", "MGI:88526", "MGI:88469", "MGI:96179", "MGI:2664636", "MGI:87880", "MGI:1927479", "MGI:95812", "MGI:95496", "MGI:1915416", "MGI:1329021", "MGI:1352474", "MGI:5708307", "MGI:1914185", "MGI:1930009", "MGI:1332638", "MGI:1929114", "MGI:2685193", "MGI:2385286", "MGI:1914450", "MGI:1922757", "MGI:2443301", "MGI:87940", "MGI:1346332", "MGI:2385295", "MGI:109164", "MGI:1201787", "MGI:3798482", "MGI:2150633", "MGI:2385165", "MGI:1277166", "MGI:2685062", "MGI:1921488", "MGI:1351465", "MGI:106618", "MGI:3039607", "MGI:95559", "MGI:95661", "MGI:96654", "MGI:1346325", "MGI:2179733", "MGI:1916867", "MGI:108511", "MGI:3611684", "MGI:1914939", "MGI:1355303", "MGI:3642509", "MGI:101865", "MGI:1922870", "MGI:105378", "MGI:1923321", "MGI:1298218", "MGI:2687194", "MGI:2443413", "MGI:2683050", "MGI:1915835", "MGI:2671673", "MGI:1354947", "MGI:2678706", "MGI:1277211", "MGI:1915231", "MGI:104735", "MGI:2671349", "MGI:1891831", "MGI:894645", "MGI:109569", "MGI:1919559", "MGI:96777", "MGI:2685844", "MGI:1313297", "MGI:1289263", "MGI:1355328", "MGI:1921456", "MGI:1915674", "MGI:97724", "MGI:1341908", "MGI:108091", "MGI:96819", "MGI:5491159", "MGI:1341909", "MGI:96958", "MGI:107548", "MGI:5436085", "MGI:1915434", "MGI:88096", "MGI:103222", "MGI:3040500", "MGI:106916", "MGI:105937", "MGI:107247", "MGI:1891259", "MGI:1338015", "MGI:2384760", "MGI:1202064", "MGI:88327", "MGI:3847094", "MGI:88529", "MGI:2386052", "MGI:2681193", "MGI:1890816", "MGI:1339795", "MGI:2389461", "MGI:1330281", "MGI:108048", "MGI:1856835", "MGI:1920949", "MGI:3818866", "MGI:1328337", "MGI:87860", "MGI:1914829", "MGI:97520", "MGI:1922667", "MGI:96623", "MGI:3817947", "MGI:99463", "MGI:3806497", "MGI:3525234", "MGI:104745", "MGI:2670969", "MGI:3799178", "MGI:95525", "MGI:892006", "MGI:3806505", "MGI:3777564", "MGI:1314872", "MGI:2385184", "MGI:1921749", "MGI:97909", "MGI:108022", "MGI:1856597", "MGI:1914947", "MGI:1920431", "MGI:3619412", "MGI:1856823", "MGI:95522", "MGI:1923392", "MGI:1891468", "MGI:2388285", "MGI:96389", "MGI:1921694", "MGI:2665170", "MGI:1859682", "MGI:1354736", "MGI:99480", "MGI:1913662", "MGI:108563", "MGI:96600", "MGI:103227", "MGI:97342", "MGI:2446210", "MGI:1856596", "MGI:1202295", "MGI:96404", "MGI:1914872", "MGI:2686922", "MGI:3614262", "MGI:1338833", "MGI:1859709", "MGI:97394", "MGI:1858223", "MGI:1927140", "MGI:1858306", "MGI:2179288", "MGI:4888746", "MGI:2443327", "MGI:2136419", "MGI:1330233", "MGI:1929646", "MGI:96173", "MGI:2671512", "MGI:3573933", "MGI:3038126", "MGI:5490326", "MGI:1934610", "MGI:5762642", "MGI:1916082", "MGI:99160", "MGI:1889615", "MGI:2159681", "MGI:2445001", "MGI:1277098", "MGI:2147319", "MGI:107403", "MGI:2159410", "MGI:2158925", "MGI:4829471", "MGI:2142567", "MGI:107246", "MGI:1916003", "MGI:2181182", "MGI:104513", "MGI:106659", "MGI:2682685", "MGI:2441765", "MGI:1339975", "MGI:95730", "MGI:1889306", "MGI:1278339", "MGI:1926562", "MGI:2681865", "MGI:1913884", "MGI:96438", "MGI:108418", "MGI:96431", "MGI:1928991", "MGI:1346307", "MGI:2388708", "MGI:3811864", "MGI:1346052", "MGI:3033924", "MGI:1931086", "MGI:2156184", "MGI:3028035", "MGI:5454205", "MGI:2146636", "MGI:107461", "MGI:5439934", "MGI:1328354", "MGI:106586", "MGI:1890216", "MGI:1298383", "MGI:1890950", "MGI:2442875", "MGI:1923820", "MGI:88561", "MGI:5560152", "MGI:1352464", "MGI:700010", "MGI:1856853", "MGI:2671428", "MGI:5425001", "MGI:1891699", "MGI:1856994", "MGI:3583751", "MGI:2138997", "MGI:2143424", "MGI:1926287", "MGI:1919292", "MGI:3044321", "MGI:97902", "MGI:1927167", "MGI:1354744", "MGI:107817", "MGI:1351598", "MGI:104790", "MGI:97239", "MGI:5424899", "MGI:2179061", "MGI:1097680", "MGI:2159727", "MGI:1914544", "MGI:3041203", "MGI:1919204", "MGI:2664186", "MGI:1346869", "MGI:3589224", "MGI:1353467", "MGI:1349399", "MGI:1859650", "MGI:3053531", "MGI:2443198", "MGI:3808990", "MGI:1333803", "MGI:2671265", "MGI:3511450", "MGI:103169", "MGI:1277980", "MGI:1929601", "MGI:1890396", "MGI:1196627", "MGI:1913892", "MGI:2180021", "MGI:97143", "MGI:1346833", "MGI:1913399", "MGI:1914362", "MGI:5499191", "MGI:1914680", "MGI:2442354", "MGI:2153272", "MGI:109367", "MGI:3806513", "MGI:2670981", "MGI:1914736", "MGI:102897", "MGI:2671644", "MGI:2182269", "MGI:1197515", "MGI:5646295", "MGI:88498", "MGI:1342328", "MGI:1924291", "MGI:3812117", "MGI:1916267", "MGI:99415", "MGI:2685946", "MGI:99461", "MGI:3573871", "MGI:1921263", "MGI:2443626", "MGI:1890613", "MGI:103298", "MGI:1914418", "MGI:2670274", "MGI:4441332", "MGI:101838", "MGI:1919348", "MGI:2671339", "MGI:96051", "MGI:88355", "MGI:1926387", "MGI:5433022", "MGI:99255", "MGI:2139607", "MGI:2443183", "MGI:1344345", "MGI:3038463", "MGI:1298228", "MGI:1916298", "MGI:105386", "MGI:1916205", "MGI:2147658", "MGI:97613", "MGI:5791999", "MGI:1306782", "MGI:2137495", "MGI:1339758", "MGI:2671394", "MGI:1341840", "MGI:97295", "MGI:88323", "MGI:5490328", "MGI:1930124", "MGI:1347463", "MGI:1913298", "MGI:3619366", "MGI:2155249", "MGI:1918335", "MGI:2445126", "MGI:1915326", "MGI:96690", "MGI:95513", "MGI:95627", "MGI:109519", "MGI:2385902", "MGI:1929470", "MGI:108037", "MGI:2685906", "MGI:1914292", "MGI:1928994", "MGI:3798624", "MGI:106025", "MGI:3806818", "MGI:5646293", "MGI:106008", "MGI:107187", "MGI:1919307", "MGI:1333845", "MGI:88061", "MGI:2384851", "MGI:2444273", "MGI:3513546", "MGI:97305", "MGI:1914084", "MGI:95712", "MGI:96683", "MGI:1930751", "MGI:1913284", "MGI:1918881", "MGI:1923028", "MGI:1922704", "MGI:3851197", "MGI:891976", "MGI:5491158", "MGI:2685973", "MGI:2675387", "MGI:1924809", "MGI:1298204", "MGI:97043", "MGI:5792098", "MGI:4418710", "MGI:1915217", "MGI:1859162", "MGI:104754", "MGI:1346093", "MGI:1891697", "MGI:2444912", "MGI:87882", "MGI:1341090", "MGI:1346021", "MGI:2139790", "MGI:1914209", "MGI:2686058", "MGI:1915777", "MGI:5311361", "MGI:1341204", "MGI:1927555", "MGI:105119", "MGI:1924802", "MGI:5792110", "MGI:97371", "MGI:2679420", "MGI:1861229", "MGI:1890467", "MGI:1889549", "MGI:1355297", "MGI:1277191", "MGI:104665", "MGI:3040701", "MGI:3665435", "MGI:2671324", "MGI:2151070", "MGI:1914982", "MGI:2159336", "MGI:99176", "MGI:99554", "MGI:1919638", "MGI:2448541", "MGI:1855694", "MGI:102492", "MGI:1920942", "MGI:107815", "MGI:3033901", "MGI:1917272", "MGI:2179507", "MGI:109495", "MGI:97503", "MGI:1298230", "MGI:5491161", "MGI:105932", "MGI:96405", "MGI:1924869", "MGI:3799188", "MGI:1351344", "MGI:1349767", "MGI:1338801", "MGI:1917625", "MGI:1351468", "MGI:3813568", "MGI:892979", "MGI:96558", "MGI:1926074", "MGI:3036236", "MGI:2136446", "MGI:1336205", "MGI:1915010", "MGI:1861449", "MGI:1926163", "MGI:2685494", "MGI:1346053", "MGI:1298393", "MGI:1914515", "MGI:1919742", "MGI:1932052", "MGI:107546", "MGI:104748", "MGI:2144529", "MGI:3808804", "MGI:2661770", "MGI:3618746", "MGI:2661187", "MGI:109152", "MGI:1929628", "MGI:3578428", "MGI:97357", "MGI:1925542", "MGI:2442663", "MGI:107726", "MGI:1916851", "MGI:1920480", "MGI:1921763", "MGI:97602", "MGI:3033915", "MGI:1202722", "MGI:103257", "MGI:1929237", "MGI:2442815", "MGI:2181053", "MGI:88144", "MGI:2144506", "MGI:3578169", "MGI:96945", "MGI:1924514", "MGI:2136690", "MGI:87920", "MGI:3039618", "MGI:2671322", "MGI:2443409", "MGI:88490", "MGI:3041242", "MGI:1924408", "MGI:97509", "MGI:102548", "MGI:101893", "MGI:1914677", "MGI:104510", "MGI:4821826", "MGI:1355305", "MGI:98222", "MGI:2147538", "MGI:2137600", "MGI:1270129", "MGI:2387123", "MGI:1918305", "MGI:1889534", "MGI:5490296", "MGI:1098234", "MGI:1860511", "MGI:107587", "MGI:2661375", "MGI:1194909", "MGI:98249", "MGI:107668", "MGI:102764", "MGI:98283", "MGI:2180849", "MGI:3039616", "MGI:1929618", "MGI:2669967", "MGI:99546", "MGI:1888981", "MGI:88252", "MGI:95632", "MGI:2671611", "MGI:1316660", "MGI:95787", "MGI:3844546", "MGI:88040", "MGI:109565", "MGI:1915349", "MGI:99953", "MGI:2138069", "MGI:87921", "MGI:1333804", "MGI:1344418", "MGI:1856635", "MGI:95664", "MGI:1920753", "MGI:88470", "MGI:1915485", "MGI:2150020", "MGI:2384854", "MGI:96624", "MGI:1923517", "MGI:1889585", "MGI:1919818", "MGI:108359", "MGI:3640770", "MGI:3513280", "MGI:104878", "MGI:1933157", "MGI:97306", "MGI:1929494", "MGI:2676856", "MGI:2443554", "MGI:1913391", "MGI:98905", "MGI:2442995", "MGI:1277956", "MGI:5297418", "MGI:2145154", "MGI:1289172", "MGI:1890594", "MGI:103010", "MGI:1353616", "MGI:1915228", "MGI:2654470", "MGI:107457", "MGI:1913547", "MGI:1927170", "MGI:1918190", "MGI:3577414", "MGI:2667185", "MGI:1891421", "MGI:88431", "MGI:106179", "MGI:3606484", "MGI:2443187", "MGI:1914775", "MGI:3040700", "MGI:107159", "MGI:1913761", "MGI:1914595", "MGI:107662", "MGI:1347345", "MGI:96560", "MGI:1098535", "MGI:87867", "MGI:1914578", "MGI:88322", "MGI:88342", "MGI:1914027", "MGI:5490306", "MGI:104535", "MGI:1889342", "MGI:2181726", "MGI:1276102", "MGI:95283", "MGI:107362", "MGI:2441827", "MGI:2136282", "MGI:1926341", "MGI:2143994", "MGI:109168", "MGI:2443411", "MGI:108082", "MGI:1920175", "MGI:2182543", "MGI:5696872", "MGI:1916960", "MGI:2153063", "MGI:104695", "MGI:101763", "MGI:2669902", "MGI:2682669", "MGI:106250", "MGI:1276523", "MGI:1857078", "MGI:1096574", "MGI:1919231", "MGI:1925435", "MGI:97598", "MGI:1344367", "MGI:1856903", "MGI:96794", "MGI:1916286", "MGI:1923159", "MGI:1924155", "MGI:1202881", "MGI:1289168", "MGI:1333115", "MGI:1856697", "MGI:104769", "MGI:109177", "MGI:3033912", "MGI:88556", "MGI:3612340", "MGI:1916373", "MGI:1857027", "MGI:5646413", "MGI:107486", "MGI:1346319", "MGI:3609239", "MGI:96192", "MGI:3033899", "MGI:1918168", "MGI:1914306", "MGI:1929872", "MGI:1913955", "MGI:894653", "MGI:98475", "MGI:1913790", "MGI:1919107", "MGI:3808027", "MGI:2183926", "MGI:95623", "MGI:2152895", "MGI:1351664", "MGI:1354388", "MGI:1924117", "MGI:97860", "MGI:1338883", "MGI:1923055", "MGI:1314653", "MGI:1924825", "MGI:5437077", "MGI:98212", "MGI:1921448", "MGI:3809278", "MGI:1923824", "MGI:95771", "MGI:1923750", "MGI:1309481", "MGI:96816", "MGI:1341724", "MGI:1914277", "MGI:1924100", "MGI:1335072", "MGI:1927593", "MGI:1914256", "MGI:2679683", "MGI:105061", "MGI:1341217", "MGI:3798987", "MGI:101785", "MGI:1343961", "MGI:1855688", "MGI:1270153", "MGI:109573", "MGI:1890663", "MGI:1098802", "MGI:2673307", "MGI:3606200", "MGI:2443955", "MGI:1913765", "MGI:95790", "MGI:108554", "MGI:1856626", "MGI:1921152", "MGI:1919214", "MGI:2152346", "MGI:1328355", "MGI:2673855", "MGI:105388", "MGI:1915866", "MGI:3039603", "MGI:1925031", "MGI:1856838", "MGI:1914702", "MGI:1100500", "MGI:2137670", "MGI:99602", "MGI:1347359", "MGI:5792101", "MGI:1914608", "MGI:2671652", "MGI:1858496", "MGI:1351334", "MGI:1861629", "MGI:96688", "MGI:88549", "MGI:3045313", "MGI:1916396", "MGI:1914061", "MGI:2685625", "MGI:1917560", "MGI:95802", "MGI:1915720", "MGI:2147006", "MGI:3045334", "MGI:107946", "MGI:1914342", "MGI:1333773", "MGI:3033892", "MGI:4843932", "MGI:88454", "MGI:1857006", "MGI:2153044", "MGI:104591", "MGI:104618", "MGI:3640775", "MGI:2140361", "MGI:1336892", "MGI:2145950", "MGI:97478", "MGI:1913946", "MGI:1919451", "MGI:2653863", "MGI:107595", "MGI:96203", "MGI:2388270", "MGI:97384", "MGI:1261415", "MGI:3577503", "MGI:5490322", "MGI:109553", "MGI:96413", "MGI:1914470", "MGI:3589216", "MGI:95690", "MGI:2444854", "MGI:2139447", "MGI:1859515", "MGI:1343135", "MGI:1346880", "MGI:95719", "MGI:1321390", "MGI:2385958", "MGI:97566", "MGI:2656156", "MGI:1354735", "MGI:5491156", "MGI:1342292", "MGI:2682691", "MGI:1338898", "MGI:3589214", "MGI:96080", "MGI:1917158", "MGI:1926157", "MGI:1921701", "MGI:1921462", "MGI:1856619", "MGI:2442444", "MGI:109356", "MGI:3807938", "MGI:3052998", "MGI:2685064", "MGI:1934811", "MGI:1914780", "MGI:97922", "MGI:1334209", "MGI:88340", "MGI:1913102", "MGI:97321", "MGI:101769", "MGI:3812046", "MGI:2685397", "MGI:104685", "MGI:1913483", "MGI:3620246", "MGI:3642260", "MGI:1919330", "MGI:2182799", "MGI:2442213", "MGI:1932137", "MGI:96170", "MGI:1921424", "MGI:5532834", "MGI:1346037", "MGI:1098229", "MGI:1194924", "MGI:3652048", "MGI:1919221", "MGI:99421", "MGI:2148202", "MGI:2658978", "MGI:2443472", "MGI:5424987", "MGI:1931465", "MGI:3654828", "MGI:5646425", "MGI:1857058", "MGI:2138346", "MGI:1860206", "MGI:3039605", "MGI:1915509", "MGI:1927471", "MGI:1859854", "MGI:1915913", "MGI:109166", "MGI:1351891", "MGI:102518", "MGI:1930618", "MGI:2444211", "MGI:2141032", "MGI:3806024", "MGI:102663", "MGI:1858416", "MGI:1927244", "MGI:1856703", "MGI:1923827", "MGI:5490330", "MGI:104767", "MGI:102805", "MGI:1931520", "MGI:1922038", "MGI:1927347", "MGI:1096385", "MGI:1924076", "MGI:3686763", "MGI:2140770", "MGI:1270849", "MGI:1933162", "MGI:5792081", "MGI:2147274", "MGI:106562", "MGI:109320", "MGI:2384508", "MGI:99655", "MGI:3797733", "MGI:1096320", "MGI:1355335", "MGI:1916034", "MGI:1927655", "MGI:1861234", "MGI:108050", "MGI:1330262", "MGI:99502", "MGI:105086", "MGI:1920024", "MGI:1100845", "MGI:1922091", "MGI:1860493", "MGI:5424973", "MGI:95663", "MGI:1915344", "MGI:98960", "MGI:106583", "MGI:103150", "MGI:2442620", "MGI:2684056", "MGI:1352501", "MGI:1921559", "MGI:1338761", "MGI:98367", "MGI:2443685", "MGI:1339963", "MGI:2448415", "MGI:1328317", "MGI:1891374", "MGI:1921636", "MGI:1925662", "MGI:109474", "MGI:1923723", "MGI:1921379", "MGI:3606242", "MGI:2671680", "MGI:2151075", "MGI:1916051", "MGI:2442266", "MGI:2154244", "MGI:1856000", "MGI:3512453", "MGI:95518", "MGI:1341822", "MGI:2671432", "MGI:99659", "MGI:1353455", "MGI:2673064", "MGI:1351340", "MGI:3606476", "MGI:107379", "MGI:98001", "MGI:96742", "MGI:1891410", "MGI:1859660", "MGI:109369", "MGI:1914400", "MGI:2444813", "MGI:2138563", "MGI:1099446", "MGI:104814", "MGI:1934950", "MGI:1856826", "MGI:2686926", "MGI:3526447", "MGI:1341873", "MGI:1915065", "MGI:99501", "MGI:2135756", "MGI:1351638", "MGI:101783", "MGI:103248", "MGI:2445027", "MGI:1917372", "MGI:1203732", "MGI:108412", "MGI:102934", "MGI:1917695", "MGI:1201679", "MGI:1923883", "MGI:98914", "MGI:5696516", "MGI:5004953", "MGI:3795179", "MGI:2147577", "MGI:3578730", "MGI:1195275", "MGI:2443672", "MGI:1916409", "MGI:1328359", "MGI:1350360", "MGI:1931271", "MGI:5305946", "MGI:1353562", "MGI:2176711", "MGI:1915769", "MGI:1278322", "MGI:3038392", "MGI:88476", "MGI:1333811", "MGI:1929885", "MGI:3530529", "MGI:1860276", "MGI:1930923", "MGI:2685519", "MGI:1351661", "MGI:2442789", "MGI:1891435", "MGI:99416", "MGI:2671608", "MGI:88468", "MGI:97883", "MGI:97245", "MGI:5499475", "MGI:1351614", "MGI:1346018", "MGI:1917819", "MGI:1277163", "MGI:3812212", "MGI:95414", "MGI:99153", "MGI:1346072", "MGI:96666", "MGI:107434", "MGI:1914502", "MGI:97297", "MGI:2442640", "MGI:1857054", "MGI:1929645", "MGI:1913063", "MGI:1920831", "MGI:1355310", "MGI:1333753", "MGI:1858599", "MGI:2671299", "MGI:1914295", "MGI:2678702", "MGI:3577455", "MGI:1277106", "MGI:99529", "MGI:2384768", "MGI:1914273", "MGI:1890156", "MGI:1353421", "MGI:107563", "MGI:2147987", "MGI:1917761", "MGI:1194508", "MGI:1856666", "MGI:2384309", "MGI:1856637", "MGI:1925927", "MGI:1916813", "MGI:1916299", "MGI:1922257", "MGI:97794", "MGI:1203524", "MGI:1920197", "MGI:1926034", "MGI:3801140", "MGI:3584005", "MGI:99961", "MGI:1921818", "MGI:97815", "MGI:1099835", "MGI:2142824", "MGI:108078", "MGI:2685212", "MGI:97454", "MGI:3057273", "MGI:1856592", "MGI:1915367", "MGI:96136", "MGI:3041165", "MGI:109124", "MGI:1298216", "MGI:1930768", "MGI:2656120", "MGI:99673", "MGI:3578209", "MGI:106485", "MGI:2151114", "MGI:3813617", "MGI:2661416", "MGI:3819964", "MGI:1316717", "MGI:98824", "MGI:1915076", "MGI:101775", "MGI:4830781", "MGI:1316659", "MGI:1914806", "MGI:2671587", "MGI:2155278", "MGI:3800443", "MGI:2671579", "MGI:3038397", "MGI:108476", "MGI:1856589", "MGI:104874", "MGI:1349481", "MGI:5646417", "MGI:2443101", "MGI:1916792", "MGI:1934765", "MGI:106215", "MGI:2679229", "MGI:2449980", "MGI:1915147", "MGI:3808897", "MGI:1891344", "MGI:99782", "MGI:1346524", "MGI:1338859", "MGI:98427", "MGI:1095415", "MGI:1916020", "MGI:1891209", "MGI:104554", "MGI:1925049", "MGI:1932101", "MGI:3629926", "MGI:88002", "MGI:2671326", "MGI:1339968", "MGI:108405", "MGI:3584508", "MGI:1919425", "MGI:2387350", "MGI:2685992", "MGI:1919918", "MGI:1923520", "MGI:104686", "MGI:109282", "MGI:1313275", "MGI:3644957", "MGI:99917", "MGI:102784", "MGI:2384891", "MGI:2159649", "MGI:1313277", "MGI:1336880", "MGI:98917", "MGI:1346865", "MGI:104670", "MGI:1914495", "MGI:1858231", "MGI:98578", "MGI:1920864", "MGI:97588", "MGI:95495", "MGI:1276112", "MGI:1916428", "MGI:2448807", "MGI:88597", "MGI:96552", "MGI:95698", "MGI:2137955", "MGI:107456", "MGI:2443727", "MGI:108055", "MGI:107821", "MGI:5510744", "MGI:95852", "MGI:3807011", "MGI:3505689", "MGI:2149955", "MGI:5436094", "MGI:2144114", "MGI:1915213", "MGI:3038404", "MGI:3050566", "MGI:106594", "MGI:1913277", "MGI:1206591", "MGI:1343087", "MGI:88121", "MGI:1928953", "MGI:1913422", "MGI:107556", "MGI:1919595", "MGI:96770", "MGI:2387217", "MGI:3038391", "MGI:5320501", "MGI:1194504", "MGI:88179", "MGI:88004", "MGI:1890513", "MGI:1919683", "MGI:1923401", "MGI:99259", "MGI:109635", "MGI:98619", "MGI:1336187", "MGI:107995", "MGI:1341105", "MGI:1351511", "MGI:3584513", "MGI:1861607", "MGI:88568", "MGI:99402", "MGI:1891221", "MGI:96923", "MGI:4829403", "MGI:2157523", "MGI:95299", "MGI:2450529", "MGI:1920960", "MGI:107757", "MGI:2152836", "MGI:109564", "MGI:106203", "MGI:1315203", "MGI:3046763", "MGI:1922997", "MGI:1890457", "MGI:1856833", "MGI:2443767", "MGI:3053549", "MGI:1913520", "MGI:95455", "MGI:1341796", "MGI:87936", "MGI:1347351", "MGI:2671304", "MGI:1344415", "MGI:108420", "MGI:97759", "MGI:95843", "MGI:3817297", "MGI:1891123", "MGI:1341296", "MGI:1921572", "MGI:3817599", "MGI:1856844", "MGI:1289234", "MGI:98484", "MGI:1857094", "MGI:106211", "MGI:102551", "MGI:3618733", "MGI:1330239", "MGI:1921765", "MGI:1919782", "MGI:1343085", "MGI:2150632", "MGI:1889620", "MGI:3037150", "MGI:107811", "MGI:105098", "MGI:1917627", "MGI:1314635", "MGI:97591", "MGI:2449316", "MGI:2681196", "MGI:1341723", "MGI:106911", "MGI:1919792", "MGI:106639", "MGI:96669", "MGI:2684938", "MGI:2685541", "MGI:3512807", "MGI:105123", "MGI:104861", "MGI:99892", "MGI:104753", "MGI:104663", "MGI:1261797", "MGI:1930134", "MGI:2151253", "MGI:95629", "MGI:1888984", "MGI:1353495", "MGI:2151156", "MGI:1915596", "MGI:3522280", "MGI:1098673", "MGI:3530525", "MGI:96217", "MGI:105108", "MGI:1914080", "MGI:97785", "MGI:5646400", "MGI:1333772", "MGI:104697", "MGI:2146836", "MGI:2444639", "MGI:1860752", "MGI:3512797", "MGI:1916524", "MGI:1930958", "MGI:102844", "MGI:1919122", "MGI:2676880", "MGI:1353627", "MGI:3603594", "MGI:2679719", "MGI:104838", "MGI:2141917", "MGI:97551", "MGI:3036251", "MGI:109626", "MGI:1316649", "MGI:2179715", "MGI:3588192", "MGI:1925619", "MGI:96185", "MGI:98623", "MGI:1354161", "MGI:1916179", "MGI:107926", "MGI:3053003", "MGI:2144041", "MGI:1915761", "MGI:1914283", "MGI:3577433", "MGI:3028579", "MGI:2685454", "MGI:95841", "MGI:97273", "MGI:5311355", "MGI:1891456", "MGI:1347246", "MGI:97180", "MGI:104336", "MGI:2384878", "MGI:1197516", "MGI:1338798", "MGI:107507", "MGI:2671612", "MGI:1929915", "MGI:106658", "MGI:98388", "MGI:1278330", "MGI:108046", "MGI:1914917", "MGI:87904", "MGI:2685007", "MGI:1920185", "MGI:101903", "MGI:1277979", "MGI:1916703", "MGI:96398", "MGI:98857", "MGI:1343460", "MGI:2655198", "MGI:2183426", "MGI:103149", "MGI:2676857", "MGI:99516", "MGI:98743", "MGI:106011", "MGI:5792000", "MGI:1927125", "MGI:103579", "MGI:2664668", "MGI:2682305", "MGI:3850107", "MGI:2671422", "MGI:98366", "MGI:1338056", "MGI:1890645", "MGI:1891763", "MGI:1924337", "MGI:5490316", "MGI:2651830", "MGI:3046773", "MGI:3808994", "MGI:3708152", "MGI:1917275", "MGI:3619376", "MGI:1343142", "MGI:1201689", "MGI:109330", "MGI:108570", "MGI:1914469", "MGI:2443921", "MGI:5791972", "MGI:2444691", "MGI:2135962", "MGI:2671411", "MGI:1922847", "MGI:3665157", "MGI:1196281", "MGI:1932287", "MGI:1197527", "MGI:107729", "MGI:1346089", "MGI:1856657", "MGI:87977", "MGI:5792109", "MGI:1928503", "MGI:1890500", "MGI:1926446", "MGI:1856971", "MGI:1915382", "MGI:96668", "MGI:1928373", "MGI:5811082", "MGI:3818841", "MGI:1861984", "MGI:97323", "MGI:2442184", "MGI:5439979", "MGI:1915339", "MGI:1914049", "MGI:3615484", "MGI:1354738", "MGI:1915266", "MGI:1861590", "MGI:2671384", "MGI:1918387", "MGI:1919847", "MGI:3590183", "MGI:3530489", "MGI:1924735", "MGI:1351327", "MGI:104877", "MGI:88281", "MGI:102720", "MGI:3575133", "MGI:2444289", "MGI:2443036", "MGI:1330299", "MGI:2159402", "MGI:1933561", "MGI:3610315", "MGI:107708", "MGI:2652820", "MGI:103201", "MGI:109284", "MGI:2140712", "MGI:5646396", "MGI:2685177", "MGI:1196259", "MGI:1343184", "MGI:1891836", "MGI:2671572", "MGI:1861997", "MGI:2149481", "MGI:5008647", "MGI:3808781", "MGI:1914962", "MGI:98730", "MGI:107469", "MGI:98751", "MGI:97876", "MGI:1335082", "MGI:2681987", "MGI:1917708", "MGI:99430", "MGI:3575248", "MGI:3817291", "MGI:4357925", "MGI:1354175", "MGI:94860", "MGI:3776542", "MGI:1920266", "MGI:1315204", "MGI:102779", "MGI:3772850", "MGI:1856593", "MGI:102462", "MGI:105050", "MGI:1347347", "MGI:1914241", "MGI:108448", "MGI:1096365", "MGI:101833", "MGI:106212", "MGI:1098622", "MGI:1352502", "MGI:1098275", "MGI:1344384", "MGI:103572", "MGI:108212", "MGI:1344391", "MGI:1919444", "MGI:1346078", "MGI:1931526", "MGI:1346321", "MGI:1346342", "MGI:97269", "MGI:1342287", "MGI:2446630", "MGI:2442860", "MGI:1346868", "MGI:1932410", "MGI:2676849", "MGI:5499186", "MGI:1891433", "MGI:4414022", "MGI:107706", "MGI:1924290", "MGI:109610", "MGI:1927549", "MGI:3815149", "MGI:1915723", "MGI:1929813", "MGI:104311", "MGI:1922670", "MGI:894332", "MGI:1328787", "MGI:104565", "MGI:88347", "MGI:3845083", "MGI:1346878", "MGI:3027896", "MGI:2662547", "MGI:5760296", "MGI:103071", "MGI:88521", "MGI:2680765", "MGI:97307", "MGI:108407", "MGI:1861100", "MGI:2441887", "MGI:1924894", "MGI:3808767", "MGI:107539", "MGI:1099436", "MGI:1927166", "MGI:2671378", "MGI:3578205", "MGI:97075", "MGI:2444668", "MGI:2656127", "MGI:3807257", "MGI:1277977", "MGI:98952", "MGI:2183013", "MGI:1931237", "MGI:104616", "MGI:1916127", "MGI:5776518", "MGI:3686747", "MGI:3686739", "MGI:1925230", "MGI:88046", "MGI:1916882", "MGI:103574", "MGI:1922928", "MGI:1321402", "MGI:3643593", "MGI:2442401", "MGI:97314", "MGI:1856958", "MGI:3626339", "MGI:1861587", "MGI:3575183", "MGI:1274789", "MGI:3512805", "MGI:1920416", "MGI:1345675", "MGI:5436071", "MGI:2683163", "MGI:1341157", "MGI:3650254", "MGI:1913721", "MGI:97364", "MGI:1333863", "MGI:1861098", "MGI:96734", "MGI:1099804", "MGI:98954", "MGI:2676395", "MGI:2442752", "MGI:2148811", "MGI:1346328", "MGI:102483", "MGI:101932", "MGI:2136343", "MGI:98968", "MGI:5425002", "MGI:3588264", "MGI:1919037", "MGI:2156765", "MGI:1096389", "MGI:1928392", "MGI:1340894", "MGI:88357", "MGI:2652875", "MGI:95768", "MGI:2684161", "MGI:3028577", "MGI:103258", "MGI:1202403", "MGI:1346329", "MGI:98307", "MGI:88348", "MGI:108559", "MGI:2135760", "MGI:1920672", "MGI:1923930", "MGI:3612156", "MGI:1274787", "MGI:5758943", "MGI:1194488", "MGI:109339", "MGI:3801085", "MGI:2147269", "MGI:104719", "MGI:3583900", "MGI:1913564", "MGI:2442197", "MGI:3033927", "MGI:2444777", "MGI:1918771", "MGI:1915426", "MGI:102853", "MGI:1916279", "MGI:1274790", "MGI:2446144", "MGI:97167", "MGI:2158460", "MGI:4413733", "MGI:96238", "MGI:2180699", "MGI:2451244", "MGI:1924705", "MGI:2673983", "MGI:1921982", "MGI:2385849", "MGI:1270150", "MGI:102851", "MGI:1928369", "MGI:96439", "MGI:106582", "MGI:109632", "MGI:1861182", "MGI:1195458", "MGI:104681", "MGI:5792028", "MGI:5762648", "MGI:95835", "MGI:105074", "MGI:2384997", "MGI:2153568", "MGI:1889276", "MGI:109292", "MGI:2181366", "MGI:2448810", "MGI:1891251", "MGI:2150393", "MGI:99511", "MGI:3029925", "MGI:2661364", "MGI:2156540", "MGI:102794", "MGI:1098296", "MGI:1097155", "MGI:1346527", "MGI:1099431", "MGI:1859179", "MGI:2152819", "MGI:1856661", "MGI:2142763", "MGI:105315", "MGI:1096327", "MGI:107704", "MGI:2138828", "MGI:2449771", "MGI:2442058", "MGI:2157525", "MGI:104785", "MGI:97599", "MGI:3036269", "MGI:2157953", "MGI:1920223", "MGI:107502", "MGI:2444103", "MGI:5049948", "MGI:1913390", "MGI:1919543", "MGI:1856184", "MGI:2178323", "MGI:87935", "MGI:3801135", "MGI:1100856", "MGI:98358", "MGI:1861742", "MGI:3815160", "MGI:1856887", "MGI:88025", "MGI:1921050", "MGI:1917967", "MGI:1298234", "MGI:106662", "MGI:5476165", "MGI:1347080", "MGI:1856816", "MGI:103262", "MGI:1915987", "MGI:1919650", "MGI:1100520", "MGI:2684980", "MGI:1891012", "MGI:104807", "MGI:1921346", "MGI:88123", "MGI:1919191", "MGI:1916555", "MGI:1914198", "MGI:3807963", "MGI:1096364", "MGI:1341112", "MGI:1333816", "MGI:1928479", "MGI:104773", "MGI:104897", "MGI:106576", "MGI:1096349", "MGI:3027002", "MGI:96442", "MGI:2181659", "MGI:103289", "MGI:1919301", "MGI:1926037", "MGI:109518", "MGI:5707614", "MGI:1927344", "MGI:1856942", "MGI:104890", "MGI:1924841", "MGI:2685533", "MGI:2139279", "MGI:2146052", "MGI:88610", "MGI:95801", "MGI:107936", "MGI:109248", "MGI:1930188", "MGI:2385231", "MGI:106687", "MGI:102495", "MGI:2678010", "MGI:3686731", "MGI:1856665", "MGI:98251", "MGI:4354223", "MGI:2444148", "MGI:1333818", "MGI:96919", "MGI:2446166", "MGI:106927", "MGI:1913996", "MGI:1917343", "MGI:1100846", "MGI:3809421", "MGI:1913893", "MGI:1915241", "MGI:105931", "MGI:1333786", "MGI:2385206", "MGI:2445114", "MGI:1344392", "MGI:97930", "MGI:5490314", "MGI:3046727", "MGI:2442831", "MGI:2156764", "MGI:1335087", "MGI:2670673", "MGI:3662924", "MGI:2444232", "MGI:88151", "MGI:3038429", "MGI:2442660", "MGI:96951", "MGI:1339946", "MGI:2385276", "MGI:3580378", "MGI:2442564", "MGI:1918473", "MGI:1861379", "MGI:2137357", "MGI:96270", "MGI:104908", "MGI:3640786", "MGI:106209", "MGI:3798425", "MGI:1196391", "MGI:1309998", "MGI:109526", "MGI:5646601", "MGI:2137679", "MGI:1856817", "MGI:2446239", "MGI:102965", "MGI:1921445", "MGI:1930088", "MGI:1096863", "MGI:1928743", "MGI:108411", "MGI:1856990", "MGI:1890596", "MGI:2182972", "MGI:3512796", "MGI:3039602", "MGI:1923709", "MGI:93882", "MGI:5564803", "MGI:88279", "MGI:5490334", "MGI:2671495", "MGI:2685110", "MGI:1929069", "MGI:2449088", "MGI:3576018", "MGI:107373", "MGI:2384936", "MGI:1888501", "MGI:97937", "MGI:2444508", "MGI:1202402", "MGI:1352750", "MGI:3811092", "MGI:1342291", "MGI:95819", "MGI:1349635", "MGI:97448", "MGI:894703", "MGI:1919445", "MGI:104606", "MGI:1354713", "MGI:1859661", "MGI:96922", "MGI:109572", "MGI:2147913", "MGI:1921489", "MGI:1351469", "MGI:95462", "MGI:1347247", "MGI:1922915", "MGI:2450123", "MGI:3584243", "MGI:1932610", "MGI:88141", "MGI:3646700", "MGI:104770", "MGI:4365994", "MGI:1321404", "MGI:1924134", "MGI:1933820", "MGI:1921164", "MGI:3809307", "MGI:108090", "MGI:1351315", "MGI:1915264", "MGI:107793", "MGI:107814", "MGI:1858493", "MGI:88548", "MGI:95575", "MGI:2179277", "MGI:1289201", "MGI:1932139", "MGI:1098230", "MGI:1351642", "MGI:97804", "MGI:1341850", "MGI:5499180", "MGI:1916913", "MGI:1345634", "MGI:2684927", "MGI:1922941", "MGI:3812369", "MGI:108186", "MGI:105387", "MGI:2662261", "MGI:103198", "MGI:1916976", "MGI:1918115", "MGI:3036254", "MGI:3809006", "MGI:1330223", "MGI:5427397", "MGI:1922546", "MGI:1889307", "MGI:1098434", "MGI:2384312", "MGI:1930171", "MGI:1923936", "MGI:3053521", "MGI:98218", "MGI:108118", "MGI:107825", "MGI:1925869", "MGI:2385252", "MGI:88588", "MGI:1921435", "MGI:3764933", "MGI:1338076", "MGI:2139667", "MGI:3798471", "MGI:1889000", "MGI:1889844", "MGI:2671631", "MGI:96610", "MGI:96167", "MGI:106653", "MGI:2385695", "MGI:109352", "MGI:1097165", "MGI:3026965", "MGI:107562", "MGI:1920228", "MGI:104871", "MGI:4441330", "MGI:2443635", "MGI:2679336", "MGI:2686324", "MGI:5646423", "MGI:1856590", "MGI:3036247", "MGI:2153816", "MGI:88056", "MGI:3809414", "MGI:1856670", "MGI:1201673", "MGI:3807024", "MGI:1927238", "MGI:96078", "MGI:3576020", "MGI:95872", "MGI:1339468", "MGI:1341890", "MGI:1856647", "MGI:1920441", "MGI:2145261", "MGI:1858745", "MGI:99638", "MGI:103062", "MGI:1099787", "MGI:2444559", "MGI:1856700", "MGI:108443", "MGI:104727", "MGI:2442435", "MGI:87873", "MGI:2153183", "MGI:101764", "MGI:1860418", "MGI:1203520", "MGI:1346029", "MGI:1915023", "MGI:2671606", "MGI:5646415", "MGI:1861119", "MGI:1856649", "MGI:2182474", "MGI:1924118", "MGI:96402", "MGI:98495", "MGI:2446176", "MGI:1344351", "MGI:101941", "MGI:109137", "MGI:96757", "MGI:1921442", "MGI:5605723", "MGI:88583", "MGI:2671623", "MGI:1914345", "MGI:1919240", "MGI:2671317", "MGI:894652", "MGI:109559", "MGI:97302", "MGI:107745", "MGI:107912", "MGI:1353500", "MGI:3513273", "MGI:98817", "MGI:109272", "MGI:102706", "MGI:1098274", "MGI:1927542", "MGI:1891427", "MGI:1860129", "MGI:2671576", "MGI:5317573", "MGI:1333783", "MGI:109378", "MGI:107674", "MGI:1919336", "MGI:2442114", "MGI:3047697", "MGI:99187", "MGI:2443834", "MGI:2671604", "MGI:2684917", "MGI:3651534", "MGI:104667", "MGI:1925860", "MGI:2143362", "MGI:3050513", "MGI:1333791", "MGI:1928386", "MGI:3628785", "MGI:1914643", "MGI:1916363", "MGI:1891150", "MGI:2447188", "MGI:1890517", "MGI:108040", "MGI:1098246", "MGI:3780541", "MGI:2443868", "MGI:1932040", "MGI:2684949", "MGI:3530591", "MGI:1919143", "MGI:3817942", "MGI:3806637", "MGI:1932535", "MGI:3530326", "MGI:1338024", "MGI:5491173", "MGI:104904", "MGI:1330841", "MGI:1856212", "MGI:2660854", "MGI:5646392", "MGI:1289265", "MGI:1202068", "MGI:2142572", "MGI:1355318", "MGI:1916022", "MGI:1929004", "MGI:3813611", "MGI:2661445", "MGI:1918339", "MGI:1919153", "MGI:892995", "MGI:98215", "MGI:98364", "MGI:1915917", "MGI:1921727", "MGI:2182368", "MGI:99909", "MGI:1923367", "MGI:2684898", "MGI:99216", "MGI:1860253", "MGI:3027917", "MGI:1914981", "MGI:5437096", "MGI:97368", "MGI:1921418", "MGI:88385", "MGI:1923373", "MGI:1336167", "MGI:2444121", "MGI:87984", "MGI:2429554", "MGI:2671594", "MGI:2159621", "MGI:88269", "MGI:5752827", "MGI:1313307", "MGI:2676863", "MGI:1921396", "MGI:95630", "MGI:96224", "MGI:1915450", "MGI:107917", "MGI:1924054", "MGI:98505", "MGI:105984", "MGI:1890149", "MGI:2446213", "MGI:109148", "MGI:107750", "MGI:103075", "MGI:1933988", "MGI:1345143", "MGI:2387995", "MGI:107685", "MGI:2388073", "MGI:4867509", "MGI:1095403", "MGI:1309515", "MGI:1277234", "MGI:2429770", "MGI:3512802", "MGI:97279", "MGI:2448790", "MGI:2183016", "MGI:1913355", "MGI:1932339", "MGI:1928397", "MGI:4358374", "MGI:1860488", "MGI:1918711", "MGI:109615", "MGI:3586971", "MGI:98368", "MGI:1329037", "MGI:1098641", "MGI:2671677", "MGI:2675077", "MGI:1926146", "MGI:1917270", "MGI:3806093", "MGI:99435", "MGI:1924292", "MGI:1914715", "MGI:3808774", "MGI:2140873", "MGI:2681853", "MGI:2448554", "MGI:2684060", "MGI:96913", "MGI:1333855", "MGI:2656116", "MGI:109266", "MGI:104875", "MGI:109294", "MGI:1916835", "MGI:1925401", "MGI:5424913", "MGI:99683", "MGI:2448514", "MGI:2443075", "MGI:109345", "MGI:102674", "MGI:3045246", "MGI:1337004", "MGI:109618", "MGI:2177469", "MGI:1924105", "MGI:1924393", "MGI:2140321", "MGI:88275", "MGI:1889506", "MGI:1889011", "MGI:5436092", "MGI:1920629", "MGI:1930187", "MGI:109515", "MGI:97052", "MGI:3512800", "MGI:5792106", "MGI:1346016", "MGI:104556", "MGI:1861722", "MGI:5432513", "MGI:2446294", "MGI:94926", "MGI:3812132", "MGI:96522", "MGI:1100867", "MGI:1889505", "MGI:1857044", "MGI:1918478", "MGI:3033918", "MGI:1926855", "MGI:2442647", "MGI:1333784", "MGI:1888388", "MGI:1330290", "MGI:1097714", "MGI:4359052", "MGI:105085", "MGI:3811025", "MGI:1913435", "MGI:2442367", "MGI:1915283", "MGI:2671408", "MGI:104528", "MGI:3577451", "MGI:1921268", "MGI:109442", "MGI:1921273", "MGI:1913560", "MGI:2442056", "MGI:102553", "MGI:103253", "MGI:1194894", "MGI:3800224", "MGI:102687", "MGI:1341818", "MGI:2445077", "MGI:1858732", "MGI:2681008", "MGI:1913524", "MGI:88316", "MGI:2676848", "MGI:2678726", "MGI:3027884", "MGI:1098708", "MGI:1920706", "MGI:1098567", "MGI:1918770", "MGI:2443573", "MGI:1195462", "MGI:1201386", "MGI:1923363", "MGI:3578150", "MGI:109521", "MGI:1095404", "MGI:1891689", "MGI:2151017", "MGI:1202386", "MGI:1313145", "MGI:3810725", "MGI:1921538", "MGI:1923507", "MGI:105091", "MGI:3026978", "MGI:1913424", "MGI:1928482", "MGI:1913368", "MGI:5660108", "MGI:3708154", "MGI:3038442", "MGI:2448481", "MGI:1921662", "MGI:96414", "MGI:2671536", "MGI:2387642", "MGI:2674939", "MGI:1928978", "MGI:1914291", "MGI:1914403", "MGI:1913690", "MGI:1915304", "MGI:1888897", "MGI:97348", "MGI:1923539", "MGI:1927086", "MGI:2670904", "MGI:1921501", "MGI:1333825", "MGI:1261908", "MGI:1921802", "MGI:95794", "MGI:1196437", "MGI:2387751", "MGI:2685303", "MGI:2685847", "MGI:108474", "MGI:106202", "MGI:103124", "MGI:97567", "MGI:88208", "MGI:1330839", "MGI:2143311", "MGI:1891355", "MGI:108391", "MGI:2677836", "MGI:1921376", "MGI:1915919", "MGI:108427", "MGI:1333744", "MGI:2183045", "MGI:3576487", "MGI:1316742", "MGI:1922853", "MGI:96281", "MGI:1340044", "MGI:1928480", "MGI:2448826", "MGI:106581", "MGI:97524", "MGI:1927505", "MGI:5424907", "MGI:2656121", "MGI:3580285", "MGI:96955", "MGI:96157", "MGI:2685073", "MGI:2441805", "MGI:5474850", "MGI:95779", "MGI:1330828", "MGI:1915958", "MGI:1923992", "MGI:2385891", "MGI:99204", "MGI:1915816", "MGI:1930042", "MGI:2388804", "MGI:99915", "MGI:1351667", "MGI:1924823", "MGI:1916078", "MGI:3808809", "MGI:5499184", "MGI:1926119", "MGI:1927126", "MGI:104744", "MGI:2676796", "MGI:1338068", "MGI:1349385", "MGI:103033", "MGI:2667528", "MGI:1346347", "MGI:88101", "MGI:1333812", "MGI:1274781", "MGI:2444401", "MGI:5311637", "MGI:104747", "MGI:101894", "MGI:2148742", "MGI:1857047", "MGI:2183441", "MGI:2136886", "MGI:88613", "MGI:109548", "MGI:2676278", "MGI:98660", "MGI:3584036", "MGI:1355334", "MGI:98587", "MGI:106188", "MGI:2684861", "MGI:109244", "MGI:1924238", "MGI:5704087", "MGI:1933277", "MGI:1351485", "MGI:101773", "MGI:5429771", "MGI:1914482", "MGI:97311", "MGI:2443574", "MGI:1929209", "MGI:1916023", "MGI:1923733", "MGI:2678716", "MGI:2444554", "MGI:96736", "MGI:1335092", "MGI:104809", "MGI:102657", "MGI:104717", "MGI:2137963", "MGI:2671486", "MGI:3043979", "MGI:1338023", "MGI:2152214", "MGI:2138939", "MGI:1927379", "MGI:1913458", "MGI:1888514", "MGI:1858179", "MGI:2152817", "MGI:3644400", "MGI:98240", "MGI:3817244", "MGI:97568", "MGI:894323", "MGI:101926", "MGI:5490287", "MGI:1342057", "MGI:1922269", "MGI:1206582", "MGI:1856696", "MGI:3575171", "MGI:1276533", "MGI:88334", "MGI:1915671", "MGI:1354755", "MGI:98784", "MGI:95489", "MGI:108392", "MGI:1927065", "MGI:2671414", "MGI:99515", "MGI:2683055", "MGI:1918244", "MGI:2385621", "MGI:1916233", "MGI:1349658", "MGI:98483", "MGI:95638", "MGI:1856605", "MGI:1860485", "MGI:109617", "MGI:1861472", "MGI:3614270", "MGI:2153072", "MGI:2183448", "MGI:5499189", "MGI:1346864", "MGI:88373", "MGI:107283", "MGI:101784", "MGI:5621304", "MGI:5646410", "MGI:1346874", "MGI:96929", "MGI:1858422", "MGI:2148775", "MGI:1197011", "MGI:2679721", "MGI:2429498", "MGI:895149", "MGI:94896", "MGI:3045312", "MGI:2671548", "MGI:107940", "MGI:2387464", "MGI:5445583", "MGI:1340905", "MGI:99450", "MGI:1859149", "MGI:2137384", "MGI:2140077", "MGI:88311", "MGI:1916288", "MGI:101815", "MGI:1921932", "MGI:2153465", "MGI:5430039", "MGI:1341793", "MGI:1890496", "MGI:2677164", "MGI:1920328", "MGI:1315211", "MGI:87995", "MGI:3577501", "MGI:96074", "MGI:1202294", "MGI:1314883", "MGI:1928375", "MGI:5306135", "MGI:1329012", "MGI:1330812", "MGI:1321395", "MGI:3708160", "MGI:88109", "MGI:1277179", "MGI:1931123", "MGI:1918708", "MGI:3798664", "MGI:106656", "MGI:2671375", "MGI:88382", "MGI:96521", "MGI:88103", "MGI:1932093", "MGI:105058", "MGI:2136853", "MGI:2676809", "MGI:2681162", "MGI:95497", "MGI:3696947", "MGI:1914371", "MGI:1101765", "MGI:97596", "MGI:1351326", "MGI:1202296", "MGI:109233", "MGI:88006", "MGI:3045308", "MGI:3808033", "MGI:2671423", "MGI:2671323", "MGI:1099448", "MGI:2654703", "MGI:1921337", "MGI:1194503", "MGI:98423", "MGI:1315205", "MGI:2136171", "MGI:2671424", "MGI:3813527", "MGI:2153207", "MGI:1096391", "MGI:88479", "MGI:97430", "MGI:5792100", "MGI:2676804", "MGI:1917274", "MGI:96071", "MGI:98280", "MGI:1856932", "MGI:2671301", "MGI:1197010", "MGI:98351", "MGI:1928976", "MGI:105382", "MGI:1924366", "MGI:2448480", "MGI:1926116", "MGI:2181435", "MGI:99448", "MGI:1914454", "MGI:3808044", "MGI:1328356", "MGI:98894", "MGI:2159728", "MGI:1918464", "MGI:2671605", "MGI:3030583", "MGI:1340051", "MGI:5646402", "MGI:109609", "MGI:1916323", "MGI:2155456", "MGI:2143628", "MGI:1197517", "MGI:95514", "MGI:95686", "MGI:96930", "MGI:2139806", "MGI:2177632", "MGI:2183054", "MGI:2444594", "MGI:1926033", "MGI:102468", "MGI:892001", "MGI:2384924", "MGI:1914393", "MGI:1916151", "MGI:2671315", "MGI:1913283", "MGI:2443195", "MGI:98354", "MGI:2448881", "MGI:95706", "MGI:101842", "MGI:2385221", "MGI:3578212", "MGI:95704", "MGI:2442276", "MGI:1921850", "MGI:1928140", "MGI:2183454", "MGI:1915107", "MGI:1346863", "MGI:1346861", "MGI:1915376", "MGI:3799279", "MGI:2142624", "MGI:1353431", "MGI:102670", "MGI:5791994", "MGI:2685351", "MGI:99217", "MGI:109268", "MGI:1914481", "MGI:1920036", "MGI:98349", "MGI:1929518", "MGI:99137", "MGI:97374", "MGI:1859281", "MGI:1930146", "MGI:87878", "MGI:101922", "MGI:1931787", "MGI:3513284", "MGI:1316678", "MGI:1924407", "MGI:2183158", "MGI:97852", "MGI:88582", "MGI:88051", "MGI:2444061", "MGI:95921", "MGI:97514", "MGI:891968", "MGI:3665146", "MGI:2443778", "MGI:1926879", "MGI:1344400", "MGI:1932094", "MGI:2157910", "MGI:2140340", "MGI:88466", "MGI:2143702", "MGI:3807004", "MGI:101876", "MGI:1923735", "MGI:1278319", "MGI:99842", "MGI:2154441", "MGI:1337060", "MGI:98258", "MGI:3510426", "MGI:101914", "MGI:1096376", "MGI:3708162", "MGI:103569", "MGI:103582", "MGI:1916017", "MGI:1202394", "MGI:3806130", "MGI:2156893", "MGI:88462", "MGI:88593", "MGI:3614264", "MGI:1856975", "MGI:109522", "MGI:3606324", "MGI:3580016", "MGI:3798651", "MGI:5476178", "MGI:2446134", "MGI:2679446", "MGI:1858211", "MGI:1918659", "MGI:5436091", "MGI:107173", "MGI:104669", "MGI:1339958", "MGI:5560793", "MGI:2446217", "MGI:1856812", "MGI:109490", "MGI:107365", "MGI:3580242", "MGI:2448976", "MGI:1922960", "MGI:1932288", "MGI:2146974", "MGI:2671592", "MGI:1913150", "MGI:1921256", "MGI:1918060", "MGI:1196294", "MGI:1915896", "MGI:1097164", "MGI:1277133", "MGI:1339969", "MGI:96918", "MGI:95468", "MGI:102581", "MGI:3800680", "MGI:1196332", "MGI:1354739", "MGI:107180", "MGI:1914688", "MGI:893592", "MGI:1920039", "MGI:3849697", "MGI:1916658", "MGI:3577476", "MGI:88392", "MGI:1855937", "MGI:109269", "MGI:1914940", "MGI:1202298", "MGI:104725", "MGI:99479", "MGI:98736", "MGI:102520", "MGI:1856910", "MGI:107321", "MGI:1919835", "MGI:1933281", "MGI:2679270", "MGI:1921605", "MGI:3043011", "MGI:94859", "MGI:1196326", "MGI:3809426", "MGI:97774", "MGI:2444198", "MGI:2443129", "MGI:5425005", "MGI:1923596", "MGI:99159", "MGI:1916211", "MGI:1289160", "MGI:1933126", "MGI:3686765", "MGI:1314633", "MGI:5490318", "MGI:1333874", "MGI:2182472", "MGI:2183014", "MGI:3575193", "MGI:107956", "MGI:3612191", "MGI:1929691", "MGI:2687329", "MGI:96934", "MGI:88052", "MGI:94917", "MGI:106016", "MGI:3806348", "MGI:96009", "MGI:5704086", "MGI:1916482", "MGI:102891", "MGI:2671286", "MGI:2682671", "MGI:1341070", "MGI:2149021", "MGI:98796", "MGI:1915703", "MGI:98504", "MGI:1915442", "MGI:1918521", "MGI:88296", "MGI:1926142", "MGI:1201374", "MGI:1934754", "MGI:3038439", "MGI:1890546", "MGI:87971", "MGI:1330858", "MGI:2687319", "MGI:87951", "MGI:1101058", "MGI:1349764", "MGI:1350922", "MGI:3800477", "MGI:1100513", "MGI:5704142", "MGI:2143103", "MGI:5646406", "MGI:3614797", "MGI:1888921", "MGI:3643383", "MGI:87929", "MGI:1097716", "MGI:1914344", "MGI:5430732", "MGI:5471520", "MGI:1343044", "MGI:97897", "MGI:2442232", "MGI:88541", "MGI:2681839", "MGI:1349163", "MGI:95543", "MGI:1344390", "MGI:95636", "MGI:3710397", "MGI:5491174", "MGI:1920442", "MGI:1354952", "MGI:1194899", "MGI:105049", "MGI:1352738", "MGI:2687284", "MGI:3621485", "MGI:5004972", "MGI:98260", "MGI:1336189", "MGI:108018", "MGI:109331", "MGI:88374", "MGI:1347100", "MGI:88059", "MGI:107307", "MGI:1859333", "MGI:96612", "MGI:105372", "MGI:96954", "MGI:107979", "MGI:1341787", "MGI:2443935", "MGI:95808", "MGI:1316736", "MGI:2671431", "MGI:103202", "MGI:1339972", "MGI:1914175", "MGI:1921077", "MGI:2146320", "MGI:2444826", "MGI:4829394", "MGI:99182", "MGI:2136841", "MGI:1202715", "MGI:3052332", "MGI:2385198", "MGI:106034", "MGI:1914233", "MGI:2679257", "MGI:1338759", "MGI:1919722", "MGI:106018", "MGI:2443418", "MGI:104742", "MGI:88026", "MGI:107553", "MGI:2141503", "MGI:95777", "MGI:1201778", "MGI:1261423", "MGI:2441992", "MGI:1338890", "MGI:99569", "MGI:2147032", "MGI:97849", "MGI:3033894", "MGI:2685104", "MGI:108117", "MGI:3617850", "MGI:1923038", "MGI:1202388", "MGI:96952", "MGI:1915276", "MGI:1858330", "MGI:2679262", "MGI:105986", "MGI:1100514", "MGI:2651573", "MGI:1100512", "MGI:1916469", "MGI:108011", "MGI:1329045", "MGI:1337114", "MGI:1915002", "MGI:1858600", "MGI:2151841", "MGI:2443254", "MGI:2159210", "MGI:1336212", "MGI:3577435", "MGI:1921941", "MGI:105373", "MGI:88181", "MGI:99694", "MGI:97797", "MGI:2388707", "MGI:5487551", "MGI:1338036", "MGI:894682", "MGI:1353568", "MGI:1918686", "MGI:106180", "MGI:3512798", "MGI:98443", "MGI:1346873", "MGI:1333856", "MGI:107628", "MGI:1925571", "MGI:97603", "MGI:102718", "MGI:101931", "MGI:2444959", "MGI:106588", "MGI:95637", "MGI:97563", "MGI:1277167", "MGI:1202401", "MGI:5792003", "MGI:1916415", "MGI:3718458", "MGI:1922637", "MGI:2444008", "MGI:95585", "MGI:106378", "MGI:2656126", "MGI:1890572", "MGI:3607779", "MGI:102676", "MGI:87937", "MGI:99603", "MGI:103187", "MGI:1916289", "MGI:99484", "MGI:103024", "MGI:5490310", "MGI:96565", "MGI:88562", "MGI:96550", "MGI:2429635", "MGI:5049960", "MGI:1928900", "MGI:2443384", "MGI:3046706", "MGI:96828", "MGI:1201609", "MGI:2443160", "MGI:2675377", "MGI:2449143", "MGI:1931026", "MGI:2685267", "MGI:1919623", "MGI:99879", "MGI:1922946", "MGI:3530515", "MGI:104633", "MGI:2176433", "MGI:1351654", "MGI:105081", "MGI:2683537", "MGI:1353499", "MGI:97450", "MGI:1933966", "MGI:102524", "MGI:1201784", "MGI:97508", "MGI:2687005", "MGI:1927290", "MGI:3815154", "MGI:2442334", "MGI:1916858", "MGI:1333846", "MGI:2442952", "MGI:1340026", "MGI:1926923", "MGI:5510767", "MGI:1306802", "MGI:3811393", "MGI:3692911", "MGI:2385368", "MGI:1100878", "MGI:3832662", "MGI:88491", "MGI:1342290", "MGI:88395", "MGI:2676807", "MGI:2180674", "MGI:1915529", "MGI:3647180", "MGI:2450691", "MGI:1346500", "MGI:106066", "MGI:1933403", "MGI:104982", "MGI:4439296", "MGI:104774", "MGI:1343094", "MGI:1923322", "MGI:2137962", "MGI:105313", "MGI:2683048", "MGI:3043652", "MGI:5317610", "MGI:3761013", "MGI:3033992", "MGI:1858233", "MGI:98496", "MGI:104563", "MGI:1352758", "MGI:1857077", "MGI:1277180", "MGI:88034", "MGI:2137913", "MGI:99555", "MGI:101938", "MGI:3053535", "MGI:1344394", "MGI:1921582", "MGI:96194", "MGI:1888992", "MGI:3798462", "MGI:2181074", "MGI:5313523", "MGI:2146046", "MGI:1100525", "MGI:1921735", "MGI:1929095", "MGI:102673", "MGI:1342302", "MGI:1930125", "MGI:2441982", "MGI:1913393", "MGI:1857082", "MGI:101937", "MGI:2679630", "MGI:1891497", "MGI:2671290", "MGI:1929865", "MGI:1923802", "MGI:97363", "MGI:95762", "MGI:2671369", "MGI:1096383", "MGI:1914784", "MGI:2384725", "MGI:2682687", "MGI:1890221", "MGI:1916608", "MGI:96204", "MGI:96949", "MGI:1097159", "MGI:106213", "MGI:2159601", "MGI:5704083", "MGI:98659", "MGI:98279", "MGI:1861689", "MGI:1915131", "MGI:3686761", "MGI:96673", "MGI:1298375", "MGI:1922374", "MGI:88223", "MGI:1890407", "MGI:1891009", "MGI:1934129", "MGI:1276578", "MGI:3584514", "MGI:1309469", "MGI:1856612", "MGI:1916436", "MGI:2671617", "MGI:3521912", "MGI:5615406", "MGI:1345964", "MGI:3612841", "MGI:1920188", "MGI:2142786", "MGI:2671607", "MGI:98086", "MGI:99513", "MGI:2671417", "MGI:3046757", "MGI:2389364", "MGI:1934919", "MGI:3794324", "MGI:1923385", "MGI:2671616", "MGI:3590652", "MGI:1860486", "MGI:1861441", "MGI:1916784", "MGI:2668412", "MGI:1913660", "MGI:2388481", "MGI:3716112", "MGI:1927596", "MGI:1914440", "MGI:2146901", "MGI:5792017", "MGI:3586538", "MGI:107489", "MGI:1859822", "MGI:1923816", "MGI:2671314", "MGI:1855684", "MGI:88192", "MGI:1914099", "MGI:88113", "MGI:2135283", "MGI:1933397", "MGI:3799130", "MGI:3033902", "MGI:1927138", "MGI:1923959", "MGI:2444070", "MGI:1100850", "MGI:1270156", "MGI:97303", "MGI:2681120", "MGI:2147834", "MGI:1923965", "MGI:1858952", "MGI:1196227", "MGI:104631", "MGI:106672", "MGI:96704", "MGI:3811053", "MGI:2653627", "MGI:894320", "MGI:97616", "MGI:1351636", "MGI:1340032", "MGI:1344372", "MGI:1920468", "MGI:3038458", "MGI:1277184", "MGI:1925723", "MGI:1919210", "MGI:1913376", "MGI:107688", "MGI:2144765", "MGI:2155600", "MGI:1919489", "MGI:1352457", "MGI:1933548", "MGI:2681173", "MGI:1916987", "MGI:1345280", "MGI:109542", "MGI:3045247", "MGI:1860118", "MGI:2651833", "MGI:1918361", "MGI:1918847", "MGI:99403", "MGI:1341297", "MGI:104597", "MGI:2183924", "MGI:1915044", "MGI:97275", "MGI:94927", "MGI:1926224", "MGI:5791990", "MGI:1916966", "MGI:4829391", "MGI:1932969", "MGI:2157062", "MGI:5560774", "MGI:1353418", "MGI:2150309", "MGI:97350", "MGI:107501", "MGI:102959", "MGI:2671610", "MGI:1856890", "MGI:5707645", "MGI:101878", "MGI:2444155", "MGI:1914388", "MGI:1337080", "MGI:1298223", "MGI:1352490", "MGI:96176", "MGI:2384986", "MGI:5434255", "MGI:1858235", "MGI:3033336", "MGI:2153249", "MGI:5554599", "MGI:1917834", "MGI:1930949", "MGI:2686227", "MGI:108086", "MGI:1933206", "MGI:1924696", "MGI:1932970", "MGI:1920030", "MGI:2667156", "MGI:2671397", "MGI:3650217", "MGI:2443535", "MGI:2445208", "MGI:5546628", "MGI:108460", "MGI:1918944", "MGI:104876", "MGI:3606092", "MGI:88190", "MGI:96892", "MGI:95760", "MGI:1202717", "MGI:3046730", "MGI:96247", "MGI:1856933", "MGI:1924285", "MGI:3043653", "MGI:1926097", "MGI:1858214", "MGI:106217", "MGI:95860", "MGI:96940", "MGI:3046703", "MGI:107877", "MGI:1276121", "MGI:2385001", "MGI:2444798", "MGI:1196389", "MGI:1917278", "MGI:1354945", "MGI:1934582", "MGI:5791992", "MGI:1924661", "MGI:2145534", "MGI:1856972", "MGI:5320610", "MGI:1196334", "MGI:2444084", "MGI:106387", "MGI:96283", "MGI:3529431", "MGI:3038464", "MGI:1321396", "MGI:5428961", "MGI:5049958", "MGI:102770", "MGI:2448632", "MGI:104562", "MGI:3043645", "MGI:109201", "MGI:1332226", "MGI:97609", "MGI:1914383", "MGI:2671565", "MGI:95526", "MGI:1098824", "MGI:1338889", "MGI:2685581", "MGI:1913495", "MGI:2444737", "MGI:3045314", "MGI:1925537", "MGI:1349423", "MGI:1928376", "MGI:1856863", "MGI:95295", "MGI:3050509", "MGI:96590", "MGI:1933755", "MGI:87931", "MGI:98371", "MGI:106210", "MGI:3046712", "MGI:1298219", "MGI:1861354", "MGI:1915523", "MGI:3614268", "MGI:2445125", "MGI:2143266", "MGI:1890529", "MGI:104887", "MGI:88228", "MGI:3589219", "MGI:95393", "MGI:3688249", "MGI:96821", "MGI:2147434", "MGI:1197526", "MGI:3045263", "MGI:105917", "MGI:2445289", "MGI:1861195", "MGI:3798871", "MGI:1924303", "MGI:1315192", "MGI:2442934", "MGI:3811569", "MGI:2685664", "MGI:1923707", "MGI:1890474", "MGI:103070", "MGI:2447992", "MGI:1917675", "MGI:104659", "MGI:2442040", "MGI:5446146", "MGI:1916774", "MGI:3618732", "MGI:1354381", "MGI:88216", "MGI:99459", "MGI:1353589", "MGI:1913808", "MGI:1344413", "MGI:2671435", "MGI:96696", "MGI:2140680", "MGI:1921997", "MGI:98282", "MGI:1100501", "MGI:109372", "MGI:1933237", "MGI:1861622", "MGI:98791", "MGI:3794330", "MGI:894279", "MGI:1196625", "MGI:108430", "MGI:2678025", "MGI:2140230", "MGI:107170", "MGI:3027876", "MGI:3608416", "MGI:1916503", "MGI:1927449", "MGI:1354910", "MGI:3583957", "MGI:1270855", "MGI:1858199", "MGI:1915691", "MGI:97267", "MGI:2386940", "MGI:101816", "MGI:1315208", "MGI:3797725", "MGI:1310004", "MGI:1346047", "MGI:1355333", "MGI:1914103", "MGI:1278315", "MGI:109524", "MGI:1915724", "MGI:1920908", "MGI:1859152", "MGI:109424", "MGI:1917474", "MGI:4830597", "MGI:5311345", "MGI:95576", "MGI:97756", "MGI:1332637", "MGI:3806333", "MGI:5438045", "MGI:3033968", "MGI:97808", "MGI:2446216", "MGI:1918177", "MGI:103034", "MGI:3588498", "MGI:1289171", "MGI:1350929", "MGI:98370", "MGI:101770", "MGI:2179276", "MGI:1915291", "MGI:3576010", "MGI:101864", "MGI:99261", "MGI:1099790", "MGI:1860604", "MGI:2651887", "MGI:3043648", "MGI:3813532", "MGI:88407", "MGI:97172", "MGI:1891384", "MGI:1924007", "MGI:2671491", "MGI:3580372", "MGI:2183053", "MGI:1857313", "MGI:107375", "MGI:97281", "MGI:1277207", "MGI:1277955", "MGI:104965", "MGI:2442060", "MGI:1919995", "MGI:2179720", "MGI:2389008", "MGI:2682772", "MGI:2143484", "MGI:2387629", "MGI:1919324", "MGI:1924029", "MGI:1203727", "MGI:3513288", "MGI:1917326", "MGI:105090", "MGI:97173", "MGI:103188", "MGI:1351612", "MGI:108417", "MGI:97489", "MGI:1915532", "MGI:99538", "MGI:894678", "MGI:109544", "MGI:109552", "MGI:98246", "MGI:95675", "MGI:109161", "MGI:1336166", "MGI:1856828", "MGI:109232", "MGI:3043656", "MGI:1921449", "MGI:2442451", "MGI:3575165"]
--- a/test-data/phenotypes-for-disease.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/phenotypes-for-disease.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Lewy bodies", "deprecated": null, "id": "HP:0100315", "description": null, "consider": null}, "id": "5f306069-7da3-416d-a229-fc4bc5a619d3", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Lewy bodies", "id": "HP:0100315"}, {"lbl": null, "id": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0100315"}, {"sub": "MONARCH:3c85131657aa47e57ec84a8f5be45df06cf4befe", "pred": "OBAN:association_has_object", "obj": "HP:0100315"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dementia", "deprecated": null, "id": "HP:0000726", "description": null, "consider": null}, "id": "444414be-eff3-4d70-839d-c116cb73663e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": "Dementia", "id": "HP:0000726"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "OBAN:association_has_object", "obj": "HP:0000726"}, {"sub": "MONARCH:125e3c726176c0d3e4655ef91d5f83ad3925b33c", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Paranoia", "deprecated": null, "id": "HP:0011999", "description": null, "consider": null}, "id": "ee2409d2-7b59-42aa-b1b7-101aae9d84fb", "type": null, "evidence_graph": {"nodes": [{"lbl": "Paranoia", "id": "HP:0011999"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_object", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0011999"}, {"sub": "MONARCH:c8d987bf12fdbfe49c15af3883281e43907469b8", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinsonism", "deprecated": null, "id": "HP:0001300", "description": null, "consider": null}, "id": "70623f77-a5ca-4d78-8ec2-d74d9e9aa74a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Parkinsonism", "id": "HP:0001300"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}, {"lbl": null, "id": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b"}], "edges": [{"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "OBAN:association_has_object", "obj": "HP:0001300"}, {"sub": "MONARCH:14d4d1612da3d9bbe1f1801a3cee8903351dee6b", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Weight loss", "deprecated": null, "id": "HP:0001824", "description": null, "consider": null}, "id": "8cb86486-d40c-4b7f-842d-214adbcf8140", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879"}, {"lbl": "Weight loss", "id": "HP:0001824"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_object", "obj": "HP:0001824"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001824"}, {"sub": "MONARCH:09b7a86aa40ad31dc0d48e7a9de42750ca2db879", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dysautonomia", "deprecated": null, "id": "HP:0002459", "description": null, "consider": null}, "id": "fb9bc291-2991-4f88-9f14-a9611d80ec5c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a"}, {"lbl": "Dysautonomia", "id": "HP:0002459"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_object", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0002459"}, {"sub": "MONARCH:2216fc77f599a46479772bbdff316c13051e5e0a", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hallucinations", "deprecated": null, "id": "HP:0000738", "description": null, "consider": null}, "id": "da72dd2a-94ec-4c6f-aedd-dfda1a14c34c", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6"}, {"lbl": "Hallucinations", "id": "HP:0000738"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_object", "obj": "HP:0000738"}, {"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0000738"}, {"sub": "MONARCH:1f875b902a02caea5aed838904dd40ba97e37ff6", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Orthostatic hypotension", "deprecated": null, "id": "HP:0001278", "description": null, "consider": null}, "id": "ba91e9de-ba70-4797-bdff-71638d7080a9", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Orthostatic hypotension", "id": "HP:0001278"}, {"lbl": null, "id": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477"}, {"lbl": "Parkinson Disease 4, Autosomal Dominant", "id": "OMIM:605543"}], "edges": [{"sub": "OMIM:605543", "pred": "RO:0002200", "obj": "HP:0001278"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_subject", "obj": "OMIM:605543"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:41c427683fc3ff16d8befc44c079161a9be2c477", "pred": "OBAN:association_has_object", "obj": "HP:0001278"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Parkinson Disease 4, Autosomal Dominant", "deprecated": null, "id": "OMIM:605543", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {"HP:0000707": 7, "BFO:0000020": 8, "owl:Thing": 8, "HP:0000118": 8, "SEPIO:0000129": 8, "MP:0000001": 8, "HP:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "IAO:0000144": 8, "MP:0004924": 3, "BFO:0000002": 8, "MP:0005386": 3, "GO:0008150PHENOTYPE": 4, "BFO:0000031": 8, "SEPIO:0000013": 8, "GO:0007610PHENOTYPE": 3, "IAO:0000300": 8, "UPHENO:0001002": 8, "HP:0000708": 3, "BFO:0000001": 8, "UPHENO:0001001": 8, "HP:0012638": 6, "MP:0003633": 6, "IAO:0000030": 8, "MP:0003631": 7}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001300"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "HP:0001300"}, {"pred": "RO:0002558", "sub": "MONARCH:14d4d1612da3d9bb", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:14d4d1612da3d9bb", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0001300", "lbl": "Parkinsonism"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001300", "replaced_by": null, "consider": null, "label": "Parkinsonism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7821d98c-7884-44ed-95b2-1e35f5b9ddc5", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "HP:0001824"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09b7a86aa40ad31d", "obj": "OMIM:605543"}], "nodes": [{"id": "HP:0001824", "lbl": "Weight loss"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:09b7a86aa40ad31d", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001824", "replaced_by": null, "consider": null, "label": "Weight loss", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7186b48b-1bc6-49d7-95be-066622da0a0c", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:2216fc77f599a464", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2216fc77f599a464", "obj": "OMIM:605543"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0002459"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2216fc77f599a464", "obj": "HP:0002459"}], "nodes": [{"id": "HP:0002459", "lbl": "Dysautonomia"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:2216fc77f599a464", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002459", "replaced_by": null, "consider": null, "label": "Dysautonomia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3cf231c5-9d43-44cc-8227-593e30e3751b", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:3c85131657aa47e5", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:3c85131657aa47e5", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0100315"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3c85131657aa47e5", "obj": "HP:0100315"}], "nodes": [{"id": "MONARCH:3c85131657aa47e5", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0100315", "lbl": "Lewy bodies"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100315", "replaced_by": null, "consider": null, "label": "Lewy bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0257c60e-278a-43fd-ac9d-b16b4b4c5e96", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0001278"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:41c427683fc3ff16", "obj": "OMIM:605543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:41c427683fc3ff16", "obj": "HP:0001278"}, {"pred": "RO:0002558", "sub": "MONARCH:41c427683fc3ff16", "obj": "ECO:0000304"}], "nodes": [{"id": "HP:0001278", "lbl": "Orthostatic hypotension"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:41c427683fc3ff16", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001278", "replaced_by": null, "consider": null, "label": "Orthostatic hypotension", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64c7a537-bb94-4bb5-b6d4-5377151cabce", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1f875b902a02caea", "obj": "HP:0000738"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f875b902a02caea", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:1f875b902a02caea", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:1f875b902a02caea", "lbl": null}, {"id": "HP:0000738", "lbl": "Hallucinations"}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000738", "replaced_by": null, "consider": null, "label": "Hallucinations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f0aa8534-7698-43bd-9508-15f0ab9d80c9", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:125e3c726176c0d3", "obj": "HP:0000726"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:125e3c726176c0d3", "obj": "OMIM:605543"}, {"pred": "RO:0002558", "sub": "MONARCH:125e3c726176c0d3", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0000726"}], "nodes": [{"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000726", "lbl": "Dementia"}, {"id": "MONARCH:125e3c726176c0d3", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000726", "replaced_by": null, "consider": null, "label": "Dementia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e4dbfac5-106a-49b0-8c2f-0b2b705b6914", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:605543", "obj": "HP:0011999"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "HP:0011999"}, {"pred": "RO:0002558", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c8d987bf12fdbfe4", "obj": "OMIM:605543"}], "nodes": [{"id": "MONARCH:c8d987bf12fdbfe4", "lbl": null}, {"id": "OMIM:605543", "lbl": "Parkinson Disease 4, Autosomal Dominant"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0011999", "lbl": "Paranoia"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011999", "replaced_by": null, "consider": null, "label": "Paranoia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c9593ca8-b396-41d3-88f2-c696fe6aa8f6", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "OMIM:605543", "replaced_by": null, "consider": null, "label": "Parkinson Disease 4, Autosomal Dominant", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["HP:0000726", "HP:0000738", "HP:0001278", "HP:0001300", "HP:0001824", "HP:0002459", "HP:0011999", "HP:0100315"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"HP:0012638": 6, "GO:0008150PHENOTYPE": 4, "NBO:0000313PHENOTYPE": 3, "MP:0003633": 6, "HP:0000707": 7, "HP:0000001": 8, "UPHENO:0001001": 8, "HP:0000118": 8, "BFO:0000002": 8, "BFO:0000031": 8, "IAO:0000300": 8, "IAO:0000144": 8, "GO:0003008PHENOTYPE": 2, "MP:0004924": 3, "MP:0000001": 8, "BFO:0000020": 8, "MP:0003631": 7, "IAO:0000030": 8, "owl:Thing": 8, "MP:0005386": 3, "BFO:0000001": 8, "UBERON:0001016PHENOTYPE": 7, "GO:0007610PHENOTYPE": 3, "HP:0000708": 3, "UPHENO:0001002": 8}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/phenotypes-for-gene.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/phenotypes-for-gene.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Anal atresia", "deprecated": null, "id": "HP:0002023", "description": null, "consider": null}, "id": "a8133038-74c5-4b6b-b3d4-b5724b5ea323", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:6e532cfdf7a5d7184cb9dcaaf33fec1165d32637"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Anal atresia", "id": "HP:0002023"}, {"lbl": null, "id": "MONARCH:dd3d64e88676b25c3ba7e9bdd78f98dd5ff38703"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:6e532cfdf7a5d7184cb9dcaaf33fec1165d32637", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:6e532cfdf7a5d7184cb9dcaaf33fec1165d32637", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002023"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:dd3d64e88676b25c3ba7e9bdd78f98dd5ff38703", "pred": "OBAN:association_has_object", "obj": "HP:0002023"}, {"sub": "MONARCH:6e532cfdf7a5d7184cb9dcaaf33fec1165d32637", "pred": "OBAN:association_has_object", "obj": "HP:0002023"}, {"sub": "MONARCH:dd3d64e88676b25c3ba7e9bdd78f98dd5ff38703", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002023"}, {"sub": "MONARCH:dd3d64e88676b25c3ba7e9bdd78f98dd5ff38703", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Rudimentary to absent tibiae", "deprecated": null, "id": "HP:0006426", "description": null, "consider": null}, "id": "c622c9e0-f6d5-4436-9e42-e29cfe3cecb6", "type": null, "evidence_graph": {"nodes": [{"lbl": "Rudimentary to absent tibiae", "id": "HP:0006426"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:302cf8b37db1ec54b52df4ffa1a48ce740b947b5"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:302cf8b37db1ec54b52df4ffa1a48ce740b947b5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:302cf8b37db1ec54b52df4ffa1a48ce740b947b5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:302cf8b37db1ec54b52df4ffa1a48ce740b947b5", "pred": "OBAN:association_has_object", "obj": "HP:0006426"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0006426"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Frontal bossing", "deprecated": null, "id": "HP:0002007", "description": null, "consider": null}, "id": "9b5500a8-fec8-4b6b-a1da-c0ed0ca3c4c3", "type": null, "evidence_graph": {"nodes": [{"lbl": "Frontal bossing", "id": "HP:0002007"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:d025924e7b2cc9761f125d25166aaf3d254e1ee4"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d025924e7b2cc9761f125d25166aaf3d254e1ee4", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002007"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:d025924e7b2cc9761f125d25166aaf3d254e1ee4", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d025924e7b2cc9761f125d25166aaf3d254e1ee4", "pred": "OBAN:association_has_object", "obj": "HP:0002007"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Enlarged kidney", "deprecated": null, "id": "HP:0000105", "description": null, "consider": null}, "id": "4e170e4c-743d-4c09-8f89-96ca4b9644fb", "type": null, "evidence_graph": {"nodes": [{"lbl": "Enlarged kidney", "id": "HP:0000105"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:cedd3ab524c826872bfed14f96790e1d4d073a43"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:cedd3ab524c826872bfed14f96790e1d4d073a43", "pred": "OBAN:association_has_object", "obj": "HP:0000105"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000105"}, {"sub": "MONARCH:cedd3ab524c826872bfed14f96790e1d4d073a43", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:cedd3ab524c826872bfed14f96790e1d4d073a43", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Intestinal malrotation", "deprecated": null, "id": "HP:0002566", "description": null, "consider": null}, "id": "49ef5706-56b3-4cd2-a252-6669e9811fbd", "type": null, "evidence_graph": {"nodes": [{"lbl": "Intestinal malrotation", "id": "HP:0002566"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:336ed8d0f584bca42a64f57c8dcac284e09ee205"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:c6d7a6b75680971db9405c6a1c69fcad07b31ad6"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:336ed8d0f584bca42a64f57c8dcac284e09ee205", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c6d7a6b75680971db9405c6a1c69fcad07b31ad6", "pred": "OBAN:association_has_object", "obj": "HP:0002566"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:336ed8d0f584bca42a64f57c8dcac284e09ee205", "pred": "OBAN:association_has_object", "obj": "HP:0002566"}, {"sub": "MONARCH:c6d7a6b75680971db9405c6a1c69fcad07b31ad6", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:c6d7a6b75680971db9405c6a1c69fcad07b31ad6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0002566"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002566"}, {"sub": "MONARCH:336ed8d0f584bca42a64f57c8dcac284e09ee205", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of cardiovascular system morphology", "deprecated": null, "id": "HP:0030680", "description": null, "consider": null}, "id": "c099a2b4-eafc-4ebe-aa57-71bb9daa60b2", "type": null, "evidence_graph": {"nodes": [{"lbl": "Abnormality of cardiovascular system morphology", "id": "HP:0030680"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:a54f4e6f8a923a874a4b14f170135dcc20d6ddf5"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0030680"}, {"sub": "MONARCH:a54f4e6f8a923a874a4b14f170135dcc20d6ddf5", "pred": "OBAN:association_has_object", "obj": "HP:0030680"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:a54f4e6f8a923a874a4b14f170135dcc20d6ddf5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:a54f4e6f8a923a874a4b14f170135dcc20d6ddf5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Lethal skeletal dysplasia", "deprecated": null, "id": "HP:0005716", "description": null, "consider": null}, "id": "cb19632e-9178-49b7-b9e3-1ece523c6b26", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "Lethal skeletal dysplasia", "id": "HP:0005716"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:175b097382b66bc89564dda84c2d245a0b089875"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0005716"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:175b097382b66bc89564dda84c2d245a0b089875", "pred": "OBAN:association_has_object", "obj": "HP:0005716"}, {"sub": "MONARCH:175b097382b66bc89564dda84c2d245a0b089875", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:175b097382b66bc89564dda84c2d245a0b089875", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Median cleft lip", "deprecated": null, "id": "HP:0000161", "description": null, "consider": null}, "id": "4697a7d9-3192-4b8d-9133-4fac25cc3228", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": null, "id": "MONARCH:e3bb0ce9be08bc77453e0dcd30605bd84d2726fd"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Median cleft lip", "id": "HP:0000161"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e3bb0ce9be08bc77453e0dcd30605bd84d2726fd", "pred": "OBAN:association_has_object", "obj": "HP:0000161"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e3bb0ce9be08bc77453e0dcd30605bd84d2726fd", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000161"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:e3bb0ce9be08bc77453e0dcd30605bd84d2726fd", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Polysyndactyly of hallux", "deprecated": null, "id": "HP:0005873", "description": null, "consider": null}, "id": "8a582dcd-5103-4a55-9457-b1d4327a803b", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "Polysyndactyly of hallux", "id": "HP:0005873"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:31ec8f3bc15fb668a8e19f0fa847c127f9dba82b"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0005873"}, {"sub": "MONARCH:31ec8f3bc15fb668a8e19f0fa847c127f9dba82b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:31ec8f3bc15fb668a8e19f0fa847c127f9dba82b", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:31ec8f3bc15fb668a8e19f0fa847c127f9dba82b", "pred": "OBAN:association_has_object", "obj": "HP:0005873"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Talipes equinovarus", "deprecated": null, "id": "HP:0001762", "description": null, "consider": null}, "id": "4fab11fb-51d6-4abf-850f-c709e08005a4", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:06a6ca9712dfee43b2814f39e9bf0a3ccc73b945"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Talipes equinovarus", "id": "HP:0001762"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:06a6ca9712dfee43b2814f39e9bf0a3ccc73b945", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:06a6ca9712dfee43b2814f39e9bf0a3ccc73b945", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001762"}, {"sub": "MONARCH:06a6ca9712dfee43b2814f39e9bf0a3ccc73b945", "pred": "OBAN:association_has_object", "obj": "HP:0001762"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cerebellar cyst", "deprecated": null, "id": "HP:0002350", "description": null, "consider": null}, "id": "eff843e9-0405-4923-a77c-ccc130aa5a77", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:c9ac3d64c92b5bce74c8038e30d399da2ccc268f"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "Cerebellar cyst", "id": "HP:0002350"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:c9ac3d64c92b5bce74c8038e30d399da2ccc268f", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:c9ac3d64c92b5bce74c8038e30d399da2ccc268f", "pred": "OBAN:association_has_object", "obj": "HP:0002350"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002350"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:c9ac3d64c92b5bce74c8038e30d399da2ccc268f", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Thoracic dysplasia", "deprecated": null, "id": "HP:0006644", "description": null, "consider": null}, "id": "5b945e56-d476-442f-9c30-61bbaa245864", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": null, "id": "MONARCH:8ad71f77f3720bb0dcf7c78c6fb3ad0c6bc062ca"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Thoracic dysplasia", "id": "HP:0006644"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8ad71f77f3720bb0dcf7c78c6fb3ad0c6bc062ca", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8ad71f77f3720bb0dcf7c78c6fb3ad0c6bc062ca", "pred": "OBAN:association_has_object", "obj": "HP:0006644"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "MONARCH:8ad71f77f3720bb0dcf7c78c6fb3ad0c6bc062ca", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0006644"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Postaxial hand polydactyly", "deprecated": null, "id": "HP:0001162", "description": null, "consider": null}, "id": "242e2b40-99a7-4a14-b75a-edefcb3618ca", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:c88a2ae8e770c18ea18070d62fda71adc9ec3943"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Postaxial hand polydactyly", "id": "HP:0001162"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:369e9070fcd66b8c455bcf594410e95bd175c61b"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:369e9070fcd66b8c455bcf594410e95bd175c61b", "pred": "OBAN:association_has_object", "obj": "HP:0001162"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:369e9070fcd66b8c455bcf594410e95bd175c61b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001162"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:369e9070fcd66b8c455bcf594410e95bd175c61b", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001162"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c88a2ae8e770c18ea18070d62fda71adc9ec3943", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "MONARCH:c88a2ae8e770c18ea18070d62fda71adc9ec3943", "pred": "OBAN:association_has_object", "obj": "HP:0001162"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:c88a2ae8e770c18ea18070d62fda71adc9ec3943", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short foot", "deprecated": null, "id": "HP:0001773", "description": null, "consider": null}, "id": "19a8ec58-7ede-4eed-a47b-755fa85be5bb", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9b0597f42cd31a1cc77a8fa60ff981febe16c7f5"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Short foot", "id": "HP:0001773"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:9b0597f42cd31a1cc77a8fa60ff981febe16c7f5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001773"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:9b0597f42cd31a1cc77a8fa60ff981febe16c7f5", "pred": "OBAN:association_has_object", "obj": "HP:0001773"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:9b0597f42cd31a1cc77a8fa60ff981febe16c7f5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormality of the metaphyses", "deprecated": null, "id": "HP:0000944", "description": null, "consider": null}, "id": "f17e7338-2973-4541-a988-fa5e4d549639", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Abnormality of the metaphyses", "id": "HP:0000944"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:37e1d2a38fc10b2f1d2b76a5ccc0b9bd6f6e4be5"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:37e1d2a38fc10b2f1d2b76a5ccc0b9bd6f6e4be5", "pred": "OBAN:association_has_object", "obj": "HP:0000944"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:37e1d2a38fc10b2f1d2b76a5ccc0b9bd6f6e4be5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:37e1d2a38fc10b2f1d2b76a5ccc0b9bd6f6e4be5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000944"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Bifid epiglottis", "deprecated": null, "id": "HP:0010564", "description": null, "consider": null}, "id": "d5f72c4c-9485-4029-804a-ddb106c9491d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "Bifid epiglottis", "id": "HP:0010564"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:4c7085c8370d9e6e98b5e494454101c063c9e02b"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4c7085c8370d9e6e98b5e494454101c063c9e02b", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010564"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:4c7085c8370d9e6e98b5e494454101c063c9e02b", "pred": "OBAN:association_has_object", "obj": "HP:0010564"}, {"sub": "MONARCH:4c7085c8370d9e6e98b5e494454101c063c9e02b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cryptorchidism", "deprecated": null, "id": "HP:0000028", "description": null, "consider": null}, "id": "720691bd-3433-4cdc-b88f-f15a780a3b5f", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:5815555d3257700702b193dfc179784a38770c15"}, {"lbl": "Cryptorchidism", "id": "HP:0000028"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5815555d3257700702b193dfc179784a38770c15", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000028"}, {"sub": "MONARCH:5815555d3257700702b193dfc179784a38770c15", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:5815555d3257700702b193dfc179784a38770c15", "pred": "OBAN:association_has_object", "obj": "HP:0000028"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cleft upper lip", "deprecated": null, "id": "HP:0000204", "description": null, "consider": null}, "id": "e4880c89-aa00-4d1b-862a-9834c30926d0", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:0d1e84ff8e4337c2c3a14f13e2e6a15383ebd6ab"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "Cleft upper lip", "id": "HP:0000204"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:78145da42e6efd77a887767846ba9da26c5bbd29"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000204"}, {"sub": "MONARCH:0d1e84ff8e4337c2c3a14f13e2e6a15383ebd6ab", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:78145da42e6efd77a887767846ba9da26c5bbd29", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:78145da42e6efd77a887767846ba9da26c5bbd29", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000204"}, {"sub": "MONARCH:78145da42e6efd77a887767846ba9da26c5bbd29", "pred": "OBAN:association_has_object", "obj": "HP:0000204"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:0d1e84ff8e4337c2c3a14f13e2e6a15383ebd6ab", "pred": "OBAN:association_has_object", "obj": "HP:0000204"}, {"sub": "MONARCH:0d1e84ff8e4337c2c3a14f13e2e6a15383ebd6ab", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Absent or minimally ossified vertebral bodies", "deprecated": null, "id": "HP:0004599", "description": null, "consider": null}, "id": "0006356b-e600-4692-9eaf-0ca37d33fd68", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:693073558a10fca7047e31223f2fe8a09078fcc1"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Absent or minimally ossified vertebral bodies", "id": "HP:0004599"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0004599"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:693073558a10fca7047e31223f2fe8a09078fcc1", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:693073558a10fca7047e31223f2fe8a09078fcc1", "pred": "OBAN:association_has_object", "obj": "HP:0004599"}, {"sub": "MONARCH:693073558a10fca7047e31223f2fe8a09078fcc1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Depressed nasal bridge", "deprecated": null, "id": "HP:0005280", "description": null, "consider": null}, "id": "66fd1a3d-b3c0-4bde-b24d-338cf53cbe48", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:3eaf787077ade83c203df450a3b46d54a9426ce9"}, {"lbl": "Depressed nasal bridge", "id": "HP:0005280"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:3eaf787077ade83c203df450a3b46d54a9426ce9", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0005280"}, {"sub": "MONARCH:3eaf787077ade83c203df450a3b46d54a9426ce9", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:3eaf787077ade83c203df450a3b46d54a9426ce9", "pred": "OBAN:association_has_object", "obj": "HP:0005280"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dilation of lateral ventricles", "deprecated": null, "id": "HP:0006956", "description": null, "consider": null}, "id": "10eb431b-5e95-4848-b8da-a0a9381887d8", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Dilation of lateral ventricles", "id": "HP:0006956"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": null, "id": "MONARCH:08e9f506d7571f2dfe8bce8ad0008edd712889d5"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:08e9f506d7571f2dfe8bce8ad0008edd712889d5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:08e9f506d7571f2dfe8bce8ad0008edd712889d5", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0006956"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:08e9f506d7571f2dfe8bce8ad0008edd712889d5", "pred": "OBAN:association_has_object", "obj": "HP:0006956"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micropenis", "deprecated": null, "id": "HP:0000054", "description": null, "consider": null}, "id": "8bb63a25-d4ae-402a-8349-ecaff52b105d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3621885ca376487ddee550f12863fa871776daa5"}, {"lbl": null, "id": "MONARCH:c2c236909eb3a1b6ad14e789b93aa3e66516c7e7"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "Micropenis", "id": "HP:0000054"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c2c236909eb3a1b6ad14e789b93aa3e66516c7e7", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:3621885ca376487ddee550f12863fa871776daa5", "pred": "OBAN:association_has_object", "obj": "HP:0000054"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000054"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:3621885ca376487ddee550f12863fa871776daa5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000054"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c2c236909eb3a1b6ad14e789b93aa3e66516c7e7", "pred": "OBAN:association_has_object", "obj": "HP:0000054"}, {"sub": "MONARCH:c2c236909eb3a1b6ad14e789b93aa3e66516c7e7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:3621885ca376487ddee550f12863fa871776daa5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Microglossia", "deprecated": null, "id": "HP:0000171", "description": null, "consider": null}, "id": "5a3d1c51-affe-4b60-8156-a5fae9a28473", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a34aaccc6917f372f9de8c9d0d7a143bb327026b"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "Microglossia", "id": "HP:0000171"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "MONARCH:a34aaccc6917f372f9de8c9d0d7a143bb327026b", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a34aaccc6917f372f9de8c9d0d7a143bb327026b", "pred": "OBAN:association_has_object", "obj": "HP:0000171"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "MONARCH:a34aaccc6917f372f9de8c9d0d7a143bb327026b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000171"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Renal cyst", "deprecated": null, "id": "HP:0000107", "description": null, "consider": null}, "id": "f3ec6229-327f-4f4d-8f78-c8ff66b298f9", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f3d1a78c676089c1a2897c3394ab8d27a9ad637a"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Renal cyst", "id": "HP:0000107"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f3d1a78c676089c1a2897c3394ab8d27a9ad637a", "pred": "OBAN:association_has_object", "obj": "HP:0000107"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:f3d1a78c676089c1a2897c3394ab8d27a9ad637a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:f3d1a78c676089c1a2897c3394ab8d27a9ad637a", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000107"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hepatic fibrosis", "deprecated": null, "id": "HP:0001395", "description": null, "consider": null}, "id": "799e2598-bdce-4a4a-b3e9-e80c0581366d", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:47727a5e76e92067f57b32b77c0e87e04389577d"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Hepatic fibrosis", "id": "HP:0001395"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001395"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:47727a5e76e92067f57b32b77c0e87e04389577d", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:47727a5e76e92067f57b32b77c0e87e04389577d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:47727a5e76e92067f57b32b77c0e87e04389577d", "pred": "OBAN:association_has_object", "obj": "HP:0001395"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Respiratory insufficiency", "deprecated": null, "id": "HP:0002093", "description": null, "consider": null}, "id": "530da1bc-5585-4466-9dd8-425e51e7d31f", "type": null, "evidence_graph": {"nodes": [{"lbl": "Respiratory insufficiency", "id": "HP:0002093"}, {"lbl": null, "id": "MONARCH:1cba9be1e4ed321ba86af44bcb19d06ca12b30e2"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002093"}, {"sub": "MONARCH:1cba9be1e4ed321ba86af44bcb19d06ca12b30e2", "pred": "OBAN:association_has_object", "obj": "HP:0002093"}, {"sub": "MONARCH:1cba9be1e4ed321ba86af44bcb19d06ca12b30e2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:1cba9be1e4ed321ba86af44bcb19d06ca12b30e2", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short stature", "deprecated": null, "id": "HP:0004322", "description": null, "consider": null}, "id": "791408cc-4619-41c5-9d37-44c83d1b69b3", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:14ab27809d27388fd8ab18928b1da35b44f65758"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Short stature", "id": "HP:0004322"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:14ab27809d27388fd8ab18928b1da35b44f65758", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:14ab27809d27388fd8ab18928b1da35b44f65758", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0004322"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:14ab27809d27388fd8ab18928b1da35b44f65758", "pred": "OBAN:association_has_object", "obj": "HP:0004322"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Metaphyseal widening", "deprecated": null, "id": "HP:0003016", "description": null, "consider": null}, "id": "1dae1f79-0d13-4ab6-84d9-5bc443ce736d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:a41b5e06779528e4f7fdb12c4d3ffeb7fe18c334"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Metaphyseal widening", "id": "HP:0003016"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a41b5e06779528e4f7fdb12c4d3ffeb7fe18c334", "pred": "OBAN:association_has_object", "obj": "HP:0003016"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0003016"}, {"sub": "MONARCH:a41b5e06779528e4f7fdb12c4d3ffeb7fe18c334", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:a41b5e06779528e4f7fdb12c4d3ffeb7fe18c334", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short ribs", "deprecated": null, "id": "HP:0000773", "description": null, "consider": null}, "id": "25411639-3a33-4603-bbbc-99a68dd1b997", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a7ee904a002863607177e4e93fa491744cb137a5"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": null, "id": "MONARCH:5044fffb5e62db6331dab509aeaeed2bf8fb11a6"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": null, "id": "MONARCH:17f2ba821307b84dbf39f4225487945666a764b4"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "Short ribs", "id": "HP:0000773"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "MONARCH:17f2ba821307b84dbf39f4225487945666a764b4", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:17f2ba821307b84dbf39f4225487945666a764b4", "pred": "OBAN:association_has_object", "obj": "HP:0000773"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5044fffb5e62db6331dab509aeaeed2bf8fb11a6", "pred": "OBAN:association_has_object", "obj": "HP:0000773"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a7ee904a002863607177e4e93fa491744cb137a5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:a7ee904a002863607177e4e93fa491744cb137a5", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:a7ee904a002863607177e4e93fa491744cb137a5", "pred": "OBAN:association_has_object", "obj": "HP:0000773"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:17f2ba821307b84dbf39f4225487945666a764b4", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000773"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000773"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000773"}, {"sub": "MONARCH:5044fffb5e62db6331dab509aeaeed2bf8fb11a6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}, {"sub": "MONARCH:5044fffb5e62db6331dab509aeaeed2bf8fb11a6", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Facial cleft", "deprecated": null, "id": "HP:0002006", "description": null, "consider": null}, "id": "b99f66b2-56f6-465f-967c-c4d00d3c994a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Facial cleft", "id": "HP:0002006"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:42c460ec31f87bf93351728299816839c4a7d775"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:42c460ec31f87bf93351728299816839c4a7d775", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:42c460ec31f87bf93351728299816839c4a7d775", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:42c460ec31f87bf93351728299816839c4a7d775", "pred": "OBAN:association_has_object", "obj": "HP:0002006"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Bifid tongue", "deprecated": null, "id": "HP:0010297", "description": null, "consider": null}, "id": "a797c0b2-04c2-4925-8eb3-d35e9411ee83", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:5a4595d3e9315655a99738332912b5c6ec0d4734"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:272cf76b67ac9957317b38e4dcbff97c861fe72c"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Bifid tongue", "id": "HP:0010297"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5a4595d3e9315655a99738332912b5c6ec0d4734", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010297"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:272cf76b67ac9957317b38e4dcbff97c861fe72c", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:272cf76b67ac9957317b38e4dcbff97c861fe72c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:5a4595d3e9315655a99738332912b5c6ec0d4734", "pred": "OBAN:association_has_object", "obj": "HP:0010297"}, {"sub": "MONARCH:5a4595d3e9315655a99738332912b5c6ec0d4734", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010297"}, {"sub": "MONARCH:272cf76b67ac9957317b38e4dcbff97c861fe72c", "pred": "OBAN:association_has_object", "obj": "HP:0010297"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Narrow chest", "deprecated": null, "id": "HP:0000774", "description": null, "consider": null}, "id": "b3ba17f8-26e2-4413-8c48-eace7961c5f7", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:5dcecee363956c62e3c07aae4f206dc5073a0117"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Narrow chest", "id": "HP:0000774"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": null, "id": "MONARCH:c39d178a11b525dbc9047ad0c737894d5edc5ac8"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:c39d178a11b525dbc9047ad0c737894d5edc5ac8", "pred": "OBAN:association_has_object", "obj": "HP:0000774"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5dcecee363956c62e3c07aae4f206dc5073a0117", "pred": "OBAN:association_has_object", "obj": "HP:0000774"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000774"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5dcecee363956c62e3c07aae4f206dc5073a0117", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:c39d178a11b525dbc9047ad0c737894d5edc5ac8", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:c39d178a11b525dbc9047ad0c737894d5edc5ac8", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000774"}, {"sub": "MONARCH:5dcecee363956c62e3c07aae4f206dc5073a0117", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hydronephrosis", "deprecated": null, "id": "HP:0000126", "description": null, "consider": null}, "id": "1ba4636d-e398-4d85-ada1-0f084bac5128", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Hydronephrosis", "id": "HP:0000126"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:da6f47f066eebd7bb8f703aa6b3d4c32bfa67d9d"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:da6f47f066eebd7bb8f703aa6b3d4c32bfa67d9d", "pred": "OBAN:association_has_object", "obj": "HP:0000126"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:da6f47f066eebd7bb8f703aa6b3d4c32bfa67d9d", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:da6f47f066eebd7bb8f703aa6b3d4c32bfa67d9d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000126"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the ulna", "deprecated": null, "id": "HP:0003022", "description": null, "consider": null}, "id": "91805353-9f79-4651-83c3-4a6e3c04840e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:bd326efca2035bf1fcca7a7c9060e4adc031589e"}, {"lbl": "Hypoplasia of the ulna", "id": "HP:0003022"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:bd326efca2035bf1fcca7a7c9060e4adc031589e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0003022"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:bd326efca2035bf1fcca7a7c9060e4adc031589e", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:bd326efca2035bf1fcca7a7c9060e4adc031589e", "pred": "OBAN:association_has_object", "obj": "HP:0003022"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of penis", "deprecated": null, "id": "HP:0008736", "description": null, "consider": null}, "id": "3bddedbb-5a40-41b5-8960-17e7073a3c0b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Hypoplasia of penis", "id": "HP:0008736"}, {"lbl": null, "id": "MONARCH:79e961a8d381a4a87efba47f6a4bf74713c929b0"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0008736"}, {"sub": "MONARCH:79e961a8d381a4a87efba47f6a4bf74713c929b0", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:79e961a8d381a4a87efba47f6a4bf74713c929b0", "pred": "OBAN:association_has_object", "obj": "HP:0008736"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:79e961a8d381a4a87efba47f6a4bf74713c929b0", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short palm", "deprecated": null, "id": "HP:0004279", "description": null, "consider": null}, "id": "e01405c8-185b-400f-98ac-a8d071f8c45e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "Short palm", "id": "HP:0004279"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:e1a583fa3582d843dadb7e70228da0dfa72f462d"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:e1a583fa3582d843dadb7e70228da0dfa72f462d", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:e1a583fa3582d843dadb7e70228da0dfa72f462d", "pred": "OBAN:association_has_object", "obj": "HP:0004279"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:e1a583fa3582d843dadb7e70228da0dfa72f462d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0004279"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Horizontal ribs", "deprecated": null, "id": "HP:0000888", "description": null, "consider": null}, "id": "955b8032-6b7d-460b-bc4f-970a7e8d0b15", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": null, "id": "MONARCH:b9d8489c9fd7a4975e02f1bc6a5962ab0e2462e7"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Horizontal ribs", "id": "HP:0000888"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": null, "id": "MONARCH:4275c1fd29ecf57114bdd6c14706a3784e6f9096"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:b9d8489c9fd7a4975e02f1bc6a5962ab0e2462e7", "pred": "OBAN:association_has_object", "obj": "HP:0000888"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000888"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:b9d8489c9fd7a4975e02f1bc6a5962ab0e2462e7", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:b9d8489c9fd7a4975e02f1bc6a5962ab0e2462e7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4275c1fd29ecf57114bdd6c14706a3784e6f9096", "pred": "OBAN:association_has_object", "obj": "HP:0000888"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:4275c1fd29ecf57114bdd6c14706a3784e6f9096", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000888"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:4275c1fd29ecf57114bdd6c14706a3784e6f9096", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Renal hypoplasia", "deprecated": null, "id": "HP:0000089", "description": null, "consider": null}, "id": "8e4f9250-7cc1-4068-899a-16f653bcca1e", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Renal hypoplasia", "id": "HP:0000089"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:3da10a3b463564de5fc90753c1cd127cd9864bd9"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:3da10a3b463564de5fc90753c1cd127cd9864bd9", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:3da10a3b463564de5fc90753c1cd127cd9864bd9", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000089"}, {"sub": "MONARCH:3da10a3b463564de5fc90753c1cd127cd9864bd9", "pred": "OBAN:association_has_object", "obj": "HP:0000089"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Agenesis of corpus callosum", "deprecated": null, "id": "HP:0001274", "description": null, "consider": null}, "id": "e049f0ef-135f-45f6-b6b3-79b415cb9e50", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Agenesis of corpus callosum", "id": "HP:0001274"}, {"lbl": null, "id": "MONARCH:86618b73121382cad343ae581c7d6f950c6d85e2"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:8e440abefcade13ddc4ff9b72b02bfff59c4828b"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8e440abefcade13ddc4ff9b72b02bfff59c4828b", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:86618b73121382cad343ae581c7d6f950c6d85e2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:8e440abefcade13ddc4ff9b72b02bfff59c4828b", "pred": "OBAN:association_has_object", "obj": "HP:0001274"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001274"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001274"}, {"sub": "MONARCH:86618b73121382cad343ae581c7d6f950c6d85e2", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:8e440abefcade13ddc4ff9b72b02bfff59c4828b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:86618b73121382cad343ae581c7d6f950c6d85e2", "pred": "OBAN:association_has_object", "obj": "HP:0001274"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Pancreatic fibrosis", "deprecated": null, "id": "HP:0100732", "description": null, "consider": null}, "id": "de810534-d18e-4508-80f4-62c76b3056e4", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:4dc88a7040812a7202dde5cac1f9ecbddd571f14"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Pancreatic fibrosis", "id": "HP:0100732"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:4dc88a7040812a7202dde5cac1f9ecbddd571f14", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4dc88a7040812a7202dde5cac1f9ecbddd571f14", "pred": "OBAN:association_has_object", "obj": "HP:0100732"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "MONARCH:4dc88a7040812a7202dde5cac1f9ecbddd571f14", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0100732"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Atrial septal defect", "deprecated": null, "id": "HP:0001631", "description": null, "consider": null}, "id": "798a5e29-c030-400b-8cf9-2706023eb593", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:8130425d72e4571bef6dbd70623cbfd6f183a2d1"}, {"lbl": "Atrial septal defect", "id": "HP:0001631"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8130425d72e4571bef6dbd70623cbfd6f183a2d1", "pred": "OBAN:association_has_object", "obj": "HP:0001631"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:8130425d72e4571bef6dbd70623cbfd6f183a2d1", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:8130425d72e4571bef6dbd70623cbfd6f183a2d1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001631"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ambiguous genitalia", "deprecated": null, "id": "HP:0000062", "description": null, "consider": null}, "id": "8a6ee665-7368-4c45-8e58-c312bcd7b47a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f1fe3e11bd77bbaa9478cbeada8df35dc75ebc55"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": null, "id": "MONARCH:cb198ef2291fe5cc447313e99d14775dfccf8266"}, {"lbl": "Ambiguous genitalia", "id": "HP:0000062"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": null, "id": "MONARCH:f9b6b0cd8b3acafdc66c20bd178ddf5fd4bdcb47"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:f9b6b0cd8b3acafdc66c20bd178ddf5fd4bdcb47", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f1fe3e11bd77bbaa9478cbeada8df35dc75ebc55", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:cb198ef2291fe5cc447313e99d14775dfccf8266", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "MONARCH:cb198ef2291fe5cc447313e99d14775dfccf8266", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:cb198ef2291fe5cc447313e99d14775dfccf8266", "pred": "OBAN:association_has_object", "obj": "HP:0000062"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000062"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000062"}, {"sub": "MONARCH:f1fe3e11bd77bbaa9478cbeada8df35dc75ebc55", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:f1fe3e11bd77bbaa9478cbeada8df35dc75ebc55", "pred": "OBAN:association_has_object", "obj": "HP:0000062"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:f9b6b0cd8b3acafdc66c20bd178ddf5fd4bdcb47", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000062"}, {"sub": "MONARCH:f9b6b0cd8b3acafdc66c20bd178ddf5fd4bdcb47", "pred": "OBAN:association_has_object", "obj": "HP:0000062"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Short thorax", "deprecated": null, "id": "HP:0010306", "description": null, "consider": null}, "id": "2e1d353d-9f4d-4efd-8a50-62328c08925e", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:9bf552b981c0b9297782ffbf9b8e621431fdf52e"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Short thorax", "id": "HP:0010306"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:9bf552b981c0b9297782ffbf9b8e621431fdf52e", "pred": "OBAN:association_has_object", "obj": "HP:0010306"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010306"}, {"sub": "MONARCH:9bf552b981c0b9297782ffbf9b8e621431fdf52e", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:9bf552b981c0b9297782ffbf9b8e621431fdf52e", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Disproportionate short-limb short stature", "deprecated": null, "id": "HP:0008873", "description": null, "consider": null}, "id": "628ab6a4-e38f-44c9-933f-d3c25a88f5e7", "type": null, "evidence_graph": {"nodes": [{"lbl": "Disproportionate short-limb short stature", "id": "HP:0008873"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:d914b33884a584eec722f283565f7fce801b197c"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0008873"}, {"sub": "MONARCH:d914b33884a584eec722f283565f7fce801b197c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:d914b33884a584eec722f283565f7fce801b197c", "pred": "OBAN:association_has_object", "obj": "HP:0008873"}, {"sub": "MONARCH:d914b33884a584eec722f283565f7fce801b197c", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cerebellar hypoplasia", "deprecated": null, "id": "HP:0001321", "description": null, "consider": null}, "id": "a10c8cd5-757e-4549-9afc-4b46c1f36634", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:77d5f8e7dca48fd77712ba66294f509311d1a9f9"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Cerebellar hypoplasia", "id": "HP:0001321"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:77d5f8e7dca48fd77712ba66294f509311d1a9f9", "pred": "OBAN:association_has_object", "obj": "HP:0001321"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:77d5f8e7dca48fd77712ba66294f509311d1a9f9", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:77d5f8e7dca48fd77712ba66294f509311d1a9f9", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001321"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cerebellar vermis hypoplasia", "deprecated": null, "id": "HP:0001320", "description": null, "consider": null}, "id": "1e126e66-77d9-4171-a5ee-9882307b9e71", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:5c52c99ff2f91f8ea4abfbdec4e19ef91bc62bfb"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "Cerebellar vermis hypoplasia", "id": "HP:0001320"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001320"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:5c52c99ff2f91f8ea4abfbdec4e19ef91bc62bfb", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5c52c99ff2f91f8ea4abfbdec4e19ef91bc62bfb", "pred": "OBAN:association_has_object", "obj": "HP:0001320"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5c52c99ff2f91f8ea4abfbdec4e19ef91bc62bfb", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Pachygyria", "deprecated": null, "id": "HP:0001302", "description": null, "consider": null}, "id": "78931ccb-5839-4d9e-91ac-928bf330831a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:f16316a1cd8e3911d680f8c5e73ca21b7c9e2bb1"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Pachygyria", "id": "HP:0001302"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001302"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f16316a1cd8e3911d680f8c5e73ca21b7c9e2bb1", "pred": "OBAN:association_has_object", "obj": "HP:0001302"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:f16316a1cd8e3911d680f8c5e73ca21b7c9e2bb1", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:f16316a1cd8e3911d680f8c5e73ca21b7c9e2bb1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Thoracic hypoplasia", "deprecated": null, "id": "HP:0005257", "description": null, "consider": null}, "id": "b4b33d84-0a96-4deb-94a3-de500f0e4081", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:964bdf27256b54d8ddb9814fccd248bcc104e959"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "Thoracic hypoplasia", "id": "HP:0005257"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0005257"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:964bdf27256b54d8ddb9814fccd248bcc104e959", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:964bdf27256b54d8ddb9814fccd248bcc104e959", "pred": "OBAN:association_has_object", "obj": "HP:0005257"}, {"sub": "MONARCH:964bdf27256b54d8ddb9814fccd248bcc104e959", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ventricular septal defect", "deprecated": null, "id": "HP:0001629", "description": null, "consider": null}, "id": "5d50ce6b-b865-432c-8172-ecbeeb9cad0d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Ventricular septal defect", "id": "HP:0001629"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": null, "id": "MONARCH:41a4880c1f4a38e7c338106dc7ca4d7d5f051c75"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001629"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:41a4880c1f4a38e7c338106dc7ca4d7d5f051c75", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "MONARCH:41a4880c1f4a38e7c338106dc7ca4d7d5f051c75", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}, {"sub": "MONARCH:41a4880c1f4a38e7c338106dc7ca4d7d5f051c75", "pred": "OBAN:association_has_object", "obj": "HP:0001629"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Disproportionate shortening of the tibia", "deprecated": null, "id": "HP:0005766", "description": null, "consider": null}, "id": "db7b7ced-2b77-4e34-b458-65b1ab768af4", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Disproportionate shortening of the tibia", "id": "HP:0005766"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": null, "id": "MONARCH:09d77b531d56ee7d6246eb3d14f6e90096638bd5"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:09d77b531d56ee7d6246eb3d14f6e90096638bd5", "pred": "OBAN:association_has_object", "obj": "HP:0005766"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:09d77b531d56ee7d6246eb3d14f6e90096638bd5", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:09d77b531d56ee7d6246eb3d14f6e90096638bd5", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0005766"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Congenital hepatic fibrosis", "deprecated": null, "id": "HP:0002612", "description": null, "consider": null}, "id": "1bbbd376-6b7b-4161-9520-77249776b16d", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Congenital hepatic fibrosis", "id": "HP:0002612"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:a62450fc73aa762848a5b07bf0f87c446a88dc62"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a62450fc73aa762848a5b07bf0f87c446a88dc62", "pred": "OBAN:association_has_object", "obj": "HP:0002612"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002612"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:a62450fc73aa762848a5b07bf0f87c446a88dc62", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:a62450fc73aa762848a5b07bf0f87c446a88dc62", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scoliosis", "deprecated": null, "id": "HP:0002650", "description": null, "consider": null}, "id": "22492e4f-324c-40ce-8dcf-6c02a79a783f", "type": null, "evidence_graph": {"nodes": [{"lbl": "Scoliosis", "id": "HP:0002650"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": null, "id": "MONARCH:4d685141d0178f5af2444424efcbfb7759641982"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:4d685141d0178f5af2444424efcbfb7759641982", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:4d685141d0178f5af2444424efcbfb7759641982", "pred": "OBAN:association_has_object", "obj": "HP:0002650"}, {"sub": "MONARCH:4d685141d0178f5af2444424efcbfb7759641982", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002650"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Renal dysplasia", "deprecated": null, "id": "HP:0000110", "description": null, "consider": null}, "id": "b877d853-a41f-4c71-9522-ab76825d8a35", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:5f104855569b523d882c1d022dca15c2ac759a97"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Renal dysplasia", "id": "HP:0000110"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:5f104855569b523d882c1d022dca15c2ac759a97", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:5f104855569b523d882c1d022dca15c2ac759a97", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000110"}, {"sub": "MONARCH:5f104855569b523d882c1d022dca15c2ac759a97", "pred": "OBAN:association_has_object", "obj": "HP:0000110"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abnormal pelvis bone ossification", "deprecated": null, "id": "HP:0009106", "description": null, "consider": null}, "id": "29e2448d-cd22-4147-b7ad-e55e8f513a2b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:cb785a37f45682efbcbf6d6207f31a1e9dbde11d"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Abnormal pelvis bone ossification", "id": "HP:0009106"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:cb785a37f45682efbcbf6d6207f31a1e9dbde11d", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0009106"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:cb785a37f45682efbcbf6d6207f31a1e9dbde11d", "pred": "OBAN:association_has_object", "obj": "HP:0009106"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:cb785a37f45682efbcbf6d6207f31a1e9dbde11d", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preaxial hand polydactyly", "deprecated": null, "id": "HP:0001177", "description": null, "consider": null}, "id": "7e029560-4082-4480-80ca-9ed89cd47acc", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:faadc3f92b73b04ad29f4c85f2493589b9ef5e05"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "Preaxial hand polydactyly", "id": "HP:0001177"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": null, "id": "MONARCH:d81c9f332532e9f6cdcd7eb619b3188d9ebc8382"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001177"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d81c9f332532e9f6cdcd7eb619b3188d9ebc8382", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:faadc3f92b73b04ad29f4c85f2493589b9ef5e05", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "MONARCH:faadc3f92b73b04ad29f4c85f2493589b9ef5e05", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:d81c9f332532e9f6cdcd7eb619b3188d9ebc8382", "pred": "OBAN:association_has_object", "obj": "HP:0001177"}, {"sub": "MONARCH:faadc3f92b73b04ad29f4c85f2493589b9ef5e05", "pred": "OBAN:association_has_object", "obj": "HP:0001177"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001177"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "MONARCH:d81c9f332532e9f6cdcd7eb619b3188d9ebc8382", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Multicystic kidney dysplasia", "deprecated": null, "id": "HP:0000003", "description": null, "consider": null}, "id": "90f1db35-a696-456d-a628-7c58c86cf66d", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": null, "id": "MONARCH:2daba78b7412aa2e0af3ead846feb490bcda31b1"}, {"lbl": "Multicystic kidney dysplasia", "id": "HP:0000003"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": null, "id": "MONARCH:fd3a25f2845e06b16423729ad2f2d5709b0f1461"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000003"}, {"sub": "MONARCH:fd3a25f2845e06b16423729ad2f2d5709b0f1461", "pred": "OBAN:association_has_object", "obj": "HP:0000003"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:2daba78b7412aa2e0af3ead846feb490bcda31b1", "pred": "OBAN:association_has_object", "obj": "HP:0000003"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:fd3a25f2845e06b16423729ad2f2d5709b0f1461", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:fd3a25f2845e06b16423729ad2f2d5709b0f1461", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000003"}, {"sub": "MONARCH:2daba78b7412aa2e0af3ead846feb490bcda31b1", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:2daba78b7412aa2e0af3ead846feb490bcda31b1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cataract", "deprecated": null, "id": "HP:0000518", "description": null, "consider": null}, "id": "32a9aa5b-e59e-4d66-993e-0f8e8d7b3911", "type": null, "evidence_graph": {"nodes": [{"lbl": "Cataract", "id": "HP:0000518"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:889e702638ea89007f038e7e8f615c1c90c9727b"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:889e702638ea89007f038e7e8f615c1c90c9727b", "pred": "OBAN:association_has_object", "obj": "HP:0000518"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:889e702638ea89007f038e7e8f615c1c90c9727b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000518"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:889e702638ea89007f038e7e8f615c1c90c9727b", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Esophageal atresia", "deprecated": null, "id": "HP:0002032", "description": null, "consider": null}, "id": "72fc0cff-e2bd-4312-a500-bb6c1c02e763", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Esophageal atresia", "id": "HP:0002032"}, {"lbl": null, "id": "MONARCH:22f8205d7ba0b3d2659f56893c7fc9bec04d07e6"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:22f8205d7ba0b3d2659f56893c7fc9bec04d07e6", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:22f8205d7ba0b3d2659f56893c7fc9bec04d07e6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:22f8205d7ba0b3d2659f56893c7fc9bec04d07e6", "pred": "OBAN:association_has_object", "obj": "HP:0002032"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002032"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hamartoma of tongue", "deprecated": null, "id": "HP:0011802", "description": null, "consider": null}, "id": "5d7dd6fb-e857-4ea7-be46-66ecb54ba71f", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:92f82e3519f58056b8d966ac26f4879fe18e7fcf"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "Hamartoma of tongue", "id": "HP:0011802"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:92f82e3519f58056b8d966ac26f4879fe18e7fcf", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:92f82e3519f58056b8d966ac26f4879fe18e7fcf", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "MONARCH:92f82e3519f58056b8d966ac26f4879fe18e7fcf", "pred": "OBAN:association_has_object", "obj": "HP:0011802"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0011802"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hydrops fetalis", "deprecated": null, "id": "HP:0001789", "description": null, "consider": null}, "id": "6c461728-8187-4bd8-97de-e8fdd9163b80", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Hydrops fetalis", "id": "HP:0001789"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": null, "id": "MONARCH:2a8bdf31cc03f002f6854f2965c7849cf8be690a"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": null, "id": "MONARCH:1f27d309a01e7f9047ec7643e33687f791a502a4"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:2a8bdf31cc03f002f6854f2965c7849cf8be690a", "pred": "OBAN:association_has_object", "obj": "HP:0001789"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "MONARCH:1f27d309a01e7f9047ec7643e33687f791a502a4", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:2a8bdf31cc03f002f6854f2965c7849cf8be690a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001789"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0001789"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:1f27d309a01e7f9047ec7643e33687f791a502a4", "pred": "OBAN:association_has_object", "obj": "HP:0001789"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:1f27d309a01e7f9047ec7643e33687f791a502a4", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:2a8bdf31cc03f002f6854f2965c7849cf8be690a", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Brachycephaly", "deprecated": null, "id": "HP:0000248", "description": null, "consider": null}, "id": "bece1470-d5d1-4d50-b18a-1d49260797ee", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": null, "id": "MONARCH:d1a9dc8c9b4d79d0dae509d56ae73fb76d98367d"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": "Brachycephaly", "id": "HP:0000248"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d1a9dc8c9b4d79d0dae509d56ae73fb76d98367d", "pred": "OBAN:association_has_object", "obj": "HP:0000248"}, {"sub": "MONARCH:d1a9dc8c9b4d79d0dae509d56ae73fb76d98367d", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d1a9dc8c9b4d79d0dae509d56ae73fb76d98367d", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000248"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Pulmonary hypoplasia", "deprecated": null, "id": "HP:0002089", "description": null, "consider": null}, "id": "dd0382c3-eec5-4769-bc26-f4fcda9d332f", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": null, "id": "MONARCH:c3a4db7166a58ccea07b202f1da232544dc77a59"}, {"lbl": "Pulmonary hypoplasia", "id": "HP:0002089"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": null, "id": "MONARCH:5329fa6f4cc3dd936c6b1e3403f2f329524f22aa"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:c3a4db7166a58ccea07b202f1da232544dc77a59", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5329fa6f4cc3dd936c6b1e3403f2f329524f22aa", "pred": "OBAN:association_has_object", "obj": "HP:0002089"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:5329fa6f4cc3dd936c6b1e3403f2f329524f22aa", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:c3a4db7166a58ccea07b202f1da232544dc77a59", "pred": "OBAN:association_has_object", "obj": "HP:0002089"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0002089"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002089"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:5329fa6f4cc3dd936c6b1e3403f2f329524f22aa", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:c3a4db7166a58ccea07b202f1da232544dc77a59", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Preaxial polydactyly", "deprecated": null, "id": "HP:0100258", "description": null, "consider": null}, "id": "3e0759fd-d2a0-49b8-b4c2-ede5be27416f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:398f3e9f4b4187c3d4d2606d4fbcc322e2e6d50c"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "evidence used in automatic assertion", "id": "ECO:0000501"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Preaxial polydactyly", "id": "HP:0100258"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:398f3e9f4b4187c3d4d2606d4fbcc322e2e6d50c", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:398f3e9f4b4187c3d4d2606d4fbcc322e2e6d50c", "pred": "RO:0002558", "obj": "ECO:0000501"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:398f3e9f4b4187c3d4d2606d4fbcc322e2e6d50c", "pred": "OBAN:association_has_object", "obj": "HP:0100258"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0100258"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cone-shaped epiphysis", "deprecated": null, "id": "HP:0010579", "description": null, "consider": null}, "id": "496fea37-af85-429e-999d-2de05c08f5ee", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:d0b03c3a2305090bf769955dbcc0415699c948b7"}, {"lbl": "Cone-shaped epiphysis", "id": "HP:0010579"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010579"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d0b03c3a2305090bf769955dbcc0415699c948b7", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:d0b03c3a2305090bf769955dbcc0415699c948b7", "pred": "OBAN:association_has_object", "obj": "HP:0010579"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:d0b03c3a2305090bf769955dbcc0415699c948b7", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Fibular hypoplasia", "deprecated": null, "id": "HP:0003038", "description": null, "consider": null}, "id": "9fb837ed-d98a-441d-bde8-601f12b7ec0a", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "Fibular hypoplasia", "id": "HP:0003038"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:eb2b81f113c893bc5da28a105b473d05c1bbc185"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0003038"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:eb2b81f113c893bc5da28a105b473d05c1bbc185", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:eb2b81f113c893bc5da28a105b473d05c1bbc185", "pred": "OBAN:association_has_object", "obj": "HP:0003038"}, {"sub": "MONARCH:eb2b81f113c893bc5da28a105b473d05c1bbc185", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Epicanthus", "deprecated": null, "id": "HP:0000286", "description": null, "consider": null}, "id": "3cbbabd4-5539-49e6-bc59-bc1ca370400f", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:0064ad46724d4dc47889a55c073129b7f8d05549"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Epicanthus", "id": "HP:0000286"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000286"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:0064ad46724d4dc47889a55c073129b7f8d05549", "pred": "OBAN:association_has_object", "obj": "HP:0000286"}, {"sub": "MONARCH:0064ad46724d4dc47889a55c073129b7f8d05549", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:0064ad46724d4dc47889a55c073129b7f8d05549", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Hypoplasia of the epiglottis", "deprecated": null, "id": "HP:0005349", "description": null, "consider": null}, "id": "206ef8d1-9f5b-4970-84a4-9b0c50c698ba", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Hypoplasia of the epiglottis", "id": "HP:0005349"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": null, "id": "MONARCH:2c62a871bf4e88f646330911762dba2693181eb7"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "MONARCH:2c62a871bf4e88f646330911762dba2693181eb7", "pred": "OBAN:association_has_object", "obj": "HP:0005349"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0005349"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:2c62a871bf4e88f646330911762dba2693181eb7", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:2c62a871bf4e88f646330911762dba2693181eb7", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micromelia", "deprecated": null, "id": "HP:0002983", "description": null, "consider": null}, "id": "95976aae-5299-45c1-bed7-a19ff6cb9ac1", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Micromelia", "id": "HP:0002983"}, {"lbl": null, "id": "MONARCH:bd692f01f7851759cfba514c808d86c3bd4e5ca6"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002983"}, {"sub": "MONARCH:bd692f01f7851759cfba514c808d86c3bd4e5ca6", "pred": "OBAN:association_has_object", "obj": "HP:0002983"}, {"sub": "MONARCH:bd692f01f7851759cfba514c808d86c3bd4e5ca6", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:bd692f01f7851759cfba514c808d86c3bd4e5ca6", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Acetabular spurs", "deprecated": null, "id": "HP:0010454", "description": null, "consider": null}, "id": "07fd98a3-26ee-4ab4-a768-19116085e5ce", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:fa0f35d612d34c900a13c635818e65f53719231b"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Acetabular spurs", "id": "HP:0010454"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:fa0f35d612d34c900a13c635818e65f53719231b", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:fa0f35d612d34c900a13c635818e65f53719231b", "pred": "OBAN:association_has_object", "obj": "HP:0010454"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:fa0f35d612d34c900a13c635818e65f53719231b", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0010454"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Wide nose", "deprecated": null, "id": "HP:0000445", "description": null, "consider": null}, "id": "5bd30bc5-9011-48e7-a58e-2b546d961592", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:a7bb98efd2ae0db68731f411b836f5c4280ccc78"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Wide nose", "id": "HP:0000445"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a7bb98efd2ae0db68731f411b836f5c4280ccc78", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000445"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:a7bb98efd2ae0db68731f411b836f5c4280ccc78", "pred": "OBAN:association_has_object", "obj": "HP:0000445"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:a7bb98efd2ae0db68731f411b836f5c4280ccc78", "pred": "RO:0002558", "obj": "ECO:0000304"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Metaphyseal spurs", "deprecated": null, "id": "HP:0005054", "description": null, "consider": null}, "id": "c2694d8a-6248-44ff-b3e4-3f6de95aef58", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Metaphyseal spurs", "id": "HP:0005054"}, {"lbl": null, "id": "MONARCH:722fc88ccce387f7da464b528aa17b7e55f7bd13"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:722fc88ccce387f7da464b528aa17b7e55f7bd13", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:722fc88ccce387f7da464b528aa17b7e55f7bd13", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0005054"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:722fc88ccce387f7da464b528aa17b7e55f7bd13", "pred": "OBAN:association_has_object", "obj": "HP:0005054"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Postaxial polydactyly", "deprecated": null, "id": "HP:0100259", "description": null, "consider": null}, "id": "0b372140-4743-4bc3-937d-766dcea353ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:38fe1309756ff2bd00dce15281226ac8acef5406"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Postaxial polydactyly", "id": "HP:0100259"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0100259"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:38fe1309756ff2bd00dce15281226ac8acef5406", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:38fe1309756ff2bd00dce15281226ac8acef5406", "pred": "OBAN:association_has_object", "obj": "HP:0100259"}, {"sub": "MONARCH:38fe1309756ff2bd00dce15281226ac8acef5406", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Dandy-Walker malformation", "deprecated": null, "id": "HP:0001305", "description": null, "consider": null}, "id": "32730966-8c6b-433d-a0b0-625d26342d27", "type": null, "evidence_graph": {"nodes": [{"lbl": "Dandy-Walker malformation", "id": "HP:0001305"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": null, "id": "MONARCH:7828ef545dce4b21f86d3b96866acf8a633b9546"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:7828ef545dce4b21f86d3b96866acf8a633b9546", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:7828ef545dce4b21f86d3b96866acf8a633b9546", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:7828ef545dce4b21f86d3b96866acf8a633b9546", "pred": "OBAN:association_has_object", "obj": "HP:0001305"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001305"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Urethrovaginal fistula", "deprecated": null, "id": "HP:0008716", "description": null, "consider": null}, "id": "10391e27-d44f-44d4-88b9-f747a2ff454a", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:fa8c579706f269320c7c12fe60444a2b73ee97a2"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Urethrovaginal fistula", "id": "HP:0008716"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0008716"}, {"sub": "MONARCH:fa8c579706f269320c7c12fe60444a2b73ee97a2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:fa8c579706f269320c7c12fe60444a2b73ee97a2", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:fa8c579706f269320c7c12fe60444a2b73ee97a2", "pred": "OBAN:association_has_object", "obj": "HP:0008716"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Long philtrum", "deprecated": null, "id": "HP:0000343", "description": null, "consider": null}, "id": "fdace0e6-bc59-4d98-a1b5-9cd359e27076", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:a613df8195c4c78dbb0468e452c66c9c907db44c"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "Long philtrum", "id": "HP:0000343"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:a613df8195c4c78dbb0468e452c66c9c907db44c", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000343"}, {"sub": "MONARCH:a613df8195c4c78dbb0468e452c66c9c907db44c", "pred": "OBAN:association_has_object", "obj": "HP:0000343"}, {"sub": "MONARCH:a613df8195c4c78dbb0468e452c66c9c907db44c", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Uterus didelphys", "deprecated": null, "id": "HP:0003762", "description": null, "consider": null}, "id": "44dd2989-b36b-4a8a-b655-76f2931b1fbd", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:e401541c022c053364c85a6eda594a03f7e69d07"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Uterus didelphys", "id": "HP:0003762"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0003762"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:e401541c022c053364c85a6eda594a03f7e69d07", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:e401541c022c053364c85a6eda594a03f7e69d07", "pred": "OBAN:association_has_object", "obj": "HP:0003762"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:e401541c022c053364c85a6eda594a03f7e69d07", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Abdominal distention", "deprecated": null, "id": "HP:0003270", "description": null, "consider": null}, "id": "c98716b5-a2b3-41ce-b5f4-555a2939aaee", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:5d40165fedba5b1cb8a927b5372f3a34bec468ce"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Abdominal distention", "id": "HP:0003270"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5d40165fedba5b1cb8a927b5372f3a34bec468ce", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0003270"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:5d40165fedba5b1cb8a927b5372f3a34bec468ce", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:5d40165fedba5b1cb8a927b5372f3a34bec468ce", "pred": "OBAN:association_has_object", "obj": "HP:0003270"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Omphalocele", "deprecated": null, "id": "HP:0001539", "description": null, "consider": null}, "id": "d4206bac-da81-42c1-bd0f-9753743d91b2", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:35f01f40554fdce2fa9070796bab6ced6f4cb531"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Omphalocele", "id": "HP:0001539"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:35f01f40554fdce2fa9070796bab6ced6f4cb531", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001539"}, {"sub": "MONARCH:35f01f40554fdce2fa9070796bab6ced6f4cb531", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:35f01f40554fdce2fa9070796bab6ced6f4cb531", "pred": "OBAN:association_has_object", "obj": "HP:0001539"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Lateral clavicle hook", "deprecated": null, "id": "HP:0000895", "description": null, "consider": null}, "id": "cc079007-e025-432b-a96c-2774bb90a04c", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:5f0e5ad3430ad467f1e1d057d03111fcd3d2602a"}, {"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "Lateral clavicle hook", "id": "HP:0000895"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": null, "id": "MONARCH:6f4290d36560105765b16f5e661bb2b9bea02224"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:5f0e5ad3430ad467f1e1d057d03111fcd3d2602a", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:6f4290d36560105765b16f5e661bb2b9bea02224", "pred": "OBAN:association_has_object", "obj": "HP:0000895"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000895"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:6f4290d36560105765b16f5e661bb2b9bea02224", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:5f0e5ad3430ad467f1e1d057d03111fcd3d2602a", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:6f4290d36560105765b16f5e661bb2b9bea02224", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000895"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:5f0e5ad3430ad467f1e1d057d03111fcd3d2602a", "pred": "OBAN:association_has_object", "obj": "HP:0000895"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Cleft palate", "deprecated": null, "id": "HP:0000175", "description": null, "consider": null}, "id": "78ec3b82-61b0-4f9a-ad1c-be12b3806729", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "Cleft palate", "id": "HP:0000175"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": null, "id": "MONARCH:9884332e30069c4998d2ddcde3e4f9b3ee99f6ce"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": null, "id": "MONARCH:d9fb9a59dad936f6ca1cf2f71bfb76998535aa55"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}], "edges": [{"sub": "MONARCH:d9fb9a59dad936f6ca1cf2f71bfb76998535aa55", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:9884332e30069c4998d2ddcde3e4f9b3ee99f6ce", "pred": "OBAN:association_has_object", "obj": "HP:0000175"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:9884332e30069c4998d2ddcde3e4f9b3ee99f6ce", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:d9fb9a59dad936f6ca1cf2f71bfb76998535aa55", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:d9fb9a59dad936f6ca1cf2f71bfb76998535aa55", "pred": "OBAN:association_has_object", "obj": "HP:0000175"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0000175"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "MONARCH:9884332e30069c4998d2ddcde3e4f9b3ee99f6ce", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000175"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Postaxial polysyndactyly of foot", "deprecated": null, "id": "HP:0005817", "description": null, "consider": null}, "id": "3d17490b-5d1b-4894-b683-3aefc2a7ef60", "type": null, "evidence_graph": {"nodes": [{"lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly", "id": ":.well-known/genid/OMIM604588-263520VL"}, {"lbl": "NM_001199397.1(NEK1):c.117+1G>A", "id": "ClinVarVariant:195286"}, {"lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)", "id": "ClinVarVariant:40072"}, {"lbl": "sequencing assay evidence", "id": "ECO:0000220"}, {"lbl": "NM_001199397.1(NEK1):c.869-2A>G", "id": "ClinVarVariant:30429"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Postaxial polysyndactyly of foot", "id": "HP:0005817"}, {"lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)", "id": "ClinVarVariant:208600"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.869-1G>T", "id": "ClinVarVariant:193892"}, {"lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)", "id": "ClinVarVariant:30428"}, {"lbl": "short-rib thoracic dysplasia 6 with or without polydactyly", "id": "OMIM:263520"}, {"lbl": null, "id": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b"}, {"lbl": null, "id": "MONARCH:411bb7b5aa1caf5cd93c0b6f2f441c7dbfbd4be3"}], "edges": [{"sub": "ClinVarVariant:40072", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:411bb7b5aa1caf5cd93c0b6f2f441c7dbfbd4be3", "pred": "OBAN:association_has_object", "obj": "HP:0005817"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "MONARCH:411bb7b5aa1caf5cd93c0b6f2f441c7dbfbd4be3", "pred": "OBAN:association_has_subject", "obj": "OMIM:263520"}, {"sub": "OMIM:263520", "pred": "RO:0002200", "obj": "HP:0005817"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:411bb7b5aa1caf5cd93c0b6f2f441c7dbfbd4be3", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:30429", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:195286", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:193892", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "RO:0002558", "obj": "ECO:0000220"}, {"sub": "ClinVarVariant:40072", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000840", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:30428", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_object", "obj": "OMIM:263520"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": ":.well-known/genid/OMIM604588-263520VL", "pred": "RO:0002200", "obj": "OMIM:263520"}, {"sub": "MONARCH:df9a80b8fcbf3ca1c9a733e52d6daa45beee5c1b", "pred": "OBAN:association_has_subject", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"sub": "ClinVarVariant:208600", "pred": "GENO:0000841", "obj": "OMIM:263520"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Brachydactyly syndrome", "deprecated": null, "id": "HP:0001156", "description": null, "consider": null}, "id": "da058b11-df2c-4be4-8122-cbe032121c12", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}, {"lbl": "Brachydactyly syndrome", "id": "HP:0001156"}, {"lbl": null, "id": "MONARCH:8afd7599ceb061c0aec42b041a40253a115d9e3f"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0001156"}, {"sub": "MONARCH:8afd7599ceb061c0aec42b041a40253a115d9e3f", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:8afd7599ceb061c0aec42b041a40253a115d9e3f", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:8afd7599ceb061c0aec42b041a40253a115d9e3f", "pred": "OBAN:association_has_object", "obj": "HP:0001156"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Macrocephaly", "deprecated": null, "id": "HP:0000256", "description": null, "consider": null}, "id": "eeee1841-6dce-469c-93f7-79e16d855879", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:dba445c6d68987bae6838ba71c7bd590b45a97c2"}, {"lbl": "Macrocephaly", "id": "HP:0000256"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000256"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:dba445c6d68987bae6838ba71c7bd590b45a97c2", "pred": "OBAN:association_has_object", "obj": "HP:0000256"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:dba445c6d68987bae6838ba71c7bd590b45a97c2", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:dba445c6d68987bae6838ba71c7bd590b45a97c2", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Micrognathia", "deprecated": null, "id": "HP:0000347", "description": null, "consider": null}, "id": "c3038a93-864d-4fcc-8e21-050cd5a01d12", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "Micrognathia", "id": "HP:0000347"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:714311557db4f581219268452501231323d745e1"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0000347"}, {"sub": "MONARCH:714311557db4f581219268452501231323d745e1", "pred": "OBAN:association_has_object", "obj": "HP:0000347"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:714311557db4f581219268452501231323d745e1", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:714311557db4f581219268452501231323d745e1", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Femoral bowing", "deprecated": null, "id": "HP:0002980", "description": null, "consider": null}, "id": "5683069a-d08b-4680-a61e-f7741df53d57", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:109454d33548e44cf3d28df041eceed1fd695b16"}, {"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "Femoral bowing", "id": "HP:0002980"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "MONARCH:109454d33548e44cf3d28df041eceed1fd695b16", "pred": "OBAN:association_has_object", "obj": "HP:0002980"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0002980"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:109454d33548e44cf3d28df041eceed1fd695b16", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "MONARCH:109454d33548e44cf3d28df041eceed1fd695b16", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": null, "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Ectopic anus", "deprecated": null, "id": "HP:0004397", "description": null, "consider": null}, "id": "572b97b3-e865-4816-953e-588595e546e6", "type": null, "evidence_graph": {"nodes": [{"lbl": "traceable author statement used in manual assertion", "id": "ECO:0000304"}, {"lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly", "id": "OMIM:613091"}, {"lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)", "id": "ClinVarVariant:191325"}, {"lbl": "NEK1", "id": "NCBIGene:4750"}, {"lbl": null, "id": "MONARCH:d77d0d91f82f23851708c7d4255c53675f43dfbc"}, {"lbl": "Ectopic anus", "id": "HP:0004397"}, {"lbl": "NM_001199397.1(NEK1):c.1640dupA (p.Asn547Lysfs)", "id": "ClinVarVariant:30430"}], "edges": [{"sub": "ClinVarVariant:191325", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "OMIM:613091", "pred": "RO:0002200", "obj": "HP:0004397"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000418", "obj": "NCBIGene:4750"}, {"sub": "ClinVarVariant:30430", "pred": "GENO:0000840", "obj": "OMIM:613091"}, {"sub": "MONARCH:d77d0d91f82f23851708c7d4255c53675f43dfbc", "pred": "OBAN:association_has_object", "obj": "HP:0004397"}, {"sub": "MONARCH:d77d0d91f82f23851708c7d4255c53675f43dfbc", "pred": "OBAN:association_has_subject", "obj": "OMIM:613091"}, {"sub": "MONARCH:d77d0d91f82f23851708c7d4255c53675f43dfbc", "pred": "RO:0002558", "obj": "ECO:0000304"}, {"sub": "ClinVarVariant:191325", "pred": "GENO:0000840", "obj": "OMIM:613091"}]}, "subject": {"xrefs": null, "taxon": {"label": "Homo sapiens", "id": "NCBITaxon:9606"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "NEK1", "deprecated": null, "id": "NCBIGene:4750", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/clinvar.ttl", "http://data.monarchinitiative.org/ttl/hpoa.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": ["HP:0000003", "HP:0000028", "HP:0000054", "HP:0000062", "HP:0000089", "HP:0000105", "HP:0000107", "HP:0000110", "HP:0000126", "HP:0000161", "HP:0000171", "HP:0000175", "HP:0000204", "HP:0000248", "HP:0000256", "HP:0000286", "HP:0000343", "HP:0000347", "HP:0000445", "HP:0000518", "HP:0000773", "HP:0000774", "HP:0000888", "HP:0000895", "HP:0000944", "HP:0001156", "HP:0001162", "HP:0001177", "HP:0001274", "HP:0001302", "HP:0001305", "HP:0001320", "HP:0001321", "HP:0001395", "HP:0001539", "HP:0001629", "HP:0001631", "HP:0001762", "HP:0001773", "HP:0001789", "HP:0002006", "HP:0002007", "HP:0002023", "HP:0002032", "HP:0002089", "HP:0002093", "HP:0002350", "HP:0002566", "HP:0002612", "HP:0002650", "HP:0002980", "HP:0002983", "HP:0003016", "HP:0003022", "HP:0003038", "HP:0003270", "HP:0003762", "HP:0004279", "HP:0004322", "HP:0004397", "HP:0004599", "HP:0005054", "HP:0005257", "HP:0005280", "HP:0005349", "HP:0005716", "HP:0005766", "HP:0005817", "HP:0005873", "HP:0006426", "HP:0006644", "HP:0006956", "HP:0008716", "HP:0008736", "HP:0008873", "HP:0009106", "HP:0010297", "HP:0010306", "HP:0010454", "HP:0010564", "HP:0010579", "HP:0011802", "HP:0030680", "HP:0100258", "HP:0100259", "HP:0100732"], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Homo sapiens": 86}, "object_closure": {"UBERON:0002204PHENOTYPE": 41, "UBERON:0004288PHENOTYPE": 41, "BFO:0000020": 86, "owl:Thing": 86, "HP:0000118": 86, "HP:0000924": 41, "MP:0000001": 86, "HP:0000001": 86, "IAO:0000144": 86, "BFO:0000002": 86, "UBERON:0013701PHENOTYPE": 44, "UBERON:0001434PHENOTYPE": 41, "MP:0005508": 41, "BFO:0000031": 86, "SEPIO:0000013": 86, "IAO:0000300": 86, "UPHENO:0001002": 86, "BFO:0000001": 86, "HP:0011842": 41, "MP:0005390": 41, "UPHENO:0001001": 86, "UBERON:0013702PHENOTYPE": 44, "UBERON:0004120PHENOTYPE": 53, "IAO:0000030": 86, "SEPIO:0000129": 86}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000062"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cb198ef2291fe5cc", "obj": "HP:0000062"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f1fe3e11bd77bbaa", "obj": "HP:0000062"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000062"}, {"pred": "RO:0002558", "sub": "MONARCH:cb198ef2291fe5cc", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:f1fe3e11bd77bbaa", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f1fe3e11bd77bbaa", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f9b6b0cd8b3acafd", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f9b6b0cd8b3acafd", "obj": "HP:0000062"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cb198ef2291fe5cc", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:f9b6b0cd8b3acafd", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000062"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:f1fe3e11bd77bbaa", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "MONARCH:f9b6b0cd8b3acafd", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0000062", "lbl": "Ambiguous genitalia"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:cb198ef2291fe5cc", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000062", "replaced_by": null, "consider": null, "label": "Ambiguous genitalia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ecb09468-ad02-4048-8385-d5716268350c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8130425d72e4571b", "obj": "HP:0001631"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8130425d72e4571b", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:8130425d72e4571b", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001631"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0001631", "lbl": "Atrial septal defect"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:8130425d72e4571b", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001631", "replaced_by": null, "consider": null, "label": "Atrial septal defect", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dbafda15-8364-4d0a-a950-cdc385f082f9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:ac7f6379981796fa", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:ac7f6379981796fa", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ac7f6379981796fa", "obj": "HP:0000180"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:ac7f6379981796fa", "obj": "ECO:0000269"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000180"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:ac7f6379981796fa", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000180", "lbl": "Lobulated tongue"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000180", "replaced_by": null, "consider": null, "label": "Lobulated tongue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2ebaa771-7e00-45b6-947b-ab062b58cc91", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:4dc88a7040812a72", "obj": "ECO:0000501"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4dc88a7040812a72", "obj": "HP:0100732"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4dc88a7040812a72", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0100732"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:4dc88a7040812a72", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "HP:0100732", "lbl": "Pancreatic fibrosis"}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100732", "replaced_by": null, "consider": null, "label": "Pancreatic fibrosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a90a516f-e574-4381-876a-22c5793a1e0d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002566"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:336ed8d0f584bca4", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:c6d7a6b75680971d", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:336ed8d0f584bca4", "obj": "HP:0002566"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c6d7a6b75680971d", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c6d7a6b75680971d", "obj": "HP:0002566"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0002566"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:336ed8d0f584bca4", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002566", "lbl": "Intestinal malrotation"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "MONARCH:336ed8d0f584bca4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:c6d7a6b75680971d", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002566", "replaced_by": null, "consider": null, "label": "Intestinal malrotation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c155a451-2379-4a49-b5d4-3f90c5e34389", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:14ab27809d27388f", "obj": "HP:0004322"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:14ab27809d27388f", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0004322"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0004322"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:14ab27809d27388f", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:77ad817fade76e90", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002558", "sub": "MONARCH:77ad817fade76e90", "obj": "ECO:0000269"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:77ad817fade76e90", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:77ad817fade76e90", "obj": "HP:0004322"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:14ab27809d27388f", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0004322", "lbl": "Short stature"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:77ad817fade76e90", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004322", "replaced_by": null, "consider": null, "label": "Short stature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ee33ce36-9e6c-4518-a1c4-64ede7346aac", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "HP:0002459"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "PMID:9272189"}, {"pred": "dc:source", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "PMID:20869331"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "PMID:10545728"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002459"}, {"pred": "dc:source", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "PMID:21623664"}, {"pred": "dc:source", "sub": "MONARCH:ad63a21cb06ab3bb", "obj": "PMID:11675871"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:ad63a21cb06ab3bb", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:20869331", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:11675871", "lbl": null}, {"id": "PMID:9272189", "lbl": null}, {"id": "HP:0002459", "lbl": "Dysautonomia"}, {"id": "PMID:10545728", "lbl": null}, {"id": "PMID:21623664", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20869331", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9272189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21623664", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11675871", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10545728", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002459", "replaced_by": null, "consider": null, "label": "Dysautonomia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ca058710-9f7c-4b4d-842d-5e78c1cb0e76", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:4542a3445aee1456", "obj": "PMID:129963"}, {"pred": "dc:source", "sub": "MONARCH:4542a3445aee1456", "obj": "PMID:16193838"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:4542a3445aee1456", "obj": "PMID:6215816"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4542a3445aee1456", "obj": "HP:0002072"}, {"pred": "dc:source", "sub": "MONARCH:4542a3445aee1456", "obj": "PMID:2953866"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:4542a3445aee1456", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:4542a3445aee1456", "obj": "PMID:616562"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4542a3445aee1456", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:16193838", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:4542a3445aee1456", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:129963", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0002072", "lbl": "Chorea"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:616562", "lbl": null}, {"id": "PMID:2953866", "lbl": null}, {"id": "PMID:6215816", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:129963", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16193838", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6215816", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:616562", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2953866", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002072", "replaced_by": null, "consider": null, "label": "Chorea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "eb6981d7-2610-4343-81c3-a393094f4f80", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:ede0dadf3141dc82", "obj": "PMID:19254284"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ede0dadf3141dc82", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000726"}, {"pred": "RO:0002558", "sub": "MONARCH:ede0dadf3141dc82", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ede0dadf3141dc82", "obj": "PMID:4012189"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ede0dadf3141dc82", "obj": "HP:0000726"}, {"pred": "dc:source", "sub": "MONARCH:ede0dadf3141dc82", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:ede0dadf3141dc82", "obj": "PMID:20655970"}, {"pred": "dc:source", "sub": "MONARCH:ede0dadf3141dc82", "obj": "PMID:9021255"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:ede0dadf3141dc82", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:4012189", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000726", "lbl": "Dementia"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "PMID:19254284", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9021255", "lbl": null}, {"id": "PMID:20655970", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:4012189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20655970", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021255", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19254284", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000726", "replaced_by": null, "consider": null, "label": "Dementia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cd10fac4-e4de-4c69-b723-46a856aeec18", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002006"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:42c460ec31f87bf9", "obj": "HP:0002006"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:42c460ec31f87bf9", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:42c460ec31f87bf9", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:42c460ec31f87bf9", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0002006", "lbl": "Facial cleft"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002006", "replaced_by": null, "consider": null, "label": "Facial cleft", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0867b755-13d2-49eb-83be-b57d225b26ba", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "PMID:10430837"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "PMID:22606355"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "PMID:15837585"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003447"}, {"pred": "dc:source", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "PMID:22203334"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "HP:0003447"}, {"pred": "dc:source", "sub": "MONARCH:0c5f4d27d4bb7f6e", "obj": "PMID:8891072"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:22203334", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0003447", "lbl": "Axonal loss"}, {"id": "MONARCH:0c5f4d27d4bb7f6e", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:15837585", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:8891072", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:10430837", "lbl": null}, {"id": "PMID:22606355", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8891072", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22606355", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15837585", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22203334", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10430837", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003447", "replaced_by": null, "consider": null, "label": "Axonal loss", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0340efc2-65c9-492c-b837-b6bfb05a8e5a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:b4df1601971a5542", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0002645"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4df1601971a5542", "obj": "HP:0002645"}, {"pred": "RO:0002558", "sub": "MONARCH:b4df1601971a5542", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4df1601971a5542", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0002645", "lbl": "Wormian bones"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "MONARCH:b4df1601971a5542", "lbl": null}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002645", "replaced_by": null, "consider": null, "label": "Wormian bones", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e69dba36-32f6-49c7-b343-bb15349cce1a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:175b097382b66bc8", "obj": "HP:0005716"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0005716"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:175b097382b66bc8", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:175b097382b66bc8", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0005716", "lbl": "Lethal skeletal dysplasia"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:175b097382b66bc8", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005716", "replaced_by": null, "consider": null, "label": "Lethal skeletal dysplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e668eb27-de85-41a6-913c-34528c8992aa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:6af55de41f86b9a4", "obj": "PMID:23664960"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:6af55de41f86b9a4", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:6af55de41f86b9a4", "obj": "PMID:11980064"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000764"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6af55de41f86b9a4", "obj": "HP:0000764"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6af55de41f86b9a4", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:6af55de41f86b9a4", "obj": "PMID:23474986"}, {"pred": "dc:source", "sub": "MONARCH:6af55de41f86b9a4", "obj": "PMID:21437247"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:11980064", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:6af55de41f86b9a4", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:21437247", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:23474986", "lbl": null}, {"id": "HP:0000764", "lbl": "Peripheral axonal degeneration"}, {"id": "PMID:23664960", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21437247", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23474986", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23664960", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11980064", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000764", "replaced_by": null, "consider": null, "label": "Peripheral axonal degeneration", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "29e4c81c-4c80-4181-8ddc-7684584e1e47", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:e3bb0ce9be08bc77", "obj": "HP:0000161"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000161"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:140458d6aa73cde3", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:e3bb0ce9be08bc77", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:140458d6aa73cde3", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e3bb0ce9be08bc77", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:140458d6aa73cde3", "obj": "HP:0000161"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "dc:source", "sub": "MONARCH:140458d6aa73cde3", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000161"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:e3bb0ce9be08bc77", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "HP:0000161", "lbl": "Median cleft lip"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "MONARCH:140458d6aa73cde3", "lbl": null}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000161", "replaced_by": null, "consider": null, "label": "Median cleft lip", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dd6c540d-16ef-49f6-9d57-4f3ee7f4548a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:a7ee904a00286360", "obj": "HP:0000773"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000773"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000773"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "RO:0002558", "sub": "MONARCH:17f2ba821307b84d", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000773"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5044fffb5e62db63", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:5044fffb5e62db63", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:a7ee904a00286360", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:17f2ba821307b84d", "obj": "HP:0000773"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5044fffb5e62db63", "obj": "HP:0000773"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a7ee904a00286360", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:17f2ba821307b84d", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:a7ee904a00286360", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "HP:0000773", "lbl": "Short ribs"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:5044fffb5e62db63", "lbl": null}, {"id": "MONARCH:17f2ba821307b84d", "lbl": null}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000773", "replaced_by": null, "consider": null, "label": "Short ribs", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bb64fb5a-e8b8-4afb-b6e1-49d1a3f7866d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:47727a5e76e92067", "obj": "HP:0001395"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001395"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:47727a5e76e92067", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:47727a5e76e92067", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "HP:0001395", "lbl": "Hepatic fibrosis"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:47727a5e76e92067", "lbl": null}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001395", "replaced_by": null, "consider": null, "label": "Hepatic fibrosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "70e1ad52-da29-43db-ad95-7f114418ad59", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "PMID:1467159"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002398"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "PMID:9011143"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "PMID:10430837"}, {"pred": "dc:source", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "PMID:7952856"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "HP:0002398"}, {"pred": "dc:source", "sub": "MONARCH:6c5eb5a16ec5d0dc", "obj": "PMID:2774090"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:7952856", "lbl": null}, {"id": "PMID:1467159", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0002398", "lbl": "Degeneration of anterior horn cells"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:6c5eb5a16ec5d0dc", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:10430837", "lbl": null}, {"id": "PMID:2774090", "lbl": null}, {"id": "PMID:9011143", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9011143", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2774090", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7952856", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10430837", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1467159", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002398", "replaced_by": null, "consider": null, "label": "Degeneration of anterior horn cells", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2fdb5b43-98e2-4486-9c19-e0453eaff412", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:597935b00098c25c", "obj": "HP:0001287"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001287"}, {"pred": "RO:0002558", "sub": "MONARCH:597935b00098c25c", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:597935b00098c25c", "obj": "PMID:322829"}, {"pred": "dc:source", "sub": "MONARCH:597935b00098c25c", "obj": "PMID:11218986"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:597935b00098c25c", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:597935b00098c25c", "obj": "PMID:12771271"}, {"pred": "dc:source", "sub": "MONARCH:597935b00098c25c", "obj": "PMID:1123648"}, {"pred": "dc:source", "sub": "MONARCH:597935b00098c25c", "obj": "PMID:16447731"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:597935b00098c25c", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:16447731", "lbl": null}, {"id": "HP:0001287", "lbl": "Meningitis"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:322829", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:11218986", "lbl": null}, {"id": "PMID:12771271", "lbl": null}, {"id": "PMID:1123648", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:1123648", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16447731", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:322829", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11218986", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12771271", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001287", "replaced_by": null, "consider": null, "label": "Meningitis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6448717f-eb79-41ed-9b1b-de769640617b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:089aace2f0387de3", "obj": "HP:0002062"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:089aace2f0387de3", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:089aace2f0387de3", "obj": "PMID:9244609"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:089aace2f0387de3", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:089aace2f0387de3", "obj": "PMID:11464941"}, {"pred": "dc:source", "sub": "MONARCH:089aace2f0387de3", "obj": "PMID:8625875"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:089aace2f0387de3", "obj": "PMID:18268244"}, {"pred": "dc:source", "sub": "MONARCH:089aace2f0387de3", "obj": "PMID:20429685"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002062"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:089aace2f0387de3", "lbl": null}, {"id": "PMID:11464941", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:18268244", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:8625875", "lbl": null}, {"id": "HP:0002062", "lbl": "Morphological abnormality of the pyramidal tract"}, {"id": "PMID:20429685", "lbl": null}, {"id": "PMID:9244609", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20429685", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18268244", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11464941", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9244609", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8625875", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002062", "replaced_by": null, "consider": null, "label": "Morphological abnormality of the pyramidal tract", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "132f26b1-72e6-4114-bffd-9a9a20d246f8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0008873"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d914b33884a584ee", "obj": "HP:0008873"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d914b33884a584ee", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:d914b33884a584ee", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:d914b33884a584ee", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0008873", "lbl": "Disproportionate short-limb short stature"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008873", "replaced_by": null, "consider": null, "label": "Disproportionate short-limb short stature", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1fe512db-ff6a-49c4-802d-8967edaeaf28", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0003022"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:bd326efca2035bf1", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bd326efca2035bf1", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bd326efca2035bf1", "obj": "HP:0003022"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bd326efca2035bf1", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "HP:0003022", "lbl": "Hypoplasia of the ulna"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003022", "replaced_by": null, "consider": null, "label": "Hypoplasia of the ulna", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7e3401a8-37f3-4ef1-a0f9-cc040de56b19", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:9923064a819a379e", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:9923064a819a379e", "obj": "PMID:20452624"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9923064a819a379e", "obj": "HP:0001297"}, {"pred": "dc:source", "sub": "MONARCH:9923064a819a379e", "obj": "PMID:17076808"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:9923064a819a379e", "obj": "PMID:18310808"}, {"pred": "dc:source", "sub": "MONARCH:9923064a819a379e", "obj": "PMID:8282074"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001297"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9923064a819a379e", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:9923064a819a379e", "obj": "PMID:21941530"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:9923064a819a379e", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:21941530", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18310808", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:8282074", "lbl": null}, {"id": "HP:0001297", "lbl": "Stroke"}, {"id": "PMID:20452624", "lbl": null}, {"id": "PMID:17076808", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21941530", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18310808", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20452624", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8282074", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17076808", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001297", "replaced_by": null, "consider": null, "label": "Stroke", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0e3fd8e4-da81-41da-9e83-975f444f6fd2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0002132"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:792fd6c31572d3f2", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:792fd6c31572d3f2", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:792fd6c31572d3f2", "obj": "HP:0002132"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0002132", "lbl": "Porencephalic cyst"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:792fd6c31572d3f2", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002132", "replaced_by": null, "consider": null, "label": "Porencephalic cyst", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "592a0c7d-c540-4599-beed-a229e4765a5a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "PMID:8543951"}, {"pred": "dc:source", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "PMID:8946333"}, {"pred": "RO:0002558", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "PMID:11257787"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001278"}, {"pred": "dc:source", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "PMID:21154151"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "PMID:8324376"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fe7878f3f8c4c3e2", "obj": "HP:0001278"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:8946333", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0001278", "lbl": "Orthostatic hypotension"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:8324376", "lbl": null}, {"id": "PMID:8543951", "lbl": null}, {"id": "PMID:21154151", "lbl": null}, {"id": "MONARCH:fe7878f3f8c4c3e2", "lbl": null}, {"id": "PMID:11257787", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8543951", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11257787", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8946333", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21154151", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8324376", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001278", "replaced_by": null, "consider": null, "label": "Orthostatic hypotension", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "05f3f1a5-a88f-4f6b-9145-0f7d9fec6130", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:993c6dd858050338", "obj": "ECO:0000304"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000716"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:993c6dd858050338", "obj": "HP:0000716"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:993c6dd858050338", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:993c6dd858050338", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0000716", "lbl": "Depressivity"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000716", "replaced_by": null, "consider": null, "label": "Depressivity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "df4bf58c-4d6c-402e-bd09-82f0d710d728", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a34aaccc6917f372", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000171"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "RO:0002558", "sub": "MONARCH:a34aaccc6917f372", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a34aaccc6917f372", "obj": "HP:0000171"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "HP:0000171", "lbl": "Microglossia"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}, {"id": "MONARCH:a34aaccc6917f372", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000171", "replaced_by": null, "consider": null, "label": "Microglossia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c10d6f85-dbc3-40c6-acbf-06470e5e48d7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "HP:0003457"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "PMID:9462968"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "PMID:7555928"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003457"}, {"pred": "dc:source", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "PMID:19086078"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "PMID:21554033"}, {"pred": "dc:source", "sub": "MONARCH:ba4f437b61cb3b27", "obj": "PMID:12710512"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:19086078", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:7555928", "lbl": null}, {"id": "MONARCH:ba4f437b61cb3b27", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:21554033", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9462968", "lbl": null}, {"id": "PMID:12710512", "lbl": null}, {"id": "HP:0003457", "lbl": "EMG abnormality"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9462968", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19086078", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7555928", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21554033", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710512", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003457", "replaced_by": null, "consider": null, "label": "EMG abnormality", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b34b06ec-e099-4912-8eed-47a2d882b247", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d025924e7b2cc976", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002007"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:d025924e7b2cc976", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d025924e7b2cc976", "obj": "HP:0002007"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0002007", "lbl": "Frontal bossing"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:d025924e7b2cc976", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002007", "replaced_by": null, "consider": null, "label": "Frontal bossing", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ddbb548b-9288-434d-85ae-974307a3dd1e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:10bf63561bb0af8e", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:10bf63561bb0af8e", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:10bf63561bb0af8e", "obj": "PMID:17668067"}, {"pred": "dc:source", "sub": "MONARCH:10bf63561bb0af8e", "obj": "PMID:9021254"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:10bf63561bb0af8e", "obj": "HP:0002529"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:10bf63561bb0af8e", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:10bf63561bb0af8e", "obj": "PMID:1312402"}, {"pred": "dc:source", "sub": "MONARCH:10bf63561bb0af8e", "obj": "PMID:17021751"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002529"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:10bf63561bb0af8e", "lbl": null}, {"id": "HP:0002529", "lbl": "Neuronal loss in central nervous system"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17021751", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:1312402", "lbl": null}, {"id": "PMID:17668067", "lbl": null}, {"id": "PMID:9021254", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:1312402", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17668067", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17021751", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021254", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002529", "replaced_by": null, "consider": null, "label": "Neuronal loss in central nervous system", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5c716098-f0f0-4ff4-b9e7-02eabf412c53", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c2c236909eb3a1b6", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "RO:0002558", "sub": "MONARCH:c2c236909eb3a1b6", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:3621885ca376487d", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000054"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c2c236909eb3a1b6", "obj": "HP:0000054"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3621885ca376487d", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3621885ca376487d", "obj": "HP:0000054"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000054"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:c2c236909eb3a1b6", "lbl": null}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "HP:0000054", "lbl": "Micropenis"}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:3621885ca376487d", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000054", "replaced_by": null, "consider": null, "label": "Micropenis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "03e7cab0-5187-4bc5-9d65-42b9aba312c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7e64d45c451463c8", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:71c0c83e63b7e668", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:7e64d45c451463c8", "obj": "PMID:9444488"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:7e64d45c451463c8", "obj": "PMID:10951288"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:71c0c83e63b7e668", "obj": "HP:0007354"}, {"pred": "dc:source", "sub": "MONARCH:7e64d45c451463c8", "obj": "PMID:9187574"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0007354"}, {"pred": "RO:0002558", "sub": "MONARCH:71c0c83e63b7e668", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:7e64d45c451463c8", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7e64d45c451463c8", "obj": "HP:0007354"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0007354"}, {"pred": "dc:source", "sub": "MONARCH:7e64d45c451463c8", "obj": "PMID:16036426"}, {"pred": "dc:source", "sub": "MONARCH:7e64d45c451463c8", "obj": "PMID:16036427"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:9444488", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:71c0c83e63b7e668", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16036427", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:16036426", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0007354", "lbl": "Amyotrophic lateral sclerosis"}, {"id": "MONARCH:7e64d45c451463c8", "lbl": null}, {"id": "PMID:9187574", "lbl": null}, {"id": "PMID:10951288", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9444488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9187574", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036427", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036426", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10951288", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007354", "replaced_by": null, "consider": null, "label": "Amyotrophic lateral sclerosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fbcc472d-5c53-481c-981b-57b603b6913f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002307"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:44f4017123f2baa5", "obj": "PMID:18283399"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:44f4017123f2baa5", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:44f4017123f2baa5", "obj": "PMID:21135790"}, {"pred": "dc:source", "sub": "MONARCH:44f4017123f2baa5", "obj": "PMID:22763933"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:44f4017123f2baa5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:44f4017123f2baa5", "obj": "HP:0002307"}, {"pred": "dc:source", "sub": "MONARCH:44f4017123f2baa5", "obj": "PMID:23517881"}, {"pred": "dc:source", "sub": "MONARCH:44f4017123f2baa5", "obj": "PMID:9160288"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:22763933", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0002307", "lbl": "Drooling"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:9160288", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:18283399", "lbl": null}, {"id": "PMID:23517881", "lbl": null}, {"id": "MONARCH:44f4017123f2baa5", "lbl": null}, {"id": "PMID:21135790", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21135790", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23517881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9160288", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18283399", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22763933", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002307", "replaced_by": null, "consider": null, "label": "Drooling", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7d87fec2-eb6b-4ccc-86af-ff034ad658bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5329fa6f4cc3dd93", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:c3a4db7166a58cce", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002089"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5329fa6f4cc3dd93", "obj": "HP:0002089"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0002089"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:5329fa6f4cc3dd93", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c3a4db7166a58cce", "obj": "HP:0002089"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c3a4db7166a58cce", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "MONARCH:5329fa6f4cc3dd93", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "HP:0002089", "lbl": "Pulmonary hypoplasia"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "MONARCH:c3a4db7166a58cce", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002089", "replaced_by": null, "consider": null, "label": "Pulmonary hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3b06a15f-8c77-43bb-95da-f83695367b37", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:e1a583fa3582d843", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0004279"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:865203f1198309db", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:865203f1198309db", "obj": "HP:0004279"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e1a583fa3582d843", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:865203f1198309db", "obj": "ECO:0000501"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0004279"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e1a583fa3582d843", "obj": "HP:0004279"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0004279", "lbl": "Short palm"}, {"id": "MONARCH:865203f1198309db", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:e1a583fa3582d843", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004279", "replaced_by": null, "consider": null, "label": "Short palm", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "777aec80-7fee-40e1-a3b1-d8bff5a1c319", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0004395"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "PMID:3969206"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "HP:0004395"}, {"pred": "dc:source", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "PMID:18284027"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "PMID:2473967"}, {"pred": "dc:source", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "PMID:16036431"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:3745a9b151f1c5d0", "obj": "PMID:21798636"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:3969206", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:3745a9b151f1c5d0", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:18284027", "lbl": null}, {"id": "HP:0004395", "lbl": "Malnutrition"}, {"id": "PMID:16036431", "lbl": null}, {"id": "PMID:2473967", "lbl": null}, {"id": "PMID:21798636", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18284027", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036431", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2473967", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3969206", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21798636", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004395", "replaced_by": null, "consider": null, "label": "Malnutrition", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "550d75e9-b05e-41a3-acef-eeb88e4374fb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:3da10a3b463564de", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000089"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3da10a3b463564de", "obj": "HP:0000089"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:3da10a3b463564de", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:3da10a3b463564de", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000089", "lbl": "Renal hypoplasia"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000089", "replaced_by": null, "consider": null, "label": "Renal hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "97e3cb9f-bde9-4d85-b4f7-8554122da09c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b9d8489c9fd7a497", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:b9d8489c9fd7a497", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b9d8489c9fd7a497", "obj": "HP:0000888"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000888"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4275c1fd29ecf571", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000888"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:4275c1fd29ecf571", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4275c1fd29ecf571", "obj": "HP:0000888"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:4275c1fd29ecf571", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000888", "lbl": "Horizontal ribs"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b9d8489c9fd7a497", "lbl": null}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000888", "replaced_by": null, "consider": null, "label": "Horizontal ribs", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fad029fd-a48e-4365-bfb7-c26f187c695b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:8bb246b0edd17123", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8bb246b0edd17123", "obj": "HP:0000327"}, {"pred": "RO:0002558", "sub": "MONARCH:8bb246b0edd17123", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000327"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8bb246b0edd17123", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "HP:0000327", "lbl": "Hypoplasia of the maxilla"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:8bb246b0edd17123", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000327", "replaced_by": null, "consider": null, "label": "Hypoplasia of the maxilla", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f1835cd7-0eb7-4927-b755-effd40e1d28d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:948b578c6ba52135", "obj": "PMID:21562247"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003323"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:948b578c6ba52135", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:948b578c6ba52135", "obj": "PMID:23145119"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:948b578c6ba52135", "obj": "HP:0003323"}, {"pred": "RO:0002558", "sub": "MONARCH:948b578c6ba52135", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:948b578c6ba52135", "obj": "PMID:18432310"}, {"pred": "dc:source", "sub": "MONARCH:948b578c6ba52135", "obj": "PMID:22101764"}, {"pred": "dc:source", "sub": "MONARCH:948b578c6ba52135", "obj": "PMID:11284281"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:22101764", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:21562247", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0003323", "lbl": "Progressive muscle weakness"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:948b578c6ba52135", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:18432310", "lbl": null}, {"id": "PMID:23145119", "lbl": null}, {"id": "PMID:11284281", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22101764", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11284281", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18432310", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23145119", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21562247", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003323", "replaced_by": null, "consider": null, "label": "Progressive muscle weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2e0222f7-553a-41fc-9799-967c535ed959", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d1a9dc8c9b4d79d0", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:d1a9dc8c9b4d79d0", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d1a9dc8c9b4d79d0", "obj": "HP:0000248"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000248"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0000248", "lbl": "Brachycephaly"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:d1a9dc8c9b4d79d0", "lbl": null}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000248", "replaced_by": null, "consider": null, "label": "Brachycephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "235753ea-9aa5-44ba-91ed-7a10e24142ff", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0005945"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e15f008b9d93ca99", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e15f008b9d93ca99", "obj": "HP:0005945"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:e15f008b9d93ca99", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:e15f008b9d93ca99", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0005945", "lbl": "Laryngeal obstruction"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005945", "replaced_by": null, "consider": null, "label": "Laryngeal obstruction", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c1665c0f-ce97-4b5c-81c5-198c519dcd52", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:f5e6ed9677004004", "obj": "PMID:3015835"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f5e6ed9677004004", "obj": "HP:0002196"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:f5e6ed9677004004", "obj": "PMID:21346318"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002196"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f5e6ed9677004004", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:f5e6ed9677004004", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:f5e6ed9677004004", "obj": "PMID:11284281"}, {"pred": "dc:source", "sub": "MONARCH:f5e6ed9677004004", "obj": "PMID:2894813"}, {"pred": "dc:source", "sub": "MONARCH:f5e6ed9677004004", "obj": "PMID:1745428"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:2894813", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1745428", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:f5e6ed9677004004", "lbl": null}, {"id": "PMID:21346318", "lbl": null}, {"id": "PMID:3015835", "lbl": null}, {"id": "PMID:11284281", "lbl": null}, {"id": "HP:0002196", "lbl": "Myelopathy"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:1745428", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21346318", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2894813", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3015835", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11284281", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002196", "replaced_by": null, "consider": null, "label": "Myelopathy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "870eaef1-d9a9-4abe-9eef-682e28883c9c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:19a32acb248b9721", "obj": "PMID:7674346"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:19a32acb248b9721", "obj": "PMID:16036421"}, {"pred": "dc:source", "sub": "MONARCH:19a32acb248b9721", "obj": "PMID:4003039"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:19a32acb248b9721", "obj": "PMID:3955455"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:19a32acb248b9721", "obj": "PMID:18558633"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003881"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:19a32acb248b9721", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:19a32acb248b9721", "obj": "HP:0003881"}, {"pred": "RO:0002558", "sub": "MONARCH:19a32acb248b9721", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:19a32acb248b9721", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:4003039", "lbl": null}, {"id": "PMID:3955455", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0003881", "lbl": "Humeral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:18558633", "lbl": "Gros-Louis et al; Als2 mRNA splicing variants detected in KO mice rescue severe motor dysfunction phenotype in Als2 knock down zebrafish; Hum. Mol. Genet.; 2008; 17(17); 2691-2702"}, {"id": "PMID:7674346", "lbl": null}, {"id": "PMID:16036421", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18558633", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036421", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3955455", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7674346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:4003039", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003881", "replaced_by": null, "consider": null, "label": "Humeral sclerosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "29fdd4d1-b157-46ae-8a94-be847258a782", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "HP:0100315"}, {"pred": "dc:source", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "PMID:12710516"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "PMID:11304045"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "PMID:15378322"}, {"pred": "dc:source", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "PMID:1312404"}, {"pred": "dc:source", "sub": "MONARCH:bdb9ae924715f4c0", "obj": "PMID:1312402"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100315"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:15378322", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:11304045", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:12710516", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:1312402", "lbl": null}, {"id": "MONARCH:bdb9ae924715f4c0", "lbl": null}, {"id": "PMID:1312404", "lbl": null}, {"id": "HP:0100315", "lbl": "Lewy bodies"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:1312404", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15378322", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1312402", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11304045", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710516", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100315", "replaced_by": null, "consider": null, "label": "Lewy bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5f86fcef-fead-438f-a3b4-b0e61fe55a13", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0010101"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ce093e29c650a814", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:ce093e29c650a814", "obj": "ECO:0000501"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ce093e29c650a814", "obj": "HP:0010101"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:ce093e29c650a814", "lbl": null}, {"id": "HP:0010101", "lbl": "Partial duplication of the phalanges of the hallux"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010101", "replaced_by": null, "consider": null, "label": "Partial duplication of the phalanges of the hallux", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "60ae196b-093c-4860-876c-ba8e6a4e7f84", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:714311557db4f581", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000347"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000347"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:714311557db4f581", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:96e4006fbbc1c361", "obj": "HP:0000347"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:96e4006fbbc1c361", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "dc:source", "sub": "MONARCH:96e4006fbbc1c361", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:96e4006fbbc1c361", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:714311557db4f581", "obj": "HP:0000347"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:96e4006fbbc1c361", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:714311557db4f581", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "HP:0000347", "lbl": "Micrognathia"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000347", "replaced_by": null, "consider": null, "label": "Micrognathia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cbcdb93f-32ee-470f-97d3-9688a3ba191e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:3c90c85116f94942", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000238"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3c90c85116f94942", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3c90c85116f94942", "obj": "HP:0000238"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000238", "lbl": "Hydrocephalus"}, {"id": "MONARCH:3c90c85116f94942", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000238", "replaced_by": null, "consider": null, "label": "Hydrocephalus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ef8e10cb-7e71-4ea8-82b2-2f4580962b1c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "PMID:16036425"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "PMID:23147503"}, {"pred": "dc:source", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "PMID:19365373"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002511"}, {"pred": "RO:0002558", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "HP:0002511"}, {"pred": "dc:source", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "PMID:9350622"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:937eb27ce85d9ad4", "obj": "PMID:8158117"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:16036425", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0002511", "lbl": "Alzheimer disease"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:937eb27ce85d9ad4", "lbl": null}, {"id": "PMID:23147503", "lbl": null}, {"id": "PMID:8158117", "lbl": "Wu and Hersh, 1994, J. Neurochem. 62(5): 1653--1663"}, {"id": "PMID:9350622", "lbl": null}, {"id": "PMID:19365373", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23147503", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9350622", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8158117", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19365373", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036425", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002511", "replaced_by": null, "consider": null, "label": "Alzheimer disease", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e725d7c9-9643-418c-8b74-c44b08f11738", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:531bb5cff3aa9614", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:531bb5cff3aa9614", "obj": "PMID:3703285"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:531bb5cff3aa9614", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002363"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:531bb5cff3aa9614", "obj": "HP:0002363"}, {"pred": "dc:source", "sub": "MONARCH:531bb5cff3aa9614", "obj": "PMID:11994967"}, {"pred": "dc:source", "sub": "MONARCH:531bb5cff3aa9614", "obj": "PMID:11494584"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:3703285", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:11494584", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0002363", "lbl": "Abnormality of brainstem morphology"}, {"id": "MONARCH:531bb5cff3aa9614", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:11994967", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:3703285", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11494584", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11994967", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002363", "replaced_by": null, "consider": null, "label": "Abnormality of brainstem morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f3370897-888a-4165-b9cc-146775958140", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100561"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0230d62b9159d290", "obj": "HP:0100561"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:0230d62b9159d290", "obj": "PMID:7807164"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:0230d62b9159d290", "obj": "PMID:17076808"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:0230d62b9159d290", "obj": "PMID:16793729"}, {"pred": "dc:source", "sub": "MONARCH:0230d62b9159d290", "obj": "PMID:11489277"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:0230d62b9159d290", "obj": "PMID:3743521"}, {"pred": "RO:0002558", "sub": "MONARCH:0230d62b9159d290", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0230d62b9159d290", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:0230d62b9159d290", "lbl": null}, {"id": "PMID:16793729", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:11489277", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:7807164", "lbl": null}, {"id": "PMID:3743521", "lbl": null}, {"id": "HP:0100561", "lbl": "Spinal cord lesion"}, {"id": "PMID:17076808", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7807164", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3743521", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17076808", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16793729", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11489277", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100561", "replaced_by": null, "consider": null, "label": "Spinal cord lesion", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "eaf95f31-6747-43a6-9173-8fe389eb8ac3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "RO:0002558", "sub": "MONARCH:5f0e5ad3430ad467", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000895"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5f0e5ad3430ad467", "obj": "HP:0000895"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:6f4290d365601057", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000895"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6f4290d365601057", "obj": "HP:0000895"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6f4290d365601057", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5f0e5ad3430ad467", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:5f0e5ad3430ad467", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0000895", "lbl": "Lateral clavicle hook"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:6f4290d365601057", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000895", "replaced_by": null, "consider": null, "label": "Lateral clavicle hook", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d9d094fb-2065-4195-8e6b-c7ea02a9a79a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:35f01f40554fdce2", "obj": "HP:0001539"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:35f01f40554fdce2", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:35f01f40554fdce2", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001539"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0001539", "lbl": "Omphalocele"}, {"id": "MONARCH:35f01f40554fdce2", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001539", "replaced_by": null, "consider": null, "label": "Omphalocele", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b51df750-f434-4699-9627-d7ad888af5a9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:4641216a6d8977b1", "obj": "PMID:9419048"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:4641216a6d8977b1", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4641216a6d8977b1", "obj": "HP:0002747"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:4641216a6d8977b1", "obj": "PMID:12761460"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:4641216a6d8977b1", "obj": "PMID:12061943"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:4641216a6d8977b1", "obj": "PMID:11468332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002747"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4641216a6d8977b1", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:4641216a6d8977b1", "obj": "PMID:15516537"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:11468332", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:12061943", "lbl": null}, {"id": "PMID:9419048", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0002747", "lbl": "Respiratory insufficiency due to muscle weakness"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:15516537", "lbl": null}, {"id": "MONARCH:4641216a6d8977b1", "lbl": null}, {"id": "PMID:12761460", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9419048", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12061943", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12761460", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11468332", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15516537", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002747", "replaced_by": null, "consider": null, "label": "Respiratory insufficiency due to muscle weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a01aaa53-f732-43e8-9a0f-266a81ed8c4c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0003270"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5d40165fedba5b1c", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:5d40165fedba5b1c", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5d40165fedba5b1c", "obj": "HP:0003270"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0003270", "lbl": "Abdominal distention"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:5d40165fedba5b1c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003270", "replaced_by": null, "consider": null, "label": "Abdominal distention", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fdc46f71-099d-4f0c-93bb-f6e51757b859", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:8171eb5914bb61e6", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8171eb5914bb61e6", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:8171eb5914bb61e6", "obj": "PMID:10846017"}, {"pred": "dc:source", "sub": "MONARCH:8171eb5914bb61e6", "obj": "PMID:19906638"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:8171eb5914bb61e6", "obj": "PMID:8282074"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8171eb5914bb61e6", "obj": "HP:0001300"}, {"pred": "dc:source", "sub": "MONARCH:8171eb5914bb61e6", "obj": "PMID:19365373"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001300"}, {"pred": "dc:source", "sub": "MONARCH:8171eb5914bb61e6", "obj": "PMID:19254284"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:10846017", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:8171eb5914bb61e6", "lbl": null}, {"id": "HP:0001300", "lbl": "Parkinsonism"}, {"id": "PMID:19254284", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:8282074", "lbl": null}, {"id": "PMID:19365373", "lbl": null}, {"id": "PMID:19906638", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:19365373", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10846017", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19254284", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8282074", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19906638", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001300", "replaced_by": null, "consider": null, "label": "Parkinsonism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "75271e6f-3d39-4c2c-a7c5-f4d0405e21bf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:a613df8195c4c78d", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000343"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:a613df8195c4c78d", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a613df8195c4c78d", "obj": "HP:0000343"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000343", "lbl": "Long philtrum"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:a613df8195c4c78d", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000343", "replaced_by": null, "consider": null, "label": "Long philtrum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cc08a0a8-4ebf-47a7-a0f2-affc0b6ddbed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:bc52c92d648e78cf", "obj": "HP:0002835"}, {"pred": "dc:source", "sub": "MONARCH:bc52c92d648e78cf", "obj": "PMID:2473967"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:bc52c92d648e78cf", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:bc52c92d648e78cf", "obj": "PMID:12202704"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bc52c92d648e78cf", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:bc52c92d648e78cf", "obj": "PMID:15512903"}, {"pred": "dc:source", "sub": "MONARCH:bc52c92d648e78cf", "obj": "PMID:16036431"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002835"}, {"pred": "dc:source", "sub": "MONARCH:bc52c92d648e78cf", "obj": "PMID:8008989"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:8008989", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002835", "lbl": "Aspiration"}, {"id": "PMID:16036431", "lbl": null}, {"id": "PMID:2473967", "lbl": null}, {"id": "PMID:15512903", "lbl": null}, {"id": "MONARCH:bc52c92d648e78cf", "lbl": null}, {"id": "PMID:12202704", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12202704", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036431", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15512903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2473967", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8008989", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002835", "replaced_by": null, "consider": null, "label": "Aspiration", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1fbf293e-24cf-4bf0-b7a6-46eaca2ff720", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000175"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000175"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d9fb9a59dad936f6", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:301026a5ed77d1e8", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:301026a5ed77d1e8", "obj": "HP:0000175"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9884332e30069c49", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9884332e30069c49", "obj": "HP:0000175"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000175"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:d9fb9a59dad936f6", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d9fb9a59dad936f6", "obj": "HP:0000175"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "RO:0002558", "sub": "MONARCH:301026a5ed77d1e8", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:9884332e30069c49", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:301026a5ed77d1e8", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000175", "lbl": "Cleft palate"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:d9fb9a59dad936f6", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "MONARCH:301026a5ed77d1e8", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:9884332e30069c49", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000175", "replaced_by": null, "consider": null, "label": "Cleft palate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b716d127-e419-4113-a0ad-1b1023b88e9c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:2daba78b7412aa2e", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:fd3a25f2845e06b1", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000003"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fd3a25f2845e06b1", "obj": "HP:0000003"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000003"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fd3a25f2845e06b1", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2daba78b7412aa2e", "obj": "HP:0000003"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2daba78b7412aa2e", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:2daba78b7412aa2e", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "HP:0000003", "lbl": "Multicystic kidney dysplasia"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:fd3a25f2845e06b1", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000003", "replaced_by": null, "consider": null, "label": "Multicystic kidney dysplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0f088222-1289-4781-8b2d-2899c7c4953a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:327134828a0dab5c", "obj": "HP:0000713"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000713"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:327134828a0dab5c", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:327134828a0dab5c", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:327134828a0dab5c", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000713", "lbl": "Agitation"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000713", "replaced_by": null, "consider": null, "label": "Agitation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8422bfcb-1d27-42cc-8d8a-75b5e279a6b1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:03e570c345c2c142", "obj": "PMID:2320231"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:03e570c345c2c142", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0009067"}, {"pred": "dc:source", "sub": "MONARCH:03e570c345c2c142", "obj": "PMID:10791079"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:03e570c345c2c142", "obj": "HP:0009067"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:03e570c345c2c142", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:03e570c345c2c142", "obj": "PMID:15484701"}, {"pred": "dc:source", "sub": "MONARCH:03e570c345c2c142", "obj": "PMID:3318745"}, {"pred": "dc:source", "sub": "MONARCH:03e570c345c2c142", "obj": "PMID:9077510"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:2320231", "lbl": null}, {"id": "MONARCH:03e570c345c2c142", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:3318745", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:9077510", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:15484701", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:10791079", "lbl": null}, {"id": "HP:0009067", "lbl": "Progressive spinal muscular atrophy"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10791079", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15484701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9077510", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2320231", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3318745", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009067", "replaced_by": null, "consider": null, "label": "Progressive spinal muscular atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6967f0cc-9048-4701-9371-f113eeae494b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:889e702638ea8900", "obj": "HP:0000518"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:889e702638ea8900", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000518"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:889e702638ea8900", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:889e702638ea8900", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000518", "lbl": "Cataract"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000518", "replaced_by": null, "consider": null, "label": "Cataract", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1b96fb22-e7d0-48eb-a0da-e86341627403", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001257"}, {"pred": "RO:0002558", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "HP:0001257"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "PMID:16036424"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "PMID:14668431"}, {"pred": "dc:source", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "PMID:16036421"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001257"}, {"pred": "dc:source", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "PMID:14974059"}, {"pred": "RO:0002558", "sub": "MONARCH:86be505fa5f51304", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:86be505fa5f51304", "obj": "HP:0001257"}, {"pred": "dc:source", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "PMID:8158181"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:86be505fa5f51304", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:edfbcddb0761b0b2", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:14668431", "lbl": null}, {"id": "PMID:14974059", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:86be505fa5f51304", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:8158181", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0001257", "lbl": "Spasticity"}, {"id": "MONARCH:edfbcddb0761b0b2", "lbl": null}, {"id": "PMID:16036421", "lbl": null}, {"id": "PMID:16036424", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16036421", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8158181", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14668431", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036424", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14974059", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001257", "replaced_by": null, "consider": null, "label": "Spasticity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6da8d060-c652-4ccd-becd-cd7326f4369b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "PMID:16240482"}, {"pred": "dc:source", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "PMID:7229665"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "PMID:11220751"}, {"pred": "dc:source", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "PMID:825160"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001336"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "HP:0001336"}, {"pred": "dc:source", "sub": "MONARCH:caf7a4c0ebd14b35", "obj": "PMID:15098346"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:15098346", "lbl": null}, {"id": "MONARCH:caf7a4c0ebd14b35", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0001336", "lbl": "Myoclonus"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:16240482", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:7229665", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:11220751", "lbl": null}, {"id": "PMID:825160", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:7229665", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:825160", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15098346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11220751", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16240482", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001336", "replaced_by": null, "consider": null, "label": "Myoclonus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cdb7cd36-da88-45cd-bc2d-1d975f1f2cb2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:22f8205d7ba0b3d2", "obj": "HP:0002032"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002032"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:22f8205d7ba0b3d2", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:22f8205d7ba0b3d2", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:22f8205d7ba0b3d2", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0002032", "lbl": "Esophageal atresia"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002032", "replaced_by": null, "consider": null, "label": "Esophageal atresia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b366a739-d8f9-4726-856e-7964db5a2076", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003394"}, {"pred": "dc:source", "sub": "MONARCH:92c5e93571f0498e", "obj": "PMID:22721865"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a0beeaa5540b148b", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:92c5e93571f0498e", "obj": "PMID:8815407"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002558", "sub": "MONARCH:a0beeaa5540b148b", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:92c5e93571f0498e", "obj": "PMID:9082189"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a0beeaa5540b148b", "obj": "HP:0003394"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003394"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:92c5e93571f0498e", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:92c5e93571f0498e", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:92c5e93571f0498e", "obj": "HP:0003394"}, {"pred": "dc:source", "sub": "MONARCH:92c5e93571f0498e", "obj": "PMID:16996798"}, {"pred": "dc:source", "sub": "MONARCH:92c5e93571f0498e", "obj": "PMID:11493165"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "HP:0003394", "lbl": "Muscle cramps"}, {"id": "MONARCH:a0beeaa5540b148b", "lbl": null}, {"id": "PMID:9082189", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:22721865", "lbl": null}, {"id": "PMID:8815407", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:16996798", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:92c5e93571f0498e", "lbl": null}, {"id": "PMID:11493165", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16996798", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9082189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11493165", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22721865", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8815407", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003394", "replaced_by": null, "consider": null, "label": "Muscle cramps", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "443adcc2-39c9-4a60-906a-aed5c68a2cce", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5f104855569b523d", "obj": "HP:0000110"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000110"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5f104855569b523d", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:5f104855569b523d", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000110", "lbl": "Renal dysplasia"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:5f104855569b523d", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000110", "replaced_by": null, "consider": null, "label": "Renal dysplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bd64f942-2a0f-4d58-9a27-1c09d4b06db3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:593a1b47eaba4a70", "obj": "PMID:7378003"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:593a1b47eaba4a70", "obj": "PMID:20452624"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003473"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:593a1b47eaba4a70", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:593a1b47eaba4a70", "obj": "PMID:7102959"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:593a1b47eaba4a70", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:593a1b47eaba4a70", "obj": "PMID:19955991"}, {"pred": "dc:source", "sub": "MONARCH:593a1b47eaba4a70", "obj": "PMID:9187574"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:593a1b47eaba4a70", "obj": "HP:0003473"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:7378003", "lbl": null}, {"id": "PMID:7102959", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:593a1b47eaba4a70", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:19955991", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003473", "lbl": "Fatigable weakness"}, {"id": "PMID:9187574", "lbl": null}, {"id": "PMID:20452624", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9187574", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20452624", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7378003", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19955991", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7102959", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003473", "replaced_by": null, "consider": null, "label": "Fatigable weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a3572af8-d2d7-439a-a8f1-93238a49d758", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ee825fd791960ebd", "obj": "HP:0001308"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ee825fd791960ebd", "obj": "PMID:20196488"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ee825fd791960ebd", "obj": "PMID:17603768"}, {"pred": "dc:source", "sub": "MONARCH:ee825fd791960ebd", "obj": "PMID:3955455"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ee825fd791960ebd", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:ee825fd791960ebd", "obj": "ECO:0000246"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001308"}, {"pred": "dc:source", "sub": "MONARCH:ee825fd791960ebd", "obj": "PMID:496610"}, {"pred": "dc:source", "sub": "MONARCH:ee825fd791960ebd", "obj": "PMID:15484701"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:3955455", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17603768", "lbl": null}, {"id": "PMID:496610", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:ee825fd791960ebd", "lbl": null}, {"id": "PMID:15484701", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:20196488", "lbl": null}, {"id": "HP:0001308", "lbl": "Tongue fasciculations"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:496610", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17603768", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15484701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3955455", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20196488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001308", "replaced_by": null, "consider": null, "label": "Tongue fasciculations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d9a2e837-f560-4eb5-827a-a373f2f20bc7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a54f4e6f8a923a87", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0030680"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:a54f4e6f8a923a87", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a54f4e6f8a923a87", "obj": "HP:0030680"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:a54f4e6f8a923a87", "lbl": null}, {"id": "HP:0030680", "lbl": "Abnormality of cardiovascular system morphology"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030680", "replaced_by": null, "consider": null, "label": "Abnormality of cardiovascular system morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "799c64ad-9783-4814-a36a-6aa199f8d040", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:2de9865fb79de157", "obj": "PMID:22542539"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:2de9865fb79de157", "obj": "PMID:17630988"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002446"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2de9865fb79de157", "obj": "HP:0002446"}, {"pred": "dc:source", "sub": "MONARCH:2de9865fb79de157", "obj": "PMID:9292701"}, {"pred": "RO:0002558", "sub": "MONARCH:2de9865fb79de157", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2de9865fb79de157", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:2de9865fb79de157", "obj": "PMID:11524474"}, {"pred": "dc:source", "sub": "MONARCH:2de9865fb79de157", "obj": "PMID:12172910"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:22542539", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:2de9865fb79de157", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9292701", "lbl": null}, {"id": "PMID:17630988", "lbl": null}, {"id": "PMID:12172910", "lbl": null}, {"id": "PMID:11524474", "lbl": null}, {"id": "HP:0002446", "lbl": "Astrocytosis"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:11524474", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9292701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12172910", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22542539", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17630988", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002446", "replaced_by": null, "consider": null, "label": "Astrocytosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3518c03d-4b00-43b6-9b49-44fe37aea2fc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:c71834abe06383ea", "obj": "ECO:0000269"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:faadc3f92b73b04a", "obj": "HP:0001177"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c71834abe06383ea", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:d81c9f332532e9f6", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001177"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001177"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:faadc3f92b73b04a", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d81c9f332532e9f6", "obj": "HP:0001177"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c71834abe06383ea", "obj": "HP:0001177"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d81c9f332532e9f6", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:faadc3f92b73b04a", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001177"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:d81c9f332532e9f6", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:c71834abe06383ea", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "HP:0001177", "lbl": "Preaxial hand polydactyly"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "MONARCH:faadc3f92b73b04a", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001177", "replaced_by": null, "consider": null, "label": "Preaxial hand polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a50adc23-8103-40e8-96c7-8516df8b0a32", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a62450fc73aa7628", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:a62450fc73aa7628", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002612"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a62450fc73aa7628", "obj": "HP:0002612"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:a62450fc73aa7628", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0002612", "lbl": "Congenital hepatic fibrosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002612", "replaced_by": null, "consider": null, "label": "Congenital hepatic fibrosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9dd9ef2a-c335-4a06-9c38-9cfa2e5c6980", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002483"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "HP:0002483"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "PMID:22527240"}, {"pred": "dc:source", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "PMID:903784"}, {"pred": "RO:0002558", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "PMID:11284281"}, {"pred": "dc:source", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:b39c676fa5f0daf1", "obj": "PMID:20225929"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:20225929", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002483", "lbl": "Bulbar signs"}, {"id": "MONARCH:b39c676fa5f0daf1", "lbl": null}, {"id": "PMID:22527240", "lbl": null}, {"id": "PMID:11284281", "lbl": null}, {"id": "PMID:903784", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:903784", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20225929", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11284281", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22527240", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002483", "replaced_by": null, "consider": null, "label": "Bulbar signs", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "64ec065a-33e5-4e63-acd5-124d732a47c7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cb785a37f45682ef", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0009106"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cb785a37f45682ef", "obj": "HP:0009106"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002558", "sub": "MONARCH:cb785a37f45682ef", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:cb785a37f45682ef", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0009106", "lbl": "Abnormal pelvis bone ossification"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009106", "replaced_by": null, "consider": null, "label": "Abnormal pelvis bone ossification", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "add0e4b8-9079-410e-83af-e08558266587", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:0f4eb63950f2155d", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0f4eb63950f2155d", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:4d685141d0178f5a", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0f4eb63950f2155d", "obj": "HP:0002650"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4d685141d0178f5a", "obj": "HP:0002650"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:0f4eb63950f2155d", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0002650"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002650"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4d685141d0178f5a", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "HP:0002650", "lbl": "Scoliosis"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:4d685141d0178f5a", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:0f4eb63950f2155d", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002650", "replaced_by": null, "consider": null, "label": "Scoliosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c50e3db4-7bba-42a7-b03b-653dda036de2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:a555f3ce8245268a", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a555f3ce8245268a", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a555f3ce8245268a", "obj": "HP:0001159"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001159"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0001159", "lbl": "Syndactyly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "MONARCH:a555f3ce8245268a", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001159", "replaced_by": null, "consider": null, "label": "Syndactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9015b47e-08ec-4252-a1f6-8d16eca68ecf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003560"}, {"pred": "dc:source", "sub": "MONARCH:3809d8d69a7e8767", "obj": "PMID:6668477"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:3809d8d69a7e8767", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:3809d8d69a7e8767", "obj": "PMID:23541756"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3809d8d69a7e8767", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3809d8d69a7e8767", "obj": "HP:0003560"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:3809d8d69a7e8767", "obj": "PMID:11078210"}, {"pred": "dc:source", "sub": "MONARCH:3809d8d69a7e8767", "obj": "PMID:9444488"}, {"pred": "dc:source", "sub": "MONARCH:3809d8d69a7e8767", "obj": "PMID:938274"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:3809d8d69a7e8767", "lbl": null}, {"id": "PMID:9444488", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0003560", "lbl": "Muscular dystrophy"}, {"id": "PMID:11078210", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:938274", "lbl": null}, {"id": "PMID:23541756", "lbl": null}, {"id": "PMID:6668477", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23541756", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9444488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6668477", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:938274", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11078210", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003560", "replaced_by": null, "consider": null, "label": "Muscular dystrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6652b0e7-2f72-4d0b-b451-8cd266deedb9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "RO:0002558", "sub": "MONARCH:1f27d309a01e7f90", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:2a8bdf31cc03f002", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001789"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1f27d309a01e7f90", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1f27d309a01e7f90", "obj": "HP:0001789"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2a8bdf31cc03f002", "obj": "HP:0001789"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2a8bdf31cc03f002", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001789"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:2a8bdf31cc03f002", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:1f27d309a01e7f90", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "HP:0001789", "lbl": "Hydrops fetalis"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001789", "replaced_by": null, "consider": null, "label": "Hydrops fetalis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "165d3f5e-eefc-46d2-a5b1-46b0ce9cd632", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "PMID:11054746"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "PMID:19930099"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003198"}, {"pred": "RO:0002558", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "PMID:19955991"}, {"pred": "dc:source", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "PMID:17432189"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "HP:0003198"}, {"pred": "dc:source", "sub": "MONARCH:3cc8d66211f6e9ad", "obj": "PMID:9444488"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:9444488", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0003198", "lbl": "Myopathy"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17432189", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:19955991", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:19930099", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:3cc8d66211f6e9ad", "lbl": null}, {"id": "PMID:11054746", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9444488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19930099", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17432189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11054746", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19955991", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003198", "replaced_by": null, "consider": null, "label": "Myopathy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cf3fbfa3-90b8-4abc-b0b8-697686af3b80", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:f442795bd857c0a9", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f442795bd857c0a9", "obj": "HP:0000405"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:f442795bd857c0a9", "obj": "ISBN-13:978-0721606156"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000405"}, {"pred": "RO:0002558", "sub": "MONARCH:f442795bd857c0a9", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0000405", "lbl": "Conductive hearing impairment"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:f442795bd857c0a9", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000405", "replaced_by": null, "consider": null, "label": "Conductive hearing impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a4e195a2-3543-44e4-9d5d-162254070579", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:16f3895928a93caf", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:16f3895928a93caf", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:16f3895928a93caf", "obj": "HP:0000218"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000218"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:16f3895928a93caf", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000218", "lbl": "High palate"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000218", "replaced_by": null, "consider": null, "label": "High palate", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7de8a415-0724-40a2-8648-d1c39d7e8a3d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:2d13e27eb2771763", "obj": "PMID:10478245"}, {"pred": "dc:source", "sub": "MONARCH:2d13e27eb2771763", "obj": "PMID:18579581"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:2d13e27eb2771763", "obj": "PMID:8714677"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2d13e27eb2771763", "obj": "HP:0002450"}, {"pred": "RO:0002558", "sub": "MONARCH:2d13e27eb2771763", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:2d13e27eb2771763", "obj": "PMID:21190393"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2d13e27eb2771763", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002450"}, {"pred": "dc:source", "sub": "MONARCH:2d13e27eb2771763", "obj": "PMID:19779023"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:18579581", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:8714677", "lbl": null}, {"id": "PMID:19779023", "lbl": null}, {"id": "HP:0002450", "lbl": "Abnormal motor neuron morphology"}, {"id": "PMID:10478245", "lbl": null}, {"id": "MONARCH:2d13e27eb2771763", "lbl": null}, {"id": "PMID:21190393", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8714677", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19779023", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10478245", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18579581", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21190393", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002450", "replaced_by": null, "consider": null, "label": "Abnormal motor neuron morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e98a316c-8055-43a9-b0a1-cd6633a43c17", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d72a0d9e2d203fc", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000316"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d72a0d9e2d203fc", "obj": "HP:0000316"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:7d72a0d9e2d203fc", "obj": "ECO:0000501"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000316", "lbl": "Hypertelorism"}, {"id": "MONARCH:7d72a0d9e2d203fc", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000316", "replaced_by": null, "consider": null, "label": "Hypertelorism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4219b10b-cc27-455e-813a-f496b4ae4585", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000256"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:dba445c6d68987ba", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:dba445c6d68987ba", "obj": "HP:0000256"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:dba445c6d68987ba", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0000256", "lbl": "Macrocephaly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:dba445c6d68987ba", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000256", "replaced_by": null, "consider": null, "label": "Macrocephaly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2448945d-d440-40a5-a6af-f61485ed8345", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:293dc4d929fc6251", "obj": "HP:0100256"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:293dc4d929fc6251", "obj": "PMID:8834536"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:293dc4d929fc6251", "obj": "PMID:427533"}, {"pred": "dc:source", "sub": "MONARCH:293dc4d929fc6251", "obj": "PMID:8337942"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:293dc4d929fc6251", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:293dc4d929fc6251", "obj": "PMID:1434059"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100256"}, {"pred": "dc:source", "sub": "MONARCH:293dc4d929fc6251", "obj": "PMID:16092099"}, {"pred": "RO:0002558", "sub": "MONARCH:293dc4d929fc6251", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:16092099", "lbl": null}, {"id": "PMID:427533", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1434059", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0100256", "lbl": "Senile plaques"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:293dc4d929fc6251", "lbl": null}, {"id": "PMID:8337942", "lbl": null}, {"id": "PMID:8834536", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8834536", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16092099", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1434059", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8337942", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:427533", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100256", "replaced_by": null, "consider": null, "label": "Senile plaques", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ce2d4f33-9c9f-4edc-9f43-ea63da210044", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:41a4880c1f4a38e7", "obj": "HP:0001629"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "RO:0002558", "sub": "MONARCH:41a4880c1f4a38e7", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:41a4880c1f4a38e7", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001629"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "HP:0001629", "lbl": "Ventricular septal defect"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:41a4880c1f4a38e7", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001629", "replaced_by": null, "consider": null, "label": "Ventricular septal defect", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "980312eb-ac3b-4c47-b015-504253c222e6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d0b03c3a2305090b", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010579"}, {"pred": "RO:0002558", "sub": "MONARCH:d0b03c3a2305090b", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d0b03c3a2305090b", "obj": "HP:0010579"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0010579", "lbl": "Cone-shaped epiphysis"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:d0b03c3a2305090b", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010579", "replaced_by": null, "consider": null, "label": "Cone-shaped epiphysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e19b5a9a-bcb5-4c1c-aa0e-005dabc9cdcf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "HP:0002383"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002383"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "PMID:14962622"}, {"pred": "dc:source", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "PMID:1666036"}, {"pred": "dc:source", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "PMID:7836946"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "PMID:6206681"}, {"pred": "RO:0002558", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:6d436ca13cb07bfd", "obj": "PMID:105079"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:105079", "lbl": null}, {"id": "MONARCH:6d436ca13cb07bfd", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:7836946", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:1666036", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:6206681", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002383", "lbl": "Encephalitis"}, {"id": "PMID:14962622", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:1666036", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:105079", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:14962622", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7836946", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6206681", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002383", "replaced_by": null, "consider": null, "label": "Encephalitis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e3255f4-1818-4946-a55b-e4bffc8a02e2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:2c62a871bf4e88f6", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:2c62a871bf4e88f6", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2c62a871bf4e88f6", "obj": "HP:0005349"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0005349"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:2c62a871bf4e88f6", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "HP:0005349", "lbl": "Hypoplasia of the epiglottis"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005349", "replaced_by": null, "consider": null, "label": "Hypoplasia of the epiglottis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fdcfa0d0-6238-4d8a-bc3f-6307c0dd0c8a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0064ad46724d4dc4", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0064ad46724d4dc4", "obj": "HP:0000286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:0064ad46724d4dc4", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000286", "lbl": "Epicanthus"}, {"id": "MONARCH:0064ad46724d4dc4", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000286", "replaced_by": null, "consider": null, "label": "Epicanthus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0d8d01ed-af9d-4b24-a487-02c5ae11a66c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002983"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bd692f01f7851759", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:bd692f01f7851759", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bd692f01f7851759", "obj": "HP:0002983"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0002983", "lbl": "Micromelia"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:bd692f01f7851759", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002983", "replaced_by": null, "consider": null, "label": "Micromelia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "70de2ba2-390d-4cab-974c-bd94152d2ce8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003324"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:d7f5ae769a4c7416", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d7f5ae769a4c7416", "obj": "HP:0003324"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d7f5ae769a4c7416", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:d7f5ae769a4c7416", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0003324", "lbl": "Generalized muscle weakness"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003324", "replaced_by": null, "consider": null, "label": "Generalized muscle weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "318172b5-f878-456e-b7d8-8e328fbbfd7a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0100258"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:398f3e9f4b4187c3", "obj": "HP:0100258"}, {"pred": "RO:0002558", "sub": "MONARCH:398f3e9f4b4187c3", "obj": "ECO:0000501"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:398f3e9f4b4187c3", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0100258", "lbl": "Preaxial polydactyly"}, {"id": "MONARCH:398f3e9f4b4187c3", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100258", "replaced_by": null, "consider": null, "label": "Preaxial polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a2678882-dc0f-48de-a5dd-ebef0138539c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:07250cc5350389ab", "obj": "HP:0100543"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:07250cc5350389ab", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:07250cc5350389ab", "obj": "PMID:20655970"}, {"pred": "dc:source", "sub": "MONARCH:07250cc5350389ab", "obj": "PMID:22226010"}, {"pred": "dc:source", "sub": "MONARCH:07250cc5350389ab", "obj": "PMID:20225929"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:07250cc5350389ab", "obj": "PMID:19874396"}, {"pred": "dc:source", "sub": "MONARCH:07250cc5350389ab", "obj": "PMID:22766072"}, {"pred": "RO:0002558", "sub": "MONARCH:07250cc5350389ab", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:07250cc5350389ab", "lbl": null}, {"id": "PMID:22226010", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:20225929", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:19874396", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0100543", "lbl": "Cognitive impairment"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22766072", "lbl": null}, {"id": "PMID:20655970", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22226010", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19874396", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20655970", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20225929", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22766072", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100543", "replaced_by": null, "consider": null, "label": "Cognitive impairment", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "00a5a40c-a818-47f9-abbe-27573722a257", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:096125b6b3d52e75", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:096125b6b3d52e75", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:096125b6b3d52e75", "obj": "HP:0000455"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000455"}, {"pred": "dc:source", "sub": "MONARCH:096125b6b3d52e75", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "MONARCH:096125b6b3d52e75", "lbl": null}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "HP:0000455", "lbl": "Broad nasal tip"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000455", "replaced_by": null, "consider": null, "label": "Broad nasal tip", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2dfcde5e-5de2-4c04-a8bf-9f36ef195bfd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0008716"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fa8c579706f26932", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:fa8c579706f26932", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fa8c579706f26932", "obj": "HP:0008716"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:fa8c579706f26932", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0008716", "lbl": "Urethrovaginal fistula"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008716", "replaced_by": null, "consider": null, "label": "Urethrovaginal fistula", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8339115-bc55-4268-b846-df838703e59c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:329b868fade6525f", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:329b868fade6525f", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000199"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:329b868fade6525f", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:329b868fade6525f", "obj": "HP:0000199"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:329b868fade6525f", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000199", "lbl": "Tongue nodules"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000199", "replaced_by": null, "consider": null, "label": "Tongue nodules", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5a362795-b891-415c-988e-16ac6511045e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:722fc88ccce387f7", "obj": "HP:0005054"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:722fc88ccce387f7", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:722fc88ccce387f7", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0005054"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:722fc88ccce387f7", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "HP:0005054", "lbl": "Metaphyseal spurs"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005054", "replaced_by": null, "consider": null, "label": "Metaphyseal spurs", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4595fd36-036c-483a-a94b-a20ecd1bee11", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:a528c709ec4b3127", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000506"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a528c709ec4b3127", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a528c709ec4b3127", "obj": "HP:0000506"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:a528c709ec4b3127", "obj": "ECO:0000269"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:a528c709ec4b3127", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000506", "lbl": "Telecanthus"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000506", "replaced_by": null, "consider": null, "label": "Telecanthus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c7610bf0-193b-4888-962a-d7707c1da952", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7828ef545dce4b21", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001305"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:7828ef545dce4b21", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7828ef545dce4b21", "obj": "HP:0001305"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0001305", "lbl": "Dandy-Walker malformation"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:7828ef545dce4b21", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001305", "replaced_by": null, "consider": null, "label": "Dandy-Walker malformation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6437f32-fd22-4a92-b8f9-03a99ba31e2e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001156"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:0533898adb3a0382", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:8afd7599ceb061c0", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:0533898adb3a0382", "obj": "ISBN-13:978-0721606156"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0533898adb3a0382", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8afd7599ceb061c0", "obj": "HP:0001156"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0533898adb3a0382", "obj": "HP:0001156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8afd7599ceb061c0", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:8afd7599ceb061c0", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:0533898adb3a0382", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0001156", "lbl": "Brachydactyly"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001156", "replaced_by": null, "consider": null, "label": "Brachydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3773b463-9982-4960-9259-d62e2b0c9a2e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:57ae2856f3ba130d", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0012531"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:57ae2856f3ba130d", "obj": "HP:0012531"}, {"pred": "RO:0002558", "sub": "MONARCH:57ae2856f3ba130d", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0012531", "lbl": "Pain"}, {"id": "MONARCH:57ae2856f3ba130d", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012531", "replaced_by": null, "consider": null, "label": "Pain", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "cc419f9a-563b-4675-a44f-fe7609f170db", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fa0f35d612d34c90", "obj": "HP:0010454"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:fa0f35d612d34c90", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fa0f35d612d34c90", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010454"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:fa0f35d612d34c90", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "HP:0010454", "lbl": "Acetabular spurs"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010454", "replaced_by": null, "consider": null, "label": "Acetabular spurs", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8721dbbb-9e9b-4fa7-891d-358517699c93", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000445"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a7bb98efd2ae0db6", "obj": "HP:0000445"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a7bb98efd2ae0db6", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002558", "sub": "MONARCH:a7bb98efd2ae0db6", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0000445", "lbl": "Wide nose"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:a7bb98efd2ae0db6", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000445", "replaced_by": null, "consider": null, "label": "Wide nose", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "535fd2ea-96ec-41f7-ac8d-36ecf63764d5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001321"}, {"pred": "RO:0002558", "sub": "MONARCH:77d5f8e7dca48fd7", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:77d5f8e7dca48fd7", "obj": "HP:0001321"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:77d5f8e7dca48fd7", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0001321", "lbl": "Cerebellar hypoplasia"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:77d5f8e7dca48fd7", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001321", "replaced_by": null, "consider": null, "label": "Cerebellar hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d08099e1-e64a-4868-8d96-08caf0d1eceb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4641ea85ac1e2b54", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:4641ea85ac1e2b54", "obj": "ECO:0000304"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4641ea85ac1e2b54", "obj": "HP:0000217"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000217"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:4641ea85ac1e2b54", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000217", "lbl": "Xerostomia"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000217", "replaced_by": null, "consider": null, "label": "Xerostomia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "20b01786-e89a-4040-9b9b-5d73e299ac56", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:369b384237b65ce9", "obj": "PMID:9419053"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:369b384237b65ce9", "obj": "PMID:16036424"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002380"}, {"pred": "dc:source", "sub": "MONARCH:369b384237b65ce9", "obj": "PMID:23418210"}, {"pred": "RO:0002558", "sub": "MONARCH:369b384237b65ce9", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:369b384237b65ce9", "obj": "PMID:9082189"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:369b384237b65ce9", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:369b384237b65ce9", "obj": "PMID:11493165"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:369b384237b65ce9", "obj": "HP:0002380"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:9082189", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:9419053", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:23418210", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0002380", "lbl": "Fasciculations"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:11493165", "lbl": null}, {"id": "PMID:16036424", "lbl": null}, {"id": "MONARCH:369b384237b65ce9", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9419053", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23418210", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9082189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11493165", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036424", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002380", "replaced_by": null, "consider": null, "label": "Fasciculations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ba931ef3-9527-4cbb-8d26-14b1b0215c09", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9b0597f42cd31a1c", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9b0597f42cd31a1c", "obj": "HP:0001773"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001773"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:9b0597f42cd31a1c", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:9b0597f42cd31a1c", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0001773", "lbl": "Short foot"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001773", "replaced_by": null, "consider": null, "label": "Short foot", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "051859eb-e893-4a35-aa6c-85fd9a2a4ff7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001162"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:c88a2ae8e770c18e", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:518fa9c6c7214432", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002558", "sub": "MONARCH:369e9070fcd66b8c", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:369e9070fcd66b8c", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:518fa9c6c7214432", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:518fa9c6c7214432", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001162"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c88a2ae8e770c18e", "obj": "HP:0001162"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001162"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:369e9070fcd66b8c", "obj": "HP:0001162"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:518fa9c6c7214432", "obj": "HP:0001162"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c88a2ae8e770c18e", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:369e9070fcd66b8c", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:c88a2ae8e770c18e", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "HP:0001162", "lbl": "Postaxial hand polydactyly"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:518fa9c6c7214432", "lbl": null}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001162", "replaced_by": null, "consider": null, "label": "Postaxial hand polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ca7a5253-725a-433d-bbef-7a4aa2d2a760", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001302"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f16316a1cd8e3911", "obj": "HP:0001302"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f16316a1cd8e3911", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:f16316a1cd8e3911", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:f16316a1cd8e3911", "lbl": null}, {"id": "HP:0001302", "lbl": "Pachygyria"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001302", "replaced_by": null, "consider": null, "label": "Pachygyria", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "dc664f72-7644-4eeb-81fa-363a24e1811d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:eb2b81f113c893bc", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:eb2b81f113c893bc", "obj": "HP:0003038"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:eb2b81f113c893bc", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0003038"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0003038", "lbl": "Fibular hypoplasia"}, {"id": "MONARCH:eb2b81f113c893bc", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003038", "replaced_by": null, "consider": null, "label": "Fibular hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c8e28879-5e23-4a2b-a4c9-9aa0db0666d6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c67c5b72eb619008", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:c67c5b72eb619008", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0030196"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c67c5b72eb619008", "obj": "HP:0030196"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "HP:0030196", "lbl": "Fatigable weakness of respiratory muscles"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:c67c5b72eb619008", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030196", "replaced_by": null, "consider": null, "label": "Fatigable weakness of respiratory muscles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "60158182-28ed-45a4-8fab-b0bc28d462d5", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:f3d177532813e697", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:f3d177532813e697", "obj": "PMID:23777095"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f3d177532813e697", "obj": "HP:0009830"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:f3d177532813e697", "obj": "PMID:6864963"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:f3d177532813e697", "obj": "PMID:7102959"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0009830"}, {"pred": "dc:source", "sub": "MONARCH:f3d177532813e697", "obj": "PMID:12710507"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f3d177532813e697", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:f3d177532813e697", "obj": "PMID:9804111"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:12710507", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:f3d177532813e697", "lbl": null}, {"id": "PMID:23777095", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:7102959", "lbl": null}, {"id": "HP:0009830", "lbl": "Peripheral neuropathy"}, {"id": "PMID:9804111", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:6864963", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9804111", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:6864963", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23777095", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710507", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7102959", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0009830", "replaced_by": null, "consider": null, "label": "Peripheral neuropathy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "15ba6f23-ad3b-4ccd-833e-d31d1f65b5f1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:5d6f2163f04e03a3", "obj": "ECO:0000501"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0006136"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5d6f2163f04e03a3", "obj": "HP:0006136"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5d6f2163f04e03a3", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0006136", "lbl": "Bilateral postaxial polydactyly"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:5d6f2163f04e03a3", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006136", "replaced_by": null, "consider": null, "label": "Bilateral postaxial polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6e3e742e-a759-4f15-b7b4-bf8b180668c7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:ea3e7ebaafc6bfb4", "obj": "HP:0001841"}, {"pred": "dc:source", "sub": "MONARCH:ea3e7ebaafc6bfb4", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ea3e7ebaafc6bfb4", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:ea3e7ebaafc6bfb4", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001841"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001841", "lbl": "Preaxial foot polydactyly"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:ea3e7ebaafc6bfb4", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001841", "replaced_by": null, "consider": null, "label": "Preaxial foot polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "257031cd-1f48-4706-b7b6-846c6d1a4160", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000767"}, {"pred": "RO:0002558", "sub": "MONARCH:bcae76e83bd8c384", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bcae76e83bd8c384", "obj": "HP:0000767"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bcae76e83bd8c384", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:bcae76e83bd8c384", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0000767", "lbl": "Pectus excavatum"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:bcae76e83bd8c384", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000767", "replaced_by": null, "consider": null, "label": "Pectus excavatum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b77a7c85-a973-4024-bf15-ff559cb2d705", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000126"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:da6f47f066eebd7b", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:da6f47f066eebd7b", "obj": "HP:0000126"}, {"pred": "RO:0002558", "sub": "MONARCH:da6f47f066eebd7b", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0000126", "lbl": "Hydronephrosis"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:da6f47f066eebd7b", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000126", "replaced_by": null, "consider": null, "label": "Hydronephrosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c981bcf3-396e-4e10-bd14-05095b35d79b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5815555d32577007", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000028"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5815555d32577007", "obj": "HP:0000028"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:5815555d32577007", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000028", "lbl": "Cryptorchidism"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:5815555d32577007", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000028", "replaced_by": null, "consider": null, "label": "Cryptorchidism", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a5d143e3-412e-4d1b-a1b6-5ce858bf66b7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ea16d2b027df7bec", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002094"}, {"pred": "RO:0002558", "sub": "MONARCH:ea16d2b027df7bec", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ea16d2b027df7bec", "obj": "HP:0002094"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:ea16d2b027df7bec", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0002094", "lbl": "Dyspnea"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002094", "replaced_by": null, "consider": null, "label": "Dyspnea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b6f2b9f2-7ff3-4ae3-86fd-0a3900647f94", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:64cd9144848ae66b", "obj": "ECO:0000304"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "HP:0003202"}, {"pred": "dc:source", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "PMID:9021254"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:64cd9144848ae66b", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "PMID:9804111"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:64cd9144848ae66b", "obj": "HP:0003202"}, {"pred": "dc:source", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "PMID:16036421"}, {"pred": "dc:source", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "PMID:21102563"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003202"}, {"pred": "dc:source", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "PMID:21620832"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c2dd87a0ca95e4e7", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003202"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:9804111", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:21620832", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21102563", "lbl": null}, {"id": "MONARCH:c2dd87a0ca95e4e7", "lbl": null}, {"id": "HP:0003202", "lbl": "Skeletal muscle atrophy"}, {"id": "PMID:9021254", "lbl": null}, {"id": "MONARCH:64cd9144848ae66b", "lbl": null}, {"id": "PMID:16036421", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21102563", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036421", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9804111", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21620832", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021254", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003202", "replaced_by": null, "consider": null, "label": "Skeletal muscle atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ca1209df-1884-44ad-9ce4-da076c1bd421", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4c7085c8370d9e6e", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010564"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4c7085c8370d9e6e", "obj": "HP:0010564"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:4c7085c8370d9e6e", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:4c7085c8370d9e6e", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "HP:0010564", "lbl": "Bifid epiglottis"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010564", "replaced_by": null, "consider": null, "label": "Bifid epiglottis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f028af50-f42a-49bf-9886-e490211b874b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:f3d1a78c676089c1", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000107"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:f3d1a78c676089c1", "obj": "HP:0000107"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "RO:0002558", "sub": "MONARCH:f3d1a78c676089c1", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000107", "lbl": "Renal cyst"}, {"id": "MONARCH:f3d1a78c676089c1", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000107", "replaced_by": null, "consider": null, "label": "Renal cyst", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c1edcd16-8479-4bf6-9472-5f793482d1ec", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000944"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:37e1d2a38fc10b2f", "obj": "HP:0000944"}, {"pred": "RO:0002558", "sub": "MONARCH:37e1d2a38fc10b2f", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:37e1d2a38fc10b2f", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0000944", "lbl": "Abnormality of the metaphysis"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:37e1d2a38fc10b2f", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000944", "replaced_by": null, "consider": null, "label": "Abnormality of the metaphysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "084dcc27-641d-40dd-86d1-a62cba34f6f3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df4c5e221278a870", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:df4c5e221278a870", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0004209"}, {"pred": "RO:0002558", "sub": "MONARCH:df4c5e221278a870", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df4c5e221278a870", "obj": "HP:0004209"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "HP:0004209", "lbl": "Clinodactyly of the 5th finger"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:df4c5e221278a870", "lbl": null}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004209", "replaced_by": null, "consider": null, "label": "Clinodactyly of the 5th finger", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2b8e7d24-ac4f-457e-aeb8-5205b2516a8e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:1233613c65e7999f", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:1233613c65e7999f", "obj": "PMID:17021751"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1233613c65e7999f", "obj": "HP:0002185"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:1233613c65e7999f", "obj": "PMID:903784"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002185"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1233613c65e7999f", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:1233613c65e7999f", "obj": "PMID:8834536"}, {"pred": "dc:source", "sub": "MONARCH:1233613c65e7999f", "obj": "PMID:10924763"}, {"pred": "dc:source", "sub": "MONARCH:1233613c65e7999f", "obj": "PMID:1434059"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1434059", "lbl": null}, {"id": "PMID:10924763", "lbl": null}, {"id": "PMID:17021751", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002185", "lbl": "Neurofibrillary tangles"}, {"id": "MONARCH:1233613c65e7999f", "lbl": null}, {"id": "PMID:903784", "lbl": null}, {"id": "PMID:8834536", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:903784", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8834536", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10924763", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17021751", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1434059", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002185", "replaced_by": null, "consider": null, "label": "Neurofibrillary tangles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4c535b98-0a05-4f7b-8f47-33e8352957c1", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:411bb7b5aa1caf5c", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:411bb7b5aa1caf5c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:411bb7b5aa1caf5c", "obj": "HP:0005817"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0005817"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "MONARCH:411bb7b5aa1caf5c", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "HP:0005817", "lbl": "Postaxial polysyndactyly of foot"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005817", "replaced_by": null, "consider": null, "label": "Postaxial polysyndactyly of foot", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2fc242e7-9700-4af9-9775-e64044ac9f13", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0001320"}, {"pred": "RO:0002558", "sub": "MONARCH:5c52c99ff2f91f8e", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5c52c99ff2f91f8e", "obj": "HP:0001320"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5c52c99ff2f91f8e", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "HP:0001320", "lbl": "Cerebellar vermis hypoplasia"}, {"id": "MONARCH:5c52c99ff2f91f8e", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001320", "replaced_by": null, "consider": null, "label": "Cerebellar vermis hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8cd72015-1406-45b7-b254-6fa4cc47bfbf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "PMID:11493165"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "PMID:16036421"}, {"pred": "dc:source", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "PMID:11284281"}, {"pred": "dc:source", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "PMID:15056468"}, {"pred": "dc:source", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "PMID:12710512"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002127"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "HP:0002127"}, {"pred": "RO:0002558", "sub": "MONARCH:58dd61ec2b1f2101", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:15056468", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:58dd61ec2b1f2101", "lbl": null}, {"id": "HP:0002127", "lbl": "Abnormal upper motor neuron morphology"}, {"id": "PMID:12710512", "lbl": null}, {"id": "PMID:11493165", "lbl": null}, {"id": "PMID:16036421", "lbl": null}, {"id": "PMID:11284281", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15056468", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036421", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11493165", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11284281", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710512", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002127", "replaced_by": null, "consider": null, "label": "Abnormal upper motor neuron morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4c929aaf-cb03-4ed5-b731-19d02da57b70", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0003762"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:e401541c022c0533", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e401541c022c0533", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e401541c022c0533", "obj": "HP:0003762"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:e401541c022c0533", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003762", "lbl": "Uterus didelphys"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003762", "replaced_by": null, "consider": null, "label": "Uterus didelphys", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "59c1304f-a885-41e4-8380-c40946e58edd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:48b22cf885d12873", "obj": "PMID:21687686"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:48b22cf885d12873", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:48b22cf885d12873", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:48b22cf885d12873", "obj": "PMID:3955455"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001824"}, {"pred": "dc:source", "sub": "MONARCH:48b22cf885d12873", "obj": "PMID:10540019"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:48b22cf885d12873", "obj": "HP:0001824"}, {"pred": "dc:source", "sub": "MONARCH:48b22cf885d12873", "obj": "PMID:12710515"}, {"pred": "dc:source", "sub": "MONARCH:48b22cf885d12873", "obj": "PMID:15512903"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:3955455", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:12710515", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:10540019", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0001824", "lbl": "Weight loss"}, {"id": "MONARCH:48b22cf885d12873", "lbl": null}, {"id": "PMID:21687686", "lbl": null}, {"id": "PMID:15512903", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:15512903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710515", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3955455", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21687686", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10540019", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001824", "replaced_by": null, "consider": null, "label": "Weight loss", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0463b99e-0ccd-4d1d-931c-4174959e7eb0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:ccb1cba6c3530868", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ccb1cba6c3530868", "obj": "PMID:11078211"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:ccb1cba6c3530868", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:ccb1cba6c3530868", "obj": "PMID:20224486"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ccb1cba6c3530868", "obj": "HP:0001260"}, {"pred": "dc:source", "sub": "MONARCH:ccb1cba6c3530868", "obj": "PMID:16036438"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001260"}, {"pred": "RO:0002558", "sub": "MONARCH:ccb1cba6c3530868", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:ccb1cba6c3530868", "obj": "PMID:22527240"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:20224486", "lbl": null}, {"id": "HP:0001260", "lbl": "Dysarthria"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:11078211", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:ccb1cba6c3530868", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16036438", "lbl": null}, {"id": "PMID:22527240", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20224486", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036438", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11078211", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22527240", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001260", "replaced_by": null, "consider": null, "label": "Dysarthria", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e9662e7f-01b3-4bf2-8552-38166ae82bdf", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:5180e75e5d56417f", "obj": "PMID:15450778"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:5180e75e5d56417f", "obj": "PMID:8327148"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5180e75e5d56417f", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:5180e75e5d56417f", "obj": "PMID:3704252"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5180e75e5d56417f", "obj": "HP:0006802"}, {"pred": "dc:source", "sub": "MONARCH:5180e75e5d56417f", "obj": "PMID:7611634"}, {"pred": "RO:0002558", "sub": "MONARCH:5180e75e5d56417f", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:5180e75e5d56417f", "obj": "PMID:19657715"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0006802"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:7611634", "lbl": null}, {"id": "PMID:8327148", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0006802", "lbl": "Abnormal anterior horn cell morphology"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:15450778", "lbl": null}, {"id": "MONARCH:5180e75e5d56417f", "lbl": null}, {"id": "PMID:3704252", "lbl": null}, {"id": "PMID:19657715", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:3704252", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7611634", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:15450778", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8327148", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19657715", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006802", "replaced_by": null, "consider": null, "label": "Abnormal anterior horn cell morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1ec2d169-b3cd-44b9-aede-23a8f7a7b252", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:260a51594393e32e", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:260a51594393e32e", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0030195"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:260a51594393e32e", "obj": "HP:0030195"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0030195", "lbl": "Fatigable weakness of swallowing muscles"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:260a51594393e32e", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0030195", "replaced_by": null, "consider": null, "label": "Fatigable weakness of swallowing muscles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8815e534-1206-4c20-b2e0-3def46458396", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0006644"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8ad71f77f3720bb0", "obj": "HP:0006644"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8ad71f77f3720bb0", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:8ad71f77f3720bb0", "obj": "ECO:0000501"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "MONARCH:8ad71f77f3720bb0", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "HP:0006644", "lbl": "Thoracic dysplasia"}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006644", "replaced_by": null, "consider": null, "label": "Thoracic dysplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1869c133-2116-4c25-afa0-b344999fd619", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100614"}, {"pred": "dc:source", "sub": "MONARCH:79969f5f576825a4", "obj": "PMID:19864656"}, {"pred": "RO:0002558", "sub": "MONARCH:79969f5f576825a4", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:79969f5f576825a4", "obj": "PMID:16648814"}, {"pred": "dc:source", "sub": "MONARCH:79969f5f576825a4", "obj": "PMID:11493165"}, {"pred": "dc:source", "sub": "MONARCH:79969f5f576825a4", "obj": "PMID:7378003"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:79969f5f576825a4", "obj": "HP:0100614"}, {"pred": "dc:source", "sub": "MONARCH:79969f5f576825a4", "obj": "PMID:16861155"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:79969f5f576825a4", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:19864656", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:79969f5f576825a4", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:7378003", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:16861155", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16648814", "lbl": null}, {"id": "PMID:11493165", "lbl": null}, {"id": "HP:0100614", "lbl": "Myositis"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16861155", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19864656", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16648814", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11493165", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7378003", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100614", "replaced_by": null, "consider": null, "label": "Myositis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4a7b6335-fc03-4791-b0ec-5c4bb9c09c98", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:c9ac3d64c92b5bce", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9ac3d64c92b5bce", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002350"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9ac3d64c92b5bce", "obj": "HP:0002350"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:c9ac3d64c92b5bce", "lbl": null}, {"id": "HP:0002350", "lbl": "Cerebellar cyst"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002350", "replaced_by": null, "consider": null, "label": "Cerebellar cyst", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bcac0021-979d-4c67-bfc2-db93d5bf58a0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:263e38c97b21bc12", "obj": "PMID:22073221"}, {"pred": "dc:source", "sub": "MONARCH:263e38c97b21bc12", "obj": "PMID:9021258"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:263e38c97b21bc12", "obj": "PMID:7818241"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:263e38c97b21bc12", "obj": "PMID:8782161"}, {"pred": "dc:source", "sub": "MONARCH:263e38c97b21bc12", "obj": "PMID:10996223"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002960"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:263e38c97b21bc12", "obj": "HP:0002960"}, {"pred": "RO:0002558", "sub": "MONARCH:263e38c97b21bc12", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:263e38c97b21bc12", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:9021258", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:263e38c97b21bc12", "lbl": null}, {"id": "PMID:10996223", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002960", "lbl": "Autoimmunity"}, {"id": "PMID:22073221", "lbl": null}, {"id": "PMID:7818241", "lbl": null}, {"id": "PMID:8782161", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22073221", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8782161", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7818241", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021258", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10996223", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002960", "replaced_by": null, "consider": null, "label": "Autoimmunity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "761f6925-6cd5-44bb-84bc-5bc6113c3ba8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:06a6ca9712dfee43", "obj": "HP:0001762"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001762"}, {"pred": "RO:0002558", "sub": "MONARCH:06a6ca9712dfee43", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:06a6ca9712dfee43", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0001762", "lbl": "Talipes equinovarus"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:06a6ca9712dfee43", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001762", "replaced_by": null, "consider": null, "label": "Talipes equinovarus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6dd62fd9-9826-4b87-8991-53e6dbf6797b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0005873"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:31ec8f3bc15fb668", "obj": "HP:0005873"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:31ec8f3bc15fb668", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:31ec8f3bc15fb668", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "HP:0005873", "lbl": "Polysyndactyly of hallux"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "MONARCH:31ec8f3bc15fb668", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005873", "replaced_by": null, "consider": null, "label": "Polysyndactyly of hallux", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0fbf3bdc-8645-4766-9f33-b0715325c64d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:964bdf27256b54d8", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:964bdf27256b54d8", "obj": "HP:0005257"}, {"pred": "RO:0002558", "sub": "MONARCH:964bdf27256b54d8", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0005257"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:964bdf27256b54d8", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0005257", "lbl": "Thoracic hypoplasia"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005257", "replaced_by": null, "consider": null, "label": "Thoracic hypoplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "45fcdcca-5f11-4145-ab7d-16093b199066", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:279137d10d873985", "obj": "PMID:22766072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002145"}, {"pred": "RO:0002558", "sub": "MONARCH:279137d10d873985", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:279137d10d873985", "obj": "PMID:17371905"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:279137d10d873985", "obj": "HP:0002145"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:279137d10d873985", "obj": "PMID:20864052"}, {"pred": "dc:source", "sub": "MONARCH:279137d10d873985", "obj": "PMID:23063648"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:279137d10d873985", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:279137d10d873985", "obj": "PMID:17021751"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:279137d10d873985", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:23063648", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:17021751", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22766072", "lbl": null}, {"id": "PMID:17371905", "lbl": null}, {"id": "HP:0002145", "lbl": "Frontotemporal dementia"}, {"id": "PMID:20864052", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:20864052", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17021751", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17371905", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22766072", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23063648", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002145", "replaced_by": null, "consider": null, "label": "Frontotemporal dementia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "178fcec7-18af-4d6f-8aa4-2cf34550c9fa", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0005766"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "RO:0002558", "sub": "MONARCH:09d77b531d56ee7d", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:09d77b531d56ee7d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:09d77b531d56ee7d", "obj": "HP:0005766"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "HP:0005766", "lbl": "Disproportionate shortening of the tibia"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "MONARCH:09d77b531d56ee7d", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005766", "replaced_by": null, "consider": null, "label": "Disproportionate shortening of the tibia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7642ea15-845c-43dc-8982-56db3431aeed", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000739"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ff3306b09798ddf8", "obj": "HP:0000739"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ff3306b09798ddf8", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:ff3306b09798ddf8", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0000739", "lbl": "Anxiety"}, {"id": "MONARCH:ff3306b09798ddf8", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000739", "replaced_by": null, "consider": null, "label": "Anxiety", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3e2cf21d-a375-40e3-9882-b7d9dd98a3b0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:21bd7f74efa292e2", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000272"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:21bd7f74efa292e2", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:21bd7f74efa292e2", "obj": "HP:0000272"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "dc:source", "sub": "MONARCH:21bd7f74efa292e2", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "HP:0000272", "lbl": "Malar flattening"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:21bd7f74efa292e2", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000272", "replaced_by": null, "consider": null, "label": "Malar flattening", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "09cd5717-b10b-453b-8e61-1436b9c2ee40", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:109454d33548e44c", "obj": "HP:0002980"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002980"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:109454d33548e44c", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:109454d33548e44c", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0002980", "lbl": "Femoral bowing"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "MONARCH:109454d33548e44c", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002980", "replaced_by": null, "consider": null, "label": "Femoral bowing", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "82546bdb-4dac-4ca6-9d16-c089122374b4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:3fe383ce3d76eead", "obj": "PMID:10997531"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3fe383ce3d76eead", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3fe383ce3d76eead", "obj": "HP:0002176"}, {"pred": "dc:source", "sub": "MONARCH:3fe383ce3d76eead", "obj": "PMID:21078175"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:3fe383ce3d76eead", "obj": "PMID:17538776"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002176"}, {"pred": "RO:0002558", "sub": "MONARCH:3fe383ce3d76eead", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:3fe383ce3d76eead", "obj": "PMID:9751293"}, {"pred": "dc:source", "sub": "MONARCH:3fe383ce3d76eead", "obj": "PMID:18947433"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:17538776", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0002176", "lbl": "Spinal cord compression"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:3fe383ce3d76eead", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:10997531", "lbl": null}, {"id": "PMID:18947433", "lbl": null}, {"id": "PMID:21078175", "lbl": null}, {"id": "PMID:9751293", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17538776", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10997531", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18947433", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21078175", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9751293", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002176", "replaced_by": null, "consider": null, "label": "Spinal cord compression", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4eae5f61-0e96-4837-843b-6473d4c4e015", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:0011d2153537d860", "obj": "PMID:20655970"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:0011d2153537d860", "obj": "PMID:22778397"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:0011d2153537d860", "obj": "PMID:22968170"}, {"pred": "dc:source", "sub": "MONARCH:0011d2153537d860", "obj": "PMID:22057404"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0100242"}, {"pred": "RO:0002558", "sub": "MONARCH:0011d2153537d860", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0011d2153537d860", "obj": "PMID:21949354"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0011d2153537d860", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0011d2153537d860", "obj": "HP:0100242"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:22057404", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:0011d2153537d860", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:21949354", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:22968170", "lbl": null}, {"id": "PMID:22778397", "lbl": null}, {"id": "HP:0100242", "lbl": "Sarcoma"}, {"id": "PMID:20655970", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22778397", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22057404", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22968170", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20655970", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21949354", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100242", "replaced_by": null, "consider": null, "label": "Sarcoma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2ca0c1aa-c539-44a7-ab4b-3fda87dde95e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "PMID:9292701"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "HP:0007024"}, {"pred": "dc:source", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "PMID:10331705"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0007024"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "PMID:11494584"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "PMID:9751296"}, {"pred": "RO:0002558", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:922532f8c7bfc3aa", "obj": "PMID:19008170"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:10331705", "lbl": null}, {"id": "PMID:11494584", "lbl": null}, {"id": "MONARCH:922532f8c7bfc3aa", "lbl": null}, {"id": "PMID:9751296", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9292701", "lbl": null}, {"id": "PMID:19008170", "lbl": null}, {"id": "HP:0007024", "lbl": "Pseudobulbar paralysis"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10331705", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19008170", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9292701", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11494584", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9751296", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007024", "replaced_by": null, "consider": null, "label": "Pseudobulbar paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7782ac70-a6eb-480b-a392-6a8ba26ea6c3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "PMID:9082189"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001324"}, {"pred": "dc:source", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "PMID:9419052"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "HP:0001324"}, {"pred": "dc:source", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "PMID:16036430"}, {"pred": "dc:source", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "PMID:23418210"}, {"pred": "RO:0002558", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0a0b0983d5fd6172", "obj": "PMID:16093409"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:16093409", "lbl": null}, {"id": "PMID:9082189", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:9419052", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:23418210", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001324", "lbl": "Muscle weakness"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:0a0b0983d5fd6172", "lbl": null}, {"id": "PMID:16036430", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16036430", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16093409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9419052", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23418210", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9082189", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001324", "replaced_by": null, "consider": null, "label": "Muscle weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "fbe96a29-35ea-49d2-859c-98f5584fe48f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "PMID:17668067"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:04a827abb0ec114c", "obj": "HP:0003470"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "HP:0003470"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:04a827abb0ec114c", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "PMID:21620832"}, {"pred": "dc:source", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "PMID:16093409"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003470"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "PMID:7674346"}, {"pred": "dc:source", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "PMID:19496940"}, {"pred": "RO:0002558", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:fbd16f077c9b7be7", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:04a827abb0ec114c", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003470"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:16093409", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "HP:0003470", "lbl": "Paralysis"}, {"id": "PMID:19496940", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:21620832", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:fbd16f077c9b7be7", "lbl": null}, {"id": "PMID:17668067", "lbl": null}, {"id": "PMID:7674346", "lbl": null}, {"id": "MONARCH:04a827abb0ec114c", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16093409", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17668067", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21620832", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7674346", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19496940", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003470", "replaced_by": null, "consider": null, "label": "Paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "610d1a6a-099e-4466-a8c5-952a58e8b925", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:309ce47719888e23", "obj": "PMID:11949733"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:309ce47719888e23", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:309ce47719888e23", "obj": "PMID:18164728"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:309ce47719888e23", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:309ce47719888e23", "obj": "PMID:16036438"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0001283"}, {"pred": "dc:source", "sub": "MONARCH:309ce47719888e23", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:309ce47719888e23", "obj": "PMID:12710515"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:309ce47719888e23", "obj": "HP:0001283"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:309ce47719888e23", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "PMID:12710515", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0001283", "lbl": "Bulbar palsy"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16036438", "lbl": null}, {"id": "PMID:18164728", "lbl": null}, {"id": "PMID:11949733", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18164728", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036438", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710515", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11949733", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001283", "replaced_by": null, "consider": null, "label": "Bulbar palsy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "45dc84dc-c582-4e98-9733-e300faf86a2f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:38fe1309756ff2bd", "obj": "HP:0100259"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:38fe1309756ff2bd", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0100259"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:38fe1309756ff2bd", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0100259", "lbl": "Postaxial polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:38fe1309756ff2bd", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0100259", "replaced_by": null, "consider": null, "label": "Postaxial polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6a98f6ba-06db-49d1-8c4c-96cb73044b18", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:c565c15f8bb28d57", "obj": "HP:0000456"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c565c15f8bb28d57", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:c565c15f8bb28d57", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000456"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:c565c15f8bb28d57", "obj": "ECO:0000269"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000456", "lbl": "Bifid nasal tip"}, {"id": "MONARCH:c565c15f8bb28d57", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000456", "replaced_by": null, "consider": null, "label": "Bifid nasal tip", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f4b03905-7866-4f5e-ba5c-d170dd2cb92a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:86618b73121382ca", "obj": "HP:0001274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8e440abefcade13d", "obj": "HP:0001274"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001274"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0001274"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:86618b73121382ca", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:86618b73121382ca", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:8e440abefcade13d", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8e440abefcade13d", "obj": "OMIM:613091"}], "nodes": [{"id": "HP:0001274", "lbl": "Agenesis of corpus callosum"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:8e440abefcade13d", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:86618b73121382ca", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001274", "replaced_by": null, "consider": null, "label": "Agenesis of corpus callosum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e9d8e48c-00d3-4fe6-83f2-f7a74ffdbde4", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0004397"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:d77d0d91f82f2385", "obj": "HP:0004397"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:d77d0d91f82f2385", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002558", "sub": "MONARCH:d77d0d91f82f2385", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0004397", "lbl": "Ectopic anus"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:d77d0d91f82f2385", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004397", "replaced_by": null, "consider": null, "label": "Ectopic anus", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e2ea4131-56a8-41c8-ac6c-2f68cc37d4bd", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "HP:0002366"}, {"pred": "dc:source", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "PMID:22670881"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "PMID:9270669"}, {"pred": "dc:source", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "PMID:9021252"}, {"pred": "dc:source", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "PMID:12792143"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002366"}, {"pred": "dc:source", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "PMID:11284281"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:279ab4a5fa3fbe06", "obj": "DOID:332"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:9021252", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:279ab4a5fa3fbe06", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:22670881", "lbl": null}, {"id": "HP:0002366", "lbl": "Abnormal lower motor neuron morphology"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:9270669", "lbl": null}, {"id": "PMID:11284281", "lbl": null}, {"id": "PMID:12792143", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:12792143", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22670881", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021252", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9270669", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11284281", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002366", "replaced_by": null, "consider": null, "label": "Abnormal lower motor neuron morphology", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "92d3bf35-fd26-4c09-9685-37fa0f5e0fce", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b5e3507064e3025c", "obj": "HP:0007289"}, {"pred": "RO:0002558", "sub": "MONARCH:b5e3507064e3025c", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0007289"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b5e3507064e3025c", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:b5e3507064e3025c", "obj": "PMID:16861155"}, {"pred": "dc:source", "sub": "MONARCH:b5e3507064e3025c", "obj": "PMID:16455406"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b5e3507064e3025c", "obj": "PMID:19060497"}, {"pred": "dc:source", "sub": "MONARCH:b5e3507064e3025c", "obj": "PMID:496610"}, {"pred": "dc:source", "sub": "MONARCH:b5e3507064e3025c", "obj": "PMID:18677632"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:b5e3507064e3025c", "lbl": null}, {"id": "PMID:496610", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:16861155", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:19060497", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0007289", "lbl": "Limb fasciculations"}, {"id": "PMID:18677632", "lbl": null}, {"id": "PMID:16455406", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18677632", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16861155", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:496610", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16455406", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19060497", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007289", "replaced_by": null, "consider": null, "label": "Limb fasciculations", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2b3f11ed-cf48-4cb9-a769-dcc4270bd17c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:8d2ca7499698ec5f", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0000712"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8d2ca7499698ec5f", "obj": "HP:0000712"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8d2ca7499698ec5f", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "HP:0000712", "lbl": "Emotional lability"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:8d2ca7499698ec5f", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000712", "replaced_by": null, "consider": null, "label": "Emotional lability", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "1493f616-b95d-4ed4-abd1-839dae95ba20", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0007269"}, {"pred": "dc:source", "sub": "MONARCH:8190943de914d9c0", "obj": "PMID:9444488"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8190943de914d9c0", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:8190943de914d9c0", "obj": "PMID:8714560"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8190943de914d9c0", "obj": "HP:0007269"}, {"pred": "dc:source", "sub": "MONARCH:8190943de914d9c0", "obj": "PMID:11949733"}, {"pred": "dc:source", "sub": "MONARCH:8190943de914d9c0", "obj": "PMID:16093455"}, {"pred": "RO:0002558", "sub": "MONARCH:8190943de914d9c0", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:8190943de914d9c0", "obj": "PMID:9021252"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:9444488", "lbl": null}, {"id": "MONARCH:8190943de914d9c0", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:8714560", "lbl": null}, {"id": "PMID:9021252", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:16093455", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0007269", "lbl": "Spinal muscular atrophy"}, {"id": "PMID:11949733", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9444488", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9021252", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8714560", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16093455", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11949733", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0007269", "replaced_by": null, "consider": null, "label": "Spinal muscular atrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0aad3365-1d27-462e-9a1c-5449a5a65b4e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:79e961a8d381a4a8", "obj": "ECO:0000304"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0008736"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:79e961a8d381a4a8", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:79e961a8d381a4a8", "obj": "HP:0008736"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0008736", "lbl": "Hypoplasia of penis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:79e961a8d381a4a8", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0008736", "replaced_by": null, "consider": null, "label": "Hypoplasia of penis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4c7a57dd-9fd4-4162-917a-40a1a301d9ab", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0011802"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:2378f5c775fbbae2", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:92f82e3519f58056", "obj": "HP:0011802"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "RO:0002558", "sub": "MONARCH:92f82e3519f58056", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:2378f5c775fbbae2", "obj": "HP:0011802"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:92f82e3519f58056", "obj": "OMIM:263520"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0011802"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:2378f5c775fbbae2", "obj": "ECO:0000501"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "MONARCH:2378f5c775fbbae2", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "HP:0011802", "lbl": "Hamartoma of tongue"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:92f82e3519f58056", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0011802", "replaced_by": null, "consider": null, "label": "Hamartoma of tongue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6dc90b7-6640-4624-a68a-6a025558944c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:280576f25980f3bf", "obj": "PMID:583067"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003700"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:280576f25980f3bf", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:280576f25980f3bf", "obj": "HP:0003700"}, {"pred": "dc:source", "sub": "MONARCH:280576f25980f3bf", "obj": "PMID:7999450"}, {"pred": "dc:source", "sub": "MONARCH:280576f25980f3bf", "obj": "PMID:2330466"}, {"pred": "dc:source", "sub": "MONARCH:280576f25980f3bf", "obj": "PMID:9686272"}, {"pred": "dc:source", "sub": "MONARCH:280576f25980f3bf", "obj": "PMID:7729073"}, {"pred": "RO:0002558", "sub": "MONARCH:280576f25980f3bf", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "HP:0003700", "lbl": "Generalized amyotrophy"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:280576f25980f3bf", "lbl": null}, {"id": "PMID:583067", "lbl": null}, {"id": "PMID:7999450", "lbl": null}, {"id": "PMID:9686272", "lbl": null}, {"id": "PMID:2330466", "lbl": null}, {"id": "PMID:7729073", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:2330466", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7999450", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9686272", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:583067", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7729073", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003700", "replaced_by": null, "consider": null, "label": "Generalized amyotrophy", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7acbe34c-805f-4bfd-8d45-de1045cae824", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0006426"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:302cf8b37db1ec54", "obj": "HP:0006426"}, {"pred": "RO:0002558", "sub": "MONARCH:302cf8b37db1ec54", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:302cf8b37db1ec54", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:302cf8b37db1ec54", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0006426", "lbl": "Rudimentary to absent tibiae"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006426", "replaced_by": null, "consider": null, "label": "Rudimentary to absent tibiae", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f9451c21-3d7d-44c0-aacb-e958ccabefd6", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0006289"}, {"pred": "RO:0002558", "sub": "MONARCH:40d83344409d526a", "obj": "ECO:0000269"}, {"pred": "dc:source", "sub": "MONARCH:40d83344409d526a", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:40d83344409d526a", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:40d83344409d526a", "obj": "HP:0006289"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0006289", "lbl": "Agenesis of central incisor"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:40d83344409d526a", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006289", "replaced_by": null, "consider": null, "label": "Agenesis of central incisor", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "119849f9-6e99-4795-8587-9f83016017c0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0005280"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3eaf787077ade83c", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0005280"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3eaf787077ade83c", "obj": "HP:0005280"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5a139317b7a474fe", "obj": "HP:0005280"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5a139317b7a474fe", "obj": "OMIM:252100"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:5a139317b7a474fe", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002558", "sub": "MONARCH:3eaf787077ade83c", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:5a139317b7a474fe", "obj": "ECO:0000269"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0005280", "lbl": "Depressed nasal bridge"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:5a139317b7a474fe", "lbl": null}, {"id": "MONARCH:3eaf787077ade83c", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0005280", "replaced_by": null, "consider": null, "label": "Depressed nasal bridge", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "3785279c-c7a9-48b6-ac1a-4c343b11a64b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010297"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010297"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5a4595d3e9315655", "obj": "HP:0010297"}, {"pred": "RO:0002558", "sub": "MONARCH:5a4595d3e9315655", "obj": "ECO:0000304"}, {"pred": "dc:source", "sub": "MONARCH:952793ef58e94225", "obj": "ISBN-13:978-0721606156"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0010297"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:952793ef58e94225", "obj": "HP:0010297"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:272cf76b67ac9957", "obj": "HP:0010297"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5a4595d3e9315655", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:952793ef58e94225", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:272cf76b67ac9957", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:272cf76b67ac9957", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:952793ef58e94225", "obj": "ECO:0000269"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "HP:0010297", "lbl": "Bifid tongue"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:952793ef58e94225", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:5a4595d3e9315655", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:272cf76b67ac9957", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010297", "replaced_by": null, "consider": null, "label": "Bifid tongue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "e6c384e8-e50b-4104-bb8a-461c8e2d98ee", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002023"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:6e532cfdf7a5d718", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002023"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:dd3d64e88676b25c", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:6e532cfdf7a5d718", "obj": "HP:0002023"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:dd3d64e88676b25c", "obj": "HP:0002023"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:dd3d64e88676b25c", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:6e532cfdf7a5d718", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:6e532cfdf7a5d718", "lbl": null}, {"id": "HP:0002023", "lbl": "Anal atresia"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:dd3d64e88676b25c", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002023", "replaced_by": null, "consider": null, "label": "Anal atresia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "8122b8e6-0a6b-4076-90c2-3d293db2c9c0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002015"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "HP:0002015"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "PMID:7102959"}, {"pred": "dc:source", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "PMID:18021374"}, {"pred": "dc:source", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "PMID:16036431"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "PMID:16036438"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:39f6c15baf0fab2c", "obj": "PMID:11493165"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "HP:0002015", "lbl": "Dysphagia"}, {"id": "MONARCH:39f6c15baf0fab2c", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:7102959", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:18021374", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:16036438", "lbl": null}, {"id": "PMID:16036431", "lbl": null}, {"id": "PMID:11493165", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:16036431", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16036438", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11493165", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:18021374", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7102959", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002015", "replaced_by": null, "consider": null, "label": "Dysphagia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "71fd39bf-2230-49f2-85fa-9705d6f23e63", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0010306"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9bf552b981c0b929", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:9bf552b981c0b929", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9bf552b981c0b929", "obj": "HP:0010306"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0010306", "lbl": "Short thorax"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:9bf552b981c0b929", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010306", "replaced_by": null, "consider": null, "label": "Short thorax", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ddd5c762-e19a-4d91-b7ae-d30f9cb8e48b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0002093"}, {"pred": "dc:source", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "PMID:9419063"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "RO:0002558", "sub": "MONARCH:1cba9be1e4ed321b", "obj": "ECO:0000304"}, {"pred": "RO:0002558", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "ECO:0000246"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002093"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002558", "sub": "MONARCH:9b5d3275cfe4a7ea", "obj": "ECO:0000304"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:1cba9be1e4ed321b", "obj": "HP:0002093"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:9b5d3275cfe4a7ea", "obj": "DOID:332"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "HP:0002093"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:9b5d3275cfe4a7ea", "obj": "HP:0002093"}, {"pred": "dc:source", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "PMID:3955455"}, {"pred": "dc:source", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "PMID:9273467"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:1cba9be1e4ed321b", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "PMID:21957629"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002093"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:08ae9198bfaffcf5", "obj": "PMID:9267195"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "PMID:21957629", "lbl": null}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:08ae9198bfaffcf5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "PMID:3955455", "lbl": null}, {"id": "MONARCH:1cba9be1e4ed321b", "lbl": null}, {"id": "HP:0002093", "lbl": "Respiratory insufficiency"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "PMID:9419063", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:9b5d3275cfe4a7ea", "lbl": null}, {"id": "PMID:9273467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "PMID:9267195", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9419063", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9267195", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3955455", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9273467", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21957629", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002093", "replaced_by": null, "consider": null, "label": "Respiratory insufficiency", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9dd043b5-b25e-4ffd-aa8a-cd50f32f85d3", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000204"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0d1e84ff8e4337c2", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:78145da42e6efd77", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:78145da42e6efd77", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0d1e84ff8e4337c2", "obj": "HP:0000204"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000204"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:78145da42e6efd77", "obj": "HP:0000204"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:0d1e84ff8e4337c2", "obj": "ECO:0000304"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:78145da42e6efd77", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0000204", "lbl": "Cleft upper lip"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:0d1e84ff8e4337c2", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000204", "replaced_by": null, "consider": null, "label": "Cleft upper lip", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a7b8cf22-974b-458e-b9f8-04bb36259e51", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:e374751afe7daf92", "obj": "PMID:8523659"}, {"pred": "RO:0002558", "sub": "MONARCH:e374751afe7daf92", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:e374751afe7daf92", "obj": "PMID:8965840"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003750"}, {"pred": "dc:source", "sub": "MONARCH:e374751afe7daf92", "obj": "PMID:3371113"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:e374751afe7daf92", "obj": "PMID:11346822"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:e374751afe7daf92", "obj": "HP:0003750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:e374751afe7daf92", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:e374751afe7daf92", "obj": "PMID:23728653"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:3371113", "lbl": null}, {"id": "PMID:23728653", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:8523659", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003750", "lbl": "Increased muscle fatiguability"}, {"id": "MONARCH:e374751afe7daf92", "lbl": null}, {"id": "PMID:8965840", "lbl": null}, {"id": "PMID:11346822", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:8965840", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23728653", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:3371113", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11346822", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:8523659", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003750", "replaced_by": null, "consider": null, "label": "Increased muscle fatiguability", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "40a571d1-1e57-4b19-a0ce-00f60d57eb03", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "PMID:22663966"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "PMID:10540010"}, {"pred": "dc:source", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "PMID:17118638"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002791"}, {"pred": "dc:source", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "PMID:10540018"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "HP:0002791"}, {"pred": "dc:source", "sub": "MONARCH:8a2b301b2c7342ed", "obj": "PMID:11771770"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8a2b301b2c7342ed", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:10540010", "lbl": null}, {"id": "PMID:10540018", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002791", "lbl": "Hypoventilation"}, {"id": "PMID:11771770", "lbl": null}, {"id": "PMID:17118638", "lbl": null}, {"id": "PMID:22663966", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10540018", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22663966", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10540010", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17118638", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:11771770", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002791", "replaced_by": null, "consider": null, "label": "Hypoventilation", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c42271d9-9895-4037-b120-035e54acf7ea", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:066ef026495969bc", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:066ef026495969bc", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:066ef026495969bc", "obj": "HP:0000191"}, {"pred": "dc:source", "sub": "MONARCH:066ef026495969bc", "obj": "ISBN-13:978-0721606156"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0000191"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": "MONARCH:066ef026495969bc", "lbl": null}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0000191", "lbl": "Accessory oral frenulum"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000191", "replaced_by": null, "consider": null, "label": "Accessory oral frenulum", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "a043cd4f-eb9a-4913-bd25-c07d71ca8ad9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:693073558a10fca7", "obj": "ECO:0000304"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0004599"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:693073558a10fca7", "obj": "HP:0004599"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:693073558a10fca7", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "HP:0004599", "lbl": "Absent or minimally ossified vertebral bodies"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:693073558a10fca7", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0004599", "replaced_by": null, "consider": null, "label": "Absent or minimally ossified vertebral bodies", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ec6f983a-c2e6-4278-b8a7-76b06a239d38", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:775d5e82fd4ff512", "obj": "HP:0012378"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:775d5e82fd4ff512", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0012378"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:775d5e82fd4ff512", "obj": "ECO:0000304"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0012378", "lbl": "Fatigue"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:775d5e82fd4ff512", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0012378", "replaced_by": null, "consider": null, "label": "Fatigue", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5e7b298a-d4eb-4ca9-9408-fddecc070bf8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:4037cd3efee884ae", "obj": "PMID:10996223"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:4037cd3efee884ae", "obj": "PMID:9315720"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4037cd3efee884ae", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:4037cd3efee884ae", "obj": "PMID:2362186"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003006"}, {"pred": "RO:0002558", "sub": "MONARCH:4037cd3efee884ae", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:4037cd3efee884ae", "obj": "PMID:22384126"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4037cd3efee884ae", "obj": "HP:0003006"}, {"pred": "dc:source", "sub": "MONARCH:4037cd3efee884ae", "obj": "PMID:7998770"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:7998770", "lbl": null}, {"id": "PMID:9315720", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:22384126", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:10996223", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003006", "lbl": "Neuroblastoma"}, {"id": "PMID:2362186", "lbl": null}, {"id": "MONARCH:4037cd3efee884ae", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:9315720", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:7998770", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22384126", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10996223", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:2362186", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003006", "replaced_by": null, "consider": null, "label": "Neuroblastoma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "848078c3-6d6a-49cc-ac25-6f8c27914dc2", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "ECO:0000246"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002203"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "PMID:23012840"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "PMID:20224486"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "PMID:17259011"}, {"pred": "dc:source", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "PMID:1795173"}, {"pred": "dc:source", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "PMID:12023997"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c9a1cb3b228aa571", "obj": "HP:0002203"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:12023997", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:20224486", "lbl": null}, {"id": "PMID:17259011", "lbl": null}, {"id": "PMID:23012840", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:1795173", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:c9a1cb3b228aa571", "lbl": null}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "HP:0002203", "lbl": "Respiratory paralysis"}, {"id": "RO:0002200", "lbl": "has phenotype"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23012840", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:17259011", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1795173", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20224486", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12023997", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002203", "replaced_by": null, "consider": null, "label": "Respiratory paralysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5132ecf2-2167-43fd-ade6-7c0e364ddf61", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:91c0c4afe8561bb0", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:91c0c4afe8561bb0", "obj": "ECO:0000269"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:91c0c4afe8561bb0", "obj": "HP:0003025"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0003025"}, {"pred": "dc:source", "sub": "MONARCH:91c0c4afe8561bb0", "obj": "ISBN-13:978-0721606156"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0003025", "lbl": "Metaphyseal irregularity"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:91c0c4afe8561bb0", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003025", "replaced_by": null, "consider": null, "label": "Metaphyseal irregularity", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0c86abff-1ff6-46d1-91ae-66b5b582fb9b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "PMID:21252034"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0010535"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "PMID:16768102"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "ECO:0000246"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "PMID:19821325"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "PMID:23585750"}, {"pred": "dc:source", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "PMID:12710515"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8b9bf7bb569c2a88", "obj": "HP:0010535"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "PMID:19821325", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "MONARCH:8b9bf7bb569c2a88", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:12710515", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21252034", "lbl": null}, {"id": "HP:0010535", "lbl": "Sleep apnea"}, {"id": "PMID:23585750", "lbl": null}, {"id": "PMID:16768102", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:23585750", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16768102", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:19821325", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21252034", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710515", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0010535", "replaced_by": null, "consider": null, "label": "Sleep apnea", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c6af4653-5c97-455f-8065-399fb8d42015", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:a41b5e06779528e4", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a41b5e06779528e4", "obj": "HP:0003016"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0003016"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a41b5e06779528e4", "obj": "OMIM:613091"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "HP:0003016", "lbl": "Metaphyseal widening"}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:a41b5e06779528e4", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003016", "replaced_by": null, "consider": null, "label": "Metaphyseal widening", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "d75e1fff-8b0e-4f12-a829-e109edd73a8b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:7d8faab68e58b375", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0003015"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7d8faab68e58b375", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:7d8faab68e58b375", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7d8faab68e58b375", "obj": "HP:0003015"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:7d8faab68e58b375", "lbl": null}, {"id": "HP:0003015", "lbl": "Flared metaphysis"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003015", "replaced_by": null, "consider": null, "label": "Flared metaphysis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c4240740-aba4-415a-ba88-bd2230df6527", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002558", "sub": "MONARCH:0909123a1c83fa40", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:0909123a1c83fa40", "obj": "PMID:1434059"}, {"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:0909123a1c83fa40", "obj": "HP:0002171"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:0909123a1c83fa40", "obj": "PMID:9344001"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002171"}, {"pred": "dc:source", "sub": "MONARCH:0909123a1c83fa40", "obj": "PMID:16371010"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:0909123a1c83fa40", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:0909123a1c83fa40", "obj": "PMID:3743521"}, {"pred": "dc:source", "sub": "MONARCH:0909123a1c83fa40", "obj": "PMID:12787321"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "PMID:9344001", "lbl": null}, {"id": "PMID:1434059", "lbl": null}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:12787321", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "HP:0002171", "lbl": "Gliosis"}, {"id": "PMID:3743521", "lbl": null}, {"id": "MONARCH:0909123a1c83fa40", "lbl": null}, {"id": "PMID:16371010", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:3743521", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:16371010", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:1434059", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:9344001", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12787321", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002171", "replaced_by": null, "consider": null, "label": "Gliosis", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c7c84c08-e747-490c-90b3-6a0a94ae029e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:c39d178a11b525db", "obj": "HP:0000774"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:5dcecee363956c62", "obj": "HP:0000774"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000774"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:c39d178a11b525db", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0000774"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:5dcecee363956c62", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "RO:0002558", "sub": "MONARCH:5dcecee363956c62", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:c39d178a11b525db", "obj": "ECO:0000304"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "MONARCH:5dcecee363956c62", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": "HP:0000774", "lbl": "Narrow chest"}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:c39d178a11b525db", "lbl": null}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000774", "replaced_by": null, "consider": null, "label": "Narrow chest", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f037ef4d-bb01-43b2-ae25-f5c8379a34dc", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002017"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:80f4bb947a312e0b", "obj": "HP:0002017"}, {"pred": "RO:0002558", "sub": "MONARCH:80f4bb947a312e0b", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:80f4bb947a312e0b", "obj": "DOID:332"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "MONARCH:80f4bb947a312e0b", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0002017", "lbl": "Nausea and vomiting"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002017", "replaced_by": null, "consider": null, "label": "Nausea and vomiting", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2ec30937-04bc-48d1-b28d-dbfa1f70b8d8", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/omim.ttl", "https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:263520", "obj": "HP:0006956"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30429", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:40072", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "ECO:0000220"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b07e69d8be19984c", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bed7b4decf4ef467", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30428", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b50846fde3f0631d", "obj": "ClinVarVariant:30428"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:193892", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b50846fde3f0631d", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bed7b4decf4ef467", "obj": "ClinVarVariant:30429"}, {"pred": "dc:source", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b87c771d259ffa59", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "ClinVarVariant:208600"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:193892", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b07e69d8be19984c", "obj": "ClinVarVariant:40072"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30429", "obj": "NCBIGene:4750"}, {"pred": "dc:source", "sub": "MONARCH:b07e69d8be19984c", "obj": "PMID:22499340"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": ":.well-known/genid/OMIM604588-263520VL"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:21211617"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bdaaa6754e1c54ef", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:195286", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b87c771d259ffa59", "obj": "ClinVarVariant:193892"}, {"pred": "GENO:0000841", "sub": "ClinVarVariant:208600", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:08e9f506d7571f2d", "obj": "HP:0006956"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "ClinVarVariant:195286"}, {"pred": "RO:0002558", "sub": "MONARCH:08e9f506d7571f2d", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:df9a80b8fcbf3ca1", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30428", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b7c653926bc48369", "obj": "ClinVarVariant:208600"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:08e9f506d7571f2d", "obj": "OMIM:263520"}, {"pred": "dc:source", "sub": "MONARCH:b50846fde3f0631d", "obj": "PMID:22499340"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:195286", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ba3b17d6fcfb44e4", "obj": "OMIM:263520"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b7c653926bc48369", "obj": "OMIM:263520"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:40072", "obj": "OMIM:263520"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/OMIM604588-263520VL", "obj": "OMIM:263520"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:208600", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:bed7b4decf4ef467", "obj": "OMIM:263520"}], "nodes": [{"id": "ClinVarVariant:40072", "lbl": "NM_001199397.1(NEK1):c.433G>A (p.Gly145Arg)"}, {"id": "MONARCH:08e9f506d7571f2d", "lbl": null}, {"id": "OMIM:263520", "lbl": "short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "MONARCH:ba3b17d6fcfb44e4", "lbl": null}, {"id": "ClinVarVariant:30428", "lbl": "NM_001199397.1(NEK1):c.379C>T (p.Arg127Ter)"}, {"id": "PMID:22499340", "lbl": null}, {"id": ":.well-known/genid/OMIM604588-263520VL", "lbl": "some variant of NEK1 that causes Short-rib thoracic dysplasia 6 with or without polydactyly"}, {"id": "ECO:0000220", "lbl": "sequencing assay evidence"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "MONARCH:df9a80b8fcbf3ca1", "lbl": null}, {"id": "MONARCH:b7c653926bc48369", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "MONARCH:bdaaa6754e1c54ef", "lbl": null}, {"id": "MONARCH:b50846fde3f0631d", "lbl": null}, {"id": "ClinVarVariant:195286", "lbl": "NM_001199397.1(NEK1):c.117+1G>A"}, {"id": "MONARCH:b07e69d8be19984c", "lbl": null}, {"id": "HP:0006956", "lbl": "Dilation of lateral ventricles"}, {"id": "ClinVarVariant:193892", "lbl": "NM_001199397.1(NEK1):c.869-1G>T"}, {"id": "ClinVarVariant:30429", "lbl": "NM_001199397.1(NEK1):c.869-2A>G"}, {"id": "MONARCH:bed7b4decf4ef467", "lbl": null}, {"id": "ClinVarVariant:208600", "lbl": "NM_001199397.1(NEK1):c.3107C>G (p.Ser1036Ter)"}, {"id": "MONARCH:b87c771d259ffa59", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22499340", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0006956", "replaced_by": null, "consider": null, "label": "Dilation of lateral ventricles", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "f186b046-93ce-4d69-8608-d41b6c6d9e4e", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "dc:source", "sub": "MONARCH:508ec00ab2709d0e", "obj": "PMID:20452624"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0003690"}, {"pred": "dc:source", "sub": "MONARCH:508ec00ab2709d0e", "obj": "PMID:12736094"}, {"pred": "dc:source", "sub": "MONARCH:508ec00ab2709d0e", "obj": "PMID:12710515"}, {"pred": "dc:source", "sub": "MONARCH:508ec00ab2709d0e", "obj": "PMID:22181065"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:508ec00ab2709d0e", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:508ec00ab2709d0e", "obj": "PMID:20224486"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:508ec00ab2709d0e", "obj": "HP:0003690"}, {"pred": "RO:0002558", "sub": "MONARCH:508ec00ab2709d0e", "obj": "ECO:0000246"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:508ec00ab2709d0e", "lbl": null}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "PMID:20224486", "lbl": null}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "PMID:12710515", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:12736094", "lbl": null}, {"id": "PMID:20452624", "lbl": null}, {"id": "PMID:22181065", "lbl": null}, {"id": "HP:0003690", "lbl": "Limb muscle weakness"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22181065", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20224486", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:20452624", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12710515", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:12736094", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003690", "replaced_by": null, "consider": null, "label": "Limb muscle weakness", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "c42beec2-7531-443b-87c9-25dce6153466", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/clinvar.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "OMIM:613091"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:30430", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "OMIM:613091"}, {"pred": "RO:0002200", "sub": "OMIM:613091", "obj": "HP:0000105"}, {"pred": "GENO:0000418", "sub": "ClinVarVariant:191325", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b6ca956c0d207dcf", "obj": "ClinVarVariant:191325"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:cedd3ab524c82687", "obj": "OMIM:613091"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:191325", "obj": "OMIM:613091"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "ClinVarVariant:30430"}, {"pred": "dc:source", "sub": "MONARCH:b4e6bed6a75482ff", "obj": "PMID:21211617"}, {"pred": "GENO:0000840", "sub": "ClinVarVariant:30430", "obj": "OMIM:613091"}, {"pred": "RO:0002558", "sub": "MONARCH:cedd3ab524c82687", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:cedd3ab524c82687", "obj": "HP:0000105"}], "nodes": [{"id": "MONARCH:b4e6bed6a75482ff", "lbl": null}, {"id": "MONARCH:cedd3ab524c82687", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:21211617", "lbl": null}, {"id": "ClinVarVariant:30430", "lbl": "NM_001199397.1(NEK1):c.1640_1641insA (p.Asn547Lysfs)"}, {"id": "MONARCH:b6ca956c0d207dcf", "lbl": null}, {"id": "ClinVarVariant:191325", "lbl": "NM_001199397.1(NEK1):c.1690_1691delAT (p.Met564Valfs)"}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "HP:0000105", "lbl": "Enlarged kidney"}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "OMIM:613091", "lbl": "Short-rib thoracic dysplasia 3 with or without polydactyly"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:21211617", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0000105", "replaced_by": null, "consider": null, "label": "Enlarged kidney", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9aac9732-78c1-42a8-a7d1-4934c620d9a0", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002326", "sub": ":.well-known/genid/258621-803VL", "obj": "DOID:332"}, {"pred": "RO:0002558", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "ECO:0000246"}, {"pred": "dc:source", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "PMID:18558633"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8831bb8e884e4fe5", "obj": ":.well-known/genid/258621-803VL"}, {"pred": "RO:0002558", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "ECO:0000322"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002180"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8831bb8e884e4fe5", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "PMID:23147503"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-803VL", "obj": "NCBIGene:4750"}, {"pred": "RO:0002558", "sub": "MONARCH:a970272047355745", "obj": "ECO:0000304"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "DOID:332"}, {"pred": "dc:source", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "PMID:21530659"}, {"pred": "dc:source", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "PMID:21620832"}, {"pred": "dc:source", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "PMID:22766032"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:a970272047355745", "obj": "DOID:332"}, {"pred": "RO:0002200", "sub": "DOID:332", "obj": "HP:0002180"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:47c66da68bcd6ae8", "obj": "HP:0002180"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:a970272047355745", "obj": "HP:0002180"}], "nodes": [{"id": "DOID:332", "lbl": "amyotrophic lateral sclerosis"}, {"id": "MONARCH:8831bb8e884e4fe5", "lbl": null}, {"id": "ECO:0000304", "lbl": "traceable author statement used in manual assertion"}, {"id": "ECO:0000246", "lbl": "computational combinatorial evidence used in automatic assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": ":.well-known/genid/258621-803VL", "lbl": "some variant of NEK1 that is a major susceptibility factor in Amyotrophic lateral sclerosis"}, {"id": "MONARCH:47c66da68bcd6ae8", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}, {"id": "PMID:21620832", "lbl": null}, {"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "PMID:23147503", "lbl": null}, {"id": "MONARCH:a970272047355745", "lbl": null}, {"id": "PMID:18558633", "lbl": "Gros-Louis et al; Als2 mRNA splicing variants detected in KO mice rescue severe motor dysfunction phenotype in Als2 knock down zebrafish; Hum. Mol. Genet.; 2008; 17(17); 2691-2702"}, {"id": "HP:0002180", "lbl": "Neurodegeneration"}, {"id": "PMID:21530659", "lbl": null}, {"id": "PMID:22766032", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:18558633", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:23147503", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:22766032", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21530659", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:21620832", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0002180", "replaced_by": null, "consider": null, "label": "Neurodegeneration", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "bce9d06f-caa4-4a2e-be43-fa3be6614ad9", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/orphanet.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "OMIM:252100", "obj": "HP:0001830"}, {"pred": "dc:source", "sub": "MONARCH:8bb8db1f6ca50136", "obj": "ISBN-13:978-0721606156"}, {"pred": "RO:0002200", "sub": ":.well-known/genid/258621-2751VL", "obj": "OMIM:252100"}, {"pred": "RO:0002558", "sub": "MONARCH:8bb8db1f6ca50136", "obj": "ECO:0000269"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "OMIM:252100"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:8bb8db1f6ca50136", "obj": "HP:0001830"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:8bb8db1f6ca50136", "obj": "OMIM:252100"}, {"pred": "GENO:0000418", "sub": ":.well-known/genid/258621-2751VL", "obj": "NCBIGene:4750"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": ":.well-known/genid/258621-2751VL"}, {"pred": "RO:0002558", "sub": "MONARCH:7f9f5186a3c9db7c", "obj": "ECO:0000322"}], "nodes": [{"id": "RO:0002200", "lbl": "has phenotype"}, {"id": "OMIM:252100", "lbl": "Orofaciodigital syndrome type 2"}, {"id": ":.well-known/genid/258621-2751VL", "lbl": "some variant of NEK1 that is a disease-causing germline mutation(s) in Orofaciodigital syndrome type 2"}, {"id": "ECO:0000269", "lbl": "experimental evidence used in manual assertion"}, {"id": "ECO:0000322", "lbl": "imported manually asserted information used in automatic assertion"}, {"id": "HP:0001830", "lbl": "Postaxial foot polydactyly"}, {"id": "MONARCH:8bb8db1f6ca50136", "lbl": null}, {"id": "MONARCH:7f9f5186a3c9db7c", "lbl": null}, {"id": "ISBN-13:978-0721606156", "lbl": null}, {"id": "NCBIGene:4750", "lbl": "NEK1"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "ISBN-13:978-0721606156", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0001830", "replaced_by": null, "consider": null, "label": "Postaxial foot polydactyly", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5a8ac8fe-b24b-4e38-a3de-1634006768ca", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "NCBIGene:4750", "replaced_by": null, "consider": null, "label": "NEK1", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["HP:0000003", "HP:0000028", "HP:0000054", "HP:0000062", "HP:0000089", "HP:0000105", "HP:0000107", "HP:0000110", "HP:0000126", "HP:0000161", "HP:0000171", "HP:0000175", "HP:0000180", "HP:0000191", "HP:0000199", "HP:0000204", "HP:0000217", "HP:0000218", "HP:0000238", "HP:0000248", "HP:0000256", "HP:0000272", "HP:0000286", "HP:0000316", "HP:0000327", "HP:0000343", "HP:0000347", "HP:0000405", "HP:0000445", "HP:0000455", "HP:0000456", "HP:0000506", "HP:0000518", "HP:0000712", "HP:0000713", "HP:0000716", "HP:0000726", "HP:0000739", "HP:0000764", "HP:0000767", "HP:0000773", "HP:0000774", "HP:0000888", "HP:0000895", "HP:0000944", "HP:0001156", "HP:0001159", "HP:0001162", "HP:0001177", "HP:0001257", "HP:0001260", "HP:0001274", "HP:0001278", "HP:0001283", "HP:0001287", "HP:0001297", "HP:0001300", "HP:0001302", "HP:0001305", "HP:0001308", "HP:0001320", "HP:0001321", "HP:0001324", "HP:0001336", "HP:0001395", "HP:0001539", "HP:0001629", "HP:0001631", "HP:0001762", "HP:0001773", "HP:0001789", "HP:0001824", "HP:0001830", "HP:0001841", "HP:0002006", "HP:0002007", "HP:0002015", "HP:0002017", "HP:0002023", "HP:0002032", "HP:0002062", "HP:0002072", "HP:0002089", "HP:0002093", "HP:0002094", "HP:0002127", "HP:0002132", "HP:0002145", "HP:0002171", "HP:0002176", "HP:0002180", "HP:0002185", "HP:0002196", "HP:0002203", "HP:0002307", "HP:0002350", "HP:0002363", "HP:0002366", "HP:0002380", "HP:0002383", "HP:0002398", "HP:0002446", "HP:0002450", "HP:0002459", "HP:0002483", "HP:0002511", "HP:0002529", "HP:0002566", "HP:0002612", "HP:0002645", "HP:0002650", "HP:0002747", "HP:0002791", "HP:0002835", "HP:0002960", "HP:0002980", "HP:0002983", "HP:0003006", "HP:0003015", "HP:0003016", "HP:0003022", "HP:0003025", "HP:0003038", "HP:0003198", "HP:0003202", "HP:0003270", "HP:0003323", "HP:0003324", "HP:0003394", "HP:0003447", "HP:0003457", "HP:0003470", "HP:0003473", "HP:0003560", "HP:0003690", "HP:0003700", "HP:0003750", "HP:0003762", "HP:0003881", "HP:0004209", "HP:0004279", "HP:0004322", "HP:0004395", "HP:0004397", "HP:0004599", "HP:0005054", "HP:0005257", "HP:0005280", "HP:0005349", "HP:0005716", "HP:0005766", "HP:0005817", "HP:0005873", "HP:0005945", "HP:0006136", "HP:0006289", "HP:0006426", "HP:0006644", "HP:0006802", "HP:0006956", "HP:0007024", "HP:0007269", "HP:0007289", "HP:0007354", "HP:0008716", "HP:0008736", "HP:0008873", "HP:0009067", "HP:0009106", "HP:0009830", "HP:0010101", "HP:0010297", "HP:0010306", "HP:0010454", "HP:0010535", "HP:0010564", "HP:0010579", "HP:0011802", "HP:0012378", "HP:0012531", "HP:0030195", "HP:0030196", "HP:0030680", "HP:0100242", "HP:0100256", "HP:0100258", "HP:0100259", "HP:0100315", "HP:0100543", "HP:0100561", "HP:0100614", "HP:0100732"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"UBERON:0002204PHENOTYPE": 86, "MP:0005508": 62, "HP:0000707": 71, "HP:0000001": 192, "UPHENO:0001001": 192, "HP:0000118": 192, "BFO:0000002": 192, "HP:0011842": 62, "BFO:0000031": 189, "IAO:0000300": 189, "UPHENO:0001002": 192, "MP:0000001": 189, "HP:0000924": 62, "UBERON:0013701PHENOTYPE": 62, "MP:0005390": 62, "BFO:0000020": 192, "MP:0003631": 71, "IAO:0000030": 189, "owl:Thing": 192, "BFO:0000001": 192, "UBERON:0001016PHENOTYPE": 71, "UBERON:0013702PHENOTYPE": 62, "UBERON:0001434PHENOTYPE": 62, "UBERON:0004288PHENOTYPE": 62, "IAO:0000144": 189}, "subject_taxon_label": {"Homo sapiens": 192}}, "facet_pivot": null}
--- a/test-data/phenotypes-for-genotype.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/phenotypes-for-genotype.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [], "compact_associations": null, "objects": [], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/hpoa.ttl", "https://data.monarchinitiative.org/ttl/coriell.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": ":.well-known/genid/person-GM14637", "obj": "OMIM:604370"}, {"pred": "RO:0002200", "sub": "OMIM:604370", "obj": "HP:0003002"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:ff3471ae662ab8c7", "obj": "OMIM:604370"}, {"pred": "RO:0002558", "sub": "MONARCH:ff3471ae662ab8c7", "obj": "ECO:0000501"}, {"pred": "GENO:0000222", "sub": ":.well-known/genid/person-GM14637", "obj": "dbSNPIndividual:12141"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:60c9082f62143552", "obj": "OMIM:604370"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60c9082f62143552", "obj": ":.well-known/genid/person-GM14637"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:ff3471ae662ab8c7", "obj": "HP:0003002"}], "nodes": [{"id": "dbSNPIndividual:12141", "lbl": "BRCA1(ARG1443TER) [GM14637]"}, {"id": "MONARCH:ff3471ae662ab8c7", "lbl": null}, {"id": ":.well-known/genid/person-GM14637", "lbl": "affected female proband with Breast cancer information core (bic) brca1/brca2 mutation panel dna samples"}, {"id": "HP:0003002", "lbl": "Breast carcinoma"}, {"id": "MONARCH:60c9082f62143552", "lbl": null}, {"id": "OMIM:604370", "lbl": "Breast-Ovarian Cancer, Familial, Susceptibility To, 1"}, {"id": "ECO:0000501", "lbl": "evidence used in automatic assertion"}]}, "relation": {"deprecated": null, "id": null, "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, "publications": null, "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "HP:0003002", "replaced_by": null, "consider": null, "label": "Breast carcinoma", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5ced9f3c-34fb-4066-8640-f6ae0475facb", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:9606", "label": "Homo sapiens"}, "xrefs": null, "deprecated": null, "id": "dbSNPIndividual:12141", "replaced_by": null, "consider": null, "label": "BRCA1(ARG1443TER) [GM14637]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": ["HP:0003002"], "numFound": null, "start": null, "facet_counts": {"object_closure": {"MP:0002019": 1, "MP:0002020": 1, "HP:0011793": 1, "HP:0000001": 1, "MP:0000001": 1, "HP:0000118": 1, "BFO:0000002": 1, "HP:0011842": 1, "BFO:0000031": 1, "IAO:0000300": 1, "IAO:0000144": 1, "HP:0000765": 1, "MP:0002166": 1, "HP:0002664": 1, "HP:0000924": 1, "BFO:0000020": 1, "HP:0100013": 1, "HP:0000769": 1, "MP:0002114": 1, "IAO:0000030": 1, "HP:0009121": 1, "HP:0003002": 1, "BFO:0000001": 1, "MP:0002006": 1, "HP:0031093": 1}, "subject_taxon_label": {"Homo sapiens": 1}}, "facet_pivot": null}
--- a/test-data/phenotypes-for-variant.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/phenotypes-for-variant.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [], "compact_associations": null, "objects": [], "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {}, "object_closure": {}}}
+{"compact_associations": null, "associations": [], "objects": [], "numFound": null, "start": null, "facet_counts": {"object_closure": {}, "subject_taxon_label": {}}, "facet_pivot": null}
--- a/test-data/ssh-search-term.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/ssh-search-term.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"facet_counts": {"category": {"gene": 60, "Phenotype": 0, "disease": 0}, "taxon_label": {"Mus musculus": 4, "Ornithorhynchus anatinus": 2, "Drosophila melanogaster": 1, "Gallus gallus": 3, "Schizosaccharomyces pombe": 0, "Equus caballus": 3, "Sus scrofa": 3, "Caenorhabditis elegans": 0, "Macaca mulatta": 3, "Xenopus tropicalis": 6, "Takifugu rubripes": 2, "Arabidopsis thaliana": 0, "Rattus norvegicus": 3, "Danio rerio": 5, "Saccharomyces cerevisiae": 0, "Homo sapiens": 7, "Bos taurus": 3, "Monodelphis domestica": 3, "Pan troglodytes": 3, "Canis lupus familiaris": 3, "Dictyostelium discoideum": 0, "Felis catus": 3, "Anolis carolinensis": 3}}, "docs": [{"taxon_eng": "NCBITaxon:7227", "taxon_label_synonym": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_std": "NCBITaxon:7227", "equivalent_curie": ["FlyBase:FBgn0029157"], "taxon_label_eng": "Drosophila melanogaster", "synonym_kw": ["slingshot", "Dmel\\CG6238", "Ssh", "SSH", "MKP-like", "CG6238 gene product from transcript CG6238-RA", "CG6238-PA", "CG6238-PB", "Mkph", "CG6238", "MKP", "CG6238-PC", "CG6238-PD", "ssh-PB", "ssh-PA", "ssh-PD", "ssh-PC", "l(3)01207", "MAP-kinase-phosphatase"], "equivalent_iri_std": ["http://flybase.org/reports/FBgn0029157"], "iri": "http://www.ncbi.nlm.nih.gov/gene/42986", "_version_": 1564148244043268097, "label_eng": ["ssh"], "taxon_kw": "NCBITaxon:7227", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/42986", "taxon_label_kw": "Drosophila melanogaster", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/42986", "category_kw": ["gene"], "taxon_label_synonym_std": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "synonym_eng": ["slingshot", "Dmel\\CG6238", "Ssh", "SSH", "MKP-like", "CG6238 gene product from transcript CG6238-RA", "CG6238-PA", "CG6238-PB", "Mkph", "CG6238", "MKP", "CG6238-PC", "CG6238-PD", "ssh-PB", "ssh-PA", "ssh-PD", "ssh-PC", "l(3)01207", "MAP-kinase-phosphatase"], "id_kw": "NCBIGene:42986", "id_eng": "NCBIGene:42986", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["FlyBase:FBgn0029157"], "label_kw": ["ssh"], "synonym": ["slingshot", "Dmel\\CG6238", "Ssh", "SSH", "MKP-like", "CG6238 gene product from transcript CG6238-RA", "CG6238-PA", "CG6238-PB", "Mkph", "CG6238", "MKP", "CG6238-PC", "CG6238-PD", "ssh-PB", "ssh-PA", "ssh-PD", "ssh-PC", "l(3)01207", "MAP-kinase-phosphatase"], "score": 38.615253, "id_std": "NCBIGene:42986", "equivalent_curie_std": ["FlyBase:FBgn0029157"], "id": "NCBIGene:42986", "equivalent_iri": ["http://flybase.org/reports/FBgn0029157"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/42986", "equivalent_iri_kw": ["http://flybase.org/reports/FBgn0029157"], "taxon": "NCBITaxon:7227", "leaf": true, "taxon_label_synonym_kw": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "category_std": ["gene"], "equivalent_curie_eng": ["FlyBase:FBgn0029157"], "label": ["ssh"], "taxon_label_std": "Drosophila melanogaster", "equivalent_iri_eng": ["http://flybase.org/reports/FBgn0029157"], "label_std": ["ssh"], "synonym_std": ["slingshot", "Dmel\\CG6238", "Ssh", "SSH", "MKP-like", "CG6238 gene product from transcript CG6238-RA", "CG6238-PA", "CG6238-PB", "Mkph", "CG6238", "MKP", "CG6238-PC", "CG6238-PD", "ssh-PB", "ssh-PA", "ssh-PD", "ssh-PC", "l(3)01207", "MAP-kinase-phosphatase"], "taxon_label_synonym_eng": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_label": "Drosophila melanogaster"}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["ENSEMBL:ENSMUSG00000042121", "MGI:2686240"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["slingshot homolog 1 (Drosophila)", "SSH-1", "SSH-1L", "slingshot 1L", "AW551225", "protein phosphatase Slingshot homolog 1", "slingshot-like 1", "SSH-like protein 1", "Gm1395", "Gm1394", "Ssh1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMUSG00000042121", "http://www.informatics.jax.org/accession/MGI:2686240"], "iri": "http://www.ncbi.nlm.nih.gov/gene/231637", "_version_": 1564148105365946371, "label_eng": ["Ssh1"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/231637", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/231637", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["slingshot homolog 1 (Drosophila)", "SSH-1", "SSH-1L", "slingshot 1L", "AW551225", "protein phosphatase Slingshot homolog 1", "slingshot-like 1", "SSH-like protein 1", "Gm1395", "Gm1394", "Ssh1"], "id_kw": "NCBIGene:231637", "id_eng": "NCBIGene:231637", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMUSG00000042121", "MGI:2686240"], "label_kw": ["Ssh1"], "synonym": ["slingshot homolog 1 (Drosophila)", "SSH-1", "SSH-1L", "slingshot 1L", "AW551225", "protein phosphatase Slingshot homolog 1", "slingshot-like 1", "SSH-like protein 1", "Gm1395", "Gm1394", "Ssh1"], "score": 37.475258, "id_std": "NCBIGene:231637", "equivalent_curie_std": ["ENSEMBL:ENSMUSG00000042121", "MGI:2686240"], "id": "NCBIGene:231637", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMUSG00000042121", "http://www.informatics.jax.org/accession/MGI:2686240"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/231637", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMUSG00000042121", "http://www.informatics.jax.org/accession/MGI:2686240"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMUSG00000042121", "MGI:2686240"], "label": ["Ssh1"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMUSG00000042121", "http://www.informatics.jax.org/accession/MGI:2686240"], "label_std": ["Ssh1"], "synonym_std": ["slingshot homolog 1 (Drosophila)", "SSH-1", "SSH-1L", "slingshot 1L", "AW551225", "protein phosphatase Slingshot homolog 1", "slingshot-like 1", "SSH-like protein 1", "Gm1395", "Gm1394", "Ssh1"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["ENSEMBL:ENSG00000141298", "OMIM:606779", "HGNC:30580"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["LOC348245", "slingshot protein phosphatase 2", "SSH-2", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "SSH-2L"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSG00000141298", "http://purl.obolibrary.org/obo/OMIM_606779", "http://identifiers.org/hgnc/HGNC:30580"], "iri": "http://www.ncbi.nlm.nih.gov/gene/85464", "_version_": 1564148186600177664, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/85464", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/85464", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["LOC348245", "slingshot protein phosphatase 2", "SSH-2", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "SSH-2L"], "id_kw": "NCBIGene:85464", "id_eng": "NCBIGene:85464", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSG00000141298", "OMIM:606779", "HGNC:30580"], "label_kw": ["SSH2"], "synonym": ["LOC348245", "slingshot protein phosphatase 2", "SSH-2", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "SSH-2L"], "score": 36.63138, "id_std": "NCBIGene:85464", "equivalent_curie_std": ["ENSEMBL:ENSG00000141298", "OMIM:606779", "HGNC:30580"], "id": "NCBIGene:85464", "equivalent_iri": ["http://identifiers.org/ensembl/ENSG00000141298", "http://purl.obolibrary.org/obo/OMIM_606779", "http://identifiers.org/hgnc/HGNC:30580"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/85464", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSG00000141298", "http://purl.obolibrary.org/obo/OMIM_606779", "http://identifiers.org/hgnc/HGNC:30580"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSG00000141298", "OMIM:606779", "HGNC:30580"], "label": ["SSH2"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSG00000141298", "http://purl.obolibrary.org/obo/OMIM_606779", "http://identifiers.org/hgnc/HGNC:30580"], "label_std": ["SSH2"], "synonym_std": ["LOC348245", "slingshot protein phosphatase 2", "SSH-2", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "SSH-2L"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-942152"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["e3b1", "ssh3bp1", "ssh3bp", "abl interactor 1", "abi-1", "nap1bp"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-942152"], "iri": "http://www.ncbi.nlm.nih.gov/gene/493216", "_version_": 1564148096209780737, "label_eng": ["abi1"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/493216", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/493216", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["e3b1", "ssh3bp1", "ssh3bp", "abl interactor 1", "abi-1", "nap1bp"], "id_kw": "NCBIGene:493216", "id_eng": "NCBIGene:493216", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-942152"], "label_kw": ["abi1"], "synonym": ["e3b1", "ssh3bp1", "ssh3bp", "abl interactor 1", "abi-1", "nap1bp"], "score": 36.22221, "id_std": "NCBIGene:493216", "equivalent_curie_std": ["Xenbase:XB-GENE-942152"], "id": "NCBIGene:493216", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-942152"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/493216", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-942152"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-942152"], "label": ["abi1"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-942152"], "label_std": ["abi1"], "synonym_std": ["e3b1", "ssh3bp1", "ssh3bp", "abl interactor 1", "abi-1", "nap1bp"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:30581", "ENSEMBL:ENSG00000172830", "OMIM:606780"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:30581", "http://identifiers.org/ensembl/ENSG00000172830", "http://purl.obolibrary.org/obo/OMIM_606780"], "iri": "http://www.ncbi.nlm.nih.gov/gene/54961", "_version_": 1564148082352848897, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/54961", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/54961", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "slingshot homolog 3"], "id_kw": "NCBIGene:54961", "id_eng": "NCBIGene:54961", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:30581", "ENSEMBL:ENSG00000172830", "OMIM:606780"], "label_kw": ["SSH3"], "synonym": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "slingshot homolog 3"], "score": 35.647316, "id_std": "NCBIGene:54961", "equivalent_curie_std": ["HGNC:30581", "ENSEMBL:ENSG00000172830", "OMIM:606780"], "id": "NCBIGene:54961", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:30581", "http://identifiers.org/ensembl/ENSG00000172830", "http://purl.obolibrary.org/obo/OMIM_606780"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/54961", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:30581", "http://identifiers.org/ensembl/ENSG00000172830", "http://purl.obolibrary.org/obo/OMIM_606780"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:30581", "ENSEMBL:ENSG00000172830", "OMIM:606780"], "label": ["SSH3"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:30581", "http://identifiers.org/ensembl/ENSG00000172830", "http://purl.obolibrary.org/obo/OMIM_606780"], "label_std": ["SSH3"], "synonym_std": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "slingshot homolog 3"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["MGI:2679255", "ENSEMBL:ENSMUSG00000037926"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["mSSH-2L", "SSH-2", "BB104748", "slingshot 2L", "SSH-2L", "slingshot-like 2", "LOC276757", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2 (Drosophila)"], "equivalent_iri_std": ["http://www.informatics.jax.org/accession/MGI:2679255", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "iri": "http://www.ncbi.nlm.nih.gov/gene/237860", "_version_": 1564148130807545856, "label_eng": ["Ssh2"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/237860", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/237860", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["mSSH-2L", "SSH-2", "BB104748", "slingshot 2L", "SSH-2L", "slingshot-like 2", "LOC276757", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2 (Drosophila)"], "id_kw": "NCBIGene:237860", "id_eng": "NCBIGene:237860", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["MGI:2679255", "ENSEMBL:ENSMUSG00000037926"], "label_kw": ["Ssh2"], "synonym": ["mSSH-2L", "SSH-2", "BB104748", "slingshot 2L", "SSH-2L", "slingshot-like 2", "LOC276757", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2 (Drosophila)"], "score": 35.647316, "id_std": "NCBIGene:237860", "equivalent_curie_std": ["MGI:2679255", "ENSEMBL:ENSMUSG00000037926"], "id": "NCBIGene:237860", "equivalent_iri": ["http://www.informatics.jax.org/accession/MGI:2679255", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/237860", "equivalent_iri_kw": ["http://www.informatics.jax.org/accession/MGI:2679255", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["MGI:2679255", "ENSEMBL:ENSMUSG00000037926"], "label": ["Ssh2"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://www.informatics.jax.org/accession/MGI:2679255", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "label_std": ["Ssh2"], "synonym_std": ["mSSH-2L", "SSH-2", "BB104748", "slingshot 2L", "SSH-2L", "slingshot-like 2", "LOC276757", "SSH-like protein 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2 (Drosophila)"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["MGI:2683546", "ENSEMBL:ENSMUSG00000034616"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["slingshot homolog 3 (Drosophila)", "protein phosphatase Slingshot homolog 3", "SSH-3", "BC028922", "mSSH-3L", "SSH-like protein 3", "SSH-3L", "slingshot-3L", "slingshot-like 3"], "equivalent_iri_std": ["http://www.informatics.jax.org/accession/MGI:2683546", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "iri": "http://www.ncbi.nlm.nih.gov/gene/245857", "_version_": 1564148250316898305, "label_eng": ["Ssh3"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/245857", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/245857", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["slingshot homolog 3 (Drosophila)", "protein phosphatase Slingshot homolog 3", "SSH-3", "BC028922", "mSSH-3L", "SSH-like protein 3", "SSH-3L", "slingshot-3L", "slingshot-like 3"], "id_kw": "NCBIGene:245857", "id_eng": "NCBIGene:245857", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["MGI:2683546", "ENSEMBL:ENSMUSG00000034616"], "label_kw": ["Ssh3"], "synonym": ["slingshot homolog 3 (Drosophila)", "protein phosphatase Slingshot homolog 3", "SSH-3", "BC028922", "mSSH-3L", "SSH-like protein 3", "SSH-3L", "slingshot-3L", "slingshot-like 3"], "score": 35.647316, "id_std": "NCBIGene:245857", "equivalent_curie_std": ["MGI:2683546", "ENSEMBL:ENSMUSG00000034616"], "id": "NCBIGene:245857", "equivalent_iri": ["http://www.informatics.jax.org/accession/MGI:2683546", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/245857", "equivalent_iri_kw": ["http://www.informatics.jax.org/accession/MGI:2683546", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["MGI:2683546", "ENSEMBL:ENSMUSG00000034616"], "label": ["Ssh3"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://www.informatics.jax.org/accession/MGI:2683546", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "label_std": ["Ssh3"], "synonym_std": ["slingshot homolog 3 (Drosophila)", "protein phosphatase Slingshot homolog 3", "SSH-3", "BC028922", "mSSH-3L", "SSH-like protein 3", "SSH-3L", "slingshot-3L", "slingshot-like 3"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:30579", "ENSEMBL:ENSG00000084112", "OMIM:606778"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1L", "SSH-like protein 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:30579", "http://identifiers.org/ensembl/ENSG00000084112", "http://purl.obolibrary.org/obo/OMIM_606778"], "iri": "http://www.ncbi.nlm.nih.gov/gene/54434", "_version_": 1564148082211291137, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/54434", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/54434", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1L", "SSH-like protein 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:54434", "id_eng": "NCBIGene:54434", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:30579", "ENSEMBL:ENSG00000084112", "OMIM:606778"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1L", "SSH-like protein 1", "protein phosphatase Slingshot homolog 1"], "score": 33.71675, "id_std": "NCBIGene:54434", "equivalent_curie_std": ["HGNC:30579", "ENSEMBL:ENSG00000084112", "OMIM:606778"], "id": "NCBIGene:54434", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:30579", "http://identifiers.org/ensembl/ENSG00000084112", "http://purl.obolibrary.org/obo/OMIM_606778"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/54434", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:30579", "http://identifiers.org/ensembl/ENSG00000084112", "http://purl.obolibrary.org/obo/OMIM_606778"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:30579", "ENSEMBL:ENSG00000084112", "OMIM:606778"], "label": ["SSH1"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:30579", "http://identifiers.org/ensembl/ENSG00000084112", "http://purl.obolibrary.org/obo/OMIM_606778"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1L", "SSH-like protein 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["ENSEMBL:ENSRNOG00000018878", "RGD:1308679"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "SSH-like protein 3", "SSH-3L", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSRNOG00000018878", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679"], "iri": "http://www.ncbi.nlm.nih.gov/gene/365396", "_version_": 1564148116251213826, "label_eng": ["Ssh3"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/365396", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/365396", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "SSH-like protein 3", "SSH-3L", "slingshot homolog 3"], "id_kw": "NCBIGene:365396", "id_eng": "NCBIGene:365396", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSRNOG00000018878", "RGD:1308679"], "label_kw": ["Ssh3"], "synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "SSH-like protein 3", "SSH-3L", "slingshot homolog 3"], "score": 33.71675, "id_std": "NCBIGene:365396", "equivalent_curie_std": ["ENSEMBL:ENSRNOG00000018878", "RGD:1308679"], "id": "NCBIGene:365396", "equivalent_iri": ["http://identifiers.org/ensembl/ENSRNOG00000018878", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/365396", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSRNOG00000018878", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSRNOG00000018878", "RGD:1308679"], "label": ["Ssh3"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSRNOG00000018878", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679"], "label_std": ["Ssh3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "SSH-like protein 3", "SSH-3L", "slingshot homolog 3"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ENSEMBL:ENSDARG00000056780", "ZFIN:ZDB-GENE-040724-201"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["slingshot homolog 1", "ssh1a", "slingshot protein phosphatase 1", "slingshot homolog 1a", "slingshot protein phosphatase 1a", "protein phosphatase Slingshot homolog 1", "si:ch211-108c6.1", "zC108C6.1", "ssh1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://zfin.org/ZDB-GENE-040724-201"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101885659", "_version_": 1564148213562212353, "label_eng": ["ssh1a"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101885659", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101885659", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["slingshot homolog 1", "ssh1a", "slingshot protein phosphatase 1", "slingshot homolog 1a", "slingshot protein phosphatase 1a", "protein phosphatase Slingshot homolog 1", "si:ch211-108c6.1", "zC108C6.1", "ssh1"], "id_kw": "NCBIGene:101885659", "id_eng": "NCBIGene:101885659", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000056780", "ZFIN:ZDB-GENE-040724-201"], "label_kw": ["ssh1a"], "synonym": ["slingshot homolog 1", "ssh1a", "slingshot protein phosphatase 1", "slingshot homolog 1a", "slingshot protein phosphatase 1a", "protein phosphatase Slingshot homolog 1", "si:ch211-108c6.1", "zC108C6.1", "ssh1"], "score": 32.478867, "id_std": "NCBIGene:101885659", "equivalent_curie_std": ["ENSEMBL:ENSDARG00000056780", "ZFIN:ZDB-GENE-040724-201"], "id": "NCBIGene:101885659", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://zfin.org/ZDB-GENE-040724-201"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101885659", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://zfin.org/ZDB-GENE-040724-201"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000056780", "ZFIN:ZDB-GENE-040724-201"], "label": ["ssh1a"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://zfin.org/ZDB-GENE-040724-201"], "label_std": ["ssh1a"], "synonym_std": ["slingshot homolog 1", "ssh1a", "slingshot protein phosphatase 1", "slingshot homolog 1a", "slingshot protein phosphatase 1a", "protein phosphatase Slingshot homolog 1", "si:ch211-108c6.1", "zC108C6.1", "ssh1"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "taxon_label_eng": "Gallus gallus", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "SSH3"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101752044", "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101752044", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101752044", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 3", "SSH3"], "id_kw": "NCBIGene:101752044", "id_eng": "NCBIGene:101752044", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148210413338625, "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3", "SSH3"], "score": 31.481571, "id_std": "NCBIGene:101752044", "id": "NCBIGene:101752044", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101752044", "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "label": ["SSH3"], "taxon_label_std": "Gallus gallus", "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "SSH3"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"taxon_eng": "NCBITaxon:31033", "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "taxon_label_eng": "Takifugu rubripes", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101074377", "label_eng": ["ssh1"], "taxon_kw": "NCBITaxon:31033", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101074377", "taxon_label_kw": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101074377", "category_kw": ["gene"], "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:101074377", "id_eng": "NCBIGene:101074377", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148014171291648, "label_kw": ["ssh1"], "synonym": ["protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:101074377", "id": "NCBIGene:101074377", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101074377", "taxon": "NCBITaxon:31033", "leaf": true, "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "category_std": ["gene"], "label": ["ssh1"], "taxon_label_std": "Takifugu rubripes", "label_std": ["ssh1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_label": "Takifugu rubripes"}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000018965"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "iri": "http://www.ncbi.nlm.nih.gov/gene/491183", "_version_": 1564148087702683648, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/491183", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/491183", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:491183", "id_eng": "NCBIGene:491183", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000018965"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:491183", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000018965"], "id": "NCBIGene:491183", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/491183", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000018965"], "label": ["SSH2"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:28377", "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "taxon_label_eng": "Anolis carolinensis", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100556167", "label_eng": ["ssh3"], "taxon_kw": "NCBITaxon:28377", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100556167", "taxon_label_kw": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100556167", "category_kw": ["gene"], "taxon_label_synonym_std": ["Carolina anole", "green anole"], "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "id_kw": "NCBIGene:100556167", "id_eng": "NCBIGene:100556167", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148075134451712, "label_kw": ["ssh3"], "synonym": ["protein phosphatase Slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:100556167", "id": "NCBIGene:100556167", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100556167", "taxon": "NCBITaxon:28377", "leaf": true, "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "category_std": ["gene"], "label": ["ssh3"], "taxon_label_std": "Anolis carolinensis", "label_std": ["ssh3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label": "Anolis carolinensis"}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ZFIN:ZDB-GENE-081205-4", "ENSEMBL:ENSDARG00000098955"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["slingshot homolog 2b", "zgc:175142", "protein phosphatase Slingshot homolog 2", "slingshot protein phosphatase 2b"], "equivalent_iri_std": ["http://zfin.org/ZDB-GENE-081205-4", "http://identifiers.org/ensembl/ENSDARG00000098955"], "iri": "http://www.ncbi.nlm.nih.gov/gene/557912", "_version_": 1564148078053687296, "label_eng": ["ssh2b"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/557912", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/557912", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["slingshot homolog 2b", "zgc:175142", "protein phosphatase Slingshot homolog 2", "slingshot protein phosphatase 2b"], "id_kw": "NCBIGene:557912", "id_eng": "NCBIGene:557912", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ZFIN:ZDB-GENE-081205-4", "ENSEMBL:ENSDARG00000098955"], "label_kw": ["ssh2b"], "synonym": ["slingshot homolog 2b", "zgc:175142", "protein phosphatase Slingshot homolog 2", "slingshot protein phosphatase 2b"], "score": 29.849455, "id_std": "NCBIGene:557912", "equivalent_curie_std": ["ZFIN:ZDB-GENE-081205-4", "ENSEMBL:ENSDARG00000098955"], "id": "NCBIGene:557912", "equivalent_iri": ["http://zfin.org/ZDB-GENE-081205-4", "http://identifiers.org/ensembl/ENSDARG00000098955"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/557912", "equivalent_iri_kw": ["http://zfin.org/ZDB-GENE-081205-4", "http://identifiers.org/ensembl/ENSDARG00000098955"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ZFIN:ZDB-GENE-081205-4", "ENSEMBL:ENSDARG00000098955"], "label": ["ssh2b"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://zfin.org/ZDB-GENE-081205-4", "http://identifiers.org/ensembl/ENSDARG00000098955"], "label_std": ["ssh2b"], "synonym_std": ["slingshot homolog 2b", "zgc:175142", "protein phosphatase Slingshot homolog 2", "slingshot protein phosphatase 2b"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-6041963"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-6041963"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100495893", "_version_": 1564148109526695937, "label_eng": ["ssh1"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100495893", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100495893", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:100495893", "id_eng": "NCBIGene:100495893", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-6041963"], "label_kw": ["ssh1"], "synonym": ["slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100495893", "equivalent_curie_std": ["Xenbase:XB-GENE-6041963"], "id": "NCBIGene:100495893", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-6041963"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100495893", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-6041963"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-6041963"], "label": ["ssh1"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-6041963"], "label_std": ["ssh1"], "synonym_std": ["slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:9544", "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_curie": ["ENSEMBL:ENSMMUG00000015107"], "taxon_label_eng": "Macaca mulatta", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "iri": "http://www.ncbi.nlm.nih.gov/gene/707809", "_version_": 1564148112685006850, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9544", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/707809", "taxon_label_kw": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/707809", "category_kw": ["gene"], "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:707809", "id_eng": "NCBIGene:707809", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000015107"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:707809", "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000015107"], "id": "NCBIGene:707809", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/707809", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "taxon": "NCBITaxon:9544", "leaf": true, "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000015107"], "label": ["SSH1"], "taxon_label_std": "Macaca mulatta", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label": "Macaca mulatta"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000018825"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "iri": "http://www.ncbi.nlm.nih.gov/gene/538233", "_version_": 1564148124405989376, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/538233", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/538233", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:538233", "id_eng": "NCBIGene:538233", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000018825"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:538233", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000018825"], "id": "NCBIGene:538233", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/538233", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000018825"], "label": ["SSH1"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000011011"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "iri": "http://www.ncbi.nlm.nih.gov/gene/512652", "_version_": 1564148130661793793, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/512652", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/512652", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:512652", "id_eng": "NCBIGene:512652", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000011011"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:512652", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000011011"], "id": "NCBIGene:512652", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/512652", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000011011"], "label": ["SSH2"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"taxon_eng": "NCBITaxon:9796", "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "taxon_label_eng": "Equus caballus", "synonym_kw": ["slingshot homolog 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100066801", "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9796", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100066801", "taxon_label_kw": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100066801", "category_kw": ["gene"], "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "synonym_eng": ["slingshot homolog 1"], "id_kw": "NCBIGene:100066801", "id_eng": "NCBIGene:100066801", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148131859267585, "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100066801", "id": "NCBIGene:100066801", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100066801", "taxon": "NCBITaxon:9796", "leaf": true, "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "category_std": ["gene"], "label": ["SSH1"], "taxon_label_std": "Equus caballus", "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1"], "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label": "Equus caballus"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_curie": ["ENSEMBL:ENSSSCG00000027956"], "taxon_label_eng": "Sus scrofa", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "iri": "http://www.ncbi.nlm.nih.gov/gene/106504157", "_version_": 1564148056988844034, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/106504157", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/106504157", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "id_kw": "NCBIGene:106504157", "id_eng": "NCBIGene:106504157", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000027956"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:106504157", "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000027956"], "id": "NCBIGene:106504157", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/106504157", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000027956"], "label": ["SSH3"], "taxon_label_std": "Sus scrofa", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"taxon_eng": "NCBITaxon:13616", "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "equivalent_curie": ["ENSEMBL:ENSMODG00000009679"], "taxon_label_eng": "Monodelphis domestica", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100011140", "_version_": 1564148048702996482, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:13616", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100011140", "taxon_label_kw": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100011140", "category_kw": ["gene"], "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:100011140", "id_eng": "NCBIGene:100011140", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMODG00000009679"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100011140", "equivalent_curie_std": ["ENSEMBL:ENSMODG00000009679"], "id": "NCBIGene:100011140", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100011140", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "taxon": "NCBITaxon:13616", "leaf": true, "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMODG00000009679"], "label": ["SSH2"], "taxon_label_std": "Monodelphis domestica", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label": "Monodelphis domestica"}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/467124", "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/467124", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/467124", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:467124", "id_eng": "NCBIGene:467124", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148024307875840, "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:467124", "id": "NCBIGene:467124", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/467124", "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "label": ["SSH1"], "taxon_label_std": "Pan troglodytes", "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"taxon_eng": "NCBITaxon:9796", "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "equivalent_curie": ["ENSEMBL:ENSECAG00000009653"], "taxon_label_eng": "Equus caballus", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100059077", "_version_": 1564148020855963648, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9796", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100059077", "taxon_label_kw": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100059077", "category_kw": ["gene"], "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "id_kw": "NCBIGene:100059077", "id_eng": "NCBIGene:100059077", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSECAG00000009653"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:100059077", "equivalent_curie_std": ["ENSEMBL:ENSECAG00000009653"], "id": "NCBIGene:100059077", "equivalent_iri": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100059077", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "taxon": "NCBITaxon:9796", "leaf": true, "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSECAG00000009653"], "label": ["SSH3"], "taxon_label_std": "Equus caballus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label": "Equus caballus"}, {"taxon_eng": "NCBITaxon:9913", "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_curie": ["ENSEMBL:ENSBTAG00000031590"], "taxon_label_eng": "Bos taurus", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "iri": "http://www.ncbi.nlm.nih.gov/gene/514643", "_version_": 1564148141734756352, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9913", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/514643", "taxon_label_kw": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/514643", "category_kw": ["gene"], "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "id_kw": "NCBIGene:514643", "id_eng": "NCBIGene:514643", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000031590"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:514643", "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000031590"], "id": "NCBIGene:514643", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/514643", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "taxon": "NCBITaxon:9913", "leaf": true, "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000031590"], "label": ["SSH3"], "taxon_label_std": "Bos taurus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cattle", "cow", "Bos primigenius taurus"], "taxon_label": "Bos taurus"}, {"taxon_eng": "NCBITaxon:9685", "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_curie": ["ENSEMBL:ENSFCAG00000002761"], "taxon_label_eng": "Felis catus", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101083045", "_version_": 1564148148651163649, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9685", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101083045", "taxon_label_kw": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101083045", "category_kw": ["gene"], "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:101083045", "id_eng": "NCBIGene:101083045", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000002761"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:101083045", "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000002761"], "id": "NCBIGene:101083045", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101083045", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "taxon": "NCBITaxon:9685", "leaf": true, "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000002761"], "label": ["SSH2"], "taxon_label_std": "Felis catus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label": "Felis catus"}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000011261"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "iri": "http://www.ncbi.nlm.nih.gov/gene/477526", "_version_": 1564148155824472066, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/477526", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/477526", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:477526", "id_eng": "NCBIGene:477526", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000011261"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:477526", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000011261"], "id": "NCBIGene:477526", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/477526", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000011261"], "label": ["SSH1"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_curie": ["ENSEMBL:ENSPTRG00000003949"], "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "iri": "http://www.ncbi.nlm.nih.gov/gene/451365", "_version_": 1564148164954423296, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/451365", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/451365", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "id_kw": "NCBIGene:451365", "id_eng": "NCBIGene:451365", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000003949"], "label_kw": ["SSH3"], "synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:451365", "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000003949"], "id": "NCBIGene:451365", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/451365", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000003949"], "label": ["SSH3"], "taxon_label_std": "Pan troglodytes", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "label_std": ["SSH3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"taxon_eng": "NCBITaxon:9598", "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_curie": ["ENSEMBL:ENSPTRG00000008955"], "taxon_label_eng": "Pan troglodytes", "synonym_kw": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "iri": "http://www.ncbi.nlm.nih.gov/gene/454551", "_version_": 1564148175913091073, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9598", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/454551", "taxon_label_kw": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/454551", "category_kw": ["gene"], "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "synonym_eng": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:454551", "id_eng": "NCBIGene:454551", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000008955"], "label_kw": ["SSH2"], "synonym": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:454551", "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000008955"], "id": "NCBIGene:454551", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/454551", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "taxon": "NCBITaxon:9598", "leaf": true, "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000008955"], "label": ["SSH2"], "taxon_label_std": "Pan troglodytes", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "label_std": ["SSH2"], "synonym_std": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label": "Pan troglodytes"}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ENSEMBL:ENSDARG00000088440", "ZFIN:ZDB-GENE-030131-3810"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["slingshot homolog 2a", "slingshot protein phosphatase 2a", "wu:fc54g05", "protein phosphatase Slingshot homolog 2", "ssh2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://zfin.org/ZDB-GENE-030131-3810"], "iri": "http://www.ncbi.nlm.nih.gov/gene/325085", "_version_": 1564148184345739264, "label_eng": ["ssh2a"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/325085", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/325085", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["slingshot homolog 2a", "slingshot protein phosphatase 2a", "wu:fc54g05", "protein phosphatase Slingshot homolog 2", "ssh2", "slingshot homolog 2"], "id_kw": "NCBIGene:325085", "id_eng": "NCBIGene:325085", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000088440", "ZFIN:ZDB-GENE-030131-3810"], "label_kw": ["ssh2a"], "synonym": ["slingshot homolog 2a", "slingshot protein phosphatase 2a", "wu:fc54g05", "protein phosphatase Slingshot homolog 2", "ssh2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:325085", "equivalent_curie_std": ["ENSEMBL:ENSDARG00000088440", "ZFIN:ZDB-GENE-030131-3810"], "id": "NCBIGene:325085", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://zfin.org/ZDB-GENE-030131-3810"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/325085", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://zfin.org/ZDB-GENE-030131-3810"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000088440", "ZFIN:ZDB-GENE-030131-3810"], "label": ["ssh2a"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://zfin.org/ZDB-GENE-030131-3810"], "label_std": ["ssh2a"], "synonym_std": ["slingshot homolog 2a", "slingshot protein phosphatase 2a", "wu:fc54g05", "protein phosphatase Slingshot homolog 2", "ssh2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:28377", "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_curie": ["ENSEMBL:ENSACAG00000012066"], "taxon_label_eng": "Anolis carolinensis", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100563631", "_version_": 1564148195767877634, "label_eng": ["ssh2"], "taxon_kw": "NCBITaxon:28377", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100563631", "taxon_label_kw": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100563631", "category_kw": ["gene"], "taxon_label_synonym_std": ["Carolina anole", "green anole"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:100563631", "id_eng": "NCBIGene:100563631", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000012066"], "label_kw": ["ssh2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100563631", "equivalent_curie_std": ["ENSEMBL:ENSACAG00000012066"], "id": "NCBIGene:100563631", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100563631", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "taxon": "NCBITaxon:28377", "leaf": true, "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000012066"], "label": ["ssh2"], "taxon_label_std": "Anolis carolinensis", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "label_std": ["ssh2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label": "Anolis carolinensis"}, {"taxon_eng": "NCBITaxon:28377", "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_curie": ["ENSEMBL:ENSACAG00000011320"], "taxon_label_eng": "Anolis carolinensis", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100563116", "_version_": 1564148196264902658, "label_eng": ["ssh1"], "taxon_kw": "NCBITaxon:28377", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100563116", "taxon_label_kw": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100563116", "category_kw": ["gene"], "taxon_label_synonym_std": ["Carolina anole", "green anole"], "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:100563116", "id_eng": "NCBIGene:100563116", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000011320"], "label_kw": ["ssh1"], "synonym": ["protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100563116", "equivalent_curie_std": ["ENSEMBL:ENSACAG00000011320"], "id": "NCBIGene:100563116", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100563116", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "taxon": "NCBITaxon:28377", "leaf": true, "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000011320"], "label": ["ssh1"], "taxon_label_std": "Anolis carolinensis", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "label_std": ["ssh1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label": "Anolis carolinensis"}, {"taxon_eng": "NCBITaxon:13616", "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "taxon_label_eng": "Monodelphis domestica", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100024747", "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:13616", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100024747", "taxon_label_kw": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100024747", "category_kw": ["gene"], "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:100024747", "id_eng": "NCBIGene:100024747", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148196474617857, "label_kw": ["SSH1"], "synonym": ["protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100024747", "id": "NCBIGene:100024747", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100024747", "taxon": "NCBITaxon:13616", "leaf": true, "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "category_std": ["gene"], "label": ["SSH1"], "taxon_label_std": "Monodelphis domestica", "label_std": ["SSH1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label": "Monodelphis domestica"}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_curie": ["ENSEMBL:ENSGALG00000004928"], "taxon_label_eng": "Gallus gallus", "synonym_kw": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "SSH1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101750781", "_version_": 1564148197362761729, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101750781", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101750781", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "SSH1"], "id_kw": "NCBIGene:101750781", "id_eng": "NCBIGene:101750781", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000004928"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "SSH1"], "score": 29.849455, "id_std": "NCBIGene:101750781", "equivalent_curie_std": ["ENSEMBL:ENSGALG00000004928"], "id": "NCBIGene:101750781", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101750781", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000004928"], "label": ["SSH1"], "taxon_label_std": "Gallus gallus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "SSH1"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_curie": ["ENSEMBL:ENSSSCG00000009943"], "taxon_label_eng": "Sus scrofa", "synonym_kw": ["slingshot homolog 1", "LOC100155435", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100157825", "_version_": 1564148199884587010, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100157825", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100157825", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["slingshot homolog 1", "LOC100155435", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:100157825", "id_eng": "NCBIGene:100157825", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000009943"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "LOC100155435", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100157825", "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000009943"], "id": "NCBIGene:100157825", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100157825", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000009943"], "label": ["SSH1"], "taxon_label_std": "Sus scrofa", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "LOC100155435", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ENSEMBL:ENSDARG00000010031", "ZFIN:ZDB-GENE-030131-5909"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["fi24e04", "slingshot homolog 1b", "si:dkey-202g15.7", "wu:fi24e04", "slingshot protein phosphatase 1b", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://zfin.org/ZDB-GENE-030131-5909"], "iri": "http://www.ncbi.nlm.nih.gov/gene/567479", "_version_": 1564148213285388291, "label_eng": ["ssh1b"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/567479", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/567479", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["fi24e04", "slingshot homolog 1b", "si:dkey-202g15.7", "wu:fi24e04", "slingshot protein phosphatase 1b", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:567479", "id_eng": "NCBIGene:567479", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000010031", "ZFIN:ZDB-GENE-030131-5909"], "label_kw": ["ssh1b"], "synonym": ["fi24e04", "slingshot homolog 1b", "si:dkey-202g15.7", "wu:fi24e04", "slingshot protein phosphatase 1b", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:567479", "equivalent_curie_std": ["ENSEMBL:ENSDARG00000010031", "ZFIN:ZDB-GENE-030131-5909"], "id": "NCBIGene:567479", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://zfin.org/ZDB-GENE-030131-5909"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/567479", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://zfin.org/ZDB-GENE-030131-5909"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000010031", "ZFIN:ZDB-GENE-030131-5909"], "label": ["ssh1b"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://zfin.org/ZDB-GENE-030131-5909"], "label_std": ["ssh1b"], "synonym_std": ["fi24e04", "slingshot homolog 1b", "si:dkey-202g15.7", "wu:fi24e04", "slingshot protein phosphatase 1b", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["ENSEMBL:ENSRNOG00000014285", "RGD:1309389"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSRNOG00000014285", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389"], "iri": "http://www.ncbi.nlm.nih.gov/gene/303342", "_version_": 1564148214369615873, "label_eng": ["Ssh2"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/303342", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/303342", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:303342", "id_eng": "NCBIGene:303342", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSRNOG00000014285", "RGD:1309389"], "label_kw": ["Ssh2"], "synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:303342", "equivalent_curie_std": ["ENSEMBL:ENSRNOG00000014285", "RGD:1309389"], "id": "NCBIGene:303342", "equivalent_iri": ["http://identifiers.org/ensembl/ENSRNOG00000014285", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/303342", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSRNOG00000014285", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSRNOG00000014285", "RGD:1309389"], "label": ["Ssh2"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSRNOG00000014285", "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389"], "label_std": ["Ssh2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"taxon_eng": "NCBITaxon:10116", "taxon_label_synonym": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_curie": ["RGD:1306038", "ENSEMBL:ENSRNOG00000000695"], "taxon_label_eng": "Rattus norvegicus", "synonym_kw": ["slingshot homolog 1", "slingshot 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "http://identifiers.org/ensembl/ENSRNOG00000000695"], "iri": "http://www.ncbi.nlm.nih.gov/gene/304580", "_version_": 1564148219477229569, "label_eng": ["Ssh1"], "taxon_kw": "NCBITaxon:10116", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/304580", "taxon_label_kw": "Rattus norvegicus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/304580", "category_kw": ["gene"], "taxon_label_synonym_std": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "synonym_eng": ["slingshot homolog 1", "slingshot 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:304580", "id_eng": "NCBIGene:304580", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["RGD:1306038", "ENSEMBL:ENSRNOG00000000695"], "label_kw": ["Ssh1"], "synonym": ["slingshot homolog 1", "slingshot 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:304580", "equivalent_curie_std": ["RGD:1306038", "ENSEMBL:ENSRNOG00000000695"], "id": "NCBIGene:304580", "equivalent_iri": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "http://identifiers.org/ensembl/ENSRNOG00000000695"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/304580", "equivalent_iri_kw": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "http://identifiers.org/ensembl/ENSRNOG00000000695"], "taxon": "NCBITaxon:10116", "leaf": true, "taxon_label_synonym_kw": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "category_std": ["gene"], "equivalent_curie_eng": ["RGD:1306038", "ENSEMBL:ENSRNOG00000000695"], "label": ["Ssh1"], "taxon_label_std": "Rattus norvegicus", "equivalent_iri_eng": ["http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "http://identifiers.org/ensembl/ENSRNOG00000000695"], "label_std": ["Ssh1"], "synonym_std": ["slingshot homolog 1", "slingshot 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["brown rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label": "Rattus norvegicus"}, {"taxon_eng": "NCBITaxon:9544", "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_curie": ["ENSEMBL:ENSMMUG00000014413"], "taxon_label_eng": "Macaca mulatta", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "iri": "http://www.ncbi.nlm.nih.gov/gene/711898", "_version_": 1564148220321333249, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9544", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/711898", "taxon_label_kw": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/711898", "category_kw": ["gene"], "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:711898", "id_eng": "NCBIGene:711898", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000014413"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:711898", "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000014413"], "id": "NCBIGene:711898", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/711898", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "taxon": "NCBITaxon:9544", "leaf": true, "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000014413"], "label": ["SSH2"], "taxon_label_std": "Macaca mulatta", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label": "Macaca mulatta"}, {"taxon_eng": "NCBITaxon:9544", "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_curie": ["ENSEMBL:ENSMMUG00000015932"], "taxon_label_eng": "Macaca mulatta", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "iri": "http://www.ncbi.nlm.nih.gov/gene/712699", "_version_": 1564148222013734912, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9544", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/712699", "taxon_label_kw": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/712699", "category_kw": ["gene"], "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "id_kw": "NCBIGene:712699", "id_eng": "NCBIGene:712699", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000015932"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:712699", "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000015932"], "id": "NCBIGene:712699", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/712699", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "taxon": "NCBITaxon:9544", "leaf": true, "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000015932"], "label": ["SSH3"], "taxon_label_std": "Macaca mulatta", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label": "Macaca mulatta"}, {"taxon_eng": "NCBITaxon:9796", "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "equivalent_curie": ["ENSEMBL:ENSECAG00000015172"], "taxon_label_eng": "Equus caballus", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100072180", "_version_": 1564148246408855553, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9796", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100072180", "taxon_label_kw": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100072180", "category_kw": ["gene"], "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:100072180", "id_eng": "NCBIGene:100072180", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSECAG00000015172"], "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100072180", "equivalent_curie_std": ["ENSEMBL:ENSECAG00000015172"], "id": "NCBIGene:100072180", "equivalent_iri": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100072180", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "taxon": "NCBITaxon:9796", "leaf": true, "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSECAG00000015172"], "label": ["SSH2"], "taxon_label_std": "Equus caballus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label": "Equus caballus"}, {"taxon_eng": "NCBITaxon:9823", "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "taxon_label_eng": "Sus scrofa", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100520515", "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9823", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100520515", "taxon_label_kw": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100520515", "category_kw": ["gene"], "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:100520515", "id_eng": "NCBIGene:100520515", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148250198409218, "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100520515", "id": "NCBIGene:100520515", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100520515", "taxon": "NCBITaxon:9823", "leaf": true, "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "category_std": ["gene"], "label": ["SSH2"], "taxon_label_std": "Sus scrofa", "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label": "Sus scrofa"}, {"taxon_eng": "NCBITaxon:9031", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_curie": ["ENSEMBL:ENSGALG00000021572"], "taxon_label_eng": "Gallus gallus", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "iri": "http://www.ncbi.nlm.nih.gov/gene/417586", "_version_": 1564148251520663555, "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9031", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/417586", "taxon_label_kw": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/417586", "category_kw": ["gene"], "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:417586", "id_eng": "NCBIGene:417586", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000021572"], "label_kw": ["SSH2"], "synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:417586", "equivalent_curie_std": ["ENSEMBL:ENSGALG00000021572"], "id": "NCBIGene:417586", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/417586", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "taxon": "NCBITaxon:9031", "leaf": true, "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000021572"], "label": ["SSH2"], "taxon_label_std": "Gallus gallus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "label_std": ["SSH2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label": "Gallus gallus"}, {"taxon_eng": "NCBITaxon:9258", "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "taxon_label_eng": "Ornithorhynchus anatinus", "synonym_kw": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100076705", "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9258", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100076705", "taxon_label_kw": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100076705", "category_kw": ["gene"], "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "synonym_eng": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:100076705", "id_eng": "NCBIGene:100076705", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148257116913666, "label_kw": ["SSH1"], "synonym": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:100076705", "id": "NCBIGene:100076705", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100076705", "taxon": "NCBITaxon:9258", "leaf": true, "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "category_std": ["gene"], "label": ["SSH1"], "taxon_label_std": "Ornithorhynchus anatinus", "label_std": ["SSH1"], "synonym_std": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label": "Ornithorhynchus anatinus"}, {"taxon_eng": "NCBITaxon:9685", "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_curie": ["ENSEMBL:ENSFCAG00000003389"], "taxon_label_eng": "Felis catus", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101091048", "_version_": 1564148262529662976, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9685", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101091048", "taxon_label_kw": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101091048", "category_kw": ["gene"], "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "id_kw": "NCBIGene:101091048", "id_eng": "NCBIGene:101091048", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000003389"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:101091048", "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000003389"], "id": "NCBIGene:101091048", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101091048", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "taxon": "NCBITaxon:9685", "leaf": true, "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000003389"], "label": ["SSH3"], "taxon_label_std": "Felis catus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label": "Felis catus"}, {"taxon_eng": "NCBITaxon:9615", "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_curie": ["ENSEMBL:ENSCAFG00000011655"], "taxon_label_eng": "Canis lupus familiaris", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "iri": "http://www.ncbi.nlm.nih.gov/gene/483699", "_version_": 1564148262861012993, "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:9615", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/483699", "taxon_label_kw": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/483699", "category_kw": ["gene"], "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "id_kw": "NCBIGene:483699", "id_eng": "NCBIGene:483699", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000011655"], "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:483699", "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000011655"], "id": "NCBIGene:483699", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/483699", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "taxon": "NCBITaxon:9615", "leaf": true, "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000011655"], "label": ["SSH3"], "taxon_label_std": "Canis lupus familiaris", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label": "Canis lupus familiaris"}, {"taxon_eng": "NCBITaxon:9258", "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "taxon_label_eng": "Ornithorhynchus anatinus", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100079088", "label_eng": ["SSH2"], "taxon_kw": "NCBITaxon:9258", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100079088", "taxon_label_kw": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100079088", "category_kw": ["gene"], "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "id_kw": "NCBIGene:100079088", "id_eng": "NCBIGene:100079088", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148267914100738, "label_kw": ["SSH2"], "synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100079088", "id": "NCBIGene:100079088", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100079088", "taxon": "NCBITaxon:9258", "leaf": true, "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "category_std": ["gene"], "label": ["SSH2"], "taxon_label_std": "Ornithorhynchus anatinus", "label_std": ["SSH2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label": "Ornithorhynchus anatinus"}, {"taxon_eng": "NCBITaxon:9685", "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_curie": ["ENSEMBL:ENSFCAG00000004336"], "taxon_label_eng": "Felis catus", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101094543", "_version_": 1564148270923513857, "label_eng": ["SSH1"], "taxon_kw": "NCBITaxon:9685", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101094543", "taxon_label_kw": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101094543", "category_kw": ["gene"], "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "id_kw": "NCBIGene:101094543", "id_eng": "NCBIGene:101094543", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000004336"], "label_kw": ["SSH1"], "synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "score": 29.849455, "id_std": "NCBIGene:101094543", "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000004336"], "id": "NCBIGene:101094543", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101094543", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "taxon": "NCBITaxon:9685", "leaf": true, "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000004336"], "label": ["SSH1"], "taxon_label_std": "Felis catus", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "label_std": ["SSH1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label": "Felis catus"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-993093"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-993093"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100488169", "_version_": 1564148280316657665, "label_eng": ["ssh2"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100488169", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100488169", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2"], "id_kw": "NCBIGene:100488169", "id_eng": "NCBIGene:100488169", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-993093"], "label_kw": ["ssh2"], "synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:100488169", "equivalent_curie_std": ["Xenbase:XB-GENE-993093"], "id": "NCBIGene:100488169", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-993093"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100488169", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-993093"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-993093"], "label": ["ssh2"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-993093"], "label_std": ["ssh2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-5816848"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "protein phosphatase Slingshot homolog", "xSSH"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-5816848"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100488263", "_version_": 1564148280419418114, "label_eng": ["ssh3"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100488263", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100488263", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "protein phosphatase Slingshot homolog", "xSSH"], "id_kw": "NCBIGene:100488263", "id_eng": "NCBIGene:100488263", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-5816848"], "label_kw": ["ssh3"], "synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "protein phosphatase Slingshot homolog", "xSSH"], "score": 29.849455, "id_std": "NCBIGene:100488263", "equivalent_curie_std": ["Xenbase:XB-GENE-5816848"], "id": "NCBIGene:100488263", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-5816848"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100488263", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-5816848"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-5816848"], "label": ["ssh3"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-5816848"], "label_std": ["ssh3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "protein phosphatase Slingshot homolog", "xSSH"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:31033", "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "taxon_label_eng": "Takifugu rubripes", "synonym_kw": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101071288", "label_eng": ["ssh2"], "taxon_kw": "NCBITaxon:31033", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101071288", "taxon_label_kw": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101071288", "category_kw": ["gene"], "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "synonym_eng": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "id_kw": "NCBIGene:101071288", "id_eng": "NCBIGene:101071288", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148297358114818, "label_kw": ["ssh2"], "synonym": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "score": 29.849455, "id_std": "NCBIGene:101071288", "id": "NCBIGene:101071288", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101071288", "taxon": "NCBITaxon:31033", "leaf": true, "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "category_std": ["gene"], "label": ["ssh2"], "taxon_label_std": "Takifugu rubripes", "label_std": ["ssh2"], "synonym_std": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Takifugu rubripes (Temminck & Schlegel, 1850)", "Sphaeroides rubripes", "torafugu"], "taxon_label": "Takifugu rubripes"}, {"taxon_eng": "NCBITaxon:13616", "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "taxon_label_eng": "Monodelphis domestica", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "iri": "http://www.ncbi.nlm.nih.gov/gene/103104867", "label_eng": ["SSH3"], "taxon_kw": "NCBITaxon:13616", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/103104867", "taxon_label_kw": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/103104867", "category_kw": ["gene"], "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "id_kw": "NCBIGene:103104867", "id_eng": "NCBIGene:103104867", "category": ["gene"], "category_eng": ["gene"], "_version_": 1564148300079169536, "label_kw": ["SSH3"], "synonym": ["protein phosphatase Slingshot homolog 3"], "score": 29.849455, "id_std": "NCBIGene:103104867", "id": "NCBIGene:103104867", "iri_std": "http://www.ncbi.nlm.nih.gov/gene/103104867", "taxon": "NCBITaxon:13616", "leaf": true, "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "category_std": ["gene"], "label": ["SSH3"], "taxon_label_std": "Monodelphis domestica", "label_std": ["SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label": "Monodelphis domestica"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-953171"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["ABI family member 3", "ssh3bp3", "ABI gene family member 3", "nesh"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-953171"], "iri": "http://www.ncbi.nlm.nih.gov/gene/100493650", "_version_": 1564148095464243201, "label_eng": ["abi3"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100493650", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100493650", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["ABI family member 3", "ssh3bp3", "ABI gene family member 3", "nesh"], "id_kw": "NCBIGene:100493650", "id_eng": "NCBIGene:100493650", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-953171"], "label_kw": ["abi3"], "synonym": ["ABI family member 3", "ssh3bp3", "ABI gene family member 3", "nesh"], "score": 29.342995, "id_std": "NCBIGene:100493650", "equivalent_curie_std": ["Xenbase:XB-GENE-953171"], "id": "NCBIGene:100493650", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-953171"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100493650", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-953171"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-953171"], "label": ["abi3"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-953171"], "label_std": ["abi3"], "synonym_std": ["ABI family member 3", "ssh3bp3", "ABI gene family member 3", "nesh"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:7955", "taxon_label_synonym": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_std": "NCBITaxon:7955", "equivalent_curie": ["ENSEMBL:ENSDARG00000079591", "ZFIN:ZDB-GENE-160113-15"], "taxon_label_eng": "Danio rerio", "synonym_kw": ["slingshot protein phosphatase 3", "si:ch211-203d1.3", "protein phosphatase Slingshot homolog 3", "ssh3"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000079591", "http://zfin.org/ZDB-GENE-160113-15"], "iri": "http://www.ncbi.nlm.nih.gov/gene/101886694", "_version_": 1564148219534901248, "label_eng": ["si:ch211-203d1.3"], "taxon_kw": "NCBITaxon:7955", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101886694", "taxon_label_kw": "Danio rerio", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101886694", "category_kw": ["gene"], "taxon_label_synonym_std": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "synonym_eng": ["slingshot protein phosphatase 3", "si:ch211-203d1.3", "protein phosphatase Slingshot homolog 3", "ssh3"], "id_kw": "NCBIGene:101886694", "id_eng": "NCBIGene:101886694", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000079591", "ZFIN:ZDB-GENE-160113-15"], "label_kw": ["si:ch211-203d1.3"], "synonym": ["slingshot protein phosphatase 3", "si:ch211-203d1.3", "protein phosphatase Slingshot homolog 3", "ssh3"], "score": 29.342995, "id_std": "NCBIGene:101886694", "equivalent_curie_std": ["ENSEMBL:ENSDARG00000079591", "ZFIN:ZDB-GENE-160113-15"], "id": "NCBIGene:101886694", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000079591", "http://zfin.org/ZDB-GENE-160113-15"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101886694", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000079591", "http://zfin.org/ZDB-GENE-160113-15"], "taxon": "NCBITaxon:7955", "leaf": true, "taxon_label_synonym_kw": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000079591", "ZFIN:ZDB-GENE-160113-15"], "label": ["si:ch211-203d1.3"], "taxon_label_std": "Danio rerio", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000079591", "http://zfin.org/ZDB-GENE-160113-15"], "label_std": ["si:ch211-203d1.3"], "synonym_std": ["slingshot protein phosphatase 3", "si:ch211-203d1.3", "protein phosphatase Slingshot homolog 3", "ssh3"], "taxon_label_synonym_eng": ["zebra fish", "Danio rerio (Hamilton, 1822)", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei", "Cyprinus rerio Hamilton, 1822"], "taxon_label": "Danio rerio"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["ENSEMBL:ENSG00000136754", "HGNC:11320", "OMIM:603050"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "nap1 binding protein", "SSH3BP1", "NAP1BP", "Abelson interactor 1", "interactor protein AblBP4", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSG00000136754", "http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050"], "iri": "http://www.ncbi.nlm.nih.gov/gene/10006", "_version_": 1564148141942374400, "label_eng": ["ABI1"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/10006", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/10006", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "nap1 binding protein", "SSH3BP1", "NAP1BP", "Abelson interactor 1", "interactor protein AblBP4", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "id_kw": "NCBIGene:10006", "id_eng": "NCBIGene:10006", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["ENSEMBL:ENSG00000136754", "HGNC:11320", "OMIM:603050"], "label_kw": ["ABI1"], "synonym": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "nap1 binding protein", "SSH3BP1", "NAP1BP", "Abelson interactor 1", "interactor protein AblBP4", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "score": 28.233126, "id_std": "NCBIGene:10006", "equivalent_curie_std": ["ENSEMBL:ENSG00000136754", "HGNC:11320", "OMIM:603050"], "id": "NCBIGene:10006", "equivalent_iri": ["http://identifiers.org/ensembl/ENSG00000136754", "http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/10006", "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSG00000136754", "http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["ENSEMBL:ENSG00000136754", "HGNC:11320", "OMIM:603050"], "label": ["ABI1"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSG00000136754", "http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050"], "label_std": ["ABI1"], "synonym_std": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "nap1 binding protein", "SSH3BP1", "NAP1BP", "Abelson interactor 1", "interactor protein AblBP4", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["OMIM:606363", "ENSEMBL:ENSG00000108798", "HGNC:29859"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["ABI family member 3", "new molecule including SH3", "NESH", "SSH3BP3", "ABI gene family member 3"], "equivalent_iri_std": ["http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://identifiers.org/hgnc/HGNC:29859"], "iri": "http://www.ncbi.nlm.nih.gov/gene/51225", "_version_": 1564148072430174208, "label_eng": ["ABI3"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/51225", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/51225", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["ABI family member 3", "new molecule including SH3", "NESH", "SSH3BP3", "ABI gene family member 3"], "id_kw": "NCBIGene:51225", "id_eng": "NCBIGene:51225", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["OMIM:606363", "ENSEMBL:ENSG00000108798", "HGNC:29859"], "label_kw": ["ABI3"], "synonym": ["ABI family member 3", "new molecule including SH3", "NESH", "SSH3BP3", "ABI gene family member 3"], "score": 27.219479, "id_std": "NCBIGene:51225", "equivalent_curie_std": ["OMIM:606363", "ENSEMBL:ENSG00000108798", "HGNC:29859"], "id": "NCBIGene:51225", "equivalent_iri": ["http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://identifiers.org/hgnc/HGNC:29859"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/51225", "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://identifiers.org/hgnc/HGNC:29859"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["OMIM:606363", "ENSEMBL:ENSG00000108798", "HGNC:29859"], "label": ["ABI3"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://identifiers.org/hgnc/HGNC:29859"], "label_std": ["ABI3"], "synonym_std": ["ABI family member 3", "new molecule including SH3", "NESH", "SSH3BP3", "ABI gene family member 3"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:29520", "ENSEMBL:ENSG00000062194", "OMIM:608412"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["VASCULIN", "GC-rich promoter binding protein 1", "GPBP", "SSH6", "vasculin", "vascular wall-linked protein"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:29520", "http://identifiers.org/ensembl/ENSG00000062194", "http://purl.obolibrary.org/obo/OMIM_608412"], "iri": "http://www.ncbi.nlm.nih.gov/gene/65056", "_version_": 1564148221887905793, "label_eng": ["GPBP1"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/65056", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/65056", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["VASCULIN", "GC-rich promoter binding protein 1", "GPBP", "SSH6", "vasculin", "vascular wall-linked protein"], "id_kw": "NCBIGene:65056", "id_eng": "NCBIGene:65056", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:29520", "ENSEMBL:ENSG00000062194", "OMIM:608412"], "label_kw": ["GPBP1"], "synonym": ["VASCULIN", "GC-rich promoter binding protein 1", "GPBP", "SSH6", "vasculin", "vascular wall-linked protein"], "score": 27.219479, "id_std": "NCBIGene:65056", "equivalent_curie_std": ["HGNC:29520", "ENSEMBL:ENSG00000062194", "OMIM:608412"], "id": "NCBIGene:65056", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:29520", "http://identifiers.org/ensembl/ENSG00000062194", "http://purl.obolibrary.org/obo/OMIM_608412"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/65056", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:29520", "http://identifiers.org/ensembl/ENSG00000062194", "http://purl.obolibrary.org/obo/OMIM_608412"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:29520", "ENSEMBL:ENSG00000062194", "OMIM:608412"], "label": ["GPBP1"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:29520", "http://identifiers.org/ensembl/ENSG00000062194", "http://purl.obolibrary.org/obo/OMIM_608412"], "label_std": ["GPBP1"], "synonym_std": ["VASCULIN", "GC-rich promoter binding protein 1", "GPBP", "SSH6", "vasculin", "vascular wall-linked protein"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}, {"taxon_eng": "NCBITaxon:8364", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_curie": ["Xenbase:XB-GENE-944589"], "taxon_label_eng": "Xenopus tropicalis", "synonym_kw": ["argbpia", "abl-interactor 1", "argbpib", "abl-interactor 2", "abi1", "aip-1", "ssh3bp2", "abl interactor 2", "ablbp3", "abi-2", "abi2b", "xlan4"], "equivalent_iri_std": ["http://identifiers.org/xenbase/XB-GENE-944589"], "iri": "http://www.ncbi.nlm.nih.gov/gene/548798", "_version_": 1564148251235450882, "label_eng": ["abi2"], "taxon_kw": "NCBITaxon:8364", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/548798", "taxon_label_kw": "Xenopus tropicalis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/548798", "category_kw": ["gene"], "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "synonym_eng": ["argbpia", "abl-interactor 1", "argbpib", "abl-interactor 2", "abi1", "aip-1", "ssh3bp2", "abl interactor 2", "ablbp3", "abi-2", "abi2b", "xlan4"], "id_kw": "NCBIGene:548798", "id_eng": "NCBIGene:548798", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["Xenbase:XB-GENE-944589"], "label_kw": ["abi2"], "synonym": ["argbpia", "abl-interactor 1", "argbpib", "abl-interactor 2", "abi1", "aip-1", "ssh3bp2", "abl interactor 2", "ablbp3", "abi-2", "abi2b", "xlan4"], "score": 27.219479, "id_std": "NCBIGene:548798", "equivalent_curie_std": ["Xenbase:XB-GENE-944589"], "id": "NCBIGene:548798", "equivalent_iri": ["http://identifiers.org/xenbase/XB-GENE-944589"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/548798", "equivalent_iri_kw": ["http://identifiers.org/xenbase/XB-GENE-944589"], "taxon": "NCBITaxon:8364", "leaf": true, "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "category_std": ["gene"], "equivalent_curie_eng": ["Xenbase:XB-GENE-944589"], "label": ["abi2"], "taxon_label_std": "Xenopus tropicalis", "equivalent_iri_eng": ["http://identifiers.org/xenbase/XB-GENE-944589"], "label_std": ["abi2"], "synonym_std": ["argbpia", "abl-interactor 1", "argbpib", "abl-interactor 2", "abi1", "aip-1", "ssh3bp2", "abl interactor 2", "ablbp3", "abi-2", "abi2b", "xlan4"], "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label": "Xenopus tropicalis"}, {"taxon_eng": "NCBITaxon:10090", "taxon_label_synonym": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_curie": ["MGI:104913", "ENSEMBL:ENSMUSG00000058835"], "taxon_label_eng": "Mus musculus", "synonym_kw": ["MGC6064", "eps8 binding protein", "NAP1", "ablphilin-1", "abl-interactor 1", "spectrin SH3 domain binding protein 1", "eps8 SH3 domain-binding protein", "abl interactor 1", "abi-1", "Ssh3bp1", "abelson interactor 1", "E3B1"], "equivalent_iri_std": ["http://www.informatics.jax.org/accession/MGI:104913", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "iri": "http://www.ncbi.nlm.nih.gov/gene/11308", "_version_": 1564148147898286080, "label_eng": ["Abi1"], "taxon_kw": "NCBITaxon:10090", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/11308", "taxon_label_kw": "Mus musculus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/11308", "category_kw": ["gene"], "taxon_label_synonym_std": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "synonym_eng": ["MGC6064", "eps8 binding protein", "NAP1", "ablphilin-1", "abl-interactor 1", "spectrin SH3 domain binding protein 1", "eps8 SH3 domain-binding protein", "abl interactor 1", "abi-1", "Ssh3bp1", "abelson interactor 1", "E3B1"], "id_kw": "NCBIGene:11308", "id_eng": "NCBIGene:11308", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["MGI:104913", "ENSEMBL:ENSMUSG00000058835"], "label_kw": ["Abi1"], "synonym": ["MGC6064", "eps8 binding protein", "NAP1", "ablphilin-1", "abl-interactor 1", "spectrin SH3 domain binding protein 1", "eps8 SH3 domain-binding protein", "abl interactor 1", "abi-1", "Ssh3bp1", "abelson interactor 1", "E3B1"], "score": 23.53909, "id_std": "NCBIGene:11308", "equivalent_curie_std": ["MGI:104913", "ENSEMBL:ENSMUSG00000058835"], "id": "NCBIGene:11308", "equivalent_iri": ["http://www.informatics.jax.org/accession/MGI:104913", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/11308", "equivalent_iri_kw": ["http://www.informatics.jax.org/accession/MGI:104913", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "taxon": "NCBITaxon:10090", "leaf": true, "taxon_label_synonym_kw": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "category_std": ["gene"], "equivalent_curie_eng": ["MGI:104913", "ENSEMBL:ENSMUSG00000058835"], "label": ["Abi1"], "taxon_label_std": "Mus musculus", "equivalent_iri_eng": ["http://www.informatics.jax.org/accession/MGI:104913", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "label_std": ["Abi1"], "synonym_std": ["MGC6064", "eps8 binding protein", "NAP1", "ablphilin-1", "abl-interactor 1", "spectrin SH3 domain binding protein 1", "eps8 SH3 domain-binding protein", "abl interactor 1", "abi-1", "Ssh3bp1", "abelson interactor 1", "E3B1"], "taxon_label_synonym_eng": ["mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label": "Mus musculus"}, {"taxon_eng": "NCBITaxon:9606", "taxon_label_synonym": ["man", "humans", "human"], "taxon_std": "NCBITaxon:9606", "equivalent_curie": ["HGNC:24011", "OMIM:606442", "ENSEMBL:ENSG00000138443"], "taxon_label_eng": "Homo sapiens", "synonym_kw": ["abl interactor 2", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "abl-interactor protein 2b", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:24011", "http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443"], "iri": "http://www.ncbi.nlm.nih.gov/gene/10152", "_version_": 1564148142152089601, "label_eng": ["ABI2"], "taxon_kw": "NCBITaxon:9606", "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/10152", "taxon_label_kw": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/10152", "category_kw": ["gene"], "taxon_label_synonym_std": ["man", "humans", "human"], "synonym_eng": ["abl interactor 2", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "abl-interactor protein 2b", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "id_kw": "NCBIGene:10152", "id_eng": "NCBIGene:10152", "category": ["gene"], "category_eng": ["gene"], "equivalent_curie_kw": ["HGNC:24011", "OMIM:606442", "ENSEMBL:ENSG00000138443"], "label_kw": ["ABI2"], "synonym": ["abl interactor 2", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "abl-interactor protein 2b", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "score": 20.72132, "id_std": "NCBIGene:10152", "equivalent_curie_std": ["HGNC:24011", "OMIM:606442", "ENSEMBL:ENSG00000138443"], "id": "NCBIGene:10152", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:24011", "http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/10152", "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:24011", "http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443"], "taxon": "NCBITaxon:9606", "leaf": true, "taxon_label_synonym_kw": ["man", "humans", "human"], "category_std": ["gene"], "equivalent_curie_eng": ["HGNC:24011", "OMIM:606442", "ENSEMBL:ENSG00000138443"], "label": ["ABI2"], "taxon_label_std": "Homo sapiens", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:24011", "http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443"], "label_std": ["ABI2"], "synonym_std": ["abl interactor 2", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "abl-interactor protein 2b", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "taxon_label_synonym_eng": ["man", "humans", "human"], "taxon_label": "Homo sapiens"}], "highlighting": {"NCBIGene:100076705": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:51225": {"synonym_eng": ["<em class=\"hilite\">SSH3BP3</em>"]}, "NCBIGene:100563631": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "NCBIGene:365396": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "synonym_std": ["<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "label_eng": ["<em class=\"hilite\">Ssh3</em>"]}, "NCBIGene:100563116": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:707809": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:303342": {"label_eng": ["<em class=\"hilite\">Ssh2</em>"]}, "NCBIGene:100556167": {"label_eng": ["<em class=\"hilite\">ssh3</em>"]}, "NCBIGene:101750781": {"synonym_eng": ["<em class=\"hilite\">SSH1</em>"], "label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:10006": {"synonym_eng": ["<em class=\"hilite\">SSH3BP</em>", "<em class=\"hilite\">SSH3BP1</em>"]}, "NCBIGene:451365": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:538233": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:548798": {"synonym_eng": ["<em class=\"hilite\">ssh3bp2</em>"]}, "NCBIGene:711898": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100011140": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100059077": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:512652": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100520515": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:101074377": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:491183": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:11308": {"synonym_eng": ["<em class=\"hilite\">Ssh3bp1</em>"]}, "NCBIGene:100079088": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:103104867": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:54961": {"synonym_eng": ["<em class=\"hilite\">SSH3L</em>", "<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "synonym_std": ["<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:54434": {"synonym_eng": ["<em class=\"hilite\">SSH1L</em>", "<em class=\"hilite\">SSH</em>-like protein 1"], "synonym_std": ["<em class=\"hilite\">SSH</em>-like protein 1"], "label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:100072180": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:514643": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:100495893": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:85464": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-2", "<em class=\"hilite\">SSH</em>-like protein 2", "<em class=\"hilite\">SSH</em>-2L"], "synonym_std": ["<em class=\"hilite\">SSH</em>-2", "<em class=\"hilite\">SSH</em>-like protein 2", "<em class=\"hilite\">SSH</em>-2L"], "label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:101083045": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:42986": {"label_kw": ["<em class=\"hilite\">ssh</em>"], "synonym_eng": ["<em class=\"hilite\">Ssh</em>", "<em class=\"hilite\">SSH</em>", "<em class=\"hilite\">ssh</em>-PB", "<em class=\"hilite\">ssh</em>-PA", "<em class=\"hilite\">ssh</em>-PD", "<em class=\"hilite\">ssh</em>-PC"], "synonym_kw": ["<em class=\"hilite\">Ssh</em>", "<em class=\"hilite\">SSH</em>"], "label_std": ["<em class=\"hilite\">ssh</em>"], "synonym_std": ["<em class=\"hilite\">Ssh</em>", "<em class=\"hilite\">SSH</em>", "<em class=\"hilite\">ssh</em>-PB", "<em class=\"hilite\">ssh</em>-PA", "<em class=\"hilite\">ssh</em>-PD", "<em class=\"hilite\">ssh</em>-PC"], "label_eng": ["<em class=\"hilite\">ssh</em>"]}, "NCBIGene:100493650": {"synonym_eng": ["<em class=\"hilite\">ssh3bp3</em>"]}, "NCBIGene:100066801": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:101094543": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:100024747": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:101091048": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:106504157": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:483699": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:65056": {"synonym_eng": ["<em class=\"hilite\">SSH6</em>"]}, "NCBIGene:101752044": {"synonym_eng": ["<em class=\"hilite\">SSH3</em>"], "label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:101071288": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "NCBIGene:567479": {"label_eng": ["<em class=\"hilite\">ssh1b</em>"]}, "NCBIGene:100488263": {"label_eng": ["<em class=\"hilite\">ssh3</em>"]}, "NCBIGene:477526": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:101885659": {"synonym_eng": ["<em class=\"hilite\">ssh1a</em>", "<em class=\"hilite\">ssh1</em>"], "label_eng": ["<em class=\"hilite\">ssh1a</em>"]}, "NCBIGene:101886694": {"synonym_eng": ["<em class=\"hilite\">ssh3</em>"]}, "NCBIGene:231637": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-1", "<em class=\"hilite\">SSH</em>-1L", "<em class=\"hilite\">SSH</em>-like protein 1", "<em class=\"hilite\">Ssh1</em>"], "synonym_std": ["<em class=\"hilite\">SSH</em>-1", "<em class=\"hilite\">SSH</em>-1L", "<em class=\"hilite\">SSH</em>-like protein 1"], "label_eng": ["<em class=\"hilite\">Ssh1</em>"]}, "NCBIGene:325085": {"synonym_eng": ["<em class=\"hilite\">ssh2</em>"], "label_eng": ["<em class=\"hilite\">ssh2a</em>"]}, "NCBIGene:100488169": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "NCBIGene:100157825": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:454551": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:10152": {"synonym_eng": ["<em class=\"hilite\">SSH3BP2</em>"]}, "NCBIGene:245857": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-3", "<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "synonym_std": ["<em class=\"hilite\">SSH</em>-3", "<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"], "label_eng": ["<em class=\"hilite\">Ssh3</em>"]}, "NCBIGene:237860": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-2", "<em class=\"hilite\">SSH</em>-2L", "<em class=\"hilite\">SSH</em>-like protein 2"], "synonym_std": ["<em class=\"hilite\">SSH</em>-2", "<em class=\"hilite\">SSH</em>-2L", "<em class=\"hilite\">SSH</em>-like protein 2"], "label_eng": ["<em class=\"hilite\">Ssh2</em>"]}, "NCBIGene:304580": {"label_eng": ["<em class=\"hilite\">Ssh1</em>"]}, "NCBIGene:557912": {"label_eng": ["<em class=\"hilite\">ssh2b</em>"]}, "NCBIGene:493216": {"synonym_eng": ["<em class=\"hilite\">ssh3bp1</em>", "<em class=\"hilite\">ssh3bp</em>"]}, "NCBIGene:467124": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:417586": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:712699": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}}, "pagination": {}}
+{"highlighting": {"NCBIGene:100157825": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "FlyBase:FBgn0045512": {"label_std": ["Dsim\\<em class=\"hilite\">ssh</em>"], "label_eng": ["Dsim\\<em class=\"hilite\">ssh</em>"]}, "NCBIGene:512652": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:101750781": {"synonym_eng": ["<em class=\"hilite\">SSH1</em>"], "label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:65056": {"synonym_eng": ["<em class=\"hilite\">SSH6</em>"]}, "ZFIN:ZDB-GENE-040724-201": {"synonym_eng": ["<em class=\"hilite\">ssh1</em>"], "label_eng": ["<em class=\"hilite\">ssh1a</em>"]}, "NCBIGene:514643": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "FlyBase:FBog0000666550": {"label_std": ["Spur\\Sp-<em class=\"hilite\">Ssh</em>"], "label_eng": ["Spur\\Sp-<em class=\"hilite\">Ssh</em>"]}, "FlyBase:FBog0000248735": {"label_eng": ["Xtro\\<em class=\"hilite\">ssh2</em>"]}, "FlyBase:FBog0000208813": {"label_eng": ["Xtro\\<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:100059077": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "ZFIN:ZDB-GENE-081205-4": {"label_eng": ["<em class=\"hilite\">ssh2b</em>"]}, "NCBIGene:101074377": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "FlyBase:FBog0000192513": {"label_eng": ["Hsap\\<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:483699": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:100563631": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "MGI:2683546": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-3"], "label_eng": ["<em class=\"hilite\">Ssh3</em>"], "synonym_std": ["<em class=\"hilite\">SSH</em>-3"]}, "FlyBase:FBog0000183106": {"label_eng": ["Mmus\\<em class=\"hilite\">Ssh2</em>"]}, "MGI:2686240": {"label_eng": ["<em class=\"hilite\">Ssh1</em>"]}, "NCBIGene:100556167": {"label_eng": ["<em class=\"hilite\">ssh3</em>"]}, "RGD:1306038": {"label_eng": ["<em class=\"hilite\">Ssh1</em>"]}, "FlyBase:FBog0000209759": {"label_eng": ["Rnor\\<em class=\"hilite\">Ssh3</em>"]}, "NCBIGene:51225": {"synonym_eng": ["<em class=\"hilite\">SSH3BP3</em>"]}, "FlyBase:FBog0000413971": {"label_eng": ["Drer\\<em class=\"hilite\">ssh2b</em>"]}, "NCBIGene:100011140": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "FlyBase:FBog0000439756": {"label_eng": ["Scer\\<em class=\"hilite\">SSH4</em>"]}, "NCBIGene:54434": {"synonym_eng": ["<em class=\"hilite\">SSH1</em>_HUMAN", "<em class=\"hilite\">SSH1L</em>", "<em class=\"hilite\">SSH</em>-like protein 1", "<em class=\"hilite\">SSH1</em>"], "label_eng": ["<em class=\"hilite\">SSH1</em>"], "synonym_std": ["<em class=\"hilite\">SSH</em>-like protein 1"]}, "NCBIGene:491183": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100079088": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:101752044": {"synonym_eng": ["<em class=\"hilite\">SSH3</em>"], "label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:707809": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:477526": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:712699": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:101071288": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "NCBIGene:100563116": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:451365": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "FlyBase:FBog0000203259": {"label_eng": ["Rnor\\<em class=\"hilite\">Ssh1</em>"]}, "NCBIGene:101091048": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "Xenbase:XB-GENE-5816848": {"label_eng": ["<em class=\"hilite\">ssh3</em>"]}, "NCBIGene:103104867": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "FlyBase:FBog0000225441": {"label_eng": ["Drer\\<em class=\"hilite\">ssh1a</em>"]}, "FlyBase:FBog0000183320": {"label_eng": ["Rnor\\<em class=\"hilite\">Ssh2</em>"]}, "FlyBase:FBog0000413955": {"label_eng": ["Scer\\<em class=\"hilite\">SSH1</em>"]}, "FlyBase:FBog0000170189": {"label_eng": ["Mmus\\<em class=\"hilite\">Ssh3</em>"]}, "FlyBase:FBog0000190712": {"label_eng": ["Hsap\\<em class=\"hilite\">SSH2</em>"]}, "FlyBase:FBog0000190884": {"label_eng": ["Hsap\\<em class=\"hilite\">SSH3</em>"]}, "NCBIGene:101094543": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:100520864": {"synonym_eng": ["<em class=\"hilite\">SSH2</em>"], "label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100066801": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "MGI:104913": {"synonym_eng": ["<em class=\"hilite\">Ssh3bp1</em>"]}, "FlyBase:FBog0000179233": {"label_eng": ["Ggal\\<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:54961": {"synonym_eng": ["<em class=\"hilite\">SSH3</em>_HUMAN", "<em class=\"hilite\">SSH3L</em>", "<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L", "<em class=\"hilite\">SSH3</em>"], "label_eng": ["<em class=\"hilite\">SSH3</em>"], "synonym_std": ["<em class=\"hilite\">SSH</em>-like protein 3", "<em class=\"hilite\">SSH</em>-3L"]}, "FlyBase:FBgn0029157": {"label_std": ["<em class=\"hilite\">ssh</em>"], "label_eng": ["<em class=\"hilite\">ssh</em>"], "label_kw": ["<em class=\"hilite\">ssh</em>"]}, "NCBIGene:106504157": {"label_eng": ["<em class=\"hilite\">SSH3</em>"]}, "FlyBase:FBog0000254734": {"label_eng": ["Mmus\\<em class=\"hilite\">Ssh1</em>"]}, "NCBIGene:10006": {"synonym_eng": ["<em class=\"hilite\">SSH3BP</em>", "<em class=\"hilite\">SSH3BP1</em>"]}, "FlyBase:FBog0000250374": {"label_eng": ["Ggal\\<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:454551": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:467124": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "RGD:1308679": {"label_eng": ["<em class=\"hilite\">Ssh3</em>"]}, "NCBIGene:711898": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:101083045": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "Xenbase:XB-GENE-993093": {"label_eng": ["<em class=\"hilite\">ssh2</em>"]}, "NCBIGene:538233": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "NCBIGene:10152": {"synonym_eng": ["<em class=\"hilite\">SSH3BP2</em>"]}, "FlyBase:FBog0000662219": {"label_std": ["Spur\\Sp-<em class=\"hilite\">Ssh</em>_1"], "label_eng": ["Spur\\Sp-<em class=\"hilite\">Ssh</em>_1"]}, "MGI:2679255": {"synonym_eng": ["<em class=\"hilite\">SSH</em>-2"], "label_eng": ["<em class=\"hilite\">Ssh2</em>"], "synonym_std": ["<em class=\"hilite\">SSH</em>-2"]}, "FlyBase:FBog0000422776": {"label_eng": ["Xtro\\<em class=\"hilite\">ssh3</em>"]}, "FlyBase:FBog0000188004": {"label_eng": ["Drer\\<em class=\"hilite\">ssh1b</em>"]}, "FlyBase:FBog0000167636": {"label_eng": ["Drer\\<em class=\"hilite\">ssh2a</em>"]}, "Xenbase:XB-GENE-6041963": {"label_eng": ["<em class=\"hilite\">ssh1</em>"]}, "NCBIGene:100076705": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}, "ZFIN:ZDB-GENE-030131-3810": {"synonym_eng": ["<em class=\"hilite\">ssh2</em>"], "label_eng": ["<em class=\"hilite\">ssh2a</em>"]}, "ZFIN:ZDB-GENE-030131-5909": {"label_eng": ["<em class=\"hilite\">ssh1b</em>"]}, "RGD:1309389": {"label_eng": ["<em class=\"hilite\">Ssh2</em>"]}, "NCBIGene:100072180": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:417586": {"label_eng": ["<em class=\"hilite\">SSH2</em>"]}, "NCBIGene:100024747": {"label_eng": ["<em class=\"hilite\">SSH1</em>"]}}, "docs": [{"synonym": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "SSH3_HUMAN", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "SSH3", "slingshot homolog 3"], "equivalent_curie_eng": ["HGNC:30581", "OMIM:606780", "ENSEMBL:ENSG00000172830", "KEGG-hsa:54961"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:54961", "iri": "http://www.ncbi.nlm.nih.gov/gene/54961", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:30581", "http://purl.obolibrary.org/obo/OMIM_606780", "http://identifiers.org/ensembl/ENSG00000172830", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54961"], "label_eng": ["SSH3"], "equivalent_curie_std": ["HGNC:30581", "OMIM:606780", "ENSEMBL:ENSG00000172830", "KEGG-hsa:54961"], "id_eng": "NCBIGene:54961", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:30581", "http://purl.obolibrary.org/obo/OMIM_606780", "http://identifiers.org/ensembl/ENSG00000172830", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54961"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:30581", "OMIM:606780", "ENSEMBL:ENSG00000172830", "KEGG-hsa:54961"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/54961", "label_std": ["SSH3"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "SSH3_HUMAN", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "SSH3", "slingshot homolog 3"], "equivalent_curie": ["HGNC:30581", "OMIM:606780", "ENSEMBL:ENSG00000172830", "KEGG-hsa:54961"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:54961", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:30581", "http://purl.obolibrary.org/obo/OMIM_606780", "http://identifiers.org/ensembl/ENSG00000172830", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54961"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/54961", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:30581", "http://purl.obolibrary.org/obo/OMIM_606780", "http://identifiers.org/ensembl/ENSG00000172830", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54961"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845513945645056, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/54961", "id": "NCBIGene:54961", "synonym_kw": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "SSH3_HUMAN", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "SSH3", "slingshot homolog 3"], "synonym_std": ["slingshot 3", "slingshot protein phosphatase 3", "LOC82340", "SSH3_HUMAN", "protein phosphatase Slingshot homolog 3", "FLJ10928", "SSH3L", "SSH-like protein 3", "SSH-3L", "hSSH-3L", "SSH3", "slingshot homolog 3"], "label": ["SSH3"], "score": 37.824505, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1_HUMAN", "KIAA1298", "SSH1L", "protein phosphatase Slingshot homolog 1", "SSH-like protein 1", "SSH1"], "equivalent_curie_eng": ["HGNC:30579", "OMIM:606778", "ENSEMBL:ENSG00000084112", "KEGG-hsa:54434"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:54434", "iri": "http://www.ncbi.nlm.nih.gov/gene/54434", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:30579", "http://purl.obolibrary.org/obo/OMIM_606778", "http://identifiers.org/ensembl/ENSG00000084112", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54434"], "label_eng": ["SSH1"], "equivalent_curie_std": ["HGNC:30579", "OMIM:606778", "ENSEMBL:ENSG00000084112", "KEGG-hsa:54434"], "id_eng": "NCBIGene:54434", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:30579", "http://purl.obolibrary.org/obo/OMIM_606778", "http://identifiers.org/ensembl/ENSG00000084112", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54434"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:30579", "OMIM:606778", "ENSEMBL:ENSG00000084112", "KEGG-hsa:54434"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/54434", "label_std": ["SSH1"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1_HUMAN", "KIAA1298", "SSH1L", "protein phosphatase Slingshot homolog 1", "SSH-like protein 1", "SSH1"], "equivalent_curie": ["HGNC:30579", "OMIM:606778", "ENSEMBL:ENSG00000084112", "KEGG-hsa:54434"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:54434", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:30579", "http://purl.obolibrary.org/obo/OMIM_606778", "http://identifiers.org/ensembl/ENSG00000084112", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54434"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/54434", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:30579", "http://purl.obolibrary.org/obo/OMIM_606778", "http://identifiers.org/ensembl/ENSG00000084112", "http://www.kegg.jp/dbget-bin/www_bget?hsa:54434"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845513732784129, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/54434", "id": "NCBIGene:54434", "synonym_kw": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1_HUMAN", "KIAA1298", "SSH1L", "protein phosphatase Slingshot homolog 1", "SSH-like protein 1", "SSH1"], "synonym_std": ["slingshot homolog 1", "slingshot protein phosphatase 1", "hSSH-1L", "SSH1_HUMAN", "KIAA1298", "SSH1L", "protein phosphatase Slingshot homolog 1", "SSH-like protein 1", "SSH1"], "label": ["SSH1"], "score": 37.730286, "category": ["gene"]}, {"synonym": ["wu:fc54g05", "ssh2"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000088440", "NCBIGene:325085"], "taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "id_std": "ZFIN:ZDB-GENE-030131-3810", "iri": "http://zfin.org/ZDB-GENE-030131-3810", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://www.ncbi.nlm.nih.gov/gene/325085"], "label_eng": ["ssh2a"], "equivalent_curie_std": ["ENSEMBL:ENSDARG00000088440", "NCBIGene:325085"], "id_eng": "ZFIN:ZDB-GENE-030131-3810", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://www.ncbi.nlm.nih.gov/gene/325085"], "category_kw": ["gene"], "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000088440", "NCBIGene:325085"], "taxon_label_std": "Danio rerio", "iri_eng": "http://zfin.org/ZDB-GENE-030131-3810", "label_std": ["ssh2a"], "taxon_label_kw": "Danio rerio", "synonym_eng": ["wu:fc54g05", "ssh2"], "equivalent_curie": ["ENSEMBL:ENSDARG00000088440", "NCBIGene:325085"], "taxon_label_eng": "Danio rerio", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "id_kw": "ZFIN:ZDB-GENE-030131-3810", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://www.ncbi.nlm.nih.gov/gene/325085"], "label_kw": ["ssh2a"], "iri_kw": "http://zfin.org/ZDB-GENE-030131-3810", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000088440", "http://www.ncbi.nlm.nih.gov/gene/325085"], "taxon_eng": "NCBITaxon:7955", "_version_": 1580845578039853056, "category_eng": ["gene"], "iri_std": "http://zfin.org/ZDB-GENE-030131-3810", "id": "ZFIN:ZDB-GENE-030131-3810", "synonym_kw": ["wu:fc54g05", "ssh2"], "synonym_std": ["wu:fc54g05", "ssh2"], "label": ["ssh2a"], "score": 33.41535, "category": ["gene"]}, {"synonym": ["abl-interactor 1", "Ssh3bp1", "E3B1"], "equivalent_curie_eng": ["NCBIGene:11308", "ENSEMBL:ENSMUSG00000058835"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:104913", "iri": "http://www.informatics.jax.org/accession/MGI:104913", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/11308", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "label_eng": ["Abi1"], "equivalent_curie_std": ["NCBIGene:11308", "ENSEMBL:ENSMUSG00000058835"], "id_eng": "MGI:104913", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/11308", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:11308", "ENSEMBL:ENSMUSG00000058835"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:104913", "label_std": ["Abi1"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["abl-interactor 1", "Ssh3bp1", "E3B1"], "equivalent_curie": ["NCBIGene:11308", "ENSEMBL:ENSMUSG00000058835"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:104913", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/11308", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "label_kw": ["Abi1"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:104913", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/11308", "http://identifiers.org/ensembl/ENSMUSG00000058835"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845561819430912, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:104913", "id": "MGI:104913", "synonym_kw": ["abl-interactor 1", "Ssh3bp1", "E3B1"], "synonym_std": ["abl-interactor 1", "Ssh3bp1", "E3B1"], "label": ["Abi1"], "score": 32.53029, "category": ["gene"]}, {"synonym": ["slingshot homolog 3 (Drosophila)", "SSH-3"], "equivalent_curie_eng": ["NCBIGene:245857", "ENSEMBL:ENSMUSG00000034616"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:2683546", "iri": "http://www.informatics.jax.org/accession/MGI:2683546", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/245857", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "label_eng": ["Ssh3"], "equivalent_curie_std": ["NCBIGene:245857", "ENSEMBL:ENSMUSG00000034616"], "id_eng": "MGI:2683546", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/245857", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:245857", "ENSEMBL:ENSMUSG00000034616"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:2683546", "label_std": ["Ssh3"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["slingshot homolog 3 (Drosophila)", "SSH-3"], "equivalent_curie": ["NCBIGene:245857", "ENSEMBL:ENSMUSG00000034616"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:2683546", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/245857", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "label_kw": ["Ssh3"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:2683546", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/245857", "http://identifiers.org/ensembl/ENSMUSG00000034616"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845562462208001, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:2683546", "id": "MGI:2683546", "synonym_kw": ["slingshot homolog 3 (Drosophila)", "SSH-3"], "synonym_std": ["slingshot homolog 3 (Drosophila)", "SSH-3"], "label": ["Ssh3"], "score": 32.53029, "category": ["gene"]}, {"synonym": ["si:ch211-108c6.1", "ssh1"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000056780", "NCBIGene:101885659"], "taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "id_std": "ZFIN:ZDB-GENE-040724-201", "iri": "http://zfin.org/ZDB-GENE-040724-201", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://www.ncbi.nlm.nih.gov/gene/101885659"], "label_eng": ["ssh1a"], "equivalent_curie_std": ["ENSEMBL:ENSDARG00000056780", "NCBIGene:101885659"], "id_eng": "ZFIN:ZDB-GENE-040724-201", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://www.ncbi.nlm.nih.gov/gene/101885659"], "category_kw": ["gene"], "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000056780", "NCBIGene:101885659"], "taxon_label_std": "Danio rerio", "iri_eng": "http://zfin.org/ZDB-GENE-040724-201", "label_std": ["ssh1a"], "taxon_label_kw": "Danio rerio", "synonym_eng": ["si:ch211-108c6.1", "ssh1"], "equivalent_curie": ["ENSEMBL:ENSDARG00000056780", "NCBIGene:101885659"], "taxon_label_eng": "Danio rerio", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "id_kw": "ZFIN:ZDB-GENE-040724-201", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://www.ncbi.nlm.nih.gov/gene/101885659"], "label_kw": ["ssh1a"], "iri_kw": "http://zfin.org/ZDB-GENE-040724-201", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000056780", "http://www.ncbi.nlm.nih.gov/gene/101885659"], "taxon_eng": "NCBITaxon:7955", "_version_": 1580845576473280513, "category_eng": ["gene"], "iri_std": "http://zfin.org/ZDB-GENE-040724-201", "id": "ZFIN:ZDB-GENE-040724-201", "synonym_kw": ["si:ch211-108c6.1", "ssh1"], "synonym_std": ["si:ch211-108c6.1", "ssh1"], "label": ["ssh1a"], "score": 32.53029, "category": ["gene"]}, {"synonym": ["SSH-2", "slingshot homolog 2 (Drosophila)"], "equivalent_curie_eng": ["NCBIGene:237860", "ENSEMBL:ENSMUSG00000037926"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:2679255", "iri": "http://www.informatics.jax.org/accession/MGI:2679255", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/237860", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "label_eng": ["Ssh2"], "equivalent_curie_std": ["NCBIGene:237860", "ENSEMBL:ENSMUSG00000037926"], "id_eng": "MGI:2679255", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/237860", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:237860", "ENSEMBL:ENSMUSG00000037926"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:2679255", "label_std": ["Ssh2"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["SSH-2", "slingshot homolog 2 (Drosophila)"], "equivalent_curie": ["NCBIGene:237860", "ENSEMBL:ENSMUSG00000037926"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:2679255", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/237860", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "label_kw": ["Ssh2"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:2679255", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/237860", "http://identifiers.org/ensembl/ENSMUSG00000037926"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845556899512320, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:2679255", "id": "MGI:2679255", "synonym_kw": ["SSH-2", "slingshot homolog 2 (Drosophila)"], "synonym_std": ["SSH-2", "slingshot homolog 2 (Drosophila)"], "label": ["Ssh2"], "score": 32.53029, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3", "SSH3"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101752044", "iri": "http://www.ncbi.nlm.nih.gov/gene/101752044", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "label_eng": ["SSH3"], "id_eng": "NCBIGene:101752044", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101752044", "label_std": ["SSH3"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["protein phosphatase Slingshot homolog 3", "SSH3"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:101752044", "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101752044", "taxon_eng": "NCBITaxon:9031", "_version_": 1580845744663822339, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101752044", "id": "NCBIGene:101752044", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "SSH3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "SSH3"], "label": ["SSH3"], "score": 31.813757, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:42986", "ENSEMBL:FBgn0029157"], "taxon_kw": "NCBITaxon:7227", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Drosophila melanogaster", "iri": "http://flybase.org/reports/FBgn0029157", "taxon_label_synonym_eng": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_label_synonym_kw": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/42986", "http://identifiers.org/ensembl/FBgn0029157"], "label_eng": ["ssh"], "equivalent_curie_std": ["NCBIGene:42986", "ENSEMBL:FBgn0029157"], "id_eng": "FlyBase:FBgn0029157", "taxon_label_synonym_std": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "taxon_std": "NCBITaxon:7227", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/42986", "http://identifiers.org/ensembl/FBgn0029157"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:42986", "ENSEMBL:FBgn0029157"], "taxon_label_std": "Drosophila melanogaster", "iri_eng": "http://flybase.org/reports/FBgn0029157", "label_std": ["ssh"], "taxon_label_kw": "Drosophila melanogaster", "equivalent_curie": ["NCBIGene:42986", "ENSEMBL:FBgn0029157"], "id_std": "FlyBase:FBgn0029157", "taxon": "NCBITaxon:7227", "taxon_label": "Drosophila melanogaster", "taxon_label_synonym": ["fruit fly", "Sophophora melanogaster", "Drosophila melangaster"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/42986", "http://identifiers.org/ensembl/FBgn0029157"], "label_kw": ["ssh"], "iri_kw": "http://flybase.org/reports/FBgn0029157", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/42986", "http://identifiers.org/ensembl/FBgn0029157"], "taxon_eng": "NCBITaxon:7227", "_version_": 1580845682841878531, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBgn0029157", "id": "FlyBase:FBgn0029157", "score": 31.608942, "label": ["ssh"], "id_kw": "FlyBase:FBgn0029157", "category": ["gene"]}, {"synonym": ["zgc:175142"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000098955", "NCBIGene:557912"], "taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "id_std": "ZFIN:ZDB-GENE-081205-4", "iri": "http://zfin.org/ZDB-GENE-081205-4", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000098955", "http://www.ncbi.nlm.nih.gov/gene/557912"], "label_eng": ["ssh2b"], "equivalent_curie_std": ["ENSEMBL:ENSDARG00000098955", "NCBIGene:557912"], "id_eng": "ZFIN:ZDB-GENE-081205-4", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000098955", "http://www.ncbi.nlm.nih.gov/gene/557912"], "category_kw": ["gene"], "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000098955", "NCBIGene:557912"], "taxon_label_std": "Danio rerio", "iri_eng": "http://zfin.org/ZDB-GENE-081205-4", "label_std": ["ssh2b"], "taxon_label_kw": "Danio rerio", "synonym_eng": ["zgc:175142"], "equivalent_curie": ["ENSEMBL:ENSDARG00000098955", "NCBIGene:557912"], "taxon_label_eng": "Danio rerio", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "id_kw": "ZFIN:ZDB-GENE-081205-4", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000098955", "http://www.ncbi.nlm.nih.gov/gene/557912"], "label_kw": ["ssh2b"], "iri_kw": "http://zfin.org/ZDB-GENE-081205-4", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000098955", "http://www.ncbi.nlm.nih.gov/gene/557912"], "taxon_eng": "NCBITaxon:7955", "_version_": 1580845581448773633, "category_eng": ["gene"], "iri_std": "http://zfin.org/ZDB-GENE-081205-4", "id": "ZFIN:ZDB-GENE-081205-4", "synonym_kw": ["zgc:175142"], "synonym_std": ["zgc:175142"], "label": ["ssh2b"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["fi24e04", "si:dkey-202g15.7", "wu:fi24e04"], "equivalent_curie_eng": ["ENSEMBL:ENSDARG00000010031", "NCBIGene:567479"], "taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "id_std": "ZFIN:ZDB-GENE-030131-5909", "iri": "http://zfin.org/ZDB-GENE-030131-5909", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://www.ncbi.nlm.nih.gov/gene/567479"], "label_eng": ["ssh1b"], "equivalent_curie_std": ["ENSEMBL:ENSDARG00000010031", "NCBIGene:567479"], "id_eng": "ZFIN:ZDB-GENE-030131-5909", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://www.ncbi.nlm.nih.gov/gene/567479"], "category_kw": ["gene"], "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "equivalent_curie_kw": ["ENSEMBL:ENSDARG00000010031", "NCBIGene:567479"], "taxon_label_std": "Danio rerio", "iri_eng": "http://zfin.org/ZDB-GENE-030131-5909", "label_std": ["ssh1b"], "taxon_label_kw": "Danio rerio", "synonym_eng": ["fi24e04", "si:dkey-202g15.7", "wu:fi24e04"], "equivalent_curie": ["ENSEMBL:ENSDARG00000010031", "NCBIGene:567479"], "taxon_label_eng": "Danio rerio", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "id_kw": "ZFIN:ZDB-GENE-030131-5909", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://www.ncbi.nlm.nih.gov/gene/567479"], "label_kw": ["ssh1b"], "iri_kw": "http://zfin.org/ZDB-GENE-030131-5909", "equivalent_iri": ["http://identifiers.org/ensembl/ENSDARG00000010031", "http://www.ncbi.nlm.nih.gov/gene/567479"], "taxon_eng": "NCBITaxon:7955", "_version_": 1580845582761590785, "category_eng": ["gene"], "iri_std": "http://zfin.org/ZDB-GENE-030131-5909", "id": "ZFIN:ZDB-GENE-030131-5909", "synonym_kw": ["fi24e04", "si:dkey-202g15.7", "wu:fi24e04"], "synonym_std": ["fi24e04", "si:dkey-202g15.7", "wu:fi24e04"], "label": ["ssh1b"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 1"], "taxon_kw": "NCBITaxon:31033", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101074377", "iri": "http://www.ncbi.nlm.nih.gov/gene/101074377", "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "label_eng": ["ssh1"], "id_eng": "NCBIGene:101074377", "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "category_kw": ["gene"], "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_std": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101074377", "label_std": ["ssh1"], "taxon_label_kw": "Takifugu rubripes", "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "taxon_label_eng": "Takifugu rubripes", "taxon": "NCBITaxon:31033", "taxon_label": "Takifugu rubripes", "id_kw": "NCBIGene:101074377", "label_kw": ["ssh1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101074377", "taxon_eng": "NCBITaxon:31033", "_version_": 1580845623308976128, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101074377", "id": "NCBIGene:101074377", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "label": ["ssh1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSECAG00000009653"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100059077", "iri": "http://www.ncbi.nlm.nih.gov/gene/100059077", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSECAG00000009653"], "id_eng": "NCBIGene:100059077", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_curie_kw": ["ENSEMBL:ENSECAG00000009653"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100059077", "label_std": ["SSH3"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSECAG00000009653"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100059077", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100059077", "equivalent_iri": ["http://identifiers.org/ensembl/ENSECAG00000009653"], "taxon_eng": "NCBITaxon:9796", "_version_": 1580845625976553474, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100059077", "id": "NCBIGene:100059077", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:467124", "iri": "http://www.ncbi.nlm.nih.gov/gene/467124", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "label_eng": ["SSH1"], "id_eng": "NCBIGene:467124", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/467124", "label_std": ["SSH1"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:467124", "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/467124", "taxon_eng": "NCBITaxon:9598", "_version_": 1580845629470408705, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/467124", "id": "NCBIGene:467124", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000003389"], "taxon_kw": "NCBITaxon:9685", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101091048", "iri": "http://www.ncbi.nlm.nih.gov/gene/101091048", "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000003389"], "id_eng": "NCBIGene:101091048", "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "category_kw": ["gene"], "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000003389"], "taxon_label_std": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101091048", "label_std": ["SSH3"], "taxon_label_kw": "Felis catus", "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSFCAG00000003389"], "taxon_label_eng": "Felis catus", "taxon": "NCBITaxon:9685", "taxon_label": "Felis catus", "id_kw": "NCBIGene:101091048", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101091048", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000003389"], "taxon_eng": "NCBITaxon:9685", "_version_": 1580845778990006275, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101091048", "id": "NCBIGene:101091048", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000011655"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:483699", "iri": "http://www.ncbi.nlm.nih.gov/gene/483699", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000011655"], "id_eng": "NCBIGene:483699", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000011655"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/483699", "label_std": ["SSH3"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSCAFG00000011655"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:483699", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/483699", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000011655"], "taxon_eng": "NCBITaxon:9615", "_version_": 1580845779281510403, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/483699", "id": "NCBIGene:483699", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:365396"], "taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/365396"], "label_eng": ["Ssh3"], "equivalent_curie_std": ["NCBIGene:365396"], "id_eng": "RGD:1308679", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/365396"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:365396"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679", "label_std": ["Ssh3"], "taxon_label_kw": "Rattus norvegicus", "equivalent_curie": ["NCBIGene:365396"], "id_std": "RGD:1308679", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/365396"], "label_kw": ["Ssh3"], "iri_kw": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/365396"], "taxon_eng": "NCBITaxon:10116", "_version_": 1580845793376468995, "category_eng": ["gene"], "iri_std": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1308679", "id": "RGD:1308679", "score": 30.915783, "label": ["Ssh3"], "id_kw": "RGD:1308679", "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:100488169"], "taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://identifiers.org/xenbase/XB-GENE-993093", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/100488169"], "label_eng": ["ssh2"], "equivalent_curie_std": ["NCBIGene:100488169"], "id_eng": "Xenbase:XB-GENE-993093", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/100488169"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:100488169"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://identifiers.org/xenbase/XB-GENE-993093", "label_std": ["ssh2"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "equivalent_curie": ["NCBIGene:100488169"], "id_std": "Xenbase:XB-GENE-993093", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/100488169"], "label_kw": ["ssh2"], "iri_kw": "http://identifiers.org/xenbase/XB-GENE-993093", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/100488169"], "taxon_eng": "NCBITaxon:8364", "_version_": 1580845685199077376, "category_eng": ["gene"], "iri_std": "http://identifiers.org/xenbase/XB-GENE-993093", "id": "Xenbase:XB-GENE-993093", "score": 30.915783, "label": ["ssh2"], "id_kw": "Xenbase:XB-GENE-993093", "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000027956"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:106504157", "iri": "http://www.ncbi.nlm.nih.gov/gene/106504157", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000027956"], "id_eng": "NCBIGene:106504157", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000027956"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/106504157", "label_std": ["SSH3"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000027956"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:106504157", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/106504157", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000027956"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845651990675459, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/106504157", "id": "NCBIGene:106504157", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000011011"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:512652", "iri": "http://www.ncbi.nlm.nih.gov/gene/512652", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000011011"], "id_eng": "NCBIGene:512652", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000011011"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/512652", "label_std": ["SSH2"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000011011"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:512652", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/512652", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000011011"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845698924937216, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/512652", "id": "NCBIGene:512652", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100066801", "iri": "http://www.ncbi.nlm.nih.gov/gene/100066801", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "label_eng": ["SSH1"], "id_eng": "NCBIGene:100066801", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100066801", "label_std": ["SSH1"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["slingshot homolog 1"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100066801", "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100066801", "taxon_eng": "NCBITaxon:9796", "_version_": 1580845699722903554, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100066801", "id": "NCBIGene:100066801", "synonym_kw": ["slingshot homolog 1"], "synonym_std": ["slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:100488263"], "taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://identifiers.org/xenbase/XB-GENE-5816848", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/100488263"], "label_eng": ["ssh3"], "equivalent_curie_std": ["NCBIGene:100488263"], "id_eng": "Xenbase:XB-GENE-5816848", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/100488263"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:100488263"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://identifiers.org/xenbase/XB-GENE-5816848", "label_std": ["ssh3"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "equivalent_curie": ["NCBIGene:100488263"], "id_std": "Xenbase:XB-GENE-5816848", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/100488263"], "label_kw": ["ssh3"], "iri_kw": "http://identifiers.org/xenbase/XB-GENE-5816848", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/100488263"], "taxon_eng": "NCBITaxon:8364", "_version_": 1580845668085268483, "category_eng": ["gene"], "iri_std": "http://identifiers.org/xenbase/XB-GENE-5816848", "id": "Xenbase:XB-GENE-5816848", "score": 30.915783, "label": ["ssh3"], "id_kw": "Xenbase:XB-GENE-5816848", "category": ["gene"]}, {"synonym": ["LOC384311", "slingshot homolog 1 (Drosophila)", "mSSH-1L"], "equivalent_curie_eng": ["NCBIGene:231637", "ENSEMBL:ENSMUSG00000042121"], "taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "id_std": "MGI:2686240", "iri": "http://www.informatics.jax.org/accession/MGI:2686240", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/231637", "http://identifiers.org/ensembl/ENSMUSG00000042121"], "label_eng": ["Ssh1"], "equivalent_curie_std": ["NCBIGene:231637", "ENSEMBL:ENSMUSG00000042121"], "id_eng": "MGI:2686240", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/231637", "http://identifiers.org/ensembl/ENSMUSG00000042121"], "category_kw": ["gene"], "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "equivalent_curie_kw": ["NCBIGene:231637", "ENSEMBL:ENSMUSG00000042121"], "taxon_label_std": "Mus musculus", "iri_eng": "http://www.informatics.jax.org/accession/MGI:2686240", "label_std": ["Ssh1"], "taxon_label_kw": "Mus musculus", "synonym_eng": ["LOC384311", "slingshot homolog 1 (Drosophila)", "mSSH-1L"], "equivalent_curie": ["NCBIGene:231637", "ENSEMBL:ENSMUSG00000042121"], "taxon_label_eng": "Mus musculus", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "id_kw": "MGI:2686240", "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/231637", "http://identifiers.org/ensembl/ENSMUSG00000042121"], "label_kw": ["Ssh1"], "iri_kw": "http://www.informatics.jax.org/accession/MGI:2686240", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/231637", "http://identifiers.org/ensembl/ENSMUSG00000042121"], "taxon_eng": "NCBITaxon:10090", "_version_": 1580845557127053313, "category_eng": ["gene"], "iri_std": "http://www.informatics.jax.org/accession/MGI:2686240", "id": "MGI:2686240", "synonym_kw": ["LOC384311", "slingshot homolog 1 (Drosophila)", "mSSH-1L"], "synonym_std": ["LOC384311", "slingshot homolog 1 (Drosophila)", "mSSH-1L"], "label": ["Ssh1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000012066"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100563631", "iri": "http://www.ncbi.nlm.nih.gov/gene/100563631", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "label_eng": ["ssh2"], "equivalent_curie_std": ["ENSEMBL:ENSACAG00000012066"], "id_eng": "NCBIGene:100563631", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000012066"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100563631", "label_std": ["ssh2"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSACAG00000012066"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100563631", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "label_kw": ["ssh2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100563631", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000012066"], "taxon_eng": "NCBITaxon:28377", "_version_": 1580845736010973184, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100563631", "id": "NCBIGene:100563631", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["ssh2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSACAG00000011320"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100563116", "iri": "http://www.ncbi.nlm.nih.gov/gene/100563116", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "label_eng": ["ssh1"], "equivalent_curie_std": ["ENSEMBL:ENSACAG00000011320"], "id_eng": "NCBIGene:100563116", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "equivalent_curie_kw": ["ENSEMBL:ENSACAG00000011320"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100563116", "label_std": ["ssh1"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSACAG00000011320"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100563116", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "label_kw": ["ssh1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100563116", "equivalent_iri": ["http://identifiers.org/ensembl/ENSACAG00000011320"], "taxon_eng": "NCBITaxon:28377", "_version_": 1580845736430403585, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100563116", "id": "NCBIGene:100563116", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "label": ["ssh1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 1"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100024747", "iri": "http://www.ncbi.nlm.nih.gov/gene/100024747", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "label_eng": ["SSH1"], "id_eng": "NCBIGene:100024747", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100024747", "label_std": ["SSH1"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["protein phosphatase Slingshot homolog 1"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:100024747", "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100024747", "taxon_eng": "NCBITaxon:13616", "_version_": 1580845736596078594, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100024747", "id": "NCBIGene:100024747", "synonym_kw": ["protein phosphatase Slingshot homolog 1"], "synonym_std": ["protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "LOC101749615", "SSH1"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000004928"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101750781", "iri": "http://www.ncbi.nlm.nih.gov/gene/101750781", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSGALG00000004928"], "id_eng": "NCBIGene:101750781", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000004928"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101750781", "label_std": ["SSH1"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "LOC101749615", "SSH1"], "equivalent_curie": ["ENSEMBL:ENSGALG00000004928"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:101750781", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101750781", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000004928"], "taxon_eng": "NCBITaxon:9031", "_version_": 1580845737226272770, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101750781", "id": "NCBIGene:101750781", "synonym_kw": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "LOC101749615", "SSH1"], "synonym_std": ["slingshot homolog 1 (Drosophila)", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1", "LOC101749615", "SSH1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["LOC100155435", "slingshot homolog 1", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000009943"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100157825", "iri": "http://www.ncbi.nlm.nih.gov/gene/100157825", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000009943"], "id_eng": "NCBIGene:100157825", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000009943"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100157825", "label_std": ["SSH1"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["LOC100155435", "slingshot homolog 1", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000009943"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:100157825", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100157825", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000009943"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845739266801665, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100157825", "id": "NCBIGene:100157825", "synonym_kw": ["LOC100155435", "slingshot homolog 1", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "synonym_std": ["LOC100155435", "slingshot homolog 1", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000018965"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:491183", "iri": "http://www.ncbi.nlm.nih.gov/gene/491183", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000018965"], "id_eng": "NCBIGene:491183", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000018965"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/491183", "label_std": ["SSH2"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSCAFG00000018965"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:491183", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/491183", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000018965"], "taxon_eng": "NCBITaxon:9615", "_version_": 1580845671455391744, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/491183", "id": "NCBIGene:491183", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_kw": "NCBITaxon:9258", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100079088", "iri": "http://www.ncbi.nlm.nih.gov/gene/100079088", "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "label_eng": ["SSH2"], "id_eng": "NCBIGene:100079088", "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "category_kw": ["gene"], "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_std": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100079088", "label_std": ["SSH2"], "taxon_label_kw": "Ornithorhynchus anatinus", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "taxon_label_eng": "Ornithorhynchus anatinus", "taxon": "NCBITaxon:9258", "taxon_label": "Ornithorhynchus anatinus", "id_kw": "NCBIGene:100079088", "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100079088", "taxon_eng": "NCBITaxon:9258", "_version_": 1580845783734812673, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100079088", "id": "NCBIGene:100079088", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000004336"], "taxon_kw": "NCBITaxon:9685", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101094543", "iri": "http://www.ncbi.nlm.nih.gov/gene/101094543", "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000004336"], "id_eng": "NCBIGene:101094543", "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "category_kw": ["gene"], "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000004336"], "taxon_label_std": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101094543", "label_std": ["SSH1"], "taxon_label_kw": "Felis catus", "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSFCAG00000004336"], "taxon_label_eng": "Felis catus", "taxon": "NCBITaxon:9685", "taxon_label": "Felis catus", "id_kw": "NCBIGene:101094543", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101094543", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000004336"], "taxon_eng": "NCBITaxon:9685", "_version_": 1580845786248249344, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101094543", "id": "NCBIGene:101094543", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:304580"], "taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/304580"], "label_eng": ["Ssh1"], "equivalent_curie_std": ["NCBIGene:304580"], "id_eng": "RGD:1306038", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/304580"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:304580"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "label_std": ["Ssh1"], "taxon_label_kw": "Rattus norvegicus", "equivalent_curie": ["NCBIGene:304580"], "id_std": "RGD:1306038", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/304580"], "label_kw": ["Ssh1"], "iri_kw": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/304580"], "taxon_eng": "NCBITaxon:10116", "_version_": 1580845787380711427, "category_eng": ["gene"], "iri_std": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1306038", "id": "RGD:1306038", "score": 30.915783, "label": ["Ssh1"], "id_kw": "RGD:1306038", "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSECAG00000015172"], "taxon_kw": "NCBITaxon:9796", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100072180", "iri": "http://www.ncbi.nlm.nih.gov/gene/100072180", "taxon_label_synonym_eng": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_label_synonym_kw": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSECAG00000015172"], "id_eng": "NCBIGene:100072180", "taxon_label_synonym_std": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "taxon_std": "NCBITaxon:9796", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "category_kw": ["gene"], "taxon_label_synonym": ["horse", "domestic horse", "Equus przewalskii f. caballus", "Equus ferus caballus", "equine", "Equus przewalskii forma caballus"], "equivalent_curie_kw": ["ENSEMBL:ENSECAG00000015172"], "taxon_label_std": "Equus caballus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100072180", "label_std": ["SSH2"], "taxon_label_kw": "Equus caballus", "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSECAG00000015172"], "taxon_label_eng": "Equus caballus", "taxon": "NCBITaxon:9796", "taxon_label": "Equus caballus", "id_kw": "NCBIGene:100072180", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100072180", "equivalent_iri": ["http://identifiers.org/ensembl/ENSECAG00000015172"], "taxon_eng": "NCBITaxon:9796", "_version_": 1580845766970179585, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100072180", "id": "NCBIGene:100072180", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSGALG00000021572"], "taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:417586", "iri": "http://www.ncbi.nlm.nih.gov/gene/417586", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSGALG00000021572"], "id_eng": "NCBIGene:417586", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "category_kw": ["gene"], "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSGALG00000021572"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/417586", "label_std": ["SSH2"], "taxon_label_kw": "Gallus gallus", "synonym_eng": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSGALG00000021572"], "taxon_label_eng": "Gallus gallus", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "id_kw": "NCBIGene:417586", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/417586", "equivalent_iri": ["http://identifiers.org/ensembl/ENSGALG00000021572"], "taxon_eng": "NCBITaxon:9031", "_version_": 1580845771659411458, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/417586", "id": "NCBIGene:417586", "synonym_kw": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["EF-hand calcium-binding domain-containing protein 5", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2", "SSH2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSSSCG00000017791"], "taxon_kw": "NCBITaxon:9823", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100520864", "iri": "http://www.ncbi.nlm.nih.gov/gene/100520864", "taxon_label_synonym_eng": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_label_synonym_kw": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSSSCG00000017791"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSSSCG00000017791"], "id_eng": "NCBIGene:100520864", "taxon_label_synonym_std": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "taxon_std": "NCBITaxon:9823", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSSSCG00000017791"], "category_kw": ["gene"], "taxon_label_synonym": ["swine", "pigs", "wild boar", "Sus scrofus", "pig"], "equivalent_curie_kw": ["ENSEMBL:ENSSSCG00000017791"], "taxon_label_std": "Sus scrofa", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100520864", "label_std": ["SSH2"], "taxon_label_kw": "Sus scrofa", "synonym_eng": ["EF-hand calcium-binding domain-containing protein 5", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2", "SSH2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSSSCG00000017791"], "taxon_label_eng": "Sus scrofa", "taxon": "NCBITaxon:9823", "taxon_label": "Sus scrofa", "id_kw": "NCBIGene:100520864", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSSSCG00000017791"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100520864", "equivalent_iri": ["http://identifiers.org/ensembl/ENSSSCG00000017791"], "taxon_eng": "NCBITaxon:9823", "_version_": 1580845773428359169, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100520864", "id": "NCBIGene:100520864", "synonym_kw": ["EF-hand calcium-binding domain-containing protein 5", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2", "SSH2", "slingshot homolog 2"], "synonym_std": ["EF-hand calcium-binding domain-containing protein 5", "LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2", "SSH2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "taxon_kw": "NCBITaxon:9258", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100076705", "iri": "http://www.ncbi.nlm.nih.gov/gene/100076705", "taxon_label_synonym_eng": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_synonym_kw": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "label_eng": ["SSH1"], "id_eng": "NCBIGene:100076705", "taxon_label_synonym_std": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_std": "NCBITaxon:9258", "category_kw": ["gene"], "taxon_label_synonym": ["platypus", "Ornythorhynchus anatinus", "duckbill platypus", "duck-billed platypus"], "taxon_label_std": "Ornithorhynchus anatinus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100076705", "label_std": ["SSH1"], "taxon_label_kw": "Ornithorhynchus anatinus", "synonym_eng": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "taxon_label_eng": "Ornithorhynchus anatinus", "taxon": "NCBITaxon:9258", "taxon_label": "Ornithorhynchus anatinus", "id_kw": "NCBIGene:100076705", "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100076705", "taxon_eng": "NCBITaxon:9258", "_version_": 1580845776992468995, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100076705", "id": "NCBIGene:100076705", "synonym_kw": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "synonym_std": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000031590"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:514643", "iri": "http://www.ncbi.nlm.nih.gov/gene/514643", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000031590"], "id_eng": "NCBIGene:514643", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000031590"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/514643", "label_std": ["SSH3"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000031590"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:514643", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/514643", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000031590"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845704354463744, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/514643", "id": "NCBIGene:514643", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSFCAG00000002761"], "taxon_kw": "NCBITaxon:9685", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101083045", "iri": "http://www.ncbi.nlm.nih.gov/gene/101083045", "taxon_label_synonym_eng": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_label_synonym_kw": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSFCAG00000002761"], "id_eng": "NCBIGene:101083045", "taxon_label_synonym_std": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "taxon_std": "NCBITaxon:9685", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "category_kw": ["gene"], "taxon_label_synonym": ["cats", "cat", "domestic cat", "Felis silvestris catus", "Felis domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSFCAG00000002761"], "taxon_label_std": "Felis catus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101083045", "label_std": ["SSH2"], "taxon_label_kw": "Felis catus", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSFCAG00000002761"], "taxon_label_eng": "Felis catus", "taxon": "NCBITaxon:9685", "taxon_label": "Felis catus", "id_kw": "NCBIGene:101083045", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101083045", "equivalent_iri": ["http://identifiers.org/ensembl/ENSFCAG00000002761"], "taxon_eng": "NCBITaxon:9685", "_version_": 1580845708313886722, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101083045", "id": "NCBIGene:101083045", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSCAFG00000011261"], "taxon_kw": "NCBITaxon:9615", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:477526", "iri": "http://www.ncbi.nlm.nih.gov/gene/477526", "taxon_label_synonym_eng": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_label_synonym_kw": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSCAFG00000011261"], "id_eng": "NCBIGene:477526", "taxon_label_synonym_std": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "taxon_std": "NCBITaxon:9615", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "category_kw": ["gene"], "taxon_label_synonym": ["Canis domesticus", "dogs", "Canis familiaris", "dog", "Canis canis"], "equivalent_curie_kw": ["ENSEMBL:ENSCAFG00000011261"], "taxon_label_std": "Canis lupus familiaris", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/477526", "label_std": ["SSH1"], "taxon_label_kw": "Canis lupus familiaris", "synonym_eng": ["slingshot homolog 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSCAFG00000011261"], "taxon_label_eng": "Canis lupus familiaris", "taxon": "NCBITaxon:9615", "taxon_label": "Canis lupus familiaris", "id_kw": "NCBIGene:477526", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/477526", "equivalent_iri": ["http://identifiers.org/ensembl/ENSCAFG00000011261"], "taxon_eng": "NCBITaxon:9615", "_version_": 1580845710198177792, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/477526", "id": "NCBIGene:477526", "synonym_kw": ["slingshot homolog 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "synonym_std": ["slingshot homolog 1", "slingshot protein phosphatase 1", "protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:100495893"], "taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://identifiers.org/xenbase/XB-GENE-6041963", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/100495893"], "label_eng": ["ssh1"], "equivalent_curie_std": ["NCBIGene:100495893"], "id_eng": "Xenbase:XB-GENE-6041963", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/100495893"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:100495893"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://identifiers.org/xenbase/XB-GENE-6041963", "label_std": ["ssh1"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "equivalent_curie": ["NCBIGene:100495893"], "id_std": "Xenbase:XB-GENE-6041963", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/100495893"], "label_kw": ["ssh1"], "iri_kw": "http://identifiers.org/xenbase/XB-GENE-6041963", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/100495893"], "taxon_eng": "NCBITaxon:8364", "_version_": 1580845713795842051, "category_eng": ["gene"], "iri_std": "http://identifiers.org/xenbase/XB-GENE-6041963", "id": "Xenbase:XB-GENE-6041963", "score": 30.915783, "label": ["ssh1"], "id_kw": "Xenbase:XB-GENE-6041963", "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000014413"], "taxon_kw": "NCBITaxon:9544", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:711898", "iri": "http://www.ncbi.nlm.nih.gov/gene/711898", "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000014413"], "id_eng": "NCBIGene:711898", "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "category_kw": ["gene"], "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000014413"], "taxon_label_std": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/711898", "label_std": ["SSH2"], "taxon_label_kw": "Macaca mulatta", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSMMUG00000014413"], "taxon_label_eng": "Macaca mulatta", "taxon": "NCBITaxon:9544", "taxon_label": "Macaca mulatta", "id_kw": "NCBIGene:711898", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/711898", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000014413"], "taxon_eng": "NCBITaxon:9544", "_version_": 1580845753077596160, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/711898", "id": "NCBIGene:711898", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000015932"], "taxon_kw": "NCBITaxon:9544", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:712699", "iri": "http://www.ncbi.nlm.nih.gov/gene/712699", "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000015932"], "id_eng": "NCBIGene:712699", "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "category_kw": ["gene"], "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000015932"], "taxon_label_std": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/712699", "label_std": ["SSH3"], "taxon_label_kw": "Macaca mulatta", "synonym_eng": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSMMUG00000015932"], "taxon_label_eng": "Macaca mulatta", "taxon": "NCBITaxon:9544", "taxon_label": "Macaca mulatta", "id_kw": "NCBIGene:712699", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/712699", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000015932"], "taxon_eng": "NCBITaxon:9544", "_version_": 1580845754520436736, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/712699", "id": "NCBIGene:712699", "synonym_kw": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSMMUG00000015107"], "taxon_kw": "NCBITaxon:9544", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:707809", "iri": "http://www.ncbi.nlm.nih.gov/gene/707809", "taxon_label_synonym_eng": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_label_synonym_kw": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSMMUG00000015107"], "id_eng": "NCBIGene:707809", "taxon_label_synonym_std": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "taxon_std": "NCBITaxon:9544", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "category_kw": ["gene"], "taxon_label_synonym": ["Rhesus monkey", "rhesus macaque", "rhesus monkeys", "rhesus macaques"], "equivalent_curie_kw": ["ENSEMBL:ENSMMUG00000015107"], "taxon_label_std": "Macaca mulatta", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/707809", "label_std": ["SSH1"], "taxon_label_kw": "Macaca mulatta", "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSMMUG00000015107"], "taxon_label_eng": "Macaca mulatta", "taxon": "NCBITaxon:9544", "taxon_label": "Macaca mulatta", "id_kw": "NCBIGene:707809", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/707809", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMMUG00000015107"], "taxon_eng": "NCBITaxon:9544", "_version_": 1580845688136138754, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/707809", "id": "NCBIGene:707809", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie_eng": ["ENSEMBL:ENSBTAG00000018825"], "taxon_kw": "NCBITaxon:9913", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:538233", "iri": "http://www.ncbi.nlm.nih.gov/gene/538233", "taxon_label_synonym_eng": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_label_synonym_kw": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "label_eng": ["SSH1"], "equivalent_curie_std": ["ENSEMBL:ENSBTAG00000018825"], "id_eng": "NCBIGene:538233", "taxon_label_synonym_std": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "taxon_std": "NCBITaxon:9913", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "category_kw": ["gene"], "taxon_label_synonym": ["Bos bovis", "Bos Tauurus", "domestic cattle", "domestic cow", "bovine", "cow", "cattle", "Bos primigenius taurus"], "equivalent_curie_kw": ["ENSEMBL:ENSBTAG00000018825"], "taxon_label_std": "Bos taurus", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/538233", "label_std": ["SSH1"], "taxon_label_kw": "Bos taurus", "synonym_eng": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "equivalent_curie": ["ENSEMBL:ENSBTAG00000018825"], "taxon_label_eng": "Bos taurus", "taxon": "NCBITaxon:9913", "taxon_label": "Bos taurus", "id_kw": "NCBIGene:538233", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "label_kw": ["SSH1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/538233", "equivalent_iri": ["http://identifiers.org/ensembl/ENSBTAG00000018825"], "taxon_eng": "NCBITaxon:9913", "_version_": 1580845694914134017, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/538233", "id": "NCBIGene:538233", "synonym_kw": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "synonym_std": ["slingshot homolog 1", "protein phosphatase Slingshot homolog 1"], "label": ["SSH1"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000003949"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:451365", "iri": "http://www.ncbi.nlm.nih.gov/gene/451365", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "label_eng": ["SSH3"], "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000003949"], "id_eng": "NCBIGene:451365", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000003949"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/451365", "label_std": ["SSH3"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "equivalent_curie": ["ENSEMBL:ENSPTRG00000003949"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:451365", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/451365", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000003949"], "taxon_eng": "NCBITaxon:9598", "_version_": 1580845718762946560, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/451365", "id": "NCBIGene:451365", "synonym_kw": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "synonym_std": ["slingshot protein phosphatase 3", "protein phosphatase Slingshot homolog 3", "slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSPTRG00000008955"], "taxon_kw": "NCBITaxon:9598", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:454551", "iri": "http://www.ncbi.nlm.nih.gov/gene/454551", "taxon_label_synonym_eng": ["Chimpansee troglodytes", "chimpanzee"], "taxon_label_synonym_kw": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSPTRG00000008955"], "id_eng": "NCBIGene:454551", "taxon_label_synonym_std": ["Chimpansee troglodytes", "chimpanzee"], "taxon_std": "NCBITaxon:9598", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "category_kw": ["gene"], "taxon_label_synonym": ["Chimpansee troglodytes", "chimpanzee"], "equivalent_curie_kw": ["ENSEMBL:ENSPTRG00000008955"], "taxon_label_std": "Pan troglodytes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/454551", "label_std": ["SSH2"], "taxon_label_kw": "Pan troglodytes", "synonym_eng": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSPTRG00000008955"], "taxon_label_eng": "Pan troglodytes", "taxon": "NCBITaxon:9598", "taxon_label": "Pan troglodytes", "id_kw": "NCBIGene:454551", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/454551", "equivalent_iri": ["http://identifiers.org/ensembl/ENSPTRG00000008955"], "taxon_eng": "NCBITaxon:9598", "_version_": 1580845724116975617, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/454551", "id": "NCBIGene:454551", "synonym_kw": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["slingshot 2", "slingshot protein phosphatase 2", "protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie_eng": ["ENSEMBL:ENSMODG00000009679"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100011140", "iri": "http://www.ncbi.nlm.nih.gov/gene/100011140", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "equivalent_iri_kw": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "label_eng": ["SSH2"], "equivalent_curie_std": ["ENSEMBL:ENSMODG00000009679"], "id_eng": "NCBIGene:100011140", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "equivalent_iri_std": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "equivalent_curie_kw": ["ENSEMBL:ENSMODG00000009679"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100011140", "label_std": ["SSH2"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "equivalent_curie": ["ENSEMBL:ENSMODG00000009679"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:100011140", "equivalent_iri_eng": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "label_kw": ["SSH2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100011140", "equivalent_iri": ["http://identifiers.org/ensembl/ENSMODG00000009679"], "taxon_eng": "NCBITaxon:13616", "_version_": 1580845648235724800, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100011140", "id": "NCBIGene:100011140", "synonym_kw": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "synonym_std": ["protein phosphatase Slingshot homolog 2", "slingshot homolog 2"], "label": ["SSH2"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3"], "taxon_kw": "NCBITaxon:28377", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:100556167", "iri": "http://www.ncbi.nlm.nih.gov/gene/100556167", "taxon_label_synonym_eng": ["Carolina anole", "green anole"], "taxon_label_synonym_kw": ["Carolina anole", "green anole"], "label_eng": ["ssh3"], "id_eng": "NCBIGene:100556167", "taxon_label_synonym_std": ["Carolina anole", "green anole"], "taxon_std": "NCBITaxon:28377", "category_kw": ["gene"], "taxon_label_synonym": ["Carolina anole", "green anole"], "taxon_label_std": "Anolis carolinensis", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/100556167", "label_std": ["ssh3"], "taxon_label_kw": "Anolis carolinensis", "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "taxon_label_eng": "Anolis carolinensis", "taxon": "NCBITaxon:28377", "taxon_label": "Anolis carolinensis", "id_kw": "NCBIGene:100556167", "label_kw": ["ssh3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/100556167", "taxon_eng": "NCBITaxon:28377", "_version_": 1580845662936760320, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/100556167", "id": "NCBIGene:100556167", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "label": ["ssh3"], "score": 30.915783, "category": ["gene"]}, {"synonym": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "taxon_kw": "NCBITaxon:31033", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:101071288", "iri": "http://www.ncbi.nlm.nih.gov/gene/101071288", "taxon_label_synonym_eng": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_synonym_kw": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "label_eng": ["ssh2"], "id_eng": "NCBIGene:101071288", "taxon_label_synonym_std": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_std": "NCBITaxon:31033", "category_kw": ["gene"], "taxon_label_synonym": ["Fugu rubripes", "Tetraodon rubripes", "tiger puffer", "Sphaeroides rubripes", "torafugu"], "taxon_label_std": "Takifugu rubripes", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/101071288", "label_std": ["ssh2"], "taxon_label_kw": "Takifugu rubripes", "synonym_eng": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "taxon_label_eng": "Takifugu rubripes", "taxon": "NCBITaxon:31033", "taxon_label": "Takifugu rubripes", "id_kw": "NCBIGene:101071288", "label_kw": ["ssh2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/101071288", "taxon_eng": "NCBITaxon:31033", "_version_": 1580845803788828673, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/101071288", "id": "NCBIGene:101071288", "synonym_kw": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "synonym_std": ["LOW QUALITY PROTEIN: protein phosphatase Slingshot homolog 2"], "label": ["ssh2"], "score": 30.915783, "category": ["gene"]}, {"equivalent_curie_eng": ["NCBIGene:303342"], "taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_kw": ["http://www.ncbi.nlm.nih.gov/gene/303342"], "label_eng": ["Ssh2"], "equivalent_curie_std": ["NCBIGene:303342"], "id_eng": "RGD:1309389", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "equivalent_iri_std": ["http://www.ncbi.nlm.nih.gov/gene/303342"], "category_kw": ["gene"], "equivalent_curie_kw": ["NCBIGene:303342"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389", "label_std": ["Ssh2"], "taxon_label_kw": "Rattus norvegicus", "equivalent_curie": ["NCBIGene:303342"], "id_std": "RGD:1309389", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "equivalent_iri_eng": ["http://www.ncbi.nlm.nih.gov/gene/303342"], "label_kw": ["Ssh2"], "iri_kw": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389", "equivalent_iri": ["http://www.ncbi.nlm.nih.gov/gene/303342"], "taxon_eng": "NCBITaxon:10116", "_version_": 1580845805268369410, "category_eng": ["gene"], "iri_std": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=1309389", "id": "RGD:1309389", "score": 30.915783, "label": ["Ssh2"], "id_kw": "RGD:1309389", "category": ["gene"]}, {"synonym": ["protein phosphatase Slingshot homolog 3"], "taxon_kw": "NCBITaxon:13616", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:103104867", "iri": "http://www.ncbi.nlm.nih.gov/gene/103104867", "taxon_label_synonym_eng": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_synonym_kw": ["gray short-tailed opossum", "Monodelphis domesticus"], "label_eng": ["SSH3"], "id_eng": "NCBIGene:103104867", "taxon_label_synonym_std": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_std": "NCBITaxon:13616", "category_kw": ["gene"], "taxon_label_synonym": ["gray short-tailed opossum", "Monodelphis domesticus"], "taxon_label_std": "Monodelphis domestica", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/103104867", "label_std": ["SSH3"], "taxon_label_kw": "Monodelphis domestica", "synonym_eng": ["protein phosphatase Slingshot homolog 3"], "taxon_label_eng": "Monodelphis domestica", "taxon": "NCBITaxon:13616", "taxon_label": "Monodelphis domestica", "id_kw": "NCBIGene:103104867", "label_kw": ["SSH3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/103104867", "taxon_eng": "NCBITaxon:13616", "_version_": 1580845807042560001, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/103104867", "id": "NCBIGene:103104867", "synonym_kw": ["protein phosphatase Slingshot homolog 3"], "synonym_std": ["protein phosphatase Slingshot homolog 3"], "label": ["SSH3"], "score": 30.915783, "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Mus musculus", "iri": "http://flybase.org/reports/FBog0000254734", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_eng": ["Mmus\\Ssh1"], "id_eng": "FlyBase:FBog0000254734", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "category_kw": ["gene"], "taxon_label_std": "Mus musculus", "iri_eng": "http://flybase.org/reports/FBog0000254734", "label_std": ["Mmus\\Ssh1"], "taxon_label_kw": "Mus musculus", "id_std": "FlyBase:FBog0000254734", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_kw": ["Mmus\\Ssh1"], "iri_kw": "http://flybase.org/reports/FBog0000254734", "taxon_eng": "NCBITaxon:10090", "_version_": 1580845841140154370, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000254734", "id": "FlyBase:FBog0000254734", "score": 27.608486, "label": ["Mmus\\Ssh1"], "id_kw": "FlyBase:FBog0000254734", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7668", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Strongylocentrotus purpuratus", "iri": "http://flybase.org/reports/FBog0000666550", "taxon_label_synonym_eng": ["purple sea urchin", "purple urchin"], "taxon_label_synonym_kw": ["purple sea urchin", "purple urchin"], "label_eng": ["Spur\\Sp-Ssh"], "id_eng": "FlyBase:FBog0000666550", "taxon_label_synonym_std": ["purple sea urchin", "purple urchin"], "taxon_std": "NCBITaxon:7668", "category_kw": ["gene"], "taxon_label_std": "Strongylocentrotus purpuratus", "iri_eng": "http://flybase.org/reports/FBog0000666550", "label_std": ["Spur\\Sp-Ssh"], "taxon_label_kw": "Strongylocentrotus purpuratus", "id_std": "FlyBase:FBog0000666550", "taxon": "NCBITaxon:7668", "taxon_label": "Strongylocentrotus purpuratus", "taxon_label_synonym": ["purple sea urchin", "purple urchin"], "label_kw": ["Spur\\Sp-Ssh"], "iri_kw": "http://flybase.org/reports/FBog0000666550", "taxon_eng": "NCBITaxon:7668", "_version_": 1580845858090385409, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000666550", "id": "FlyBase:FBog0000666550", "score": 27.608486, "label": ["Spur\\Sp-Ssh"], "id_kw": "FlyBase:FBog0000666550", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Homo sapiens", "iri": "http://flybase.org/reports/FBog0000192513", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "label_eng": ["Hsap\\SSH1"], "id_eng": "FlyBase:FBog0000192513", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "category_kw": ["gene"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://flybase.org/reports/FBog0000192513", "label_std": ["Hsap\\SSH1"], "taxon_label_kw": "Homo sapiens", "id_std": "FlyBase:FBog0000192513", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "taxon_label_synonym": ["Human", "man", "human", "humans"], "label_kw": ["Hsap\\SSH1"], "iri_kw": "http://flybase.org/reports/FBog0000192513", "taxon_eng": "NCBITaxon:9606", "_version_": 1580845858418589698, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000192513", "id": "FlyBase:FBog0000192513", "score": 27.608486, "label": ["Hsap\\SSH1"], "id_kw": "FlyBase:FBog0000192513", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Mus musculus", "iri": "http://flybase.org/reports/FBog0000170189", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_eng": ["Mmus\\Ssh3"], "id_eng": "FlyBase:FBog0000170189", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "category_kw": ["gene"], "taxon_label_std": "Mus musculus", "iri_eng": "http://flybase.org/reports/FBog0000170189", "label_std": ["Mmus\\Ssh3"], "taxon_label_kw": "Mus musculus", "id_std": "FlyBase:FBog0000170189", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_kw": ["Mmus\\Ssh3"], "iri_kw": "http://flybase.org/reports/FBog0000170189", "taxon_eng": "NCBITaxon:10090", "_version_": 1580845871413592066, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000170189", "id": "FlyBase:FBog0000170189", "score": 27.608486, "label": ["Mmus\\Ssh3"], "id_kw": "FlyBase:FBog0000170189", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://flybase.org/reports/FBog0000248735", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_eng": ["Xtro\\ssh2"], "id_eng": "FlyBase:FBog0000248735", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "category_kw": ["gene"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://flybase.org/reports/FBog0000248735", "label_std": ["Xtro\\ssh2"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "id_std": "FlyBase:FBog0000248735", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_kw": ["Xtro\\ssh2"], "iri_kw": "http://flybase.org/reports/FBog0000248735", "taxon_eng": "NCBITaxon:8364", "_version_": 1580845938414452737, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000248735", "id": "FlyBase:FBog0000248735", "score": 27.608486, "label": ["Xtro\\ssh2"], "id_kw": "FlyBase:FBog0000248735", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://flybase.org/reports/FBog0000183320", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_eng": ["Rnor\\Ssh2"], "id_eng": "FlyBase:FBog0000183320", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "category_kw": ["gene"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://flybase.org/reports/FBog0000183320", "label_std": ["Rnor\\Ssh2"], "taxon_label_kw": "Rattus norvegicus", "id_std": "FlyBase:FBog0000183320", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_kw": ["Rnor\\Ssh2"], "iri_kw": "http://flybase.org/reports/FBog0000183320", "taxon_eng": "NCBITaxon:10116", "_version_": 1580845939883507713, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000183320", "id": "FlyBase:FBog0000183320", "score": 27.608486, "label": ["Rnor\\Ssh2"], "id_kw": "FlyBase:FBog0000183320", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10090", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Mus musculus", "iri": "http://flybase.org/reports/FBog0000183106", "taxon_label_synonym_eng": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_label_synonym_kw": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_eng": ["Mmus\\Ssh2"], "id_eng": "FlyBase:FBog0000183106", "taxon_label_synonym_std": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "taxon_std": "NCBITaxon:10090", "category_kw": ["gene"], "taxon_label_std": "Mus musculus", "iri_eng": "http://flybase.org/reports/FBog0000183106", "label_std": ["Mmus\\Ssh2"], "taxon_label_kw": "Mus musculus", "id_std": "FlyBase:FBog0000183106", "taxon": "NCBITaxon:10090", "taxon_label": "Mus musculus", "taxon_label_synonym": ["mouse", "Mouse", "house mouse", "mice C57BL/6xCBA/CaJ hybrid", "Mus muscaris"], "label_kw": ["Mmus\\Ssh2"], "iri_kw": "http://flybase.org/reports/FBog0000183106", "taxon_eng": "NCBITaxon:10090", "_version_": 1580845940036599808, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000183106", "id": "FlyBase:FBog0000183106", "score": 27.608486, "label": ["Mmus\\Ssh2"], "id_kw": "FlyBase:FBog0000183106", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Danio rerio", "iri": "http://flybase.org/reports/FBog0000225441", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_eng": ["Drer\\ssh1a"], "id_eng": "FlyBase:FBog0000225441", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "category_kw": ["gene"], "taxon_label_std": "Danio rerio", "iri_eng": "http://flybase.org/reports/FBog0000225441", "label_std": ["Drer\\ssh1a"], "taxon_label_kw": "Danio rerio", "id_std": "FlyBase:FBog0000225441", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_kw": ["Drer\\ssh1a"], "iri_kw": "http://flybase.org/reports/FBog0000225441", "taxon_eng": "NCBITaxon:7955", "_version_": 1580845944347295746, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000225441", "id": "FlyBase:FBog0000225441", "score": 27.608486, "label": ["Drer\\ssh1a"], "id_kw": "FlyBase:FBog0000225441", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Danio rerio", "iri": "http://flybase.org/reports/FBog0000188004", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_eng": ["Drer\\ssh1b"], "id_eng": "FlyBase:FBog0000188004", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "category_kw": ["gene"], "taxon_label_std": "Danio rerio", "iri_eng": "http://flybase.org/reports/FBog0000188004", "label_std": ["Drer\\ssh1b"], "taxon_label_kw": "Danio rerio", "id_std": "FlyBase:FBog0000188004", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_kw": ["Drer\\ssh1b"], "iri_kw": "http://flybase.org/reports/FBog0000188004", "taxon_eng": "NCBITaxon:7955", "_version_": 1580845949784162304, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000188004", "id": "FlyBase:FBog0000188004", "score": 27.608486, "label": ["Drer\\ssh1b"], "id_kw": "FlyBase:FBog0000188004", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:4932", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Saccharomyces cerevisiae", "iri": "http://flybase.org/reports/FBog0000439756", "taxon_label_synonym_eng": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "taxon_label_synonym_kw": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "label_eng": ["Scer\\SSH4"], "id_eng": "FlyBase:FBog0000439756", "taxon_label_synonym_std": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "taxon_std": "NCBITaxon:4932", "category_kw": ["gene"], "taxon_label_std": "Saccharomyces cerevisiae", "iri_eng": "http://flybase.org/reports/FBog0000439756", "label_std": ["Scer\\SSH4"], "taxon_label_kw": "Saccharomyces cerevisiae", "id_std": "FlyBase:FBog0000439756", "taxon": "NCBITaxon:4932", "taxon_label": "Saccharomyces cerevisiae", "taxon_label_synonym": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "label_kw": ["Scer\\SSH4"], "iri_kw": "http://flybase.org/reports/FBog0000439756", "taxon_eng": "NCBITaxon:4932", "_version_": 1580845916415328258, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000439756", "id": "FlyBase:FBog0000439756", "score": 27.608486, "label": ["Scer\\SSH4"], "id_kw": "FlyBase:FBog0000439756", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7240", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Drosophila simulans", "iri": "http://flybase.org/reports/FBgn0045512", "label_eng": ["Dsim\\ssh"], "id_eng": "FlyBase:FBgn0045512", "taxon_std": "NCBITaxon:7240", "category_kw": ["gene"], "taxon_label_std": "Drosophila simulans", "iri_eng": "http://flybase.org/reports/FBgn0045512", "label_std": ["Dsim\\ssh"], "taxon_label_kw": "Drosophila simulans", "id_std": "FlyBase:FBgn0045512", "taxon": "NCBITaxon:7240", "taxon_label": "Drosophila simulans", "id_kw": "FlyBase:FBgn0045512", "label_kw": ["Dsim\\ssh"], "iri_kw": "http://flybase.org/reports/FBgn0045512", "taxon_eng": "NCBITaxon:7240", "_version_": 1580845846957654020, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBgn0045512", "id": "FlyBase:FBgn0045512", "score": 27.608486, "label": ["Dsim\\ssh"], "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7668", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Strongylocentrotus purpuratus", "iri": "http://flybase.org/reports/FBog0000662219", "taxon_label_synonym_eng": ["purple sea urchin", "purple urchin"], "taxon_label_synonym_kw": ["purple sea urchin", "purple urchin"], "label_eng": ["Spur\\Sp-Ssh_1"], "id_eng": "FlyBase:FBog0000662219", "taxon_label_synonym_std": ["purple sea urchin", "purple urchin"], "taxon_std": "NCBITaxon:7668", "category_kw": ["gene"], "taxon_label_std": "Strongylocentrotus purpuratus", "iri_eng": "http://flybase.org/reports/FBog0000662219", "label_std": ["Spur\\Sp-Ssh_1"], "taxon_label_kw": "Strongylocentrotus purpuratus", "id_std": "FlyBase:FBog0000662219", "taxon": "NCBITaxon:7668", "taxon_label": "Strongylocentrotus purpuratus", "taxon_label_synonym": ["purple sea urchin", "purple urchin"], "label_kw": ["Spur\\Sp-Ssh_1"], "iri_kw": "http://flybase.org/reports/FBog0000662219", "taxon_eng": "NCBITaxon:7668", "_version_": 1580845849071583234, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000662219", "id": "FlyBase:FBog0000662219", "score": 27.608486, "label": ["Spur\\Sp-Ssh_1"], "id_kw": "FlyBase:FBog0000662219", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Homo sapiens", "iri": "http://flybase.org/reports/FBog0000190884", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "label_eng": ["Hsap\\SSH3"], "id_eng": "FlyBase:FBog0000190884", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "category_kw": ["gene"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://flybase.org/reports/FBog0000190884", "label_std": ["Hsap\\SSH3"], "taxon_label_kw": "Homo sapiens", "id_std": "FlyBase:FBog0000190884", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "taxon_label_synonym": ["Human", "man", "human", "humans"], "label_kw": ["Hsap\\SSH3"], "iri_kw": "http://flybase.org/reports/FBog0000190884", "taxon_eng": "NCBITaxon:9606", "_version_": 1580845854006181889, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000190884", "id": "FlyBase:FBog0000190884", "score": 27.608486, "label": ["Hsap\\SSH3"], "id_kw": "FlyBase:FBog0000190884", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Homo sapiens", "iri": "http://flybase.org/reports/FBog0000190712", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "label_eng": ["Hsap\\SSH2"], "id_eng": "FlyBase:FBog0000190712", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "category_kw": ["gene"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://flybase.org/reports/FBog0000190712", "label_std": ["Hsap\\SSH2"], "taxon_label_kw": "Homo sapiens", "id_std": "FlyBase:FBog0000190712", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "taxon_label_synonym": ["Human", "man", "human", "humans"], "label_kw": ["Hsap\\SSH2"], "iri_kw": "http://flybase.org/reports/FBog0000190712", "taxon_eng": "NCBITaxon:9606", "_version_": 1580845854098456581, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000190712", "id": "FlyBase:FBog0000190712", "score": 27.608486, "label": ["Hsap\\SSH2"], "id_kw": "FlyBase:FBog0000190712", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Gallus gallus", "iri": "http://flybase.org/reports/FBog0000250374", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "label_eng": ["Ggal\\SSH2"], "id_eng": "FlyBase:FBog0000250374", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "category_kw": ["gene"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://flybase.org/reports/FBog0000250374", "label_std": ["Ggal\\SSH2"], "taxon_label_kw": "Gallus gallus", "id_std": "FlyBase:FBog0000250374", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "label_kw": ["Ggal\\SSH2"], "iri_kw": "http://flybase.org/reports/FBog0000250374", "taxon_eng": "NCBITaxon:9031", "_version_": 1580845830003228674, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000250374", "id": "FlyBase:FBog0000250374", "score": 27.608486, "label": ["Ggal\\SSH2"], "id_kw": "FlyBase:FBog0000250374", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://flybase.org/reports/FBog0000422776", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_eng": ["Xtro\\ssh3"], "id_eng": "FlyBase:FBog0000422776", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "category_kw": ["gene"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://flybase.org/reports/FBog0000422776", "label_std": ["Xtro\\ssh3"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "id_std": "FlyBase:FBog0000422776", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_kw": ["Xtro\\ssh3"], "iri_kw": "http://flybase.org/reports/FBog0000422776", "taxon_eng": "NCBITaxon:8364", "_version_": 1580845838221967360, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000422776", "id": "FlyBase:FBog0000422776", "score": 27.608486, "label": ["Xtro\\ssh3"], "id_kw": "FlyBase:FBog0000422776", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:9031", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Gallus gallus", "iri": "http://flybase.org/reports/FBog0000179233", "taxon_label_synonym_eng": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_label_synonym_kw": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "label_eng": ["Ggal\\SSH1"], "id_eng": "FlyBase:FBog0000179233", "taxon_label_synonym_std": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "taxon_std": "NCBITaxon:9031", "category_kw": ["gene"], "taxon_label_std": "Gallus gallus", "iri_eng": "http://flybase.org/reports/FBog0000179233", "label_std": ["Ggal\\SSH1"], "taxon_label_kw": "Gallus gallus", "id_std": "FlyBase:FBog0000179233", "taxon": "NCBITaxon:9031", "taxon_label": "Gallus gallus", "taxon_label_synonym": ["chickens", "chicken", "bantam", "Gallus domesticus", "Gallus gallus domesticus"], "label_kw": ["Ggal\\SSH1"], "iri_kw": "http://flybase.org/reports/FBog0000179233", "taxon_eng": "NCBITaxon:9031", "_version_": 1580845890335145984, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000179233", "id": "FlyBase:FBog0000179233", "score": 27.608486, "label": ["Ggal\\SSH1"], "id_kw": "FlyBase:FBog0000179233", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:4932", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Saccharomyces cerevisiae", "iri": "http://flybase.org/reports/FBog0000413955", "taxon_label_synonym_eng": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "taxon_label_synonym_kw": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "label_eng": ["Scer\\SSH1"], "id_eng": "FlyBase:FBog0000413955", "taxon_label_synonym_std": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "taxon_std": "NCBITaxon:4932", "category_kw": ["gene"], "taxon_label_std": "Saccharomyces cerevisiae", "iri_eng": "http://flybase.org/reports/FBog0000413955", "label_std": ["Scer\\SSH1"], "taxon_label_kw": "Saccharomyces cerevisiae", "id_std": "FlyBase:FBog0000413955", "taxon": "NCBITaxon:4932", "taxon_label": "Saccharomyces cerevisiae", "taxon_label_synonym": ["Saccharomyces oviformis", "Sccharomyces cerevisiae", "Saccharomyce cerevisiae", "Candida robusta", "Saccharomyces capensis", "yeast", "Saccharomyes cerevisiae", "baker's yeast", "brewer's yeast", "Saccharomyces uvarum var. melibiosus", "lager beer yeast", "Saccaromyces cerevisiae", "Saccharomyces italicus"], "label_kw": ["Scer\\SSH1"], "iri_kw": "http://flybase.org/reports/FBog0000413955", "taxon_eng": "NCBITaxon:4932", "_version_": 1580845920963002369, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000413955", "id": "FlyBase:FBog0000413955", "score": 27.608486, "label": ["Scer\\SSH1"], "id_kw": "FlyBase:FBog0000413955", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Danio rerio", "iri": "http://flybase.org/reports/FBog0000413971", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_eng": ["Drer\\ssh2b"], "id_eng": "FlyBase:FBog0000413971", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "category_kw": ["gene"], "taxon_label_std": "Danio rerio", "iri_eng": "http://flybase.org/reports/FBog0000413971", "label_std": ["Drer\\ssh2b"], "taxon_label_kw": "Danio rerio", "id_std": "FlyBase:FBog0000413971", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_kw": ["Drer\\ssh2b"], "iri_kw": "http://flybase.org/reports/FBog0000413971", "taxon_eng": "NCBITaxon:7955", "_version_": 1580845920994459649, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000413971", "id": "FlyBase:FBog0000413971", "score": 27.608486, "label": ["Drer\\ssh2b"], "id_kw": "FlyBase:FBog0000413971", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://flybase.org/reports/FBog0000203259", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_eng": ["Rnor\\Ssh1"], "id_eng": "FlyBase:FBog0000203259", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "category_kw": ["gene"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://flybase.org/reports/FBog0000203259", "label_std": ["Rnor\\Ssh1"], "taxon_label_kw": "Rattus norvegicus", "id_std": "FlyBase:FBog0000203259", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_kw": ["Rnor\\Ssh1"], "iri_kw": "http://flybase.org/reports/FBog0000203259", "taxon_eng": "NCBITaxon:10116", "_version_": 1580845959589396481, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000203259", "id": "FlyBase:FBog0000203259", "score": 27.608486, "label": ["Rnor\\Ssh1"], "id_kw": "FlyBase:FBog0000203259", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:7955", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Danio rerio", "iri": "http://flybase.org/reports/FBog0000167636", "taxon_label_synonym_eng": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_label_synonym_kw": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_eng": ["Drer\\ssh2a"], "id_eng": "FlyBase:FBog0000167636", "taxon_label_synonym_std": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "taxon_std": "NCBITaxon:7955", "category_kw": ["gene"], "taxon_label_std": "Danio rerio", "iri_eng": "http://flybase.org/reports/FBog0000167636", "label_std": ["Drer\\ssh2a"], "taxon_label_kw": "Danio rerio", "id_std": "FlyBase:FBog0000167636", "taxon": "NCBITaxon:7955", "taxon_label": "Danio rerio", "taxon_label_synonym": ["zebra fish", "Brachydanio rerio", "leopard danio", "Cyprinus rerio", "Brachidanio rerio", "zebra danio", "Zebrafish", "zebrafish", "Danio frankei", "Brachydanio rerio frankei", "Danio rerio frankei"], "label_kw": ["Drer\\ssh2a"], "iri_kw": "http://flybase.org/reports/FBog0000167636", "taxon_eng": "NCBITaxon:7955", "_version_": 1580845973229273092, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000167636", "id": "FlyBase:FBog0000167636", "score": 27.608486, "label": ["Drer\\ssh2a"], "id_kw": "FlyBase:FBog0000167636", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:10116", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Rattus norvegicus", "iri": "http://flybase.org/reports/FBog0000209759", "taxon_label_synonym_eng": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_label_synonym_kw": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_eng": ["Rnor\\Ssh3"], "id_eng": "FlyBase:FBog0000209759", "taxon_label_synonym_std": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "taxon_std": "NCBITaxon:10116", "category_kw": ["gene"], "taxon_label_std": "Rattus norvegicus", "iri_eng": "http://flybase.org/reports/FBog0000209759", "label_std": ["Rnor\\Ssh3"], "taxon_label_kw": "Rattus norvegicus", "id_std": "FlyBase:FBog0000209759", "taxon": "NCBITaxon:10116", "taxon_label": "Rattus norvegicus", "taxon_label_synonym": ["brown rat", "Rat", "Norway rat", "rat", "Rattus sp. strain Wistar", "Rattus rattiscus", "Rattus norwegicus", "rats", "Gunn rats", "Rattus norvegicus8"], "label_kw": ["Rnor\\Ssh3"], "iri_kw": "http://flybase.org/reports/FBog0000209759", "taxon_eng": "NCBITaxon:10116", "_version_": 1580845975768924160, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000209759", "id": "FlyBase:FBog0000209759", "score": 27.608486, "label": ["Rnor\\Ssh3"], "id_kw": "FlyBase:FBog0000209759", "category": ["gene"]}, {"taxon_kw": "NCBITaxon:8364", "leaf": true, "category_std": ["gene"], "taxon_label_eng": "Xenopus (Silurana) tropicalis", "iri": "http://flybase.org/reports/FBog0000208813", "taxon_label_synonym_eng": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_label_synonym_kw": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_eng": ["Xtro\\ssh1"], "id_eng": "FlyBase:FBog0000208813", "taxon_label_synonym_std": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "taxon_std": "NCBITaxon:8364", "category_kw": ["gene"], "taxon_label_std": "Xenopus (Silurana) tropicalis", "iri_eng": "http://flybase.org/reports/FBog0000208813", "label_std": ["Xtro\\ssh1"], "taxon_label_kw": "Xenopus (Silurana) tropicalis", "id_std": "FlyBase:FBog0000208813", "taxon": "NCBITaxon:8364", "taxon_label": "Xenopus (Silurana) tropicalis", "taxon_label_synonym": ["Silurana (Xenopus) tropicalis", "tropical clawed frog", "western clawed frog", "Xenopus laevis tropicalis", "Xenopus (Silurana) tropicalis", "Silurana tropicalis"], "label_kw": ["Xtro\\ssh1"], "iri_kw": "http://flybase.org/reports/FBog0000208813", "taxon_eng": "NCBITaxon:8364", "_version_": 1580845977190793216, "category_eng": ["gene"], "iri_std": "http://flybase.org/reports/FBog0000208813", "id": "FlyBase:FBog0000208813", "score": 27.608486, "label": ["Xtro\\ssh1"], "id_kw": "FlyBase:FBog0000208813", "category": ["gene"]}, {"synonym": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "SSH3BP1", "nap1 binding protein", "Abelson interactor 1", "NAP1BP", "interactor protein AblBP4", "ABI1", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "ABI1_HUMAN", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "equivalent_curie_eng": ["HGNC:11320", "OMIM:603050", "ENSEMBL:ENSG00000136754", "KEGG-hsa:10006"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:10006", "iri": "http://www.ncbi.nlm.nih.gov/gene/10006", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050", "http://identifiers.org/ensembl/ENSG00000136754", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10006"], "label_eng": ["ABI1"], "equivalent_curie_std": ["HGNC:11320", "OMIM:603050", "ENSEMBL:ENSG00000136754", "KEGG-hsa:10006"], "id_eng": "NCBIGene:10006", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050", "http://identifiers.org/ensembl/ENSG00000136754", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10006"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:11320", "OMIM:603050", "ENSEMBL:ENSG00000136754", "KEGG-hsa:10006"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/10006", "label_std": ["ABI1"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "SSH3BP1", "nap1 binding protein", "Abelson interactor 1", "NAP1BP", "interactor protein AblBP4", "ABI1", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "ABI1_HUMAN", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "equivalent_curie": ["HGNC:11320", "OMIM:603050", "ENSEMBL:ENSG00000136754", "KEGG-hsa:10006"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:10006", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050", "http://identifiers.org/ensembl/ENSG00000136754", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10006"], "label_kw": ["ABI1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/10006", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:11320", "http://purl.obolibrary.org/obo/OMIM_603050", "http://identifiers.org/ensembl/ENSG00000136754", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10006"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845525960228864, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/10006", "id": "NCBIGene:10006", "synonym_kw": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "SSH3BP1", "nap1 binding protein", "Abelson interactor 1", "NAP1BP", "interactor protein AblBP4", "ABI1", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "ABI1_HUMAN", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "synonym_std": ["eps8 SH3 domain-binding protein", "ABLBP4", "abl-binding protein 4", "SSH3BP", "SSH3BP1", "nap1 binding protein", "Abelson interactor 1", "NAP1BP", "interactor protein AblBP4", "ABI1", "abl interactor 1", "spectrin SH3 domain-binding protein 1", "ABI1_HUMAN", "E3B1", "Abl-interactor protein 1 long", "ABI-1"], "label": ["ABI1"], "score": 27.194, "category": ["gene"]}, {"synonym": ["VASCULIN", "GPBP", "GC-rich promoter binding protein 1", "GPBP1_HUMAN", "GPBP1", "SSH6", "vasculin", "vascular wall-linked protein"], "equivalent_curie_eng": ["HGNC:29520", "OMIM:608412", "ENSEMBL:ENSG00000062194", "KEGG-hsa:65056"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:65056", "iri": "http://www.ncbi.nlm.nih.gov/gene/65056", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:29520", "http://purl.obolibrary.org/obo/OMIM_608412", "http://identifiers.org/ensembl/ENSG00000062194", "http://www.kegg.jp/dbget-bin/www_bget?hsa:65056"], "label_eng": ["GPBP1"], "equivalent_curie_std": ["HGNC:29520", "OMIM:608412", "ENSEMBL:ENSG00000062194", "KEGG-hsa:65056"], "id_eng": "NCBIGene:65056", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:29520", "http://purl.obolibrary.org/obo/OMIM_608412", "http://identifiers.org/ensembl/ENSG00000062194", "http://www.kegg.jp/dbget-bin/www_bget?hsa:65056"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:29520", "OMIM:608412", "ENSEMBL:ENSG00000062194", "KEGG-hsa:65056"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/65056", "label_std": ["GPBP1"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["VASCULIN", "GPBP", "GC-rich promoter binding protein 1", "GPBP1_HUMAN", "GPBP1", "SSH6", "vasculin", "vascular wall-linked protein"], "equivalent_curie": ["HGNC:29520", "OMIM:608412", "ENSEMBL:ENSG00000062194", "KEGG-hsa:65056"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:65056", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:29520", "http://purl.obolibrary.org/obo/OMIM_608412", "http://identifiers.org/ensembl/ENSG00000062194", "http://www.kegg.jp/dbget-bin/www_bget?hsa:65056"], "label_kw": ["GPBP1"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/65056", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:29520", "http://purl.obolibrary.org/obo/OMIM_608412", "http://identifiers.org/ensembl/ENSG00000062194", "http://www.kegg.jp/dbget-bin/www_bget?hsa:65056"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845530797309952, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/65056", "id": "NCBIGene:65056", "synonym_kw": ["VASCULIN", "GPBP", "GC-rich promoter binding protein 1", "GPBP1_HUMAN", "GPBP1", "SSH6", "vasculin", "vascular wall-linked protein"], "synonym_std": ["VASCULIN", "GPBP", "GC-rich promoter binding protein 1", "GPBP1_HUMAN", "GPBP1", "SSH6", "vasculin", "vascular wall-linked protein"], "label": ["GPBP1"], "score": 26.648388, "category": ["gene"]}, {"synonym": ["new molecule including SH3", "ABI family member 3", "ABI3_HUMAN", "ABI3", "NESH", "SSH3BP3", "ABI gene family member 3"], "equivalent_curie_eng": ["HGNC:29859", "OMIM:606363", "ENSEMBL:ENSG00000108798", "KEGG-hsa:51225"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:51225", "iri": "http://www.ncbi.nlm.nih.gov/gene/51225", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://identifiers.org/hgnc/HGNC:29859", "http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://www.kegg.jp/dbget-bin/www_bget?hsa:51225"], "label_eng": ["ABI3"], "equivalent_curie_std": ["HGNC:29859", "OMIM:606363", "ENSEMBL:ENSG00000108798", "KEGG-hsa:51225"], "id_eng": "NCBIGene:51225", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://identifiers.org/hgnc/HGNC:29859", "http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://www.kegg.jp/dbget-bin/www_bget?hsa:51225"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["HGNC:29859", "OMIM:606363", "ENSEMBL:ENSG00000108798", "KEGG-hsa:51225"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/51225", "label_std": ["ABI3"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["new molecule including SH3", "ABI family member 3", "ABI3_HUMAN", "ABI3", "NESH", "SSH3BP3", "ABI gene family member 3"], "equivalent_curie": ["HGNC:29859", "OMIM:606363", "ENSEMBL:ENSG00000108798", "KEGG-hsa:51225"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:51225", "equivalent_iri_eng": ["http://identifiers.org/hgnc/HGNC:29859", "http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://www.kegg.jp/dbget-bin/www_bget?hsa:51225"], "label_kw": ["ABI3"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/51225", "equivalent_iri": ["http://identifiers.org/hgnc/HGNC:29859", "http://purl.obolibrary.org/obo/OMIM_606363", "http://identifiers.org/ensembl/ENSG00000108798", "http://www.kegg.jp/dbget-bin/www_bget?hsa:51225"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845531667628034, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/51225", "id": "NCBIGene:51225", "synonym_kw": ["new molecule including SH3", "ABI family member 3", "ABI3_HUMAN", "ABI3", "NESH", "SSH3BP3", "ABI gene family member 3"], "synonym_std": ["new molecule including SH3", "ABI family member 3", "ABI3_HUMAN", "ABI3", "NESH", "SSH3BP3", "ABI gene family member 3"], "label": ["ABI3"], "score": 26.648388, "category": ["gene"]}, {"synonym": ["abl interactor 2", "ABI2_HUMAN", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "ABI2", "abl-interactor protein 2b", "ARGBPIA", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "equivalent_curie_eng": ["OMIM:606442", "ENSEMBL:ENSG00000138443", "HGNC:24011", "KEGG-hsa:10152"], "taxon_kw": "NCBITaxon:9606", "leaf": true, "category_std": ["gene"], "id_std": "NCBIGene:10152", "iri": "http://www.ncbi.nlm.nih.gov/gene/10152", "taxon_label_synonym_eng": ["Human", "man", "human", "humans"], "taxon_label_synonym_kw": ["Human", "man", "human", "humans"], "equivalent_iri_kw": ["http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443", "http://identifiers.org/hgnc/HGNC:24011", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10152"], "label_eng": ["ABI2"], "equivalent_curie_std": ["OMIM:606442", "ENSEMBL:ENSG00000138443", "HGNC:24011", "KEGG-hsa:10152"], "id_eng": "NCBIGene:10152", "taxon_label_synonym_std": ["Human", "man", "human", "humans"], "taxon_std": "NCBITaxon:9606", "equivalent_iri_std": ["http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443", "http://identifiers.org/hgnc/HGNC:24011", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10152"], "category_kw": ["gene"], "taxon_label_synonym": ["Human", "man", "human", "humans"], "equivalent_curie_kw": ["OMIM:606442", "ENSEMBL:ENSG00000138443", "HGNC:24011", "KEGG-hsa:10152"], "taxon_label_std": "Homo sapiens", "iri_eng": "http://www.ncbi.nlm.nih.gov/gene/10152", "label_std": ["ABI2"], "taxon_label_kw": "Homo sapiens", "synonym_eng": ["abl interactor 2", "ABI2_HUMAN", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "ABI2", "abl-interactor protein 2b", "ARGBPIA", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "equivalent_curie": ["OMIM:606442", "ENSEMBL:ENSG00000138443", "HGNC:24011", "KEGG-hsa:10152"], "taxon_label_eng": "Homo sapiens", "taxon": "NCBITaxon:9606", "taxon_label": "Homo sapiens", "id_kw": "NCBIGene:10152", "equivalent_iri_eng": ["http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443", "http://identifiers.org/hgnc/HGNC:24011", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10152"], "label_kw": ["ABI2"], "iri_kw": "http://www.ncbi.nlm.nih.gov/gene/10152", "equivalent_iri": ["http://purl.obolibrary.org/obo/OMIM_606442", "http://identifiers.org/ensembl/ENSG00000138443", "http://identifiers.org/hgnc/HGNC:24011", "http://www.kegg.jp/dbget-bin/www_bget?hsa:10152"], "taxon_eng": "NCBITaxon:9606", "_version_": 1580845526151069697, "category_eng": ["gene"], "iri_std": "http://www.ncbi.nlm.nih.gov/gene/10152", "id": "NCBIGene:10152", "synonym_kw": ["abl interactor 2", "ABI2_HUMAN", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "ABI2", "abl-interactor protein 2b", "ARGBPIA", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "synonym_std": ["abl interactor 2", "ABI2_HUMAN", "abl binding protein 3", "ABI2B", "abelson interactor 2", "SSH3BP2", "argBP1", "argBPIB", "argBPIA", "ABI2", "abl-interactor protein 2b", "ARGBPIA", "AblBP3", "abl-interacting protein 1 (SH3-containing protein)", "arg protein tyrosine kinase-binding protein", "AIP-1", "arg-binding protein 1", "ABI-2"], "label": ["ABI2"], "score": 19.365278, "category": ["gene"]}], "facet_counts": {"category": {"gene": 79}, "taxon_label": {"Drosophila melanogaster": 1, "Mus musculus": 7, "Saccharomyces cerevisiae": 2, "Rattus norvegicus": 6, "Takifugu rubripes": 2, "Equus caballus": 3, "Bos taurus": 3, "Canis lupus familiaris": 3, "Xenopus (Silurana) tropicalis": 6, "Felis catus": 3, "Strongylocentrotus purpuratus": 2, "Anolis carolinensis": 3, "Ornithorhynchus anatinus": 2, "Homo sapiens": 10, "Macaca mulatta": 3, "Drosophila simulans": 1, "Sus scrofa": 3, "Pan troglodytes": 3, "Danio rerio": 8, "Monodelphis domestica": 3, "Gallus gallus": 5}}, "pagination": {}}
--- a/test-data/to-associations-for-object.json	Thu Jun 22 15:28:43 2017 -0400
+++ b/test-data/to-associations-for-object.json	Sat Dec 02 16:41:34 2017 -0500
@@ -1,1 +1,1 @@
-{"associations": [{"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "ca7ace53-38d3-4c74-b0b2-eb88c705650b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "deprecated": null, "id": "MGI:5559585", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e53397f9-c522-4043-9cf3-d595659a1633", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "deprecated": null, "id": "MGI:4844283", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "0fa6d096-8478-4908-8538-4265bdb90260", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "deprecated": null, "id": "MGI:5613997", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "863d58d4-bb56-44e2-8983-0fa0bb79b45b", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "da33d2d3-9046-437e-8d96-1cf7aaaf93ea", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "6975627b-d5a4-4e25-816f-c89537c1c49d", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "520e3a34-a705-47b3-940f-6c9e578aee9f", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "2c2ff33a-5061-4244-a021-a37bf43b67ed", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "eb909729-65f8-4ceb-9619-363668a572b0", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "8aed359b-6be9-4c40-aad2-92df6b8a07f1", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "4af6241e-6d8b-4e53-ab5e-416c25089c94", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "a3d2ce05-8ad3-4b9c-b262-604fe43152de", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3f5ccda0-e645-43d0-a896-75e773fad34b", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fdc2550e-c4d4-48bf-986c-52bdca3eb289", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "ad4faa49-2e24-4345-ad02-c5f3d6e47026", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>", "deprecated": null, "id": "MGI:2183917", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e0ba5baf-c57c-4f71-8823-cc85eb1bac59", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Scrib", "id": "MGI:2145950"}, {"lbl": null, "id": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65"}], "edges": [{"sub": "MGI:2145950", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_subject", "obj": "MGI:2145950"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib", "deprecated": null, "id": "MGI:2145950", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "81c573ce-3586-47ce-81e8-fb8edafc04a4", "type": null, "evidence_graph": {"nodes": [{"lbl": "Msx2", "id": "MGI:97169"}, {"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": null, "id": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_subject", "obj": "MGI:97169"}, {"sub": "MGI:97169", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MGI:1926381", "pred": "GENO:0000408", "obj": "MGI:97169"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "RO:0002558", "obj": "ECO:0000059"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2", "deprecated": null, "id": "MGI:97169", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fdb9f128-c0e2-4775-a5f2-8345fc3e7477", "type": null, "evidence_graph": {"nodes": [{"lbl": "experimental phenotypic evidence", "id": "ECO:0000059"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": null, "id": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4", "id": "MGI:1342287"}], "edges": [{"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MGI:1342287", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_subject", "obj": "MGI:1342287"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "RO:0002558", "obj": "ECO:0000059"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4", "deprecated": null, "id": "MGI:1342287", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3543c040-b4e9-4ade-a066-7c5bfb73efa2", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65"}], "edges": [{"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:61214eee4928ce4674ffa0bafed196d19000fe65", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:24095903", "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "0936ab2a-d067-4478-acde-3dd661d62352", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:62c1679c5ce72deab202c577db384c699266cb19", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:22503753", "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "b3614ce6-ca13-41b2-bc43-c32539c7fa01", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": "tm1Khk", "id": ":.well-known/genid/mgiseqaltkey7826"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:2183917", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Khk", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "34ec2156-7bad-4dd9-a59c-14d2f9f8e749", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:17060454"}, {"lbl": null, "id": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}], "edges": [{"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3fcb577cbfaa4242f4f8c2f286407610c09d5454", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:17060454", "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "fa9fc5c7-be58-418e-96c0-2fb0bcda32e4", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "tm1.1Cj", "id": ":.well-known/genid/mgiseqaltkey842077"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MGI:5559569", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1.1Cj", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "06b1c54a-f024-47c8-848a-e8bdc79490d5", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Msx2<tm1Rilm>", "deprecated": null, "id": "MGI:1926381", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "has phenotype", "deprecated": null, "id": "RO:0002200", "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "3fb3429e-5b79-4045-ac4d-9cf204785749", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "PMID:10742104", "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "cd7249ca-ec38-4574-9ec8-9be35b439c9c", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>", "id": ":.well-known/genid/mgivslckey88834"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Klf4<tm1Khk>", "id": "MGI:2183917"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}], "edges": [{"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey88834", "pred": "GENO:0000382", "obj": "MGI:2183917"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Klf4<tm1Khk>", "deprecated": null, "id": "MGI:2183917", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:17060454", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "6588155f-306e-4b75-a956-aed292204158", "type": null, "evidence_graph": {"nodes": [{"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey88835"}, {"lbl": null, "id": "PMID:17060454"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr", "id": "MGI:3045749"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": null, "id": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7"}, {"lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "id": "MGI:5613997"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85486"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": "MGI:5613997", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88835"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_subject", "obj": "MGI:5613997"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "dc:source", "obj": "PMID:17060454"}, {"sub": "MONARCH:4f61a34fc59d9a51cf3a7401551bd1cd191068a7", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": ":.well-known/genid/mgivslckey85486", "pred": "GENO:0000382", "obj": "MGI:3045749"}, {"sub": "MGI:5613997", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"sub": ":.well-known/genid/mgivslckey88835", "pred": "GENO:0000382", "obj": "MGI:3045749"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Tg(Pax6-cre,GFP)1Pgr", "deprecated": null, "id": "MGI:3045749", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:24095903", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "e9a5315e-bd72-4cb3-a52c-e7278b540999", "type": null, "evidence_graph": {"nodes": [{"lbl": null, "id": "PMID:24095903"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0", "id": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"lbl": null, "id": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>", "id": ":.well-known/genid/mgivslckey85485"}, {"lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "id": "MGI:5559585"}, {"lbl": "Scrib<tm1.1Cj>", "id": "MGI:5559569"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}], "edges": [{"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_subject", "obj": "MGI:5559585"}, {"sub": ":.well-known/genid/mgivslckey85485", "pred": "GENO:0000382", "obj": "MGI:5559569"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "dc:source", "obj": "PMID:24095903"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485"}, {"sub": "MGI:5559585", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:5559585", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"sub": "MONARCH:7c1d0fe33f251a162d28f2fc286979f2ae7df292", "pred": "RO:0002558", "obj": "ECO:0000006"}]}, "subject": {"xrefs": null, "taxon": {"label": "Mus musculus", "id": "NCBITaxon:10090"}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "Scrib<tm1.1Cj>", "deprecated": null, "id": "MGI:5559569", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}, {"subject_extension": null, "slim": null, "publications": [{"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:22503753", "description": null, "consider": null}, {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": "PMID:10742104", "description": null, "consider": null}], "object": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "iris hyperplasia", "deprecated": null, "id": "MP:0013765", "description": null, "consider": null}, "id": "11c8c1a8-2f50-4ed3-81bd-7f4d4e96223f", "type": null, "evidence_graph": {"nodes": [{"lbl": "tm1Rilm", "id": ":.well-known/genid/mgiseqaltkey2891"}, {"lbl": null, "id": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243"}, {"lbl": "experimental evidence", "id": "ECO:0000006"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>", "id": ":.well-known/genid/mgivslckey63458"}, {"lbl": null, "id": "PMID:22503753"}, {"lbl": null, "id": "PMID:10742104"}, {"lbl": "iris hyperplasia", "id": "MP:0013765"}, {"lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "id": "MGI:4844283"}, {"lbl": null, "id": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622"}, {"lbl": "Msx2<tm1Rilm>", "id": "MGI:1926381"}], "edges": [{"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "OBAN:association_has_subject", "obj": "MGI:4844283"}, {"sub": "MGI:4844283", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MGI:4844283", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgivslckey63458"}, {"sub": "MGI:1926381", "pred": "GENO:0000382", "obj": ":.well-known/genid/mgiseqaltkey2891"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "RO:0002558", "obj": "ECO:0000006"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_object", "obj": "MP:0013765"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "OBAN:association_has_subject", "obj": "MGI:1926381"}, {"sub": ":.well-known/genid/mgivslckey63458", "pred": "GENO:0000382", "obj": "MGI:1926381"}, {"sub": "MGI:1926381", "pred": "RO:0002200", "obj": "MP:0013765"}, {"sub": "MONARCH:60b7e1d363c6056ff5531e6593b13e05fdacf622", "pred": "dc:source", "obj": "PMID:22503753"}, {"sub": "MONARCH:3b28e3d22422906296cba54c9a62af4b67c42243", "pred": "dc:source", "obj": "PMID:10742104"}]}, "subject": {"xrefs": null, "taxon": {"label": null, "id": null}, "types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": "tm1Rilm", "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey2891", "description": null, "consider": null}, "provided_by": ["http://data.monarchinitiative.org/ttl/mgi.ttl", "http://data.monarchinitiative.org/ttl/mmrrc.ttl"], "relation": {"types": null, "categories": null, "replaced_by": null, "synonyms": null, "label": null, "deprecated": null, "id": null, "description": null, "consider": null}, "qualifiers": null, "object_extension": null, "evidence_types": null}], "compact_associations": null, "objects": null, "start": null, "numFound": null, "facet_pivot": null, "facet_counts": {"subject_taxon_label": {"Mus musculus": 14}, "object_closure": {"BFO:0000020": 29, "HP:0000525": 29, "MP:0001322": 29, "HP:0000118": 29, "MP:0000001": 29, "HP:0000001": 29, "HP:0000478": 29, "HP:0000234": 29, "IAO:0000144": 29, "MP:0005194": 29, "BFO:0000002": 29, "MP:0005197": 29, "MP:0000432": 29, "BFO:0000031": 29, "HP:0004328": 29, "HP:0000271": 29, "HP:0000553": 29, "MP:0005193": 29, "IAO:0000300": 29, "BFO:0000001": 29, "HP:0000152": 29, "HP:0012374": 29, "IAO:0000030": 29, "HP:0012372": 29, "MP:0002092": 29}}}
+{"compact_associations": null, "associations": [{"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85485"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485", "obj": "MGI:5559569"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": ":.well-known/genid/mgivslckey85485", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MGI:5559569", "lbl": "Scrib<tm1.1Cj>"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ba543b3-8823-45d6-8225-0a084796113b", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5559569", "replaced_by": null, "consider": null, "label": "Scrib<tm1.1Cj>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:62c1679c5ce72dea", "obj": "PMID:22503753"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:62c1679c5ce72dea", "lbl": null}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "PMID:22503753", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "0712bf87-26e0-4fe1-9094-68c07b78c682", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": "PMID:22503753", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:4844283", "obj": ":.well-known/genid/mgivslckey63458"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey63458", "obj": "MGI:1926381"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}, {"id": ":.well-known/genid/mgivslckey63458", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "7a7c19e5-cfd3-48b6-9757-bbf9ba612a2a", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1926381", "replaced_by": null, "consider": null, "label": "Msx2<tm1Rilm>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:61214eee4928ce46", "obj": "PMID:24095903"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:61214eee4928ce46", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MONARCH:61214eee4928ce46", "lbl": null}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4c8cb766-8a62-41fe-9ede-b43ba33acec0", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": "PMID:24095903", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "PMID:10742104", "lbl": null}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "9487705a-5f17-4ce7-86b7-bc6aea889e7f", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": "PMID:10742104", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "PMID:17060454"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:3fcb577cbfaa4242", "lbl": null}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}]}, "relation": {"deprecated": null, "id": "dc:source", "replaced_by": null, "consider": null, "label": "Source", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "36c72869-944b-4659-a360-bb39fe991fdf", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": "PMID:17060454", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834", "obj": "MGI:2183917"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88834"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:2183917", "lbl": "Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5d4f11bf-3674-4ba6-b554-6f2cd8ae644c", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:2183917", "replaced_by": null, "consider": null, "label": "Klf4<tm1Khk>", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "ae18493b-caf3-4471-bb09-83910800500d", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5559585", "replaced_by": null, "consider": null, "label": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "265ae8f5-6608-400d-9701-e025baa95719", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:4844283", "replaced_by": null, "consider": null, "label": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:1342287", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "ECO:0000059"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MGI:1342287"}, {"pred": "dc:source", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "PMID:17060454"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3fcb577cbfaa4242", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MGI:1342287", "lbl": "Klf4"}, {"id": "MONARCH:3fcb577cbfaa4242", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "PMID:17060454", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "5c77bf0a-4e8d-4a0b-98da-80349b6c0b04", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:1342287", "replaced_by": null, "consider": null, "label": "Klf4", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88835", "obj": "MGI:3045749"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85486", "obj": "MGI:3045749"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88835"}, {"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85486"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": ":.well-known/genid/mgivslckey88835", "lbl": "Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}, {"id": "MGI:3045749", "lbl": "Tg(Pax6-cre,GFP)1Pgr"}, {"id": ":.well-known/genid/mgivslckey85486", "lbl": "Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "4ca2f506-4667-4f2a-bc79-c5a6c6e13724", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:3045749", "replaced_by": null, "consider": null, "label": "Tg(Pax6-cre,GFP)1Pgr", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "GENO:0000382", "sub": "MGI:2183917", "obj": ":.well-known/genid/mgiseqaltkey7826"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834", "obj": "MGI:2183917"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "obj": ":.well-known/genid/mgivslckey88834"}, {"pred": "GENO:0000382", "sub": "MGI:5613997", "obj": ":.well-known/genid/mgivslckey88834-mgivslckey88835"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:2183917", "lbl": "Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgivslckey88834", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>"}, {"id": ":.well-known/genid/mgiseqaltkey7826", "lbl": "tm1Khk"}, {"id": ":.well-known/genid/mgivslckey88834-mgivslckey88835", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "2dde576d-a6db-478a-bf16-8ad03c5b1b9b", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey7826", "replaced_by": null, "consider": null, "label": "tm1Khk", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "RO:0002200", "sub": "MGI:5559585", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:5559569", "obj": ":.well-known/genid/mgiseqaltkey842077"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "obj": ":.well-known/genid/mgivslckey85485"}, {"pred": "RO:0002558", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "PMID:24095903"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey85485", "obj": "MGI:5559569"}, {"pred": "GENO:0000382", "sub": "MGI:5559585", "obj": ":.well-known/genid/mgivslckey85485-mgivslckey85486"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:7c1d0fe33f251a16", "obj": "MGI:5559585"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": ":.well-known/genid/mgivslckey85485", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>"}, {"id": "MONARCH:7c1d0fe33f251a16", "lbl": null}, {"id": "MGI:5559569", "lbl": "Scrib<tm1.1Cj>"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MGI:5559585", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S1/Sv * FVB/N]"}, {"id": ":.well-known/genid/mgiseqaltkey842077", "lbl": "tm1.1Cj"}, {"id": "PMID:24095903", "lbl": null}, {"id": ":.well-known/genid/mgivslckey85485-mgivslckey85486", "lbl": "Scrib<tm1.1Cj>/Scrib<tm1.1Cj>; Tg(Pax6-cre,GFP)1Pgr/0"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "6971a20d-7caa-4acc-9056-6a255e1bb960", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey842077", "replaced_by": null, "consider": null, "label": "tm1.1Cj", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_object", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:60b7e1d363c6056f", "obj": "MGI:4844283"}, {"pred": "RO:0002558", "sub": "MONARCH:60b7e1d363c6056f", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:4844283", "obj": ":.well-known/genid/mgivslckey63458"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "RO:0002200", "sub": "MGI:4844283", "obj": "MP:0013765"}, {"pred": "GENO:0000382", "sub": "MGI:1926381", "obj": ":.well-known/genid/mgiseqaltkey2891"}, {"pred": "GENO:0000382", "sub": ":.well-known/genid/mgivslckey63458", "obj": "MGI:1926381"}, {"pred": "dc:source", "sub": "MONARCH:60b7e1d363c6056f", "obj": "PMID:22503753"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:60b7e1d363c6056f", "lbl": null}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": ":.well-known/genid/mgiseqaltkey2891", "lbl": "tm1Rilm"}, {"id": "MGI:4844283", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm> [involves: 129S4/SvJae]"}, {"id": "PMID:22503753", "lbl": null}, {"id": ":.well-known/genid/mgivslckey63458", "lbl": "Msx2<tm1Rilm>/Msx2<tm1Rilm>"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "91543303-0dd1-4b62-8328-1d82effb6268", "object_extension": null, "subject": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": ":.well-known/genid/mgiseqaltkey2891", "replaced_by": null, "consider": null, "label": "tm1Rilm", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl", "https://data.monarchinitiative.org/ttl/mgi.ttl", "https://data.monarchinitiative.org/ttl/mmrrc.ttl"], "evidence_graph": {"edges": [{"pred": "dc:source", "sub": "MONARCH:62c1679c5ce72dea", "obj": "PMID:22503753"}, {"pred": "dc:source", "sub": "MONARCH:3b28e3d224229062", "obj": "PMID:10742104"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:3b28e3d224229062", "obj": "MGI:1926381"}, {"pred": "RO:0002200", "sub": "MGI:1926381", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_subject", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MGI:97169"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:3b28e3d224229062", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:62c1679c5ce72dea", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:62c1679c5ce72dea", "obj": "ECO:0000059"}, {"pred": "GENO:0000408", "sub": "MGI:1926381", "obj": "MGI:97169"}, {"pred": "RO:0002200", "sub": "MGI:97169", "obj": "MP:0013765"}], "nodes": [{"id": "MGI:1926381", "lbl": "Msx2<tm1Rilm>"}, {"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "MONARCH:62c1679c5ce72dea", "lbl": null}, {"id": "PMID:22503753", "lbl": null}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MGI:97169", "lbl": "Msx2"}, {"id": "MONARCH:3b28e3d224229062", "lbl": null}, {"id": "PMID:10742104", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:22503753", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}, {"deprecated": null, "id": "PMID:10742104", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "b59f8b2b-7900-47ca-95b3-18fe7d5fee17", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:97169", "replaced_by": null, "consider": null, "label": "Msx2", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MGI:5613997"}, {"pred": "RO:0002200", "sub": "MGI:5613997", "obj": "MP:0013765"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "ECO:0000006"}, {"pred": "dc:source", "sub": "MONARCH:4f61a34fc59d9a51", "obj": "PMID:17060454"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000006", "lbl": "experimental evidence"}, {"id": "MONARCH:4f61a34fc59d9a51", "lbl": null}, {"id": "PMID:17060454", "lbl": null}, {"id": "MGI:5613997", "lbl": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]"}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:17060454", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "55352f61-de1c-4d84-b2e0-efa84cfa40f7", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:5613997", "replaced_by": null, "consider": null, "label": "Klf4<tm1Khk>/Klf4<tm1Khk>; Tg(Pax6-cre,GFP)1Pgr/0 [involves: 129S6/SvEvTac * FVB/N]", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}, {"evidence_types": null, "slim": null, "provided_by": ["https://data.monarchinitiative.org/ttl/mgi_slim.ttl"], "evidence_graph": {"edges": [{"pred": "OBAN:association_has_subject", "sub": "MONARCH:61214eee4928ce46", "obj": "MGI:2145950"}, {"pred": "RO:0002200", "sub": "MGI:2145950", "obj": "MP:0013765"}, {"pred": "RO:0002558", "sub": "MONARCH:61214eee4928ce46", "obj": "ECO:0000059"}, {"pred": "dc:source", "sub": "MONARCH:61214eee4928ce46", "obj": "PMID:24095903"}, {"pred": "OBAN:association_has_object", "sub": "MONARCH:61214eee4928ce46", "obj": "MP:0013765"}], "nodes": [{"id": "MP:0013765", "lbl": "iris hyperplasia"}, {"id": "ECO:0000059", "lbl": "experimental phenotypic evidence"}, {"id": "MONARCH:61214eee4928ce46", "lbl": null}, {"id": "MGI:2145950", "lbl": "Scrib"}, {"id": "PMID:24095903", "lbl": null}]}, "relation": {"deprecated": null, "id": "RO:0002200", "replaced_by": null, "consider": null, "label": "has phenotype", "categories": null, "synonyms": null, "description": null, "types": null}, "publications": [{"deprecated": null, "id": "PMID:24095903", "replaced_by": null, "consider": null, "label": null, "categories": null, "synonyms": null, "description": null, "types": null}], "type": null, "subject_extension": null, "object": {"taxon": {"id": null, "label": null}, "xrefs": null, "deprecated": null, "id": "MP:0013765", "replaced_by": null, "consider": null, "label": "iris hyperplasia", "categories": null, "synonyms": null, "description": null, "types": null}, "id": "41a65810-638f-4db7-bc2b-6948c0a6a56f", "object_extension": null, "subject": {"taxon": {"id": "NCBITaxon:10090", "label": "Mus musculus"}, "xrefs": null, "deprecated": null, "id": "MGI:2145950", "replaced_by": null, "consider": null, "label": "Scrib", "categories": null, "synonyms": null, "description": null, "types": null}, "negated": false, "qualifiers": null}], "objects": null, "numFound": null, "start": null, "facet_counts": {"object_closure": {"HP:0012372": 17, "MP:0005193": 17, "HP:0004328": 17, "HP:0000001": 17, "MP:0002092": 17, "HP:0000118": 17, "HP:0000478": 17, "BFO:0000002": 17, "HP:0000234": 17, "BFO:0000001": 17, "IAO:0000300": 17, "IAO:0000144": 17, "HP:0000271": 17, "HP:0012374": 17, "MP:0005194": 17, "MP:0000001": 17, "MP:0001322": 17, "HP:0000152": 17, "BFO:0000020": 17, "MP:0005197": 17, "IAO:0000030": 17, "HP:0000553": 17, "BFO:0000031": 17, "HP:0000525": 17, "MP:0000432": 17}, "subject_taxon_label": {"Mus musculus": 10}}, "facet_pivot": null}