This commit is contained in:
Romain Neutron
2012-04-26 00:55:53 +02:00
parent edbfff226e
commit ade22295ad
631 changed files with 92375 additions and 101763 deletions

View File

@@ -17,22 +17,23 @@
*/
class databox_Field_DCES_Contributor extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Contributor';
/**
*
* @var string
*/
protected $label = 'Contributor';
/**
*
* @var string
*/
protected $definition = 'An entity responsible for making contributions
/**
*
* @var string
*/
protected $definition = 'An entity responsible for making contributions
to the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#contributor';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#contributor';
}

View File

@@ -17,23 +17,25 @@
*/
class databox_Field_DCES_Coverage extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Coverage';
/**
*
* @var string
*/
protected $label = 'Coverage';
/**
*
* @var string
*/
protected $definition = 'The spatial or temporal topic of the resource,
/**
*
* @var string
*/
protected $definition = 'The spatial or temporal topic of the resource,
the spatial applicability of the resource,
or the jurisdiction under which the resource
is relevant.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#coverage';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#coverage';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Creator extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Creator';
/**
*
* @var string
*/
protected $label = 'Creator';
/**
*
* @var string
*/
protected $definition = 'An entity primarily responsible
/**
*
* @var string
*/
protected $definition = 'An entity primarily responsible
for making the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#creator';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#creator';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Date extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Date';
/**
*
* @var string
*/
protected $label = 'Date';
/**
*
* @var string
*/
protected $definition = 'A point or period of time associated with an event
/**
*
* @var string
*/
protected $definition = 'A point or period of time associated with an event
in the lifecycle of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#date';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#date';
}

View File

@@ -17,20 +17,22 @@
*/
class databox_Field_DCES_Description extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Description';
/**
*
* @var string
*/
protected $definition = 'An account of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#description';
/**
*
* @var string
*/
protected $label = 'Description';
/**
*
* @var string
*/
protected $definition = 'An account of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#description';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Format extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Format';
/**
*
* @var string
*/
protected $label = 'Format';
/**
*
* @var string
*/
protected $definition = 'The file format, physical medium,
/**
*
* @var string
*/
protected $definition = 'The file format, physical medium,
or dimensions of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#format';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#format';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Identifier extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Identifier';
/**
*
* @var string
*/
protected $label = 'Identifier';
/**
*
* @var string
*/
protected $definition = 'An unambiguous reference to the resource
/**
*
* @var string
*/
protected $definition = 'An unambiguous reference to the resource
within a given context.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#identifier';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#identifier';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Language extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Language';
/**
*
* @var string
*/
protected $label = 'Language';
/**
*
* @var string
*/
protected $definition = 'A language of the resource.
/**
*
* @var string
*/
protected $definition = 'A language of the resource.
(see [RFC4646] http://www.ietf.org/rfc/rfc4646.txt)';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#language';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#language';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Publisher extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Publisher';
/**
*
* @var string
*/
protected $label = 'Publisher';
/**
*
* @var string
*/
protected $definition = 'An entity responsible for making the resource
/**
*
* @var string
*/
protected $definition = 'An entity responsible for making the resource
available.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#publisher';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#publisher';
}

View File

@@ -17,20 +17,22 @@
*/
class databox_Field_DCES_Relation extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Relation';
/**
*
* @var string
*/
protected $definition = 'A related resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#relation';
/**
*
* @var string
*/
protected $label = 'Relation';
/**
*
* @var string
*/
protected $definition = 'A related resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#relation';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Rights extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Rights';
/**
*
* @var string
*/
protected $label = 'Rights';
/**
*
* @var string
*/
protected $definition = 'Information about rights held
/**
*
* @var string
*/
protected $definition = 'Information about rights held
in and over the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#rights';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#rights';
}

View File

@@ -17,21 +17,23 @@
*/
class databox_Field_DCES_Source extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Source';
/**
*
* @var string
*/
protected $label = 'Source';
/**
*
* @var string
*/
protected $definition = 'A related resource from which
/**
*
* @var string
*/
protected $definition = 'A related resource from which
the described resource is derived.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#source';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#source';
}

View File

@@ -17,20 +17,22 @@
*/
class databox_Field_DCES_Subject extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Subject';
/**
*
* @var string
*/
protected $definition = 'The topic of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#subject';
/**
*
* @var string
*/
protected $label = 'Subject';
/**
*
* @var string
*/
protected $definition = 'The topic of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#subject';
}

View File

@@ -17,20 +17,22 @@
*/
class databox_Field_DCES_Title extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Title';
/**
*
* @var string
*/
protected $definition = 'A name given to the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#title';
/**
*
* @var string
*/
protected $label = 'Title';
/**
*
* @var string
*/
protected $definition = 'A name given to the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#title';
}

View File

@@ -17,20 +17,22 @@
*/
class databox_Field_DCES_Type extends databox_Field_DCESAbstract
{
/**
*
* @var string
*/
protected $label = 'Type';
/**
*
* @var string
*/
protected $definition = 'The nature or genre of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#type';
/**
*
* @var string
*/
protected $label = 'Type';
/**
*
* @var string
*/
protected $definition = 'The nature or genre of the resource.';
/**
*
* @var string
*/
protected $URI = 'http://dublincore.org/documents/dces/#type';
}