File::ERC - Electronic Resource Citation routines


File-ANVL documentation  | view source Contained in the File-ANVL distribution.

Index


NAME

Top

File::ERC - Electronic Resource Citation routines

SYNOPSIS

Top

 use File::ERC;           # to import routines into a Perl script

 File::ERC::num2tag(      # return terms (array) corresponding to args
         $num, ... );     # given as coded synonyms for Dublin Kernel
	                  # elements, eg, num2tag('h1') -> 'who'; `h' is
			  # assumed in front of arg that is pure digits

DESCRIPTION

Top

This is documentation for the ERC Perl module, with support for metadata labels in an ERC (Electronic Resource Citation) record, which can be represented in a variety of underlying syntaxes, such as ANVL, Turtle, XML, and JSON. The ERC elements include Dublin Core Kernel metadata.

SEE ALSO

Top

A Metadata Kernel for Electronic Permanence (PDF)http://journals.tdl.org/jodi/article/view/43

HISTORY

Top

This is an alpha version of an ERC tool. It is written in Perl.

AUTHOR

Top

John A. Kunze jak at ucop dot edu

COPYRIGHT AND LICENSE

Top

PREREQUISITES

Top

Script Categories:

UNIX : System_administration


File-ANVL documentation  | view source Contained in the File-ANVL distribution.