-
Notifications
You must be signed in to change notification settings - Fork 7
Studies API v3
Copied from v2 API doc, to be updated for v3
Source trees are associated with studies (publications), and one study can contain multiple trees. OpenTree uses a Git repository of NexSON files as the central datastore, called phylesystem. Code for an API for the OpenTree treestore is in this Github repository and there is detailed documentation of the datastore API. We also have a study index in neo4j that provides methods that search across studies.
URL | Verb | Summary |
---|---|---|
/studies/find_studies |
POST | Return a list of studies that match a given property. If no property provided, returns a list of all studies. |
/studies/find_trees |
POST | Return a list of trees (and the studies that contain them) that match a given property. |
/studies/properties |
POST | Return a list of properties that can be used to search studies and trees. |
/study/{STUDY_ID} |
GET | Return a study. |
/study/{STUDY_ID}/tree/{TREE_ID} |
GET | Return a tree from within a study. |
Return a list of studies that match a given property. If no property provided, returns a list of all studies.
POST /studies/find_studies
Perform a simple search for indexed studies. To find all studies, omit both the property and the value from your query.
Parameters with bold type definitions are required.
exact
: boolean
Whether to perform exact matching ONLY. Defaults to false, i.e. fuzzy matching is enabled. Fuzzy matching is only available for some string properties.
property
: string
The property to be searched on. A list of searchable properties is available from the properties service (note that the 'find_studies' and 'find_trees' services have distinct search properties). To find all studies, omit both the property and the value from your query.
value
: string
The value to be searched. This must be passed as a string, but will be converted to the datatype corresponding to the specified searchable value. To find all studies, omit both the property and the value from your query.
verbose
: boolean
Whether or not to include all metadata. By default, only the nexson ids of elements will be returned.
Example command:
$ curl -X POST https://api.opentreeoflife.org/v2/studies/find_studies \
-H "content-type:application/json" -d \
'{"property":"ot:studyId","value":"pg_719","verbose":true}'
Example result:
{
"matched_studies" : [ {
"ot:studyPublicationReference" : "Tippery N., & Les D. 2011. Phylogenetic relationships and morphological evolution in Nymphoides (Menyanthaceae). Systematic Botany, 36: 1101-1113.",
"ot:curatorName" : "bryan drew",
"ot:studyId" : "pg_719",
"ot:studyYear" : 2011,
"ot:focalClade" : 694622,
"is_deprecated" : false,
"ot:focalCladeOTTTaxonName" : "Menyanthaceae",
"ot:dataDeposit" : "http://purl.org/phylo/treebase/phylows/study/TB2:S11079",
"ot:studyPublication" : "http://dx.doi.org/10.1600/036364411X605092"
} ]
}
Return a list of trees (and the studies that contain them) that match a given property.
POST /studies/find_trees
Perform a simple search for trees in indexed studies.
Parameters with bold type definitions are required.
property
: string
The property to be searched on. A list of searchable properties is available from the properties service (note that the 'find_studies' and 'find_trees' services have distinct search properties).
value
: string
The value to be searched. This must be passed as a string, but will be converted to the datatype corresponding to the specified searchable value.
exact
: boolean
Whether to perform exact matching ONLY. Defaults to false, i.e. fuzzy matching is enabled. Fuzzy matching is only available for some string properties.
verbose
: boolean
Whether or not to include all metadata. By default, only the nexson ids of elements will be returned.
Example command:
$ curl -X POST https://api.opentreeoflife.org/v2/studies/find_trees \
-H "content-type:application/json" -d \
'{"property":"ot:ottTaxonName","value":"Garcinia"}'
Example result:
{
"matched_studies" : [ ]
}
Return a list of properties that can be used to search studies and trees.
POST /studies/properties
Get a list of properties that can be used to search for studies and trees.
Parameters with bold type definitions are required.
Example command:
$ curl -X POST https://api.opentreeoflife.org/v2/studies/properties
Example result:
{
"tree_properties" : [ "ot:treebaseOTUId", "ot:nodeLabelMode", "ot:originalLabel", "oti_tree_id", "ot:ottTaxonName", "ot:inferenceMethod", "ot:tag", "ot:comment", "ot:treebaseTreeId", "ot:branchLengthDescription", "ot:treeModified", "ot:studyId", "ot:branchLengthTimeUnits", "ot:ottId", "is_deprecated", "ot:branchLengthMode", "ot:treeLastEdited", "ot:nodeLabelDescription" ],
"study_properties" : [ "ot:studyModified", "ot:focalClade", "ot:focalCladeOTTTaxonName", "ot:focalCladeOTTId", "ot:studyPublication", "ot:studyLastEditor", "ot:tag", "ot:focalCladeTaxonName", "ot:studyLabel", "ot:comment", "ot:authorContributed", "ot:studyPublicationReference", "ot:curatorName", "ot:studyId", "ot:studyYear", "ot:studyUploaded", "is_deprecated", "ot:dataDeposit" ]
}
Return a study.
GET /study/{STUDY_ID}
Given a studyID, return a JSON object. The 'data' property of that object will hold the NexSON of that study. More detailed documentation of the possible arguments and return values (including as NeXML, NEXUS, or newick) are at phylesystem-api/docs/README.md
Parameters with bold type definitions are required.
Example command:
$ curl https://api.opentreeoflife.org/v2/study/pg_1144
Example result:
{"shardName": "phylesystem-1", "commentHTML": "", "branch2sha": {"master": "1f498a60d85928674d18715c6cfadb832d7ad691"}, "sha": "1f498a60d85928674d18715c6cfadb832d7ad691", "duplicateStudyIDs": [], "versionHistory": [{"author_email": "mtholder@gmail.com", "author_name": "Mark T. Holder", "message_subject": "corrected study ids", "date_ISO_8601": "2014-06-11 22:18:34 -0500", "date": "Wed, 11 Jun 2014 22:18:34 -0500", "id": "d33fb39501605772a074dffc82affa5344ea9a94", "relative_date": "1 year, 8 months ago"}, {"message_body": "using peyotl d69c8b180fce7703c7203a0b51712eab57e2988c\ndev/decorate_pg_studies_with_gcmdr_info.py\nto set:\n ^ot:candidateTreeForSynthesis\n ^ot:specifiedRoot, and\n ^ot:unrootedTree\nproperties based on the use of the trees for synthesis study\nlists in gcmdr commit 35bf307e72bed4f59724762dde4a12965abcea92", "author_email": "mtholder@gmail.com", "author_name": "Mark T. Holder", "message_subject": "Migrating info from gcmdr to nexsons", "date_ISO_8601": "2014-06-10 23:36:42 -0500", "date": "Tue, 10 Jun 2014 23:36:42 -0500", "id": "f8a738aeda20a73750847484e110a85c7a3e0a12", "relative_date": "1 year, 8 months ago"}, {"author_email": "mtholder@gmail.com", "author_name": "Mark T. Holder", "message_subject": "initial commit with phylografter files from 29 Apr, 2014", "date_ISO_8601": "2014-04-29 20:05:19 -0500", "date": "Tue, 29 Apr 2014 20:05:19 -0500", "id": "593d6fbab385716dc0a12f3fc95133e8b7479b37", "relative_date": "1 year, 9 months ago"}], "data": {"nexml": {"meta": [{"message": [], "@xsi:type": "nex:LiteralMeta", "@property": "ot:messages"}, {"@datatype": "xsd:string", "@property": "ot:studyPublicationReference", "@xsi:type": "nex:LiteralMeta", "$": "Gryganskyi, Andrii P., Richard A. Humber, Matthew E. Smith, Jolanta Miadlikovska, Steven Wu, Kerstin Voigt, Grit Walther, Iryna M. Anishchenko, and Rytas Vilgalys. \"Molecular Phylogeny of the< i> Entomophthoromycota</i>.\" Molecular Phylogenetics and Evolution: Volume 65, Issue 2, November 2012, Pages 682\u2013694"}, {"@datatype": "xsd:string", "@property": "ot:candidateTreeForSynthesis", "@xsi:type": "nex:LiteralMeta", "$": "tree5800"}, {"@datatype": "xsd:string", "@property": "ot:focalCladeOTTTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthoromycota"}, {"@datatype": "xsd:string", "@property": "ot:curatorName", "@xsi:type": "nex:LiteralMeta", "$": "Romina Gazis"}, {"@datatype": "xsd:int", "@property": "ot:studyYear", "@xsi:type": "nex:LiteralMeta", "$": 2012}, {"@property": "ot:annotationEvents", "@xsi:type": "nex:LiteralMeta", "annotation": [{"@preserve": false, "@description": "Open Tree NexSON validation", "@passedChecks": true, "@about": "#peyotl-validator-event", "@wasAssociatedWithAgentId": "peyotl-validator", "message": [{"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:ottId"], "refersTo": {"@idref": ["otu227255", "otu227259"], "@otuID": ["otu227255", "otu227259"], "@top": "otus", "@otusID": "otus1144"}}, {"@severity": "WARNING", "@code": "MULTIPLE_TIPS_MAPPED_TO_OTT_ID", "data": ["otu227255", "otu227259"], "refersTo": {"@idref": "otus1144", "@top": "otus", "@otusID": "otus1144"}}, {"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:dataDeposit"], "refersTo": {"@idref": "study", "@top": "nexml"}}, {"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:inGroupClade"], "refersTo": {"@idref": "tree2324", "@treeID": "tree2324", "@treesID": "trees1144", "@top": "trees"}}], "@id": "peyotl-validator-event"}]}, {"@datatype": "xsd:string", "@property": "ot:studyId", "@xsi:type": "nex:LiteralMeta", "$": "pg_1144"}, {"@rel": "ot:studyPublication", "@href": "http://dx.doi.org/10.1016/j.ympev.2012.07.026", "@xsi:type": "nex:ResourceMeta"}, {"@property": "ot:agents", "@xsi:type": "nex:LiteralMeta", "agent": [{"@about": "#peyotl-validator", "@description": "validator of NexSON constraints as well as constraints that would allow a study to be imported into the Open Tree of Life's phylogenetic synthesis tools", "@name": "validate_ot_nexson.py", "@version": "0.0.4a", "@url": "https://github.com/OpenTreeOfLife/peyotl", "invocation": {"otherProperty": [{"name": "pythonVersion", "value": "2.7.5+"}, {"name": "pythonImplementation", "value": "CPython"}], "commandLine": ["--embed", "--agent-only"]}, "@id": "peyotl-validator"}]}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "LSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "SSU"}, {"@datatype": "xsd:int", "@property": "ot:focalClade", "@xsi:type": "nex:LiteralMeta", "$": 97730}], "@xmlns": {"xsd": "http://www.w3.org/2001/XMLSchema#", "ot": "http://purl.org/opentree-terms#", "$": "http://www.nexml.org/2009", "nex": "http://www.nexml.org/2009", "xsi": "http://www.w3.org/2001/XMLSchema-instance"}, "@id": "study", "@nexml2json": "0.0.0", "@about": "#study", "trees": {"@about": "#trees1144", "tree": [{"node": [{"@about": "#node552029", "@id": "node552029", "@root": true}, {"@otu": "otu227247", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552030", "@about": "#node552030"}, {"@about": "#node552031", "@id": "node552031"}, {"@about": "#node552032", "@id": "node552032"}, {"@about": "#node552033", "@id": "node552033"}, {"@about": "#node552034", "@id": "node552034"}, {"@otu": "otu227248", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552035", "@about": "#node552035"}, {"@otu": "otu227249", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552036", "@about": "#node552036"}, {"@about": "#node552037", "@id": "node552037"}, {"@about": "#node552038", "@id": "node552038"}, {"@otu": "otu227250", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552039", "@about": "#node552039"}, {"@otu": "otu227251", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552040", "@about": "#node552040"}, {"@about": "#node552041", "@id": "node552041"}, {"@about": "#node552042", "@id": "node552042"}, {"@about": "#node552043", "@id": "node552043"}, {"@otu": "otu227252", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552044", "@about": "#node552044"}, {"@about": "#node552045", "@id": "node552045"}, {"@otu": "otu227253", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552046", "@about": "#node552046"}, {"@otu": "otu227254", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552047", "@about": "#node552047"}, {"@about": "#node552048", "@id": "node552048"}, {"@otu": "otu227255", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552049", "@about": "#node552049"}, {"@otu": "otu227256", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552050", "@about": "#node552050"}, {"@about": "#node552051", "@id": "node552051"}, {"@about": "#node552052", "@id": "node552052"}, {"@about": "#node552053", "@id": "node552053"}, {"@about": "#node552054", "@id": "node552054"}, {"@about": "#node552055", "@id": "node552055"}, {"@otu": "otu227257", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552056", "@about": "#node552056"}, {"@otu": "otu227258", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552057", "@about": "#node552057"}, {"@about": "#node552058", "@id": "node552058"}, {"@otu": "otu227259", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552059", "@about": "#node552059"}, {"@about": "#node552060", "@id": "node552060"}, {"@otu": "otu227260", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552061", "@about": "#node552061"}, {"@otu": "otu227261", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552062", "@about": "#node552062"}, {"@about": "#node552063", "@id": "node552063"}, {"@about": "#node552064", "@id": "node552064"}, {"@otu": "otu227262", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552065", "@about": "#node552065"}, {"@about": "#node552066", "@id": "node552066"}, {"@otu": "otu227263", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552067", "@about": "#node552067"}, {"@about": "#node552068", "@id": "node552068"}, {"@otu": "otu227264", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552069", "@about": "#node552069"}, {"@otu": "otu227265", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552070", "@about": "#node552070"}, {"@about": "#node552071", "@id": "node552071"}, {"@about": "#node552072", "@id": "node552072"}, {"@otu": "otu227266", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552073", "@about": "#node552073"}, {"@otu": "otu227267", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552074", "@about": "#node552074"}, {"@about": "#node552075", "@id": "node552075"}, {"@about": "#node552076", "@id": "node552076"}, {"@about": "#node552077", "@id": "node552077"}, {"@about": "#node552078", "@id": "node552078"}, {"@otu": "otu227268", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552079", "@about": "#node552079"}, {"@about": "#node552080", "@id": "node552080"}, {"@about": "#node552081", "@id": "node552081"}, {"@otu": "otu227269", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552082", "@about": "#node552082"}, {"@otu": "otu227270", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552083", "@about": "#node552083"}, {"@about": "#node552084", "@id": "node552084"}, {"@otu": "otu227271", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552085", "@about": "#node552085"}, {"@otu": "otu227272", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552086", "@about": "#node552086"}, {"@about": "#node552087", "@id": "node552087"}, {"@otu": "otu227273", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552088", "@about": "#node552088"}, {"@otu": "otu227274", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552089", "@about": "#node552089"}, {"@about": "#node552090", "@id": "node552090"}, {"@about": "#node552091", "@id": "node552091"}, {"@about": "#node552092", "@id": "node552092"}, {"@otu": "otu227275", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552093", "@about": "#node552093"}, {"@about": "#node552094", "@id": "node552094"}, {"@otu": "otu227276", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552095", "@about": "#node552095"}, {"@otu": "otu227277", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552096", "@about": "#node552096"}, {"@otu": "otu227278", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552097", "@about": "#node552097"}, {"@about": "#node552098", "@id": "node552098"}, {"@about": "#node552099", "@id": "node552099"}, {"@about": "#node552100", "@id": "node552100"}, {"@otu": "otu227279", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552101", "@about": "#node552101"}, {"@about": "#node552102", "@id": "node552102"}, {"@otu": "otu227280", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552103", "@about": "#node552103"}, {"@about": "#node552104", "@id": "node552104"}, {"@otu": "otu227281", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552105", "@about": "#node552105"}, {"@otu": "otu227282", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552106", "@about": "#node552106"}, {"@otu": "otu227283", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552107", "@about": "#node552107"}, {"@about": "#node552108", "@id": "node552108"}, {"@about": "#node552109", "@id": "node552109"}, {"@otu": "otu227284", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552110", "@about": "#node552110"}, {"@about": "#node552111", "@id": "node552111"}, {"@about": "#node552112", "@id": "node552112"}, {"@otu": "otu227285", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552113", "@about": "#node552113"}, {"@otu": "otu227286", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552114", "@about": "#node552114"}, {"@otu": "otu227287", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552115", "@about": "#node552115"}, {"@about": "#node552116", "@id": "node552116"}, {"@otu": "otu227288", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552117", "@about": "#node552117"}, {"@about": "#node552118", "@id": "node552118"}, {"@otu": "otu227289", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552119", "@about": "#node552119"}, {"@otu": "otu227290", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552120", "@about": "#node552120"}, {"@about": "#node552121", "@id": "node552121"}, {"@otu": "otu227291", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552122", "@about": "#node552122"}, {"@otu": "otu227292", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552123", "@about": "#node552123"}, {"@about": "#node552124", "@id": "node552124"}, {"@otu": "otu227293", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552125", "@about": "#node552125"}, {"@about": "#node552126", "@id": "node552126"}, {"@otu": "otu227294", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552127", "@about": "#node552127"}, {"@about": "#node552128", "@id": "node552128"}, {"@about": "#node552129", "@id": "node552129"}, {"@otu": "otu227295", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552130", "@about": "#node552130"}, {"@about": "#node552131", "@id": "node552131"}, {"@otu": "otu227296", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552132", "@about": "#node552132"}, {"@otu": "otu227297", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552133", "@about": "#node552133"}, {"@otu": "otu227298", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552134", "@about": "#node552134"}, {"@about": "#node552135", "@id": "node552135"}, {"@otu": "otu227299", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552136", "@about": "#node552136"}, {"@otu": "otu227300", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552137", "@about": "#node552137"}, {"@about": "#node552138", "@id": "node552138"}, {"@about": "#node552139", "@id": "node552139"}, {"@otu": "otu227301", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552140", "@about": "#node552140"}, {"@otu": "otu227302", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552141", "@about": "#node552141"}, {"@about": "#node552142", "@id": "node552142"}, {"@otu": "otu227303", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552143", "@about": "#node552143"}, {"@otu": "otu227304", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552144", "@about": "#node552144"}, {"@about": "#node552145", "@id": "node552145"}, {"@about": "#node552146", "@id": "node552146"}, {"@otu": "otu227305", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552147", "@about": "#node552147"}, {"@otu": "otu227306", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552148", "@about": "#node552148"}, {"@about": "#node552149", "@id": "node552149"}, {"@otu": "otu227307", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552150", "@about": "#node552150"}, {"@about": "#node552151", "@id": "node552151"}, {"@otu": "otu227308", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552152", "@about": "#node552152"}, {"@otu": "otu227309", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552153", "@about": "#node552153"}, {"@otu": "otu227310", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552154", "@about": "#node552154"}], "@about": "#tree2324", "@id": "tree2324", "@xsi:type": "nex:FloatTree", "edge": [{"@source": "node552029", "@id": "edge552030", "@length": 0.11875102, "@target": "node552030", "@about": "#edge552030"}, {"@source": "node552029", "@id": "edge552031", "@length": 0.03219498, "@target": "node552031", "@about": "#edge552031"}, {"@source": "node552031", "@id": "edge552032", "@length": 0.07293815, "@target": "node552032", "@about": "#edge552032"}, {"@source": "node552032", "@id": "edge552033", "@length": 0.02320599, "@target": "node552033", "@about": "#edge552033"}, {"@source": "node552033", "@id": "edge552034", "@length": 0.05164761, "@target": "node552034", "@about": "#edge552034"}, {"@source": "node552034", "@id": "edge552035", "@length": 0.14600145, "@target": "node552035", "@about": "#edge552035"}, {"@source": "node552034", "@id": "edge552036", "@length": 0.22153696, "@target": "node552036", "@about": "#edge552036"}, {"@source": "node552033", "@id": "edge552037", "@length": 0.03592188, "@target": "node552037", "@about": "#edge552037"}, {"@source": "node552037", "@id": "edge552038", "@length": 0.03748695, "@target": "node552038", "@about": "#edge552038"}, {"@source": "node552038", "@id": "edge552039", "@length": 0.28838245, "@target": "node552039", "@about": "#edge552039"}, {"@source": "node552038", "@id": "edge552040", "@length": 0.14291154, "@target": "node552040", "@about": "#edge552040"}, {"@source": "node552037", "@id": "edge552041", "@length": 0.018233, "@target": "node552041", "@about": "#edge552041"}, {"@source": "node552041", "@id": "edge552042", "@length": 0.06612524, "@target": "node552042", "@about": "#edge552042"}, {"@source": "node552042", "@id": "edge552043", "@length": 0.14756431, "@target": "node552043", "@about": "#edge552043"}, {"@source": "node552043", "@id": "edge552044", "@length": 0.57212636, "@target": "node552044", "@about": "#edge552044"}, {"@source": "node552043", "@id": "edge552045", "@length": 0.06752726, "@target": "node552045", "@about": "#edge552045"}, {"@source": "node552045", "@id": "edge552046", "@length": 0.10414157, "@target": "node552046", "@about": "#edge552046"}, {"@source": "node552045", "@id": "edge552047", "@length": 0.191261, "@target": "node552047", "@about": "#edge552047"}, {"@source": "node552042", "@id": "edge552048", "@length": 0.06479262, "@target": "node552048", "@about": "#edge552048"}, {"@source": "node552048", "@id": "edge552049", "@length": 0.19671829, "@target": "node552049", "@about": "#edge552049"}, {"@source": "node552048", "@id": "edge552050", "@length": 0.17749816, "@target": "node552050", "@about": "#edge552050"}, {"@source": "node552041", "@id": "edge552051", "@length": 0.03960315, "@target": "node552051", "@about": "#edge552051"}, {"@source": "node552051", "@id": "edge552052", "@length": 0.03798616, "@target": "node552052", "@about": "#edge552052"}, {"@source": "node552052", "@id": "edge552053", "@length": 0.01620119, "@target": "node552053", "@about": "#edge552053"}, {"@source": "node552053", "@id": "edge552054", "@length": 0.06955657, "@target": "node552054", "@about": "#edge552054"}, {"@source": "node552054", "@id": "edge552055", "@length": 0.03986313, "@target": "node552055", "@about": "#edge552055"}, {"@source": "node552055", "@id": "edge552056", "@length": 0.93952569, "@target": "node552056", "@about": "#edge552056"}, {"@source": "node552055", "@id": "edge552057", "@length": 0.20925167, "@target": "node552057", "@about": "#edge552057"}, {"@source": "node552054", "@id": "edge552058", "@length": 0.09701243, "@target": "node552058", "@about": "#edge552058"}, {"@source": "node552058", "@id": "edge552059", "@length": 0.22029522, "@target": "node552059", "@about": "#edge552059"}, {"@source": "node552058", "@id": "edge552060", "@length": 0.04593748, "@target": "node552060", "@about": "#edge552060"}, {"@source": "node552060", "@id": "edge552061", "@length": 0.19941555, "@target": "node552061", "@about": "#edge552061"}, {"@source": "node552060", "@id": "edge552062", "@length": 0.4091589, "@target": "node552062", "@about": "#edge552062"}, {"@source": "node552053", "@id": "edge552063", "@length": 0.04133333, "@target": "node552063", "@about": "#edge552063"}, {"@source": "node552063", "@id": "edge552064", "@length": 0.06748044, "@target": "node552064", "@about": "#edge552064"}, {"@source": "node552064", "@id": "edge552065", "@length": 0.15653844, "@target": "node552065", "@about": "#edge552065"}, {"@source": "node552064", "@id": "edge552066", "@length": 0.0416101, "@target": "node552066", "@about": "#edge552066"}, {"@source": "node552066", "@id": "edge552067", "@length": 0.02859576, "@target": "node552067", "@about": "#edge552067"}, {"@source": "node552066", "@id": "edge552068", "@length": 0.01002917, "@target": "node552068", "@about": "#edge552068"}, {"@source": "node552068", "@id": "edge552069", "@length": 0.04357483, "@target": "node552069", "@about": "#edge552069"}, {"@source": "node552068", "@id": "edge552070", "@length": 0.02267495, "@target": "node552070", "@about": "#edge552070"}, {"@source": "node552063", "@id": "edge552071", "@length": 0.0931549, "@target": "node552071", "@about": "#edge552071"}, {"@source": "node552071", "@id": "edge552072", "@length": 0.16505941, "@target": "node552072", "@about": "#edge552072"}, {"@source": "node552072", "@id": "edge552073", "@length": 0.03547935, "@target": "node552073", "@about": "#edge552073"}, {"@source": "node552072", "@id": "edge552074", "@length": 0.08210585, "@target": "node552074", "@about": "#edge552074"}, {"@source": "node552071", "@id": "edge552075", "@length": 0.058486, "@target": "node552075", "@about": "#edge552075"}, {"@source": "node552075", "@id": "edge552076", "@length": 0.04593841, "@target": "node552076", "@about": "#edge552076"}, {"@source": "node552076", "@id": "edge552077", "@length": 0.0242189, "@target": "node552077", "@about": "#edge552077"}, {"@source": "node552077", "@id": "edge552078", "@length": 0.43924954, "@target": "node552078", "@about": "#edge552078"}, {"@source": "node552078", "@id": "edge552079", "@length": 0.09059479, "@target": "node552079", "@about": "#edge552079"}, {"@source": "node552078", "@id": "edge552080", "@length": 0.04784475, "@target": "node552080", "@about": "#edge552080"}, {"@source": "node552080", "@id": "edge552081", "@length": 0.06045053, "@target": "node552081", "@about": "#edge552081"}, {"@source": "node552081", "@id": "edge552082", "@length": 0.01912568, "@target": "node552082", "@about": "#edge552082"}, {"@source": "node552081", "@id": "edge552083", "@length": 0.02825645, "@target": "node552083", "@about": "#edge552083"}, {"@source": "node552080", "@id": "edge552084", "@length": 0.06644779, "@target": "node552084", "@about": "#edge552084"}, {"@source": "node552084", "@id": "edge552085", "@length": 0.0843853, "@target": "node552085", "@about": "#edge552085"}, {"@source": "node552084", "@id": "edge552086", "@length": 0.04053425, "@target": "node552086", "@about": "#edge552086"}, {"@source": "node552077", "@id": "edge552087", "@length": 0.11439559, "@target": "node552087", "@about": "#edge552087"}, {"@source": "node552087", "@id": "edge552088", "@length": 0.06790956, "@target": "node552088", "@about": "#edge552088"}, {"@source": "node552087", "@id": "edge552089", "@length": 0.09688048, "@target": "node552089", "@about": "#edge552089"}, {"@source": "node552076", "@id": "edge552090", "@length": 0.09917446, "@target": "node552090", "@about": "#edge552090"}, {"@source": "node552090", "@id": "edge552091", "@length": 0.05775691, "@target": "node552091", "@about": "#edge552091"}, {"@source": "node552091", "@id": "edge552092", "@length": 0.03571147, "@target": "node552092", "@about": "#edge552092"}, {"@source": "node552092", "@id": "edge552093", "@length": 0.02371265, "@target": "node552093", "@about": "#edge552093"}, {"@source": "node552092", "@id": "edge552094", "@length": 0.01674139, "@target": "node552094", "@about": "#edge552094"}, {"@source": "node552094", "@id": "edge552095", "@length": 0.00071263, "@target": "node552095", "@about": "#edge552095"}, {"@source": "node552094", "@id": "edge552096", "@length": 0.00324711, "@target": "node552096", "@about": "#edge552096"}, {"@source": "node552091", "@id": "edge552097", "@length": 0.02443536, "@target": "node552097", "@about": "#edge552097"}, {"@source": "node552090", "@id": "edge552098", "@length": 0.01530024, "@target": "node552098", "@about": "#edge552098"}, {"@source": "node552098", "@id": "edge552099", "@length": 0.02662321, "@target": "node552099", "@about": "#edge552099"}, {"@source": "node552099", "@id": "edge552100", "@length": 0.01307394, "@target": "node552100", "@about": "#edge552100"}, {"@source": "node552100", "@id": "edge552101", "@length": 0.02775712, "@target": "node552101", "@about": "#edge552101"}, {"@source": "node552100", "@id": "edge552102", "@length": 0.01817702, "@target": "node552102", "@about": "#edge552102"}, {"@source": "node552102", "@id": "edge552103", "@length": 0.01498532, "@target": "node552103", "@about": "#edge552103"}, {"@source": "node552102", "@id": "edge552104", "@length": 0.00654069, "@target": "node552104", "@about": "#edge552104"}, {"@source": "node552104", "@id": "edge552105", "@length": 0.02973593, "@target": "node552105", "@about": "#edge552105"}, {"@source": "node552104", "@id": "edge552106", "@length": 0.01196457, "@target": "node552106", "@about": "#edge552106"}, {"@source": "node552099", "@id": "edge552107", "@length": 0.05413815, "@target": "node552107", "@about": "#edge552107"}, {"@source": "node552098", "@id": "edge552108", "@length": 0.00949916, "@target": "node552108", "@about": "#edge552108"}, {"@source": "node552108", "@id": "edge552109", "@length": 0.04034171, "@target": "node552109", "@about": "#edge552109"}, {"@source": "node552109", "@id": "edge552110", "@length": 0.02590525, "@target": "node552110", "@about": "#edge552110"}, {"@source": "node552109", "@id": "edge552111", "@length": 0.0059751, "@target": "node552111", "@about": "#edge552111"}, {"@source": "node552111", "@id": "edge552112", "@length": 0.02843322, "@target": "node552112", "@about": "#edge552112"}, {"@source": "node552112", "@id": "edge552113", "@length": 0.00757353, "@target": "node552113", "@about": "#edge552113"}, {"@source": "node552112", "@id": "edge552114", "@length": 0.00858123, "@target": "node552114", "@about": "#edge552114"}, {"@source": "node552111", "@id": "edge552115", "@length": 0.0275771, "@target": "node552115", "@about": "#edge552115"}, {"@source": "node552108", "@id": "edge552116", "@length": 0.01784183, "@target": "node552116", "@about": "#edge552116"}, {"@source": "node552116", "@id": "edge552117", "@length": 0.07581493, "@target": "node552117", "@about": "#edge552117"}, {"@source": "node552116", "@id": "edge552118", "@length": 0.06619625, "@target": "node552118", "@about": "#edge552118"}, {"@source": "node552118", "@id": "edge552119", "@length": 0.01484126, "@target": "node552119", "@about": "#edge552119"}, {"@source": "node552118", "@id": "edge552120", "@length": 0.006078, "@target": "node552120", "@about": "#edge552120"}, {"@source": "node552075", "@id": "edge552121", "@length": 0.03491288, "@target": "node552121", "@about": "#edge552121"}, {"@source": "node552121", "@id": "edge552122", "@length": 0.11549792, "@target": "node552122", "@about": "#edge552122"}, {"@source": "node552121", "@id": "edge552123", "@length": 0.09730013, "@target": "node552123", "@about": "#edge552123"}, {"@source": "node552052", "@id": "edge552124", "@length": 0.03059984, "@target": "node552124", "@about": "#edge552124"}, {"@source": "node552124", "@id": "edge552125", "@length": 0.1487559, "@target": "node552125", "@about": "#edge552125"}, {"@source": "node552124", "@id": "edge552126", "@length": 0.02971552, "@target": "node552126", "@about": "#edge552126"}, {"@source": "node552126", "@id": "edge552127", "@length": 0.12678152, "@target": "node552127", "@about": "#edge552127"}, {"@source": "node552126", "@id": "edge552128", "@length": 0.01647008, "@target": "node552128", "@about": "#edge552128"}, {"@source": "node552128", "@id": "edge552129", "@length": 0.05086973, "@target": "node552129", "@about": "#edge552129"}, {"@source": "node552129", "@id": "edge552130", "@length": 0.07529166, "@target": "node552130", "@about": "#edge552130"}, {"@source": "node552129", "@id": "edge552131", "@length": 0.13665411, "@target": "node552131", "@about": "#edge552131"}, {"@source": "node552131", "@id": "edge552132", "@length": 0.10472929, "@target": "node552132", "@about": "#edge552132"}, {"@source": "node552131", "@id": "edge552133", "@length": 0.11891857, "@target": "node552133", "@about": "#edge552133"}, {"@source": "node552128", "@id": "edge552134", "@length": 0.32235586, "@target": "node552134", "@about": "#edge552134"}, {"@source": "node552051", "@id": "edge552135", "@length": 0.02932336, "@target": "node552135", "@about": "#edge552135"}, {"@source": "node552135", "@id": "edge552136", "@length": 0.12247605, "@target": "node552136", "@about": "#edge552136"}, {"@source": "node552135", "@id": "edge552137", "@length": 0.22977589, "@target": "node552137", "@about": "#edge552137"}, {"@source": "node552032", "@id": "edge552138", "@length": 0.02415257, "@target": "node552138", "@about": "#edge552138"}, {"@source": "node552138", "@id": "edge552139", "@length": 0.02394478, "@target": "node552139", "@about": "#edge552139"}, {"@source": "node552139", "@id": "edge552140", "@length": 0.46977686, "@target": "node552140", "@about": "#edge552140"}, {"@source": "node552139", "@id": "edge552141", "@length": 0.20696697, "@target": "node552141", "@about": "#edge552141"}, {"@source": "node552138", "@id": "edge552142", "@length": 0.03572564, "@target": "node552142", "@about": "#edge552142"}, {"@source": "node552142", "@id": "edge552143", "@length": 0.13023322, "@target": "node552143", "@about": "#edge552143"}, {"@source": "node552142", "@id": "edge552144", "@length": 0.30290689, "@target": "node552144", "@about": "#edge552144"}, {"@source": "node552031", "@id": "edge552145", "@length": 0.04883549, "@target": "node552145", "@about": "#edge552145"}, {"@source": "node552145", "@id": "edge552146", "@length": 0.39253037, "@target": "node552146", "@about": "#edge552146"}, {"@source": "node552146", "@id": "edge552147", "@length": 0.31910682, "@target": "node552147", "@about": "#edge552147"}, {"@source": "node552146", "@id": "edge552148", "@length": 0.17327725, "@target": "node552148", "@about": "#edge552148"}, {"@source": "node552145", "@id": "edge552149", "@length": 0.06262751, "@target": "node552149", "@about": "#edge552149"}, {"@source": "node552149", "@id": "edge552150", "@length": 0.08271583, "@target": "node552150", "@about": "#edge552150"}, {"@source": "node552149", "@id": "edge552151", "@length": 0.04684844, "@target": "node552151", "@about": "#edge552151"}, {"@source": "node552151", "@id": "edge552152", "@length": 0.10865263, "@target": "node552152", "@about": "#edge552152"}, {"@source": "node552151", "@id": "edge552153", "@length": 0.06640826, "@target": "node552153", "@about": "#edge552153"}, {"@source": "node552029", "@id": "edge552154", "@length": 0.0744717, "@target": "node552154", "@about": "#edge552154"}], "meta": [{"@datatype": "xsd:string", "@property": "ot:curatedType", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "delete me"}, {"@datatype": "xsd:string", "@property": "ot:specifiedRoot", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:outGroupEdge", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthTimeUnit", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthDescription", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthMode", "@xsi:type": "nex:LiteralMeta", "$": ""}]}, {"node": [{"@about": "#node991018", "@id": "node991018", "@root": true}, {"@about": "#node991019", "@id": "node991019"}, {"@otu": "otu227251", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991020", "@about": "#node991020"}, {"@about": "#node991021", "@id": "node991021"}, {"@about": "#node991022", "@id": "node991022"}, {"@about": "#node991023", "@id": "node991023"}, {"@about": "#node991024", "@id": "node991024"}, {"@otu": "otu227252", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991025", "@about": "#node991025"}, {"@about": "#node991026", "@id": "node991026"}, {"@otu": "otu227253", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991027", "@about": "#node991027"}, {"@otu": "otu227254", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991028", "@about": "#node991028"}, {"@about": "#node991029", "@id": "node991029"}, {"@otu": "otu227255", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991030", "@about": "#node991030"}, {"@otu": "otu227256", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991031", "@about": "#node991031"}, {"@about": "#node991032", "@id": "node991032"}, {"@about": "#node991033", "@id": "node991033"}, {"@about": "#node991034", "@id": "node991034"}, {"@about": "#node991035", "@id": "node991035"}, {"@about": "#node991036", "@id": "node991036"}, {"@otu": "otu227257", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991037", "@about": "#node991037"}, {"@otu": "otu227258", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991038", "@about": "#node991038"}, {"@about": "#node991039", "@id": "node991039"}, {"@otu": "otu227259", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991040", "@about": "#node991040"}, {"@about": "#node991041", "@id": "node991041"}, {"@otu": "otu227260", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991042", "@about": "#node991042"}, {"@otu": "otu227261", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991043", "@about": "#node991043"}, {"@about": "#node991044", "@id": "node991044"}, {"@about": "#node991045", "@id": "node991045"}, {"@otu": "otu227262", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991046", "@about": "#node991046"}, {"@about": "#node991047", "@id": "node991047"}, {"@otu": "otu227263", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991048", "@about": "#node991048"}, {"@about": "#node991049", "@id": "node991049"}, {"@otu": "otu227264", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991050", "@about": "#node991050"}, {"@otu": "otu227265", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991051", "@about": "#node991051"}, {"@about": "#node991052", "@id": "node991052"}, {"@about": "#node991053", "@id": "node991053"}, {"@otu": "otu227266", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991054", "@about": "#node991054"}, {"@otu": "otu227267", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991055", "@about": "#node991055"}, {"@about": "#node991056", "@id": "node991056"}, {"@about": "#node991057", "@id": "node991057"}, {"@about": "#node991058", "@id": "node991058"}, {"@about": "#node991059", "@id": "node991059"}, {"@otu": "otu227268", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991060", "@about": "#node991060"}, {"@about": "#node991061", "@id": "node991061"}, {"@about": "#node991062", "@id": "node991062"}, {"@otu": "otu227269", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991063", "@about": "#node991063"}, {"@otu": "otu227270", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991064", "@about": "#node991064"}, {"@about": "#node991065", "@id": "node991065"}, {"@otu": "otu227271", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991066", "@about": "#node991066"}, {"@otu": "otu227272", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991067", "@about": "#node991067"}, {"@about": "#node991068", "@id": "node991068"}, {"@otu": "otu227273", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991069", "@about": "#node991069"}, {"@otu": "otu227274", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991070", "@about": "#node991070"}, {"@about": "#node991071", "@id": "node991071"}, {"@about": "#node991072", "@id": "node991072"}, {"@about": "#node991073", "@id": "node991073"}, {"@otu": "otu227275", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991074", "@about": "#node991074"}, {"@about": "#node991075", "@id": "node991075"}, {"@otu": "otu227276", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991076", "@about": "#node991076"}, {"@otu": "otu227277", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991077", "@about": "#node991077"}, {"@otu": "otu227278", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991078", "@about": "#node991078"}, {"@about": "#node991079", "@id": "node991079"}, {"@about": "#node991080", "@id": "node991080"}, {"@about": "#node991081", "@id": "node991081"}, {"@otu": "otu227279", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991082", "@about": "#node991082"}, {"@about": "#node991083", "@id": "node991083"}, {"@otu": "otu227280", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991084", "@about": "#node991084"}, {"@about": "#node991085", "@id": "node991085"}, {"@otu": "otu227281", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991086", "@about": "#node991086"}, {"@otu": "otu227282", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991087", "@about": "#node991087"}, {"@otu": "otu227283", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991088", "@about": "#node991088"}, {"@about": "#node991089", "@id": "node991089"}, {"@about": "#node991090", "@id": "node991090"}, {"@otu": "otu227284", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991091", "@about": "#node991091"}, {"@about": "#node991092", "@id": "node991092"}, {"@about": "#node991093", "@id": "node991093"}, {"@otu": "otu227285", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991094", "@about": "#node991094"}, {"@otu": "otu227286", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991095", "@about": "#node991095"}, {"@otu": "otu227287", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991096", "@about": "#node991096"}, {"@about": "#node991097", "@id": "node991097"}, {"@otu": "otu227288", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991098", "@about": "#node991098"}, {"@about": "#node991099", "@id": "node991099"}, {"@otu": "otu227289", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991100", "@about": "#node991100"}, {"@otu": "otu227290", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991101", "@about": "#node991101"}, {"@about": "#node991102", "@id": "node991102"}, {"@otu": "otu227291", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991103", "@about": "#node991103"}, {"@otu": "otu227292", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991104", "@about": "#node991104"}, {"@about": "#node991105", "@id": "node991105"}, {"@otu": "otu227293", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991106", "@about": "#node991106"}, {"@about": "#node991107", "@id": "node991107"}, {"@otu": "otu227294", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991108", "@about": "#node991108"}, {"@about": "#node991109", "@id": "node991109"}, {"@about": "#node991110", "@id": "node991110"}, {"@otu": "otu227295", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991111", "@about": "#node991111"}, {"@about": "#node991112", "@id": "node991112"}, {"@otu": "otu227296", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991113", "@about": "#node991113"}, {"@otu": "otu227297", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991114", "@about": "#node991114"}, {"@otu": "otu227298", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991115", "@about": "#node991115"}, {"@about": "#node991116", "@id": "node991116"}, {"@otu": "otu227299", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991117", "@about": "#node991117"}, {"@otu": "otu227300", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991118", "@about": "#node991118"}, {"@about": "#node991119", "@id": "node991119"}, {"@about": "#node991120", "@id": "node991120"}, {"@otu": "otu227248", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991121", "@about": "#node991121"}, {"@otu": "otu227249", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991122", "@about": "#node991122"}, {"@about": "#node991123", "@id": "node991123"}, {"@about": "#node991124", "@id": "node991124"}, {"@about": "#node991125", "@id": "node991125"}, {"@otu": "otu227301", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991126", "@about": "#node991126"}, {"@otu": "otu227302", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991127", "@about": "#node991127"}, {"@about": "#node991128", "@id": "node991128"}, {"@otu": "otu227303", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991129", "@about": "#node991129"}, {"@otu": "otu227304", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991130", "@about": "#node991130"}, {"@about": "#node991131", "@id": "node991131"}, {"@about": "#node991132", "@id": "node991132"}, {"@about": "#node991133", "@id": "node991133"}, {"@otu": "otu227305", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991134", "@about": "#node991134"}, {"@otu": "otu227306", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991135", "@about": "#node991135"}, {"@about": "#node991136", "@id": "node991136"}, {"@otu": "otu227307", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991137", "@about": "#node991137"}, {"@about": "#node991138", "@id": "node991138"}, {"@otu": "otu227308", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991139", "@about": "#node991139"}, {"@otu": "otu227309", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991140", "@about": "#node991140"}, {"@about": "#node991141", "@id": "node991141"}, {"@otu": "otu227247", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991142", "@about": "#node991142"}, {"@otu": "otu227310", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991143", "@about": "#node991143"}, {"@otu": "otu227250", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991144", "@about": "#node991144"}], "@about": "#tree5800", "@id": "tree5800", "@xsi:type": "nex:FloatTree", "edge": [{"@source": "node991018", "@id": "edge991019", "@length": 0.144191225, "@target": "node991019", "@about": "#edge991019"}, {"@source": "node991019", "@id": "edge991020", "@length": 0.14291154000000006, "@target": "node991020", "@about": "#edge991020"}, {"@source": "node991019", "@id": "edge991021", "@length": 0.03748695, "@target": "node991021", "@about": "#edge991021"}, {"@source": "node991021", "@id": "edge991022", "@length": 0.018232999999999944, "@target": "node991022", "@about": "#edge991022"}, {"@source": "node991022", "@id": "edge991023", "@length": 0.06612524000000009, "@target": "node991023", "@about": "#edge991023"}, {"@source": "node991023", "@id": "edge991024", "@length": 0.14756430999999992, "@target": "node991024", "@about": "#edge991024"}, {"@source": "node991024", "@id": "edge991025", "@length": 0.57212636, "@target": "node991025", "@about": "#edge991025"}, {"@source": "node991024", "@id": "edge991026", "@length": 0.06752726000000009, "@target": "node991026", "@about": "#edge991026"}, {"@source": "node991026", "@id": "edge991027", "@length": 0.10414157000000002, "@target": "node991027", "@about": "#edge991027"}, {"@source": "node991026", "@id": "edge991028", "@length": 0.19126100000000001, "@target": "node991028", "@about": "#edge991028"}, {"@source": "node991023", "@id": "edge991029", "@length": 0.06479261999999997, "@target": "node991029", "@about": "#edge991029"}, {"@source": "node991029", "@id": "edge991030", "@length": 0.19671828999999996, "@target": "node991030", "@about": "#edge991030"}, {"@source": "node991029", "@id": "edge991031", "@length": 0.17749815999999996, "@target": "node991031", "@about": "#edge991031"}, {"@source": "node991022", "@id": "edge991032", "@length": 0.03960315000000003, "@target": "node991032", "@about": "#edge991032"}, {"@source": "node991032", "@id": "edge991033", "@length": 0.03798615999999999, "@target": "node991033", "@about": "#edge991033"}, {"@source": "node991033", "@id": "edge991034", "@length": 0.016201190000000087, "@target": "node991034", "@about": "#edge991034"}, {"@source": "node991034", "@id": "edge991035", "@length": 0.06955656999999993, "@target": "node991035", "@about": "#edge991035"}, {"@source": "node991035", "@id": "edge991036", "@length": 0.03986312999999997, "@target": "node991036", "@about": "#edge991036"}, {"@source": "node991036", "@id": "edge991037", "@length": 0.93952569, "@target": "node991037", "@about": "#edge991037"}, {"@source": "node991036", "@id": "edge991038", "@length": 0.20925167, "@target": "node991038", "@about": "#edge991038"}, {"@source": "node991035", "@id": "edge991039", "@length": 0.09701243000000004, "@target": "node991039", "@about": "#edge991039"}, {"@source": "node991039", "@id": "edge991040", "@length": 0.2202952199999999, "@target": "node991040", "@about": "#edge991040"}, {"@source": "node991039", "@id": "edge991041", "@length": 0.045937479999999975, "@target": "node991041", "@about": "#edge991041"}, {"@source": "node991041", "@id": "edge991042", "@length": 0.19941555, "@target": "node991042", "@about": "#edge991042"}, {"@source": "node991041", "@id": "edge991043", "@length": 0.4091589, "@target": "node991043", "@about": "#edge991043"}, {"@source": "node991034", "@id": "edge991044", "@length": 0.04133333, "@target": "node991044", "@about": "#edge991044"}, {"@source": "node991044", "@id": "edge991045", "@length": 0.06748044000000009, "@target": "node991045", "@about": "#edge991045"}, {"@source": "node991045", "@id": "edge991046", "@length": 0.15653843999999995, "@target": "node991046", "@about": "#edge991046"}, {"@source": "node991045", "@id": "edge991047", "@length": 0.04161009999999998, "@target": "node991047", "@about": "#edge991047"}, {"@source": "node991047", "@id": "edge991048", "@length": 0.02859576000000008, "@target": "node991048", "@about": "#edge991048"}, {"@source": "node991047", "@id": "edge991049", "@length": 0.010029170000000032, "@target": "node991049", "@about": "#edge991049"}, {"@source": "node991049", "@id": "edge991050", "@length": 0.04357482999999995, "@target": "node991050", "@about": "#edge991050"}, {"@source": "node991049", "@id": "edge991051", "@length": 0.02267494999999997, "@target": "node991051", "@about": "#edge991051"}, {"@source": "node991044", "@id": "edge991052", "@length": 0.09315490000000004, "@target": "node991052", "@about": "#edge991052"}, {"@source": "node991052", "@id": "edge991053", "@length": 0.16505941000000002, "@target": "node991053", "@about": "#edge991053"}, {"@source": "node991053", "@id": "edge991054", "@length": 0.03547935000000002, "@target": "node991054", "@about": "#edge991054"}, {"@source": "node991053", "@id": "edge991055", "@length": 0.08210585000000004, "@target": "node991055", "@about": "#edge991055"}, {"@source": "node991052", "@id": "edge991056", "@length": 0.05848600000000004, "@target": "node991056", "@about": "#edge991056"}, {"@source": "node991056", "@id": "edge991057", "@length": 0.045938409999999985, "@target": "node991057", "@about": "#edge991057"}, {"@source": "node991057", "@id": "edge991058", "@length": 0.024218900000000043, "@target": "node991058", "@about": "#edge991058"}, {"@source": "node991058", "@id": "edge991059", "@length": 0.43924953999999994, "@target": "node991059", "@about": "#edge991059"}, {"@source": "node991059", "@id": "edge991060", "@length": 0.09059478999999993, "@target": "node991060", "@about": "#edge991060"}, {"@source": "node991059", "@id": "edge991061", "@length": 0.0478447500000001, "@target": "node991061", "@about": "#edge991061"}, {"@source": "node991061", "@id": "edge991062", "@length": 0.06045053, "@target": "node991062", "@about": "#edge991062"}, {"@source": "node991062", "@id": "edge991063", "@length": 0.019125679999999923, "@target": "node991063", "@about": "#edge991063"}, {"@source": "node991062", "@id": "edge991064", "@length": 0.02825644999999999, "@target": "node991064", "@about": "#edge991064"}, {"@source": "node991061", "@id": "edge991065", "@length": 0.06644779, "@target": "node991065", "@about": "#edge991065"}, {"@source": "node991065", "@id": "edge991066", "@length": 0.08438530000000011, "@target": "node991066", "@about": "#edge991066"}, {"@source": "node991065", "@id": "edge991067", "@length": 0.040534250000000105, "@target": "node991067", "@about": "#edge991067"}, {"@source": "node991058", "@id": "edge991068", "@length": 0.11439558999999999, "@target": "node991068", "@about": "#edge991068"}, {"@source": "node991068", "@id": "edge991069", "@length": 0.06790956000000004, "@target": "node991069", "@about": "#edge991069"}, {"@source": "node991068", "@id": "edge991070", "@length": 0.09688048000000005, "@target": "node991070", "@about": "#edge991070"}, {"@source": "node991057", "@id": "edge991071", "@length": 0.09917445999999996, "@target": "node991071", "@about": "#edge991071"}, {"@source": "node991071", "@id": "edge991072", "@length": 0.05775691000000005, "@target": "node991072", "@about": "#edge991072"}, {"@source": "node991072", "@id": "edge991073", "@length": 0.03571146999999997, "@target": "node991073", "@about": "#edge991073"}, {"@source": "node991073", "@id": "edge991074", "@length": 0.023712650000000002, "@target": "node991074", "@about": "#edge991074"}, {"@source": "node991073", "@id": "edge991075", "@length": 0.016741389999999967, "@target": "node991075", "@about": "#edge991075"}, {"@source": "node991075", "@id": "edge991076", "@length": 0.0007126299999999919, "@target": "node991076", "@about": "#edge991076"}, {"@source": "node991075", "@id": "edge991077", "@length": 0.0032471099999999975, "@target": "node991077", "@about": "#edge991077"}, {"@source": "node991072", "@id": "edge991078", "@length": 0.024435360000000017, "@target": "node991078", "@about": "#edge991078"}, {"@source": "node991071", "@id": "edge991079", "@length": 0.015300239999999965, "@target": "node991079", "@about": "#edge991079"}, {"@source": "node991079", "@id": "edge991080", "@length": 0.026623210000000008, "@target": "node991080", "@about": "#edge991080"}, {"@source": "node991080", "@id": "edge991081", "@length": 0.01307393999999995, "@target": "node991081", "@about": "#edge991081"}, {"@source": "node991081", "@id": "edge991082", "@length": 0.02775711999999997, "@target": "node991082", "@about": "#edge991082"}, {"@source": "node991081", "@id": "edge991083", "@length": 0.018177019999999988, "@target": "node991083", "@about": "#edge991083"}, {"@source": "node991083", "@id": "edge991084", "@length": 0.014985319999999969, "@target": "node991084", "@about": "#edge991084"}, {"@source": "node991083", "@id": "edge991085", "@length": 0.006540690000000016, "@target": "node991085", "@about": "#edge991085"}, {"@source": "node991085", "@id": "edge991086", "@length": 0.029735929999999966, "@target": "node991086", "@about": "#edge991086"}, {"@source": "node991085", "@id": "edge991087", "@length": 0.011964569999999952, "@target": "node991087", "@about": "#edge991087"}, {"@source": "node991080", "@id": "edge991088", "@length": 0.054138149999999996, "@target": "node991088", "@about": "#edge991088"}, {"@source": "node991079", "@id": "edge991089", "@length": 0.009499159999999951, "@target": "node991089", "@about": "#edge991089"}, {"@source": "node991089", "@id": "edge991090", "@length": 0.040341709999999975, "@target": "node991090", "@about": "#edge991090"}, {"@source": "node991090", "@id": "edge991091", "@length": 0.02590524999999999, "@target": "node991091", "@about": "#edge991091"}, {"@source": "node991090", "@id": "edge991092", "@length": 0.005975100000000011, "@target": "node991092", "@about": "#edge991092"}, {"@source": "node991092", "@id": "edge991093", "@length": 0.028433220000000037, "@target": "node991093", "@about": "#edge991093"}, {"@source": "node991093", "@id": "edge991094", "@length": 0.0075735300000000505, "@target": "node991094", "@about": "#edge991094"}, {"@source": "node991093", "@id": "edge991095", "@length": 0.008581229999999995, "@target": "node991095", "@about": "#edge991095"}, {"@source": "node991092", "@id": "edge991096", "@length": 0.02757710000000002, "@target": "node991096", "@about": "#edge991096"}, {"@source": "node991089", "@id": "edge991097", "@length": 0.017841829999999947, "@target": "node991097", "@about": "#edge991097"}, {"@source": "node991097", "@id": "edge991098", "@length": 0.07581492999999995, "@target": "node991098", "@about": "#edge991098"}, {"@source": "node991097", "@id": "edge991099", "@length": 0.06619624999999996, "@target": "node991099", "@about": "#edge991099"}, {"@source": "node991099", "@id": "edge991100", "@length": 0.014841259999999967, "@target": "node991100", "@about": "#edge991100"}, {"@source": "node991099", "@id": "edge991101", "@length": 0.006078000000000028, "@target": "node991101", "@about": "#edge991101"}, {"@source": "node991056", "@id": "edge991102", "@length": 0.034912880000000035, "@target": "node991102", "@about": "#edge991102"}, {"@source": "node991102", "@id": "edge991103", "@length": 0.11549792000000003, "@target": "node991103", "@about": "#edge991103"}, {"@source": "node991102", "@id": "edge991104", "@length": 0.09730013000000004, "@target": "node991104", "@about": "#edge991104"}, {"@source": "node991033", "@id": "edge991105", "@length": 0.030599840000000045, "@target": "node991105", "@about": "#edge991105"}, {"@source": "node991105", "@id": "edge991106", "@length": 0.14875590000000005, "@target": "node991106", "@about": "#edge991106"}, {"@source": "node991105", "@id": "edge991107", "@length": 0.029715520000000106, "@target": "node991107", "@about": "#edge991107"}, {"@source": "node991107", "@id": "edge991108", "@length": 0.12678151999999987, "@target": "node991108", "@about": "#edge991108"}, {"@source": "node991107", "@id": "edge991109", "@length": 0.016470079999999943, "@target": "node991109", "@about": "#edge991109"}, {"@source": "node991109", "@id": "edge991110", "@length": 0.050869729999999946, "@target": "node991110", "@about": "#edge991110"}, {"@source": "node991110", "@id": "edge991111", "@length": 0.07529165999999998, "@target": "node991111", "@about": "#edge991111"}, {"@source": "node991110", "@id": "edge991112", "@length": 0.13665410999999994, "@target": "node991112", "@about": "#edge991112"}, {"@source": "node991112", "@id": "edge991113", "@length": 0.10472928999999997, "@target": "node991113", "@about": "#edge991113"}, {"@source": "node991112", "@id": "edge991114", "@length": 0.11891856999999995, "@target": "node991114", "@about": "#edge991114"}, {"@source": "node991109", "@id": "edge991115", "@length": 0.32235585999999994, "@target": "node991115", "@about": "#edge991115"}, {"@source": "node991032", "@id": "edge991116", "@length": 0.02932336000000002, "@target": "node991116", "@about": "#edge991116"}, {"@source": "node991116", "@id": "edge991117", "@length": 0.12247604999999995, "@target": "node991117", "@about": "#edge991117"}, {"@source": "node991116", "@id": "edge991118", "@length": 0.22977588999999998, "@target": "node991118", "@about": "#edge991118"}, {"@source": "node991021", "@id": "edge991119", "@length": 0.03592188000000007, "@target": "node991119", "@about": "#edge991119"}, {"@source": "node991119", "@id": "edge991120", "@length": 0.051647610000000066, "@target": "node991120", "@about": "#edge991120"}, {"@source": "node991120", "@id": "edge991121", "@length": 0.14600144999999998, "@target": "node991121", "@about": "#edge991121"}, {"@source": "node991120", "@id": "edge991122", "@length": 0.22153696, "@target": "node991122", "@about": "#edge991122"}, {"@source": "node991119", "@id": "edge991123", "@length": 0.0232059899999999, "@target": "node991123", "@about": "#edge991123"}, {"@source": "node991123", "@id": "edge991124", "@length": 0.02415257000000004, "@target": "node991124", "@about": "#edge991124"}, {"@source": "node991124", "@id": "edge991125", "@length": 0.023944779999999888, "@target": "node991125", "@about": "#edge991125"}, {"@source": "node991125", "@id": "edge991126", "@length": 0.4697768600000001, "@target": "node991126", "@about": "#edge991126"}, {"@source": "node991125", "@id": "edge991127", "@length": 0.20696697000000008, "@target": "node991127", "@about": "#edge991127"}, {"@source": "node991124", "@id": "edge991128", "@length": 0.03572563999999989, "@target": "node991128", "@about": "#edge991128"}, {"@source": "node991128", "@id": "edge991129", "@length": 0.13023322000000004, "@target": "node991129", "@about": "#edge991129"}, {"@source": "node991128", "@id": "edge991130", "@length": 0.30290689000000004, "@target": "node991130", "@about": "#edge991130"}, {"@source": "node991123", "@id": "edge991131", "@length": 0.07293814999999992, "@target": "node991131", "@about": "#edge991131"}, {"@source": "node991131", "@id": "edge991132", "@length": 0.04883548999999987, "@target": "node991132", "@about": "#edge991132"}, {"@source": "node991132", "@id": "edge991133", "@length": 0.39253037, "@target": "node991133", "@about": "#edge991133"}, {"@source": "node991133", "@id": "edge991134", "@length": 0.31910682, "@target": "node991134", "@about": "#edge991134"}, {"@source": "node991133", "@id": "edge991135", "@length": 0.17327724999999994, "@target": "node991135", "@about": "#edge991135"}, {"@source": "node991132", "@id": "edge991136", "@length": 0.06262751, "@target": "node991136", "@about": "#edge991136"}, {"@source": "node991136", "@id": "edge991137", "@length": 0.08271582999999993, "@target": "node991137", "@about": "#edge991137"}, {"@source": "node991136", "@id": "edge991138", "@length": 0.04684843999999999, "@target": "node991138", "@about": "#edge991138"}, {"@source": "node991138", "@id": "edge991139", "@length": 0.10865262999999992, "@target": "node991139", "@about": "#edge991139"}, {"@source": "node991138", "@id": "edge991140", "@length": 0.06640826, "@target": "node991140", "@about": "#edge991140"}, {"@source": "node991131", "@id": "edge991141", "@length": 0.032194980000000095, "@target": "node991141", "@about": "#edge991141"}, {"@source": "node991141", "@id": "edge991142", "@length": 0.11875101999999993, "@target": "node991142", "@about": "#edge991142"}, {"@source": "node991141", "@id": "edge991143", "@length": 0.07447169999999992, "@target": "node991143", "@about": "#edge991143"}, {"@source": "node991018", "@id": "edge991144", "@length": 0.28838245000000007, "@target": "node991144", "@about": "#edge991144"}], "meta": [{"@datatype": "xsd:boolean", "@property": "ot:unrootedTree", "@xsi:type": "nex:LiteralMeta", "$": false}, {"@datatype": "xsd:string", "@property": "ot:curatedType", "@xsi:type": "nex:LiteralMeta", "$": "ML, LSU + SSU (rooted)"}, {"@datatype": "xsd:string", "@property": "ot:inGroupClade", "@xsi:type": "nex:LiteralMeta", "$": "node991044"}, {"@datatype": "xsd:string", "@property": "ot:specifiedRoot", "@xsi:type": "nex:LiteralMeta", "$": "node991018"}, {"@datatype": "xsd:string", "@property": "ot:outGroupEdge", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthTimeUnit", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthDescription", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "LSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "SSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "Choose me"}, {"@datatype": "xsd:string", "@property": "ot:branchLengthMode", "@xsi:type": "nex:LiteralMeta", "$": ""}]}], "@otus": "otus1144", "@id": "trees1144"}, "@nexmljson": "http://purl.org/opentree/nexson", "@generator": "Phylografter nexml-json exporter", "otus": {"@about": "#otus1144", "@id": "otus1144", "otu": [{"@about": "#otu227247", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 810452}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophlyctis rosea"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophlyctis rosea"}], "@id": "otu227247"}, {"@about": "#otu227248", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 881666}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Nowakowskiella sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Nowakowskiella"}], "@id": "otu227248"}, {"@about": "#otu227249", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 227150}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Cladochytrium replicatum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Cladochytrium replicatum"}], "@id": "otu227249"}, {"@about": "#otu227250", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 358358}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rozella allomycis"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rozella allomycis"}], "@id": "otu227250"}, {"@about": "#otu227251", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1017077}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Neocallimastix sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Neocallimastix"}], "@id": "otu227251"}, {"@about": "#otu227252", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 919499}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Coelomomyces stegomyiae"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Coelomomyces stegomyiae"}], "@id": "otu227252"}, {"@about": "#otu227253", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 236005}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Allomyces arbusculus 300 C1"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Allomyces arbusculus"}], "@id": "otu227253"}, {"@about": "#otu227254", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1085353}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Catenophlyctis sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Catenophlyctis"}], "@id": "otu227254"}, {"@about": "#otu227255", "meta": [{"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Hyaloraphidium curvatum"}], "@id": "otu227255"}, {"@about": "#otu227256", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 305141}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Monoblepharella sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Monoblepharella"}], "@id": "otu227256"}, {"@about": "#otu227257", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 208921}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Dimargaris bacillispora 136 Z13"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Dimargaris bacillispora"}], "@id": "otu227257"}, {"@about": "#otu227258", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 346211}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Piptocephalis corymbifera 145 Z4"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Piptocephalis freseniana"}], "@id": "otu227258"}, {"@about": "#otu227259", "meta": [{"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Smittium culisetae 29 Z9"}], "@id": "otu227259"}, {"@about": "#otu227260", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 807548}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Spiromyces aspiralis 185 Z11"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Spiromyces aspiralis"}], "@id": "otu227260"}, {"@about": "#otu227261", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1033547}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Coemansia reversa 140 Z1"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Coemansia reversa"}], "@id": "otu227261"}, {"@about": "#otu227262", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 757659}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Schizangiella serpentis 2237 E100"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Schizangiella serpentis"}], "@id": "otu227262"}, {"@about": "#otu227263", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1061430}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus microsporus 265 E109"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus microsporus"}], "@id": "otu227263"}, {"@about": "#otu227264", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167671}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus ranarum 301 E98"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus ranarum"}], "@id": "otu227264"}, {"@about": "#otu227265", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 313416}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus magnus 15379 E36"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus magnus"}], "@id": "otu227265"}, {"@about": "#otu227266", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 178190}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus lamprauges 2338 E161"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus lamprauges"}], "@id": "otu227266"}, {"@about": "#otu227267", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167675}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus coronatus 137 E103"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus coronatus"}], "@id": "otu227267"}, {"@about": "#otu227268", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94766}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa major 2936 E41"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa major"}], "@id": "otu227268"}, {"@about": "#otu227269", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94765}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus pseudoapiculatus 395 E99"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus pseudapiculatus"}], "@id": "otu227269"}, {"@about": "#otu227270", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 466139}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa apiculata 3130 E31"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa apiculata"}], "@id": "otu227270"}, {"@about": "#otu227271", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 200531}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa gigantea 214 E89"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa gigantea"}], "@id": "otu227271"}, {"@about": "#otu227272", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 259510}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus obscurus 74 E66"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus obscurus"}], "@id": "otu227272"}, {"@about": "#otu227273", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167668}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthora muscae 28 E97"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthora muscae"}], "@id": "otu227273"}, {"@about": "#otu227274", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702065}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Eryniopsis caroliniana 640 E51"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Eryniopsis caroliniana"}], "@id": "otu227274"}, {"@about": "#otu227275", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 127874}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora anglica 396 E71"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora anglica"}], "@id": "otu227275"}, {"@about": "#otu227276", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 5294340}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora phalloides 2281 E42"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia phalloides"}], "@id": "otu227276"}, {"@about": "#otu227277", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 757660}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora occidentalis 3073 E40"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora occidentalis"}], "@id": "otu227277"}, {"@about": "#otu227278", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 294759}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora lanceolata 469 E64"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora lanceolata"}], "@id": "otu227278"}, {"@about": "#otu227279", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 687523}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia ithacensis 663 E50"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia ithacensis"}], "@id": "otu227279"}, {"@about": "#otu227280", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 687524}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora kondoiensis 825 E77"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora kondoiensis"}], "@id": "otu227280"}, {"@about": "#otu227281", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 200537}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia virescens 1129 E48"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia virescens"}], "@id": "otu227281"}, {"@about": "#otu227282", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702064}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia neopyralidarum 1145 E53"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia neopyralidarum"}], "@id": "otu227282"}, {"@about": "#otu227283", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 887165}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora neoaphidis 3240 E39"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora neoaphidis"}], "@id": "otu227283"}, {"@about": "#otu227284", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702059}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora dipterigena 397 E72"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora dipterigena"}], "@id": "otu227284"}, {"@about": "#otu227285", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702067}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia pieris 781 E78"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia pieris"}], "@id": "otu227285"}, {"@about": "#otu227286", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 294768}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora delphacis 581 E52"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora delphacis"}], "@id": "otu227286"}, {"@about": "#otu227287", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 5294345}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia sciarae 1870 E43"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia sciarae"}], "@id": "otu227287"}, {"@about": "#otu227288", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702060}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia conica 1439 E46"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia conica"}], "@id": "otu227288"}, {"@about": "#otu227289", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702063}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia rhizospora 1441 E44"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia rhizospora"}], "@id": "otu227289"}, {"@about": "#otu227290", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94762}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia ovispora 400 E73"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia ovispora"}], "@id": "otu227290"}, {"@about": "#otu227291", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 925119}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus thromboides 70 E149"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus thromboides"}], "@id": "otu227291"}, {"@about": "#otu227292", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 178760}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus osmodes 79 E101"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus osmodes"}], "@id": "otu227292"}, {"@about": "#otu227293", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 956401}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Mortierella verticillata 291 Z2"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Mortierella verticillata"}], "@id": "otu227293"}, {"@about": "#otu227294", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 837861}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Endogone pisiformis 539 Z5"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Endogone pisiformis"}], "@id": "otu227294"}, {"@about": "#otu227295", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 199302}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Umbelopsis ramanniana 144 Z7"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Umbelopsis ramanniana"}], "@id": "otu227295"}, {"@about": "#otu227296", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 363292}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizopus stolonifer 632 Z6"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizopus stolonifer"}], "@id": "otu227296"}, {"@about": "#otu227297", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 735973}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Phycomyces blakesleeanus 184 Z8"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Phycomyces blakesleeanus"}], "@id": "otu227297"}, {"@about": "#otu227298", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 837854}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Glomus intraradices 48 Z17"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophagus intraradices"}], "@id": "otu227298"}, {"@about": "#otu227299", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 41889}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Olpidium brassicae"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Olpidium brassicae"}], "@id": "otu227299"}, {"@about": "#otu227300", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 260279}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Physoderma maydis 19 C3"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Physoderma maydis"}], "@id": "otu227300"}, {"@about": "#otu227301", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 543909}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Synchytrium macrosporum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Synchytrium macrosporum"}], "@id": "otu227301"}, {"@about": "#otu227302", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 214618}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Karlingiomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Karlingiomyces"}], "@id": "otu227302"}, {"@about": "#otu227303", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 737608}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophydium sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophydium"}], "@id": "otu227303"}, {"@about": "#otu227304", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 858873}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batrachochytrium dendrobatidis 21 C4"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batrachochytrium dendrobatidis"}], "@id": "otu227304"}, {"@about": "#otu227305", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 646980}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizoclosmatium sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizoclosmatium"}], "@id": "otu227305"}, {"@about": "#otu227306", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 956065}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Polychytrium aggregatum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Polychytrium aggregatum"}], "@id": "otu227306"}, {"@about": "#otu227307", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 306899}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Gaertneriomyces semiglobiferus"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Gaertneriomyces semiglobifer"}], "@id": "otu227307"}, {"@about": "#otu227308", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 306907}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Powellomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Powellomyces"}], "@id": "otu227308"}, {"@about": "#otu227309", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 708156}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Spizellomyces punctatus"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Spizellomyces punctatus"}], "@id": "otu227309"}, {"@about": "#otu227310", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 285549}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Catenomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Catenomyces"}], "@id": "otu227310"}]}, "@version": "0.9"}}}
Return a tree from within a study.
GET /study/{STUDY_ID}/tree/{TREE_ID}
Given a studyID and the ID of one of its trees, return a JSON object for the tree. More detailed documentation of the possible arguments and return values (including as NEXUS or newick) are at phylesystem-api/docs/README.md
Parameters with bold type definitions are required.
Example command:
$ curl https://api.opentreeoflife.org/v2/study/pg_1144/tree/tree2324
Example result:
{"tree2324": {"^ot:rootNodeId": "node552029", "^ot:curatedType": "ML", "nodeById": {"node552132": {"@otu": "otu227296"}, "node552133": {"@otu": "otu227297"}, "node552130": {"@otu": "otu227295"}, "node552131": {}, "node552136": {"@otu": "otu227299"}, "node552137": {"@otu": "otu227300"}, "node552134": {"@otu": "otu227298"}, "node552135": {}, "node552138": {}, "node552139": {}, "node552147": {"@otu": "otu227305"}, "node552146": {}, "node552145": {}, "node552144": {"@otu": "otu227304"}, "node552143": {"@otu": "otu227303"}, "node552142": {}, "node552141": {"@otu": "otu227302"}, "node552140": {"@otu": "otu227301"}, "node552149": {}, "node552148": {"@otu": "otu227306"}, "node552121": {}, "node552120": {"@otu": "otu227290"}, "node552123": {"@otu": "otu227292"}, "node552122": {"@otu": "otu227291"}, "node552125": {"@otu": "otu227293"}, "node552124": {}, "node552127": {"@otu": "otu227294"}, "node552126": {}, "node552129": {}, "node552108": {}, "node552039": {"@otu": "otu227250"}, "node552038": {}, "node552033": {}, "node552032": {}, "node552031": {}, "node552030": {"@otu": "otu227247"}, "node552037": {}, "node552036": {"@otu": "otu227249"}, "node552035": {"@otu": "otu227248"}, "node552034": {}, "node552114": {"@otu": "otu227286"}, "node552115": {"@otu": "otu227287"}, "node552116": {}, "node552117": {"@otu": "otu227288"}, "node552110": {"@otu": "otu227284"}, "node552111": {}, "node552112": {}, "node552113": {"@otu": "otu227285"}, "node552118": {}, "node552119": {"@otu": "otu227289"}, "node552048": {}, "node552049": {"@otu": "otu227255"}, "node552046": {"@otu": "otu227253"}, "node552047": {"@otu": "otu227254"}, "node552044": {"@otu": "otu227252"}, "node552045": {}, "node552042": {}, "node552043": {}, "node552040": {"@otu": "otu227251"}, "node552041": {}, "node552059": {"@otu": "otu227259"}, "node552058": {}, "node552055": {}, "node552054": {}, "node552057": {"@otu": "otu227258"}, "node552056": {"@otu": "otu227257"}, "node552051": {}, "node552050": {"@otu": "otu227256"}, "node552053": {}, "node552052": {}, "node552062": {"@otu": "otu227261"}, "node552060": {}, "node552061": {"@otu": "otu227260"}, "node552109": {}, "node552063": {}, "node552064": {}, "node552065": {"@otu": "otu227262"}, "node552066": {}, "node552067": {"@otu": "otu227263"}, "node552068": {}, "node552069": {"@otu": "otu227264"}, "node552101": {"@otu": "otu227279"}, "node552100": {}, "node552107": {"@otu": "otu227283"}, "node552106": {"@otu": "otu227282"}, "node552105": {"@otu": "otu227281"}, "node552104": {}, "node552103": {"@otu": "otu227280"}, "node552088": {"@otu": "otu227273"}, "node552089": {"@otu": "otu227274"}, "node552102": {}, "node552082": {"@otu": "otu227269"}, "node552083": {"@otu": "otu227270"}, "node552080": {}, "node552081": {}, "node552086": {"@otu": "otu227272"}, "node552087": {}, "node552084": {}, "node552085": {"@otu": "otu227271"}, "node552077": {}, "node552076": {}, "node552075": {}, "node552074": {"@otu": "otu227267"}, "node552073": {"@otu": "otu227266"}, "node552072": {}, "node552071": {}, "node552070": {"@otu": "otu227265"}, "node552079": {"@otu": "otu227268"}, "node552078": {}, "node552099": {}, "node552098": {}, "node552091": {}, "node552090": {}, "node552093": {"@otu": "otu227275"}, "node552092": {}, "node552095": {"@otu": "otu227276"}, "node552094": {}, "node552097": {"@otu": "otu227278"}, "node552096": {"@otu": "otu227277"}, "node552128": {}, "node552029": {"@root": true}, "node552150": {"@otu": "otu227307"}, "node552151": {}, "node552152": {"@otu": "otu227308"}, "node552153": {"@otu": "otu227309"}, "node552154": {"@otu": "otu227310"}}, "^ot:tag": ["delete me"], "@xsi:type": "nex:FloatTree", "edgeBySourceId": {"node552116": {"edge552118": {"@source": "node552116", "@length": 0.06619625, "@target": "node552118"}, "edge552117": {"@source": "node552116", "@length": 0.07581493, "@target": "node552117"}}, "node552131": {"edge552133": {"@source": "node552131", "@length": 0.11891857, "@target": "node552133"}, "edge552132": {"@source": "node552131", "@length": 0.10472929, "@target": "node552132"}}, "node552111": {"edge552112": {"@source": "node552111", "@length": 0.02843322, "@target": "node552112"}, "edge552115": {"@source": "node552111", "@length": 0.0275771, "@target": "node552115"}}, "node552112": {"edge552113": {"@source": "node552112", "@length": 0.00757353, "@target": "node552113"}, "edge552114": {"@source": "node552112", "@length": 0.00858123, "@target": "node552114"}}, "node552135": {"edge552137": {"@source": "node552135", "@length": 0.22977589, "@target": "node552137"}, "edge552136": {"@source": "node552135", "@length": 0.12247605, "@target": "node552136"}}, "node552138": {"edge552139": {"@source": "node552138", "@length": 0.02394478, "@target": "node552139"}, "edge552142": {"@source": "node552138", "@length": 0.03572564, "@target": "node552142"}}, "node552139": {"edge552140": {"@source": "node552139", "@length": 0.46977686, "@target": "node552140"}, "edge552141": {"@source": "node552139", "@length": 0.20696697, "@target": "node552141"}}, "node552118": {"edge552119": {"@source": "node552118", "@length": 0.01484126, "@target": "node552119"}, "edge552120": {"@source": "node552118", "@length": 0.006078, "@target": "node552120"}}, "node552099": {"edge552107": {"@source": "node552099", "@length": 0.05413815, "@target": "node552107"}, "edge552100": {"@source": "node552099", "@length": 0.01307394, "@target": "node552100"}}, "node552098": {"edge552108": {"@source": "node552098", "@length": 0.00949916, "@target": "node552108"}, "edge552099": {"@source": "node552098", "@length": 0.02662321, "@target": "node552099"}}, "node552072": {"edge552074": {"@source": "node552072", "@length": 0.08210585, "@target": "node552074"}, "edge552073": {"@source": "node552072", "@length": 0.03547935, "@target": "node552073"}}, "node552091": {"edge552097": {"@source": "node552091", "@length": 0.02443536, "@target": "node552097"}, "edge552092": {"@source": "node552091", "@length": 0.03571147, "@target": "node552092"}}, "node552090": {"edge552098": {"@source": "node552090", "@length": 0.01530024, "@target": "node552098"}, "edge552091": {"@source": "node552090", "@length": 0.05775691, "@target": "node552091"}}, "node552092": {"edge552094": {"@source": "node552092", "@length": 0.01674139, "@target": "node552094"}, "edge552093": {"@source": "node552092", "@length": 0.02371265, "@target": "node552093"}}, "node552094": {"edge552096": {"@source": "node552094", "@length": 0.00324711, "@target": "node552096"}, "edge552095": {"@source": "node552094", "@length": 0.00071263, "@target": "node552095"}}, "node552124": {"edge552126": {"@source": "node552124", "@length": 0.02971552, "@target": "node552126"}, "edge552125": {"@source": "node552124", "@length": 0.1487559, "@target": "node552125"}}, "node552146": {"edge552148": {"@source": "node552146", "@length": 0.17327725, "@target": "node552148"}, "edge552147": {"@source": "node552146", "@length": 0.31910682, "@target": "node552147"}}, "node552145": {"edge552149": {"@source": "node552145", "@length": 0.06262751, "@target": "node552149"}, "edge552146": {"@source": "node552145", "@length": 0.39253037, "@target": "node552146"}}, "node552151": {"edge552153": {"@source": "node552151", "@length": 0.06640826, "@target": "node552153"}, "edge552152": {"@source": "node552151", "@length": 0.10865263, "@target": "node552152"}}, "node552060": {"edge552062": {"@source": "node552060", "@length": 0.4091589, "@target": "node552062"}, "edge552061": {"@source": "node552060", "@length": 0.19941555, "@target": "node552061"}}, "node552104": {"edge552105": {"@source": "node552104", "@length": 0.02973593, "@target": "node552105"}, "edge552106": {"@source": "node552104", "@length": 0.01196457, "@target": "node552106"}}, "node552109": {"edge552111": {"@source": "node552109", "@length": 0.0059751, "@target": "node552111"}, "edge552110": {"@source": "node552109", "@length": 0.02590525, "@target": "node552110"}}, "node552063": {"edge552071": {"@source": "node552063", "@length": 0.0931549, "@target": "node552071"}, "edge552064": {"@source": "node552063", "@length": 0.06748044, "@target": "node552064"}}, "node552064": {"edge552066": {"@source": "node552064", "@length": 0.0416101, "@target": "node552066"}, "edge552065": {"@source": "node552064", "@length": 0.15653844, "@target": "node552065"}}, "node552142": {"edge552143": {"@source": "node552142", "@length": 0.13023322, "@target": "node552143"}, "edge552144": {"@source": "node552142", "@length": 0.30290689, "@target": "node552144"}}, "node552066": {"edge552068": {"@source": "node552066", "@length": 0.01002917, "@target": "node552068"}, "edge552067": {"@source": "node552066", "@length": 0.02859576, "@target": "node552067"}}, "node552128": {"edge552129": {"@source": "node552128", "@length": 0.05086973, "@target": "node552129"}, "edge552134": {"@source": "node552128", "@length": 0.32235586, "@target": "node552134"}}, "node552068": {"edge552069": {"@source": "node552068", "@length": 0.04357483, "@target": "node552069"}, "edge552070": {"@source": "node552068", "@length": 0.02267495, "@target": "node552070"}}, "node552102": {"edge552104": {"@source": "node552102", "@length": 0.00654069, "@target": "node552104"}, "edge552103": {"@source": "node552102", "@length": 0.01498532, "@target": "node552103"}}, "node552045": {"edge552047": {"@source": "node552045", "@length": 0.191261, "@target": "node552047"}, "edge552046": {"@source": "node552045", "@length": 0.10414157, "@target": "node552046"}}, "node552042": {"edge552048": {"@source": "node552042", "@length": 0.06479262, "@target": "node552048"}, "edge552043": {"@source": "node552042", "@length": 0.14756431, "@target": "node552043"}}, "node552043": {"edge552045": {"@source": "node552043", "@length": 0.06752726, "@target": "node552045"}, "edge552044": {"@source": "node552043", "@length": 0.57212636, "@target": "node552044"}}, "node552149": {"edge552151": {"@source": "node552149", "@length": 0.04684844, "@target": "node552151"}, "edge552150": {"@source": "node552149", "@length": 0.08271583, "@target": "node552150"}}, "node552041": {"edge552042": {"@source": "node552041", "@length": 0.06612524, "@target": "node552042"}, "edge552051": {"@source": "node552041", "@length": 0.03960315, "@target": "node552051"}}, "node552121": {"edge552122": {"@source": "node552121", "@length": 0.11549792, "@target": "node552122"}, "edge552123": {"@source": "node552121", "@length": 0.09730013, "@target": "node552123"}}, "node552078": {"edge552079": {"@source": "node552078", "@length": 0.09059479, "@target": "node552079"}, "edge552080": {"@source": "node552078", "@length": 0.04784475, "@target": "node552080"}}, "node552048": {"edge552049": {"@source": "node552048", "@length": 0.19671829, "@target": "node552049"}, "edge552050": {"@source": "node552048", "@length": 0.17749816, "@target": "node552050"}}, "node552126": {"edge552128": {"@source": "node552126", "@length": 0.01647008, "@target": "node552128"}, "edge552127": {"@source": "node552126", "@length": 0.12678152, "@target": "node552127"}}, "node552129": {"edge552131": {"@source": "node552129", "@length": 0.13665411, "@target": "node552131"}, "edge552130": {"@source": "node552129", "@length": 0.07529166, "@target": "node552130"}}, "node552108": {"edge552109": {"@source": "node552108", "@length": 0.04034171, "@target": "node552109"}, "edge552116": {"@source": "node552108", "@length": 0.01784183, "@target": "node552116"}}, "node552029": {"edge552030": {"@source": "node552029", "@length": 0.11875102, "@target": "node552030"}, "edge552031": {"@source": "node552029", "@length": 0.03219498, "@target": "node552031"}, "edge552154": {"@source": "node552029", "@length": 0.0744717, "@target": "node552154"}}, "node552033": {"edge552034": {"@source": "node552033", "@length": 0.05164761, "@target": "node552034"}, "edge552037": {"@source": "node552033", "@length": 0.03592188, "@target": "node552037"}}, "node552032": {"edge552138": {"@source": "node552032", "@length": 0.02415257, "@target": "node552138"}, "edge552033": {"@source": "node552032", "@length": 0.02320599, "@target": "node552033"}}, "node552080": {"edge552084": {"@source": "node552080", "@length": 0.06644779, "@target": "node552084"}, "edge552081": {"@source": "node552080", "@length": 0.06045053, "@target": "node552081"}}, "node552081": {"edge552083": {"@source": "node552081", "@length": 0.02825645, "@target": "node552083"}, "edge552082": {"@source": "node552081", "@length": 0.01912568, "@target": "node552082"}}, "node552087": {"edge552089": {"@source": "node552087", "@length": 0.09688048, "@target": "node552089"}, "edge552088": {"@source": "node552087", "@length": 0.06790956, "@target": "node552088"}}, "node552084": {"edge552085": {"@source": "node552084", "@length": 0.0843853, "@target": "node552085"}, "edge552086": {"@source": "node552084", "@length": 0.04053425, "@target": "node552086"}}, "node552100": {"edge552101": {"@source": "node552100", "@length": 0.02775712, "@target": "node552101"}, "edge552102": {"@source": "node552100", "@length": 0.01817702, "@target": "node552102"}}, "node552037": {"edge552038": {"@source": "node552037", "@length": 0.03748695, "@target": "node552038"}, "edge552041": {"@source": "node552037", "@length": 0.018233, "@target": "node552041"}}, "node552077": {"edge552087": {"@source": "node552077", "@length": 0.11439559, "@target": "node552087"}, "edge552078": {"@source": "node552077", "@length": 0.43924954, "@target": "node552078"}}, "node552076": {"edge552077": {"@source": "node552076", "@length": 0.0242189, "@target": "node552077"}, "edge552090": {"@source": "node552076", "@length": 0.09917446, "@target": "node552090"}}, "node552075": {"edge552076": {"@source": "node552075", "@length": 0.04593841, "@target": "node552076"}, "edge552121": {"@source": "node552075", "@length": 0.03491288, "@target": "node552121"}}, "node552038": {"edge552039": {"@source": "node552038", "@length": 0.28838245, "@target": "node552039"}, "edge552040": {"@source": "node552038", "@length": 0.14291154, "@target": "node552040"}}, "node552058": {"edge552060": {"@source": "node552058", "@length": 0.04593748, "@target": "node552060"}, "edge552059": {"@source": "node552058", "@length": 0.22029522, "@target": "node552059"}}, "node552071": {"edge552075": {"@source": "node552071", "@length": 0.058486, "@target": "node552075"}, "edge552072": {"@source": "node552071", "@length": 0.16505941, "@target": "node552072"}}, "node552055": {"edge552056": {"@source": "node552055", "@length": 0.93952569, "@target": "node552056"}, "edge552057": {"@source": "node552055", "@length": 0.20925167, "@target": "node552057"}}, "node552054": {"edge552058": {"@source": "node552054", "@length": 0.09701243, "@target": "node552058"}, "edge552055": {"@source": "node552054", "@length": 0.03986313, "@target": "node552055"}}, "node552031": {"edge552032": {"@source": "node552031", "@length": 0.07293815, "@target": "node552032"}, "edge552145": {"@source": "node552031", "@length": 0.04883549, "@target": "node552145"}}, "node552034": {"edge552035": {"@source": "node552034", "@length": 0.14600145, "@target": "node552035"}, "edge552036": {"@source": "node552034", "@length": 0.22153696, "@target": "node552036"}}, "node552051": {"edge552052": {"@source": "node552051", "@length": 0.03798616, "@target": "node552052"}, "edge552135": {"@source": "node552051", "@length": 0.02932336, "@target": "node552135"}}, "node552053": {"edge552063": {"@source": "node552053", "@length": 0.04133333, "@target": "node552063"}, "edge552054": {"@source": "node552053", "@length": 0.06955657, "@target": "node552054"}}, "node552052": {"edge552053": {"@source": "node552052", "@length": 0.01620119, "@target": "node552053"}, "edge552124": {"@source": "node552052", "@length": 0.03059984, "@target": "node552124"}}}, "^ot:specifiedRoot": "", "^ot:outGroupEdge": "", "^ot:branchLengthTimeUnit": "", "^ot:branchLengthDescription": "", "^ot:branchLengthMode": ""}}