simbadUrl( sourceId )The string
"https://simbad.cds.unistra.fr/simbad/sim-id?Ident="
is prepended to the given id string, and any necessary character
escaping is applied.
No attempt is made to validate whether the supplied string is
a real source identifier, so there is no guarantee that the
returned URL will contain actual results.
sourceId (String)simbadUrl("Beta Pictoris") =
"https://simbad.cds.unistra.fr/simbad/sim-id?Ident=Beta%20Pictoris"String simbadUrl(String)