def __init__(self, basestring): PersistentIdentifier.__init__(self, "issn", basestring, [], "https://www.worldcat.org/ISSN")
def __init__(self, type, baseDigits): PersistentIdentifier.__init__(self, type, baseDigits)
def __init__(self, basestring): PersistentIdentifier.__init__(self, "purl", basestring)
def __init__(self, basestring): PersistentIdentifier.__init__(self, "pmid", basestring, ['https://www.ncbi.nlm.nih.gov/pubmed/'], 'https://www.ncbi.nlm.nih.gov/pubmed/')
def __init__(self, basestring): PersistentIdentifier.__init__(self, "scopus", basestring, [])
def __init__(self, basestring): PersistentIdentifier.__init__(self, "arxiv", basestring, ['https://arxiv.org/abs/', 'http://arxiv.org/abs/'], "https://arxiv.org/abs")
def __init__(self, basestring): PersistentIdentifier.__init__(self, "isbn", basestring, [])
def __init__(self, basestring): PersistentIdentifier.__init__(self, "handle", basestring, ["http://hdl.handle.net/", "https://hdl.handle.net/", "hdl:"], "https://hdl.handle.net/")
def __init__(self, baseDigits): PersistentIdentifier.__init__(self, "doi", baseDigits, [ "https://dx.doi.org/", "http://dx.doi.org/", "http://doi.org/", "https://doi.org/", "doi:" ], "https://dx.doi.org/")
def __init__(self, baseDigits): PersistentIdentifier.__init__(self, "doi", baseDigits, ["https://dx.doi.org/", "http://dx.doi.org/", "http://doi.org/", "https://doi.org/", "doi:"], "https://dx.doi.org/")
def __init__(self, basestring): PersistentIdentifier.__init__(self, "nbn", basestring, None, "http://www.persistent-identifier.nl")
def __init__(self, basestring): PersistentIdentifier.__init__( self, "handle", basestring, ["http://hdl.handle.net/", "https://hdl.handle.net/", "hdl:"], "https://hdl.handle.net/")