PublicationXref#

class biopax-explorer.biopax.publicationxref.PublicationXref(*args, **kwargs)[source]#

Bases: Xref

Class PublicationXref

Definition: An xref that defines a reference to a publication such as a book,

journal article, web page, or software manual. Usage: The reference may or may not be in a database, although references to PubMed are preferred when possible. The publication should make a direct reference to the instance it is attached to. Publication xrefs should make use of PubMed IDs wherever possible. The DB property of an xref to an entry in PubMed should use the string “PubMed” and not “MEDLINE”. Examples: PubMed:10234245

code generator : rdfobj (author F.Moreews 2023-2024).

Methods

get_author()

Attribute _author getter

get_comment()

Attribute _comment getter

get_db()

Attribute _db getter

get_dbVersion()

Attribute _dbVersion getter

get_id()

Attribute _id getter

get_idVersion()

Attribute _idVersion getter

get_source()

Attribute _source getter

get_title()

Attribute _title getter

get_url()

Attribute _url getter

get_year()

Attribute _year getter

attribute_type_by_name

get_uri_string

object_attributes

set_author

set_comment

set_db

set_dbVersion

set_id

set_idVersion

set_source

set_title

set_uri_string

set_url

set_year

to_json

type_attributes

Methods Summary

attribute_type_by_name()

get_author()

Attribute _author getter

get_source()

Attribute _source getter

get_title()

Attribute _title getter

get_uri_string()

get_url()

Attribute _url getter

get_year()

Attribute _year getter

object_attributes()

set_author(value)

set_source(value)

set_title(value)

set_uri_string(uristr)

set_url(value)

set_year(value)

to_json()

type_attributes()

Methods Documentation

attribute_type_by_name()[source]#
get_author()[source]#
Attribute _author getter

The authors of this publication, one per property value.

get_source()[source]#
Attribute _source getter

The source in which the reference was published, such as: a book title, or a

journal title and volume and pages.

get_title()[source]#
Attribute _title getter

The title of the publication.

get_uri_string()[source]#
get_url()[source]#
Attribute _url getter

The URL at which the publication can be found, if it is available through the

Web.

get_year()[source]#
Attribute _year getter

The year in which this publication was published.

object_attributes()[source]#
set_author(value)[source]#
set_source(value)[source]#
set_title(value)[source]#
set_uri_string(uristr)[source]#
set_url(value)[source]#
set_year(value)[source]#
to_json()[source]#
type_attributes()[source]#