DatasetOrigin#

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

Bases: object

Data class storing the basic provenance for a Dataset.

Attributes:
data_ivoidlist

IVOID of underlying data collection (default: None)

citationlist

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

reference_urllist

Dataset landing page (default: None)

resource_versionlist

Dataset version (default: None)

rights_urilist

Licence URI (default: None)

rightslist

Licence or Copyright text (default: None)

creatorlist

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

journallist

Editor name of the reference article (default: None)

articlelist

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

citeslist

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

is_derived_fromlist

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

original_datelist

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

publication_datelist

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

last_update_datelist

Last data centre update (default: None)

infoslist[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

Attributes Summary

Methods Summary

get_votable_element()

Get the VOTable element

is_empty()

check if DataOrigin is filled

Attributes Documentation

editor#

Deprecated since version 8.0: The editor function is deprecated and may be removed in a future version. Use journal instead.

Compatibility with previous version (renamed to journal).

ivoid#

Deprecated since version 8.0: The ivoid function is deprecated and may be removed in a future version. Use data_ivoid instead.

Compatibility with previous version (renamed to data_ivoid).

Methods Documentation

get_votable_element()[source]#

Get the VOTable element

Returns:
astropy.io.votable.tree.Element
is_empty()[source]#

check if DataOrigin is filled

Returns:
bool