-
-
02 Jun 2012 08:12:50 UTC
- Distribution: File-ANVL
- Module version: 1.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (615 / 5 / 0)
- Kwalitee
Bus factor: 0- 51.16% Coverage
- License: bsd
- Activity
24 month- Tools
- Download (44.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
John A. Kunze
- Dependencies
- File::Value
- Text::Wrap
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install File::ANVL, copy and paste the appropriate command in to your terminal.
cpanm File::ANVL
perl -MCPAN -e shell install File::ANVL
For more information on module installation, please visit the detailed CPAN module installation guide.