DatasetOrigin#

class astropy.io.votable.dataorigin.DatasetOrigin(votable_element: Element = None)[source]#

Bases: object

Data class storing the basic provenance for a Dataset.

Attributes:
ivoidpython:list

IVOID of underlying data collection (default: None)

citationpython:list

Dataset identifier that can be used for citation (default: None)

reference_urlpython:list

Dataset landing page (default: None)

resource_versionpython:list

Dataset version (default: None)

rights_uripython:list

Licence URI (default: None)

rightspython:list

Licence or Copyright text (default: None)

creatorpython:list

The person(s) mainly involved in the creation of the resource (default: None)

editorpython:list

Editor name of the reference article (default: None)

articlepython:list

Bibcode or DOI of a reference article (default: None)

citespython:list

An Identifier (ivoid, DOI, bibcode) of second resource (default: None)

is_derived_frompython:list

An Identifier (ivoid, DOI, bibcode) of second resource (default: None)

original_datepython:list

Date of the original resource from which the present resource is derived (default: None)

publication_datepython:list

Date of first publication in the data centre (default: None)

last_update_datepython:list

Last data centre update (default: None)

infospython:list[astropy.io.votable.tree.Info]

list of <INFO> used by DataOrigin (default: None)

Notes

DatasetOrigin is dedicated to a specific Element in a VOTable. These <INFO> Elements describe a Resource, a TableElement or are Global.

Constructor

Parameters:
votable_element: astropy.io.votable.tree.Element, optional

indicates the VOTable element

Methods Summary

get_votable_element()

Get the VOTable element

Methods Documentation

get_votable_element() Element[source]#

Get the VOTable element

Returns:
astropy.io.votable.tree.Element