NAME
SeeAlso::Identifier::PND - identifier in the German Personennamendatei (PND)
DESCRIPTION
This class handles an identifier in the German Personennamendatei (PND). The PND is a name authority file used in libraries and museums to unambiguously identify authors and other people. Because names cannot be used to identify authors (homonyms, synonyms), each person record in the PND has a unique identifier, the PND number, which is modeled with SeeAlso::Identifier::PND
. A PND number consists of eight digits and a checkdigit which may also be 'X'.
This subclass of SeeAlso::Identifier overrides the constructor new
and the method valid
.
METHODS
new ( [ $value ] )
Create a new PND identifier.
value ( [ $value ] )
Get and/or set the value of this identifier.
valid
Check for validness.
AUTHOR
Jakob Voss <jakob.voss@gbv.de>
LICENSE
Copyright (C) 2007 by Verbundzentrale Goettingen (VZG) and Jakob Voss
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.