Source for file DC.php
Documentation is available at DC.php
// ----------------------------------------------------------------------------------
// Dublin Core Vocabulary
// ----------------------------------------------------------------------------------
// @version : $Id: fsource_default__vocabularyDC.php.html 430 2007-05-01 15:47:21Z cweiske $
// Authors : Chris Bizer (chris@bizer.de)
// Description : Wrapper, defining resources for all terms of the Dublin
// Core Vocabulary. For details about DC see: http://dublincore.org/
// Using the wrapper allows you to define all aspects of
// the vocabulary in one spot, simplifing implementation and
// maintainence. Working with the vocabulary, you should use
// these resources as shortcuts in your code.
// Dublin Core Metadata Element Set (DCMES) 1.1
$DCMES_name =
array('contributor', 'coverage', 'creator', 'date',
'description', 'format', 'identifier', 'language',
'publisher', 'relation', 'rights', 'source',
'subject', 'title', 'type');
foreach ($DCMES_name as $name) {
$GLOBALS['DC_' .
$name] =
$DCMES[$name];
// Other Elements and Element Refinements
$DCTERM_name =
array('abstract', 'accessRights', 'alternative', 'audience',
'available', 'bibliographicCitation', 'conformsTo',
'created', 'dateAccepted', 'dateCopyrighted',
'dateSubmitted', 'educationLevel', 'extent',
'hasFormat', 'hasPart', 'hasVersion',
'isFormatOf', 'isPartOf', 'isReferencedBy', 'isReplacedBy',
'isRequiredBy', 'issued', 'isVersionOf', 'license',
'mediator', 'medium', 'modified', 'references',
'replaces', 'requires', 'rightsHolder', 'spatial',
'tableOfContents', 'temporal', 'valid');
foreach ($DCTERM_name as $name) {
$scheme_name =
array('Box', 'DCMIType', 'IMT', 'ISO3166', 'ISO639-2',
'LCC', 'LCSH', 'MESH', 'Period', 'Point',
'RFC1766', 'RFC3066', 'TGN', 'UDC', 'URI',
foreach ($scheme_name as $name) {
$DCMITYPE_names =
array('Collection', 'Dataset', 'Event', 'Image',
'InteractiveResource', 'MovingImage', 'PhysicalObject',
'Service', 'Software', 'Sound', 'StillImage', 'Text');
foreach ($DCMITYPE_names as $name) {
Documentation generated on Tue, 01 May 2007 16:43:48 +0200 by phpDocumentor 1.3.2