NAME
File::ERC - Electronic Resource Citation routines
SYNOPSIS
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
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
A Metadata Kernel for Electronic Permanence (PDF) http://journals.tdl.org/jodi/article/view/43
HISTORY
This is an alpha version of an ERC tool. It is written in Perl.
AUTHOR
John A. Kunze jak at ucop dot edu
COPYRIGHT AND LICENSE
Copyright 2009-2011 UC Regents. Open source BSD license.
PREREQUISITES
Script Categories:
UNIX : System_administration