bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

BIE synonymsForGuid #648

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhance this webservice so that the synonyms provide a relationship and 
description property simlar to this:
[
{
"guid": "urn:lsid:biodiversity.org.au:apni.taxon:579772",
"author": "R.Br.",
"nameComplete": "Salsola australis R.Br.",
"name": "Salsola australis"
},
{
"guid": "urn:lsid:biodiversity.org.au:apni.taxon:408764",
"author": "L.",
"nameComplete": "Salsola tragus L. ",
"name": "Salsola tragus",
"relationship": "",
"description": "misapplied"
},
{
"guid": "urn:lsid:biodiversity.org.au:apni.taxon:60821",
"author": "R.Br.",
"nameComplete": "Salsola macrophylla R.Br. ",
"name": "Salsola macrophylla",
"relationship": "includes",
"description": "taxonomic"
}

Also allow these properties to be filters on the synonyms that are returned. 
(thus people can ignore misapplied names etc)

Original issue reported on code.google.com by natasha....@csiro.au on 23 Apr 2014 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by moyesyside on 17 Jul 2014 at 5:48